html {
  scroll-behavior: smooth;
}

body {
    color: #CCC;
}

.hero {
	background-image: url("../../src/images/bg_hero.jpg");
	background-repeat: no-repeat;
	background-size: 200%;
}


@media (min-width: 641px){
	.hero {
    text-align: left;
    padding-top: 30px;
	padding-bottom: 0;
	background-size: 100% 100%;
    /* padding-bottom: 88px; */
}
		.hero-inner {
    display: flex;
    align-items: flex-start;
			padding-bottom: 20px;
			
}
	
	
.hero-copy {
    padding-left: 30px;
    min-width: 50%;
/*    width: 100%;*/
}}



.hero {
    text-align: center;
}

.btn_submit{
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.225rem 0.75rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgb(225, 225, 225, .8);
    background-clip: padding-box;
    border: 0;
    border-radius: 0.15rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 0.4rem;
}

.body-wrap {
    background: #000;
}

.form-mention{
    font-size: 11px;
	color: white;
}
.form_titre{
    font-size: 20px;
	color: #ccc;
	line-height: 24px;
	margin-top: 0;
}

.sectioncontact .feature-icon img{
	width: 30px;
}
.title_section{
	text-align: center;
	margin-bottom: 0;
}

.site-footer-inner{
	padding-top: 0;
}
.checkbox_left{
	text-align: left;
}
.checkbox_left label{
	font-size: 12px;
	line-height: 1;
	color: white;
}

.sectionmodels{
	background-color: white;
}
.sectionmodels .title_section h2{
	color: black;
}

.sectionmodels .feature-title{
	color: black;
}

.sectionmodels .mt-24 {
    margin-top: 0px;
}

.mentions{
	padding: 20px;
}
.mentions h4 {
    font-size: 44px;
	padding-bottom: 40px;
	}
.mentions p{
	padding-bottom: 20px;
}
.mentions strong{
	color:white;
}

.remerciments{
	color:white;
}
.txtintro{
	text-align: 
}
.majuscule{
	text-transform :uppercase;
}

.section-inner {
	padding-top: 0;
    padding-bottom: 0;
}

.text-center{
	display: flex;
    justify-content: space-evenly;
}
.container-sm{
	margin-bottom: 30px;
}

.container{padding-top: 20px;}
.hero .container{padding-top: 0;}


.offrerachat{ padding:0 15px 15px 15px;display:none;  text-align: left;}
.inputquestion{ font-style:13px;}
.cadreoffrerachat{ padding:5px;border:1px #CCC solid; margin-bottom:15px; margin-top: 30px; color: #ccc;}
label{  color: #CCC;}
.app-form-control{  margin-bottom: 10px}
.radio-tile-group{ padding: 10px 0;}

.cta_telecharger{ padding: 10px;}
.cta_telecharger a{ color:#FFF; text-decoration: none; padding: 5px 15px;  background:#000}
.cta_telecharger a:hover { background: #cc0000;}


input::placeholder {
  color: #495057!important;
}

.cta_telecharger a{
	display: block;
	width: 300px;
	min-width: 300px;
}



/*** START Slider ***/
  .slider-container {

    overflow: hidden;
    position: relative;
  }
  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  .slide {
    flex: 0 0 100%;
  }
  .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .btn-prev {
    left: 0;
  }
  .btn-next {
    right: 0;
  }
/*** END Slider ***/

