
*,*::after,*::before{
    box-sizing: border-box;
}

/* @font-face{
  font-family: 'Helvetica';
  src: url('./../fonts/HelveticaNeueLTStd-ThEx.otf') format('opentype');
} */

body,html{
    margin:0;
    padding:0;
    font-size:14px;
    line-height:1.4em;
    font-family: 'Helvetica';
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.1em;
    font-family: 'Helvetica';
}

h1{
  font-weight: 300;
}
p{
  margin: 0;
}
.red-text{
  color: rgba(226, 190, 119, 1);
}
#main{
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 95%;
}
@media(min-width: 1240px){
    #main{
        width: 100%;
    }
}

#logo-header{
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#logo-header img{
    max-height: 90px;
    width:auto;
}

/* img{
    display:block;
    max-width:100%;
    height:auto;
} */
.headerbanner{
    height:25vw;
    min-height:240px;
    max-height:400px;
    background-size:cover ;
    background-position: center;
    background-image: url(../img/assets/img-6.jpg);
}

#gooptin-form .btn-primary[type="submit"]{
    padding: 14px 40px; 
    margin-bottom: 40px;
    font-size: 18px !important;
    border-radius: 5px;
}

#gooptin-form .btn-primary[type="submit"]:hover{
  cursor: pointer;
}

.gender-chck{
    width:240px;
    border-radius:50px;
    height:40px;
    margin:auto;
    margin-top: 0px;
    
    box-shadow: 0px 0px 1px 0 #828282;
}
.gender-chck>div{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    height: 100%;
    position: relative;
}
.gender-chck>input:checked~div::before{
    content:'';
    display:block;
    position:absolute;
    background-color: rgba(226, 190, 119, 1);
    width:50%;
    height:100%;
    top:0;
    left:0;
    bottom:0;
    border-radius:50px;
    transition:transform ease-in-out .3s
}
#gooptin-form .sub-quest{
    min-height:190px
}
.gender-chck>input:nth-child(2):checked~div::before{
    transform:translateX(100%)
}
.gender-chck label{
    text-align: center!important;
    padding-bottom:0!important;
    display:flex!important;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index:2
}
.gender-chck>input:nth-child(1):checked~div label:first-child {
    color:#fff!important
}
.gender-chck>input:nth-child(2):checked~div label:nth-child(2) {
    color:#fff!important
}
.gender-chck input{
    position:absolute;
    left:-300vw;
}
#gooptin-form .sub-quest> label{
    text-align:center;
    font-weight:500
}
#gooptin-form .sub-quest.type-radio .radios-quest{
    display:flex;
    flex-wrap:wrap;
    gap:20px;flex-direction: row;
}
#gooptin-form .sub-quest.type-radio .radios-quest>.radio{
    width:auto;
    min-width:120px;
    background-color:rgba(226, 190, 119, 1);
    color:#fff;
    display:inline-block;
    transition: .3s;
    border-radius: 5px;
}

#gooptin-form .sub-quest.type-radio .radios-quest>.radio:hover{
  background-color: #000000;
  color: white;
}

#gooptin-form .sub-quest.type-radio .radio>label:not(.form-error) span{
    padding-left:0;
    color:#fff;
    text-align:center
}
#gooptin-form .sub-quest.type-radio .radio>label:not(.form-error) span::before{
    display:none
}
.headerbanner+#quests-container{
    margin-top: -140px;
    margin-bottom: 100px;
}
.headerbanner+#thanks-section{
    margin-top: -110px;
}
#home-header{
    background-image:url('../img/Groupe\ 5.jpg');
    background-image: none;
    background-size:cover ;
    background-position: center;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    /* min-height:360px; */
    /* padding:20px 10px; */
    text-align:center;
    border-radius: 13px;
    /* width: 95%; */
    margin: 0 auto;
    /* margin-top: 30px; */
}
.header-mobile{
    background-image:url('../img/header.jpg');
    background-size:cover ;
    background-position: center;
    display:flex;
    flex-direction:column;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: 15px;
}

.header-mobile h1{
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}
.header-mobile-content{
    display: none;
    box-shadow: 0px 1px 3px #c9c9c9;
    /* border: solid 1px #707070; */
    border-radius: 13px;
}
.header-mobile-content p{
    text-align: center;
}
.header-mobile-content .btn{
    font-size: 14px !important;
    text-transform: uppercase;
    /* border-radius: 13px; */
    padding: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;;
    position: relative;
}
.header-mobile-content span{
    padding-top: 5px;
    margin-left: -10px;
}
.header-mobile-content .btn img{
    position: absolute;
    right: 0;
    margin-right: 12px;
    width: 13px;
    height: auto;
}

#home-header h1{
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-size: 30px;
    margin: 0 auto;
    display: none;
}
#home-header .home-header-content{
    background-color: #fff;
    max-width:530px;
    margin:0 auto;
    border-radius: 13px;
    /* box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16); */
    padding: 7px 20px 18px 20px;
    margin-top: 30px;
}
#home-header .home-header-content p{
    text-align: left;
}

#home-header .home-header-content p b{
  font-family: 'Roboto', sans-serif;;
}
#home-header .btn{
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 13px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
#home-header .btn img{
    position: absolute;
    right: 0;
    margin-right: 12px;
    width: 13px;
    height: auto;
}
#home-header .btn span{
    padding-top: 5px;
    margin-left: -10px;
}
@media(min-width: 768px){
    .header-mobile{
        /* display: none; */
        width: 90%;
        max-width: 1240px;
        margin: 0 auto;
        min-height: 500px;
        border-radius: 5px;
    }
    .header-mobile-content{
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 1240px;
        margin: 0 auto;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 30px;
        border-radius: 5px;
    }
    .header-mobile h1{
        max-width: 905px;
        font-size: 50px;
        text-align: center;
        margin: 0 auto;
    }
    #home-header{
        background-image:url('../img/Groupe\ 5.jpg');
        background-size:cover ;
        background-position: center;
        min-height:360px; 
        padding:20px 10px; 
        width: 95%; 
        margin-top: 30px;
        display: none;
    }
    #home-header h1{
        display: block;
    }
    #home-header .home-header-content{
        box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
    }
    #home-header .home-header-content .btn{
        width: 250px;
    }
    #home-header .home-header-content p{
        text-align: center;
    }
}
@media(min-width: 1240px){
    #home-header{
        width: 100%;
    }
}
#home-section{
    margin-bottom: 30px;
}
#home-section .home-section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
    margin-bottom: 20px;
}
#home-section .home-section-title h2{
    color:#4b4b4b;
    text-align:center;
    text-transform: initial;
    margin-left: 30px;
    font-size: 30px;
    font-weight: 600;
}
#home-section .home-section-title img{
    width: 15px;
    height: auto;
}
#home-section .home-cols{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    /* gap: 20px; */
    margin:auto;
    padding:0 10px;
    text-align:center;
    margin-top: 40px;
 
}
@media(min-width: 768px){
    #home-section .home-section-title h2{
        font-size: 50px;
    }
}
@media(min-width:840px){
    #home-header h1{
        max-width: 835px;
        font-size: 50px;
    }
   
}
#home-section .home-cols .col{
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px #c9c9c9;
    /* border: solid 1px #707070; */
    background-color: #fff;
    padding: 0px 0px 40px 0px;
}
#home-section .home-cols .col p{
    max-width:200px;
    margin:auto;
    margin-top:20px
}
#home-section .home-cols .col .cols-cover{
    margin:auto;
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 40px 0px 40px;
}
#home-section .home-cols .col .cols-cover .cols-cover-title{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-section .home-cols .cols-cover img{
    width: 100px;
    height: 100%;
    object-fit: contain;
}
#home-section .home-cols h3{
    color: #4b4b4b;
    font-size: 30px;
}
#home-section .home-cols .col ul{
    padding: 15px 40px 0px 40px;
}
#home-section .home-cols .col ul li{
    text-align: left;
    font-size: 16px;
}
#home-section .home-cols .col ul li:not(:nth-child(1)){
    margin-top: 20px;
}
#home-section .home-cols .col ul li b{
  font-family: 'Roboto', sans-serif;;
}

@media(min-width: 768px){
    #home-section .home-cols{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media(min-width:960px){
    #home-section .home-cols{
        grid-template-columns: repeat(3, 1fr);
    }
}

#souple-section .souple-section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
    margin-bottom: 20px;
}
#souple-section .souple-section-title h2{
    color:#4b4b4b;
    text-align:center;
    text-transform: initial;
    margin-left: 30px;
    font-size: 30px;
    font-weight: 600;
}
#souple-section .souple-section-title img{
    width: 15px;
    height: auto;
}
#souple-section .souple-section-content{
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}
@media(min-width: 768px){
    #souple-section .souple-section-title h2{
        font-size: 50px;
    }
}
#souple-section .souple-section-content .souple-row{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
#souple-section .souple-section-content .souple-row h2{
    font-size: 50px;
    margin: 0;
    margin-right: 20px;
}
#souple-section .souple-section-content .souple-row p{
    font-size: 18px;
}
#souple-section .souple-section-content .souple-row p b{
  font-family: 'Roboto', sans-serif;;
}
#souple-section .souple-section-content hr{
    width: 100%;
    background-color: #707070;
}
#metier-section .metier-section-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:40px;
    margin-bottom: 20px;
}
#metier-section .metier-section-title h2{
    color:#4b4b4b;
    text-align:center;
    text-transform: initial;
    margin-left: 30px;
    font-size: 30px;
    font-weight: 600;
}
#metier-section .metier-section-title img{
    width: 15px;
    height: auto;
}
#metier-section .metier-content{
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
#metier-section .metier-content .metier-content-image img{
    border-radius: 5px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
}
#metier-section .metier-content .metier-content-text p{
    font-size: 16px;
}
#metier-section .metier-content .metier-content-text p b{
  font-family: 'Roboto', sans-serif;;
}
@media(min-width: 768px){
    #metier-section .metier-section-title h2{
        font-size: 50px;
    }
    #metier-section .metier-content{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 768px){
    #home-header div{
        width: 100%;
    }
    #home-header .home-header-content{
        padding: 7px 10px 18px 10px;
        max-width: initial;
    }
    #home-section{
        margin-bottom: initial;
    }
    #home-section .home-section-title{
        justify-content: flex-start;
    }
    #home-section .home-section-title h2{
        margin-left: 10px;
        text-align: left;
    }
    #souple-section .souple-section-title{
        justify-content: flex-start;
        margin-top: 0px;
    }
    #souple-section .souple-section-title h2{
        margin-left: 10px;
        text-align: left;
    }
    #metier-section .metier-section-title{
        justify-content: flex-start;
        margin-top: 0px;
    }
    #metier-section .metier-section-title h2{
        margin-left: 10px;
        text-align: left;
    }
    #souple-section .souple-section-content .souple-row{
        margin: 20px 20px;
    }
    #home-section .home-section-title{
        margin-top:0px;
        margin-bottom: 0px;
        
    }
    #home-section .home-cols{
        margin-top: 20px;
    }
}
.container{
    width:100%;
    max-width: 1240px;
    margin:auto
}

#quests-container,
#thanks-section{
    /* min-height:100vh; */
    flex-direction:column;
    display:flex;
    align-items:center;
    justify-content: center;
}
#thanks-section>div{
    max-width:640px;
    background-color:rgb(255, 255, 255);
    text-align:center;
    padding:20px;
    -webkit-box-shadow: 0px 1px 9px #c9c9c9;
    box-shadow: 0px 1px 9px #c9c9c9;
}
#quests-container>#gooptin-form{
    width:calc(100% - 20px);
    max-width:600px;
    padding:0;
    background-color:transparent;
}
 

.btn.btn-primary{
	padding: 1em 1.6em;
  font-size: 18px;
	color: #fff;
  background-color: rgba(226, 190, 119, 1)!important;
  border-color: rgba(226, 190, 119, 1)!important;
  text-transform: uppercase;
	box-shadow:none!important;
  text-decoration:none;
  display:inline-block;
  font-weight: 500;
  transition:background-color ease-in-out .3s
}
.btn.btn-primary:hover{
    background-color: #000000!important;
    border-color: #000000!important;
    color: white;
}

@media(min-width: 768px){
  .btn-container{
    display: flex;
    justify-content: center;
  }
  .btn.btn-prim{
    max-width: 372px !important;
  }
}

button{
    border:none
}
.form-row-2{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:10px
}
#container-quest h1{
	font-weight:bold;
	color:#28b7c9;
	text-align:center;
	margin-top:30px;
}
#container-quest h3{
	font-weight:bold;
}
#container-quest h3 span{
	color:#28b7c9
}
#container-quest h3 +p{
	font-size:10px;
	margin-top:20px;
}
#container-quest .row:first-child >.col-12:nth-child(3),
#container-quest .row:first-child >.col-12:nth-child(2){
	margin-top:20px;
	margin-bottom:40px
}
@media(min-width:1600px){
	#container-quest .row:first-child >.col-12:nth-child(1){
		margin-top:-80px
	}
}
#gooptin-form .sub-quest {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 9px #c9c9c9;
    box-shadow: 0px 1px 9px #c9c9c9;
}

.checkbox-optin label:not(.error) {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	text-align: left !important
}

.checkbox-optin .checkmark {
	display: inline-block;
	height: 20px;
	width: 20px;
	border: solid 1px #989898;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 6px;
}

.checkbox-optin input:checked+label .checkmark::before {
	content: "✓";
}

.checkbox-optin a {
	color: #1b77c2 !important
}

/*QUESTIONS*/
#gooptin-form .checkbox-wrapper .checkbox label:hover,
#gooptin-form .checkbox-wrapper input:checked+label
 {
	border-color: #28b7c9 !important
}
#quest-304 input[value="alarme"]+span{
    text-transform: uppercase;
    font-size: 22px;
}

#quest-304 input[value="no"]+span{
    font-size:16px!important
}
#gooptin-form #quest-304 .radios-quest{
	display:block;
}
#gooptin-form #quest-304 .radios-quest .radio{
	margin:auto;
}
#gooptin-form #quest-304 .radios-quest .radio.r0{
	max-width:300px;
	width:100%;
}
#gooptin-form #quest-304 .radios-quest .radio.r1 label{
	padding: 0;
    background-color: transparent;
    border: none;
}
#gooptin-form #quest-304 .radios-quest .radio.r1 label span{
	font-size: 14px!important;
}

html.thanks footer {
	/* position: fixed;
	bottom: 0;
	left: 0;
	right: 0;*/
} 

#first-quest {
	display: block
}

#first-quest a {
	display: inline-block;
	background-color: #28b7c9;
	padding: 10px 15px;
	min-width: 125px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	-webkit-transform: scale(1);
	        -ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: background-color ease-in-out .3s;
	-o-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s
}

#first-quest a:hover {
	background-color: #28b7c9;
	-webkit-transition: background-color ease-in-out .3s;
	-o-transition: background-color ease-in-out .3s;
	transition: background-color ease-in-out .3s
}

#first-quest h3 {
	font-size: 20px;
	margin-bottom: 80px;
}

/*END QUESTIONS*/
@media (min-width: 540px) {


	#gooptin-form #quest-1.sub-quest {
		padding: 0 80px 10px 80px;
	}
}

@media (min-width: 768px) {


	#first-quest h3 {
		margin-top: 40px;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	#gooptin-form h2 {
		display: none;
	}
	
	#gooptin-form .sub-quest {
		border-radius: 5px;
		-webkit-box-shadow: 0px 1px 3px #c9c9c9;
		box-shadow: 0px 1px 3px #c9c9c9;
	}
}

p{
    font-size: 16px;
  }

  .header-logo{
    width: 222px;
    height: 98px;
    margin-bottom: 64px;
  }

  .header-img{
    height: 264px;
    margin-bottom: 16px;
  }

  .header-block{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .title-h2{
    font-weight: 600;
    margin: 0;
    font-size: 38px;
    line-height: 48px;
  }

  .btn.btn-prim{
    text-align: center;
    width: 100%;
    font-size: 20px;
    border-radius: 48px !important;
    background: #E2BE77;
    padding: 16px 26px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    opacity: 1;
    display: inline-block;
    transition: .3s;
    border-radius: 5px;
  }

  .btn.btn-prim:hover{
    opacity: .9;
  }



  .header-section{
    max-width: 1280px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
  }

  .header-section h1,
  .header-section p{
    color: #000;
    text-align: left;
    width: 100%;
  }

  .header-section p{
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 56px;
  }
 
  @media(min-width: 768px){
    .header{
      height: initial;
      background-size: cover;
    }
    .header-section a{
      margin-top: initial;
      max-width: 372px;
    }
    .header-section h1,
    .header-section p{
      color: black;
      /* text-align: center; */
    }
    .header-section{
      display: flex;
      flex-direction: row-reverse;
    }
    .header-section img{
      width: 500px !important;
      height: auto;
    }
  }


  .sub-header{
    display: flex;
    min-height: 218px;
    padding: 16px 35px;
    flex-direction: column;
  }

  .sub-header-desktop{
    max-width: 1280px;
  }

  .sub-header h2{
    margin: auto 0 !important;
    /* margin-bottom: 16px !important; */
    color: white;
    font-size : 32px;
    line-height: 75px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
  }

  .sub-header h2{
    font-weight: 600 !important;
    font-size: 60px;
    margin-bottom: 16px !important;
  }

  .sub-header p{
    margin: 0;
    font-size: 22px;
    color: white;
    line-height: 30px;
    font-weight: 400;

  }

  .sub-header-container{
    text-align: center;
    padding: 72px 0;
  }

  .sub-header .block-separator{
    width: 100%;
    height: 2px;
    background-color: white;
  }

  .gradient-background{
    background: rgba(226, 190, 119, 1);
  }

  .difference-container{
    width: 100%;
    background-color: #F2F2F2;
  }
  .difference-section{
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 0px 80px 0px;
  }

  .difference-image-container .difference-section .difference-block:last-child{
    margin-bottom: 0;
  }

  .difference-image-container h2{
    margin-top: 64px;
  }
  
  .difference-container h2{
    text-align: center;
    padding: 0px 35px;
  }

  .difference-blocks-container{
    margin-top: 24px;
    padding: 0px 24px;
    display: grid;
    gap: 24px;
  }

  .difference-blocks-container .title-h2{
    margin-bottom: 100px;
  }

  .difference-blocks-container .difference-block{
    background-color: white;
    padding: 80px 32px 16px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 90px;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15);
  }

  .difference-blocks-container .difference-block:last-child{
    margin-bottom: 54px;
  }

  .difference-blocks-container .difference-block .difference-block-cover{
    position: absolute;
    background-color: white;
    top: -55px;
    left: 32px;
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #F2F2F2;
    border-radius: 50%;
  }

  .difference-blocks-container .difference-block .difference-block-cover span{
    font-weight: 700;
    font-size: 100px;
    background: -webkit-linear-gradient(rgba(226, 190, 119, 1) 20%, #e04864 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .difference-blocks-container .difference-block .difference-block-cover .difference-icone-1{
    height: 47px;
  }
  .difference-blocks-container .difference-block .difference-block-cover .difference-icone-2{
    height: 47px;
  }

  .difference-blocks-container .difference-block .difference-block-cover .difference-icone-3{
    height: 47px;
  }
  .difference-blocks-container .difference-block h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 43px;
  }

  .difference-blocks-container .difference-block h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 16px;
  }

  .difference-blocks-container .difference-block p{
    font-weight: 300;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 48px;
  }

  .difference-image-container{
    background-color: white;
  }

  .difference-image-container .difference-block{
    padding: 0px 0px !important;
    width: 100%;
  }

  .difference-image-container .difference-block:not(:last-child){
    margin-bottom: 16px;
  }

  .difference-image-container .difference-block img{
    padding:0px 0px !important;
    width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .difference-image-container .difference-block-text{
    padding: 0 32px;
    margin-bottom: 60px;
  }

  .difference-image-container .difference-block-text ul{
    padding-left:18px;
  }

  .difference-image-container .difference-block-text ul li{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
  }


  @media(min-width: 768px){

    .difference-blocks-container .difference-block{
      margin-bottom: 60px;
    }
    .difference-section{
      padding: 24px 0px 64px;
    }

    .difference-blocks-container{
      margin-top: 40px;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .advantages .difference-blocks-container{
      display: flex;
      flex-direction: column;
    }
    .advantages .difference-blocks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .difference-blocks-container .difference-block{
      padding: 40px 35px 40px 35px;
    }

    .difference-blocks-container .difference-block:nth-child(2){
      border-left: 0px solid transparent;
      border-right: 0px solid transparent;
    }


  }

  @media(min-width: 768px){
    .sub-header .sub-header-desktop{
      display: flex;
      flex-direction: row;
      padding: 64px 0;
      margin: 0 auto;
    }

    .sub-header .block-separator{
      width: 2px;
      height: 105px;
    }
    .sub-header h2{
      margin: 0 !important;
    }

    .sub-header-title{
      margin-bottom: 16px !important;
    }

    .sub-header-center{
      text-align: center;
    }

    .sub-header{
      min-height: auto !important;
    }

    .sub-header-container{
      max-width: 1280px;
      width: 100%;
      padding: 0 35px;
      margin: 0 auto;
    }
  }
  
  .subscribe{
    display: flex;
  }
  .chooses-container{
    max-width: 1240px;
    margin: 0 auto;
  }
  .chooses-container h2{
    text-align: center;
    margin-bottom: 64px;
  }
  .chooses-blocks-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* SUBSCRIBE -------------------------- */

  .subscribe{
    display: flex;
    flex-direction: column;
    color: white;
    padding: 64px 32px;
    align-items: center;
  }
  .subscribe .title-h2{
    margin-bottom: 64px;
    text-align: center;
  }

  .subscribe .subscribe-block{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .subscribe .subscribe-block p{
    text-align: center;
    font-weight: 300;
    line-height: 38px;
    font-size: 22px;
  }

  .subscribe .subscribe-block .subscribe-img{
    background-color: white;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subscribe .block-separator{
    height: 80px;
    width: 2px;
    background-color: white;
    margin: 40px auto;
  }

  .subscribe .white-btn a{
    background-color: white;
    color: black;
    margin-top: 16px;
  }

  @media(min-width: 768px){
    .subscribe-blocks{
      position: relative;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
    }

    .subscribe-block p{
      max-width: 420px;
    }
    .subscribe-block{
      min-width: 206.5px;
    }

    .subscribe-blocks .block-separator{
      position: absolute;
      height: 2px;
      width: 16%;
      transform: rotate(90);
    }

    .subscribe-blocks .first-separator{
      left: calc(22%);
      top: 10px;
    }

    .subscribe-blocks .second-separator{
      left: calc(62%);
      top: 10px;
    }

    .who-background img{
      width: 100%;
      max-height: 399px;
    }
  }

  /* WHO ARE WE -------------------------- */

  .who-background{
    width: 100%;
    background: #F2F2F2;
  }

  .who-background img{
    height: 265px;
    max-width: 100%;
    object-fit: cover;
  }


  .who-background .choose-block-text{
    text-align: center;
  }

  .who-block{
    background: #F2F2F2;
    padding-bottom: 64px;
  }

  .who-block .choose-block-cover{
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .who-block .choose-block-cover{
    height: 263px !important;
    object-position: 40% 0% !important;
  }

  .who-block .choose-block-text  h2{
    margin-top: 32px;
    text-align: center;
  }
  .who-block .choose-block-text p{
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
  }

  .choose-block .sub-title{
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 37px !important;
    margin-bottom: 48px;
  }

  .choose-block .sub-title b{
    font-weight: 700 !important;
  }

  .choose-block .choose-block-text{
    padding: 32px;
  } 

  .choose-block .choose-block-text ul{
    list-style-type: none;
    padding: 0px !important;
  }

  .choose-block .choose-block-text ul p{
    font-weight: 300;
    line-height: 28px;
    font-size: 18px;
  }

  .choose-block .choose-block-text h3{
    font-size: 28px;
    font-weight: 500;
  }

  .choose-block .choose-block-text ul{
    padding: 20px;
    margin: 0;
  }

  .choose-block .choose-block-text li{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 32px;
    line-height: 28px;
    margin-bottom: 48px;
  }

  .chooses-container .choose-btn-container {
    margin-bottom: 64px;
  }

  .btn-container{
    width: 100%;
    padding: 0 35px;
  }

  b{
    font-weight: 600 !important;
  }

  .choose-block .choose-block-cover{
    width: 100%;
    height: 390px;
    margin-bottom: 48px;
  }

  .choose-block .choose-block-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 10%;

  }

  .who-background .title-h2{
    padding: 48px 20px !important;
  }

  .choose-block:not(.why-block) p{
    text-align: left;
  }

  @media(min-width: 768px){
    .why-block .choose-block-text{
      padding: 32px 32px 32px 64px;
    }

    .choose-block{
      max-width: 1280px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      padding: 0 35px 0 0;
    }

    .who-background .who-block{
      padding: 0 0 64px 0;
    }

    .choose-block:not(.why-block){
      display: flex;
      flex-direction: column;
    }

    .choose-block-cover{
      margin: 0 !important;
      height: 100% !important;
    }
    .choose-block:not(.why-block) .choose-block-cover img{
      height: 400px !important;
      object-fit: cover !important;
    }

    .choose-reverse{
      flex-direction: row-reverse;
    }

    .chooses-container{
      padding: 40px 35px 64px;
    }

    .choose-block-text li{
      display: flex;
      align-items: center;
      margin-bottom: 16px !important;
    }

    .choose-block-text li img{
      margin-right: 32px;
    }
   
  }
  
  .location-container{
    background: #F2F2F2;
  
  }
  .location-container-section{
    max-width: 1240px;
    /* margin: 0 auto; */
    padding: 24px 35px 40px;
    display: flex;
    flex-direction: column;
  }
  .location-container .location-container-left h2{
    text-align: center;
  }
  .location-container .location-container-left ul{
    margin: 0;
    padding: 0;
    display: none;
  }
  .location-container .location-container-left li{
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
  }
  .location-container .location-container-left p{
    text-align: center;
  }
  .location-container-right img{
    width: 100%;
  }
  @media(min-width: 768px){
    .location-container-section{
      padding: 40px 35px 64px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    .location-container .location-container-left p{
      display: none;
    }
    .location-container .location-container-left ul{
      display: initial;
    }
  }
  
  
  .success-container{
    background: #F2F2F2;
  }
  .success-section{
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 35px 40px;
  }
  .success-container .success-section h2{
    text-align: center;
  }
  .success-container-blocks{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .success-container-blocks .success-container-cover,
  .success-container-blocks .success-container-cover img{
    width: 100%;
  }
  .success-container .success-container-text b{
    font-family: 'Roboto', sans-serif;
  }
  .success-container .success-container-text p:not(:first-child){
    margin-top: 35px;
  }
  @media(min-width: 768px){
    .success-section{
      padding: 40px 35px 64px;
    }
    .success-container-blocks{
      display: flex;
      flex-direction: row;
  
    }
  }
  footer{
    /* max-width: 1240px; */
    margin: 0 auto;
    padding: 40px 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: white;
    box-shadow: 0px -5px 10px#30303003;
  }

  footer .footer-brand{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer-brand a{
    text-decoration: none;
    font-weight: 500;
    color: black;
    transition: .3s;
  }

  footer .footer-brand a:hover{
    color: rgba(226, 190, 119, 1);
  }

  footer .footer-brand img{
    max-width: 184px;
    height: auto;
    margin-bottom: 8px;
  }

  .no-margin{
    margin: auto !important;
  }

  .installation-steps{
    margin-bottom: 40px;
  }

  @media(max-width: 768px){
    .advantages .difference-block h3{
      margin-top: 0;
    }
  }

.header#header{
  background-image: url('./../img/assets/Twin Promotion - Camiers - EXT01 - V03 1img-1.png');
  width: 100%;
  /* height: 88vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.header#header .header-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 35px 120px;
  justify-content: space-between;

}
.header#header .header-content .header-logo{
  margin: 0;
}
.header#header .header-content .header-text h1{
  color: #fff;
  font-size: 40px;
  font-weight: 750;
  line-height: 140%;
}
.header#header .header-content .header-text p{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 48px;
}

@media(min-width: 768px){
  .header#header{
    background-image: url('./../img/assets/Twin Promotion - Camiers - EXT01 - V03 1img.png');
    height: 800px;
  }
  .header#header .header-content{
    height: 85%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .header#header .header-content .header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header#header .header-content .header-text h1,
  .header#header .header-content .header-text p{
    text-align: center;
  }
  .header#header .header-content .header-text p{
    max-width: 500px;
  }
}

img{
  width: 100%;
}

.opale-section{
  margin-top: -90px;
  position: relative;
  z-index: 2;
  padding: 0px 35px;
}

.opale-section .opale-section-floating-text{
  background: #fff;
  padding: 48px 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 55px;
  max-width: 800px;
  margin: 0 auto;
}
.opale-section .opale-section-floating-text p{
  text-align: center;
  font-weight: 300;
  line-height: 175%;
  font-size: 20px;
}
.opale-section .opale-section-text .opale-section-text-title h2{
  font-size: 48px;
  font-weight: 750;
  line-height: 140%;
}
.opale-section .opale-section-text .opale-section-text-title .opale-section-pills{
  display: grid;
  justify-items: start;
}
.opale-section .opale-section-text .opale-section-text-title .opale-section-pills .opale-section-pill{
  background: #fff;
  border-radius: 32px;
  box-shadow: 0px 2.7001729011535645px 13.50086498260498px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  display: inline-flex;
  padding: 12px 25px;
  gap: 10px;
}
.opale-section .opale-section-text .opale-section-text-title .opale-section-pills .opale-section-pill:not(:first-child){
  margin-top: 15px;
}
.opale-section .opale-section-text .opale-section-text-title .opale-section-pills .opale-section-pill img{
  width: 15px;
}
.opale-section .opale-section-text .opale-section-text-title .opale-section-pills .opale-section-pill p{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.opale-section .opale-section-text-description{
  margin-top: 64px;
}
.opale-section .opale-section-text-description p:first-child{
  font-size: 24px;
  font-weight: 700;
  line-height: 175%;
}
.opale-section .opale-section-text-description p:not(:first-child){
  font-size: 20px;
  font-weight: 300;
  line-height: 175%;
  margin-top: 40px;
}
.opale-section .opale-section-images .opale-section-images-long{
  display: none;
}
.opale-section .opale-section-images{
  margin-top: 64px;
}
.opale-section .opale-section-images .opale-section-images-short img:not(:first-child){
  margin-top: 32px;
}
@media(min-width: 768px){
  .opale-section .opale-section-floating-text{
    padding: 48px 50px;
  }
  .opale-section .opale-section-images{
    max-width: 1240px;
    margin: 80px auto 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .opale-section .opale-section-images .opale-section-images-long{
    display: block;
  }
  .opale-section .opale-section-images .opale-section-images-long img{
    height: 100%;
  }
  .opale-section .opale-section-images .opale-section-images-short{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .opale-section .opale-section-images .opale-section-images-short img:not(:first-child){
    margin-top: 0px;
  }
}
@media(min-width: 960px){
  .opale-section .opale-section-text{
    max-width: 1240px;
    margin: 120px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .opale-section .opale-section-text-description,
  .opale-section .opale-section-text .opale-section-text-title h2{
    margin-top: 0px;
  }
 
}

.reasons-section{
  background: rgba(226, 190, 119, 0.10); 
  margin-top: -140px;
  padding: 200px 35px 96px;
}
.reasons-section .reasons-section-container{
  max-width: 1240px;
  margin: 0 auto;
}
.reasons-section .reasons-section-container .reasons-section-title h2{
  font-size: 48px;
  font-weight: 750;
  line-height: 140%;
  margin-bottom: 0px;
}
.reasons-section .reasons-section-container .reasons-section-cards{
  margin-top: 64px;
  display: grid;
  gap: 40px;
}
.reasons-section .reasons-section-container .reasons-section-card{
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
  padding: 40px 28px;
}
.reasons-section .reasons-section-container .reasons-section-card img{
  width: initial;
}
.reasons-section .reasons-section-container .reasons-section-card p{
  margin-top: 40px;
  font-size: 20px;
  max-width: 70%;
  line-height: 175%;
  font-weight: 300;
}
.reasons-section .reasons-section-container .reasons-section-card p:nth-child(2){
  font-weight: 700;
}
.reasons-section .reasons-section-container .reasons-section-cta{
  margin-top: 56px;
}
@media(min-width: 768px){
  .reasons-section .reasons-section-container .reasons-section-cards{
    grid-template-columns: repeat(3, 1fr);
  }
  .reasons-section .reasons-section-container .reasons-section-card p{
    max-width: 100%;
  }
  .reasons-section .reasons-section-container .reasons-section-cta{
    text-align: center;
  }
}
@media(min-width: 1024px){
  .reasons-section .reasons-section-container .reasons-section-cards{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media(min-width: 1400px){
  .reasons-section .reasons-section-container .reasons-section-cards{
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
  }
}
.path-section .path-section-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 35px;
}
.path-section .path-section-container .path-section-title h2{
  font-size: 48px;
  font-weight: 750;
  line-height: 140%;
  margin-top: 0px;
}
.path-section .path-section-container .path-section-steps{
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.path-section .path-section-container .path-section-steps .path-section-step{
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.path-section .path-section-container .path-section-steps .path-section-step .path-section-step-number{
  display: flex;
  justify-content: center;
  align-items: center;
}
.path-section .path-section-container .path-section-steps .path-section-step .path-section-step-number h3{
  border-radius: 10.967px;
  background: #FFF;
  box-shadow: 0px 1.754714012145996px 5.264142036437988px 0px rgba(0, 0, 0, 0.10);  
  padding: 16px 20px;
  margin: 0;
  font-size: 43px;
  color: #E2BE77;
  width: 70px;
  height: 70px;
  text-align: center;
}
.path-section .path-section-container .path-section-steps .path-section-step .path-section-step-content p{
  font-size: 24px;
  line-height: 175%;
}
.path-section .path-section-container .path-section-steps .path-section-step .path-section-step-content p:last-child{
  margin-top: 24px;
  line-height: 125%;
  font-weight: 300;
}
.path-section .path-section-container .path-section-slider{
  margin-top: 56px;
}
.path-section .path-section-container .path-section-slider .swiperPath{
  padding-bottom: 40px;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-slide img,
.path-section .path-section-container .path-section-slider .swiperPath .swiper-slide picture{
  width: 100%;
  height: 100%;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-prev,
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-next{
  display: none;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-pagination{
  bottom: -2px;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-pagination .swiper-pagination-bullet{
  background: rgba(226, 190, 119, 1);
  width: 12px;
  height: 12px;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-next::after,
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-prev::after{
  display: none;
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-next,
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-prev{
  background-repeat: no-repeat;
  background-size: initial;
  background-image: url('./../img/assets/Vectoricons-3.png');
}
.path-section .path-section-container .path-section-slider .swiperPath .swiper-button-next{
  transform: rotate(180deg);
}
@media(min-width: 768px){
  .path-section .path-section-container .path-section-slider{
    margin-top: 120px;
  }
  .path-section .path-section-container .path-section-slider .swiperPath .swiper-button-prev,
  .path-section .path-section-container .path-section-slider .swiperPath .swiper-button-next{
    display: initial;
  }
  .path-section .path-section-container .path-section-slider .swiperPath .swiper-wrapper .swiper-slide img,
  .path-section .path-section-container .path-section-slider .swiperPath .swiper-wrapper .swiper-slide picture{
    width: 90%;
    display: flex;
    margin: 0 auto;
  }
}
@media(min-width: 960px){
  .path-section .path-section-container .path-section-steps .path-section-step .path-section-step-number h3{
    width: 150px;
    height: 150px;
    font-size: 100px;
  }
}
.why-section{
  background: rgba(226, 190, 119, 0.10);
  padding: 96px 35px;
}
.why-section .why-section-container{
  max-width: 1240px;
  margin: 0 auto;
}
.why-section .why-section-container .why-section-title h2{
  font-size: 48px;
  font-weight: 750;
  line-height: 140%;
  margin-top: 0px;
}
.why-section .why-section-container .why-section-content p:nth-child(2n){
  margin: 48px 0px;
  font-weight: 300;
}
.why-section .why-section-container .why-section-content p{
  font-size: 24px;
  line-height: 175%;
}
@media(min-width: 768px){
  .why-section .why-section-container .why-section-cta{
    text-align: center;
  }
}

.why-choose-section{
  padding: 96px 35px;
}
.why-choose-section .why-choose-section-container{
  max-width: 1240px;
  margin: 0 auto;
}
.why-choose-section .why-choose-section-container .why-choose-header .why-choose-header-text h2{
  font-size: 48px;
  font-weight: 750;
  line-height: 140%;
  margin-top: 0px;
}
.why-choose-section .why-choose-section-container .why-choose-header .why-choose-header-text p{
  font-size: 20px;
  font-weight: 300;
  line-height: 175%;
}
.why-choose-section .why-choose-section-container .why-choose-header .why-choose-header-cover{
  margin-top: 56px;
}
.why-choose-section .why-choose-section-container .why-choose-faq{
  margin-top: 64px;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-title h2{
  font-size: 32px;
  font-weight: 750;
  line-height: 140%;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px 0px;
  border-bottom: 2px solid rgba(226, 190, 119, 0.30);
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .faq-item-content-text{
  display: none;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .faq-item-content-text p{
  font-size: 24px;
  font-weight: 300; 
  line-height: 175%;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .faq-item-title{
  font-size: 24px;
  line-height: 175%;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .why-choose-faq-item-icon {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .why-choose-faq-item-icon img{
  width: 25px;
  transform: rotate(0deg);
  transition: transform .5s ease-in-out;
}
.why-choose-section .why-choose-section-container .why-choose-faq .why-choose-faq-content .why-choose-faq-item .why-choose-faq-item-icon.active img{
  transform: rotate(180deg);
}
@media(min-width: 768px){
  .why-choose-section .why-choose-section-container .why-choose-header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .why-choose-section .why-choose-section-container .why-choose-header .why-choose-header-cover{
    margin-top: 0px;
  }
  .why-choose-section .why-choose-section-container .why-choose-faq{
    margin-top: 90px;
  }
}

.ask-section{
  background-color: rgba(226, 190, 119, 0.10);
  padding: 64px 35px;
}
.ask-section .ask-section-container{
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ask-section .ask-section-container h2{
  font-size: 32px;  
  font-weight: 750;
  line-height: 140%;
}
@media(min-width: 768px){
  .ask-section .ask-section-container{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
  .ask-section .ask-section-container h2{
    max-width: 400px;
  }

  .ask-section{
    padding: 96px 35px;
  }
}

footer{
  padding: 64px 0px;
}
footer p{
  margin-top: 36px;
}
footer .footer-brand img{
  width: 220px;
  max-width: initial;
}

@media(max-width: 385px){
  .why-section .why-section-container .why-section-content p:not(:nth-child(2n)){
    max-width: 200px;
  }
}
@media(max-width: 620px){
  .reasons-section-title h2{
    max-width: 226px;
  }
}