*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --ff: "Inter", sans-serif;
    
    --h:0;
    --s:0%;
    --l:9%;
    
    --l-lighter:97%;
    --l-light:90%;
    --l-mid:84%;
    
    --clr:var(--h), var(--s), var(--l);
    --clr-lighter:var(--h), var(--s), var(--l-lighter);
    --clr-light:var(--h), var(--s), var(--l-light);
    --clr-mid:var(--h), var(--s), var(--l-mid);
    
    --clr-accent:354 88% 42%;
    
    --br:1rem;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: var(--ff);
    background-color: hsl(var(--clr-light));
    color: hsl(var(--clr));
}

img{
    display: block;
    max-width: 100%;
}

input, textarea, button, select{
    -webkit-appearance:none;
    appearance:none;
    border:0;
    border-radius: 0;
    background-color: hsl(var(--clr-lighter));
    color: hsl(var(--clr));
    font-size: 1rem;
    font-family: var(--ff);
}
input:focus, textarea:focus, button:focus, select:focus{
    outline:none;
    background-color: hsl(var(--clr-light));
    color: #000;
}

::placeholder{
    font-family: var(--ff);
    font-style: normal;
    color: hsl(var(--clr));
}

::selection{
    background-color: hsl(var(--clr-accent));
    color: hsl(var(--clr-lighter));
}

.tac{text-align: center;}
.wrap{
    width: 80rem;
    max-width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
}
header > .wrap{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main_title {
	position: relative;
    padding-right: 300px;
}
.main_title_back {
	position: absolute;
	right: 0;
    top: 20px;
}
.main_title_back i {
	margin-right: 10px;
}
    

.sect-wrap{
    width: 95rem;
    max-width: calc(100% - 1.5rem);
    margin-left: auto;
    margin-right: auto;
}

.hero-title{
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 1;
    padding: 10px 20px;
    width: 100%;
}

.sect-title{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 5rem;
}

.title{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.fixed-anchor-link{
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    text-decoration: none;
    color: var(--clr);
    font-weight: 600;
    font-size: .75rem;
    text-align: center;
    opacity: 0;
    z-index: 9999;
    translate:0 2rem;
    transition: opacity .4s, translate .4s;
}

.fixed-anchor-link.show{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    translate:0 0rem;
    transition: opacity .4s, translate .4s;
}

.fixed-anchor-link .icon{
    display: block;
    margin-left: auto;margin-right: auto;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 2.825rem;
    padding: .25rem;
    margin-bottom: .5rem;
    transition: all .4s;
}

.fixed-anchor-link:hover .icon{
    translate:0 -.25rem;
    filter: drop-shadow(0px 0px .5rem rgba(0,0,0,.5));
}

header{
    padding: 0 2rem 0rem;
    position: relative;
    color: hsl(var(--clr-lighter));
    max-width: 1700px;
    margin: 40px auto 0;
    width: 100%;
    box-sizing: border-box;
}

a.logo{
    width: 15rem;
    max-width: 55%;
    display: block;
	margin-bottom: 30px;
}

.hero{
    position: absolute;
    background-color: hsl(var(--clr));
    border-radius: var(--br);
    overflow: hidden;
    top: 2rem;
    left: 2rem;
    height: calc(100% - 4rem);
    width: calc(100% - 4rem);
    z-index: -1;
}
.hero img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .6;
}

.form-section{
    display: flex;
    justify-content: space-between;
    background-color: #000;
    position: relative;
    align-items: stretch;
	border-radius: var(--br);
    overflow: hidden;
}
.left_header {
	flex: 1;
	background: url("../images/hero_img.jpg") no-repeat center;
	background-size: cover;
	display: flex;
    align-items: center;
    padding: 20px;
	
}
.left_header_content {
	text-align: center;
	width: 100%;
	padding-right: 10px;
	margin-top: 140px;
}
.left_header_phone {
	margin-top:50px;
	padding: 10px 20px;
	display: inline-block;
    white-space: nowrap;
}
.left_header_phone a:link { color: #FFF; text-decoration: none; }
.left_header_phone a:visited { color: #FFF; text-decoration: none; }
.left_header_phone a:hover { color: #FFF; text-decoration: none; }
.left_header_phone a:active { color: #FFF; text-decoration: none; }

.left_header_phone i {
	margin-right: 10px;
}


.left_header_content > div,  .left_header_content > h1 {
	background-color: #c71728;
	color: #FFF;
	border-radius: 15px;
}
.form-container{
    background-color: hsla(var(--clr), 0.8);
    border-radius: var(--br);
    overflow: hidden;
    padding: 2rem 1.5rem;
    width: 25rem;
    max-width: 100%;
    flex-shrink: 0;
	margin-left: -10px;
}

.form-container h2{
    margin-bottom: 2.5rem;
}

.form-container input:not([type=checkbox]), .form-container select{
    display: block;
    width: 100%;
    border-radius: 50vh;
    padding: .8rem;
    margin-bottom: 1rem;
    font-size: .825rem;
}

.form-container button{
    width: 100%;
    display: block;
    border-radius: 50vh;
    padding: .8rem;
    margin-top: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    background-color: hsl(var(--clr-mid));
    cursor: pointer;
}

.form-container button:hover{
    background-color: hsl(var(--clr));
    color: hsl(var(--clr-light));
}

.wrapper-checkbox {
	width: 100%;
    margin-top: 20px;
}
.wrapper-content-checkbox {
	position: relative;
    max-width: 580px;
    margin: 0 auto;
}



.form-container input[type=checkbox]{
    display: inline-block;
    width: 20px;
    min-width: 20px;
    border: none !important;
    height: 30px;
    left: 0;
    top: 0;
	opacity: 0;
	position: absolute;
}

.form-container input[type=checkbox]+label{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
}

.form-container input[type=checkbox]+label::before{
    content: "×";
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
    background-color: hsl(var(--clr-light));
    color: hsl(var(--clr-light));
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    margin-right: 8px;
}
.form-container input[type=checkbox]+label span {
    font-weight: bold;
    display: inline-block;
    margin-left: 4px;
}
.form-container input[type=checkbox]:checked+label::before{
    color: hsl(var(--clr));
}

section.section{
    padding: 5rem 0;
}

section.section.lighter{
    background-color: hsl(var(--clr-lighter));
}

.grid-3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:.825rem;
    padding-bottom: 3rem;
}

.grid-1-2{
    display: grid;
    grid-template-areas: 
        "a b b"
        "a c c";
    grid-template-columns: 4fr 3fr 3fr;
    gap:1rem 2rem;
}

.card, .card.reverse:hover{
    background-color: hsl(var(--clr));
    border-radius: var(--br);
    color: hsl(var(--clr-lighter));
    padding: 3rem 2rem;
    transition: all .4s;
}

.card:hover, .card.reverse{
    color: hsl(var(--clr));
    background-color: #fff;
}

.card img{
    margin-left: auto;margin-right: auto;
    width: 8rem;
    margin-bottom: 2rem;
}
.card:hover img{
	filter: brightness(0%);
}

.card:nth-child(2){
    translate:0 3rem;
}
.card:nth-child(3){
    translate:0 -1.5rem;
}

ol{
    padding-left: 1.5rem;
}

.slide-hover-card{
    border-radius: var(--br);
    overflow: hidden;
    padding: 1rem 3.5rem;
    background-color: #fff;
    grid-area:b;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: all .3s .1s;
}
.slide-hover-card:hover{
    color: #fff;
}

.slide-hover-card::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1.5rem;
    background-color: hsl(var(--clr));
    z-index: -1;
    transition: all .4s .1s;
}

.slide-hover-card+.slide-hover-card::after{
    left: auto;
    right: 0;
}

.slide-hover-card:hover::after{
    width: 100%;
}

.slide-hover-card+.slide-hover-card{
    grid-area:c;
}

.slide-hover-card li{
    margin: .25rem 0;
}
.review.card{align-self: start;}
.review.card p:not(:last-child){
    margin-bottom: 3rem;
    line-height: 1.4;
    font-size: .9rem;
}
.img-card{
    padding: 2.2rem 2rem;
    background-color: hsl(var(--clr));
    border-radius: var(--br);
    overflow: hidden;
    grid-area:a;
}

.img-card img, .img-card video{
    display: block;
    width: 100%;
    border-radius: var(--br);
}

.review-header{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:2rem;
}

.review-header .img{
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
}

.review-header .img:has( span){
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.review-header .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.review-header .title{margin-bottom: 1rem;}

img.etoiles{
    margin-left: 0;
    width: 7rem;
}

.cal-section{
    background-color: hsl(var(--clr));
    color: hsl(var(--clr-lighter));
    padding: 4rem 2rem;
    border-radius: var(--br);
}

.cal-section p{
    margin-bottom: 3rem;
}

.about .wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap:4rem;
}

.about .img{
    width: 30rem;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: var(--br);
    overflow: hidden;
}

.about .img img{width: 100%;}

.about .txt{
    position: relative;
}

img.remaximg{
    position: absolute;
    top: 0;
    right: 0;
    width: 4.5rem;
    translate:0 -60%;
}

.about h2{margin-bottom: 3rem;}

.about p{
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: .95rem;
}

footer{
    background-color: hsl(var(--clr-mid));
    padding: 1.75rem 0;
    font-size: .9rem;
    font-weight: 600;
}

footer .sect-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer a{
    color: hsl(var(--clr));
}

footer a:hover{text-decoration: none;}

.socf{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:1rem;
}

footer a.soc{
    width: 1.8rem;
}

@media screen and (max-width:1600px){
	.hero-title {
		font-size: 38px;
    	padding: 13px 20px;
	}
}
@media screen and (max-width:1560px){
	header {
	    max-width: 1544px;
		padding-left: 12px;
		padding-right: 12px;	
	}
}
@media screen and (max-width:1460px){
	.hero-title {
		font-size: 30px;
	}
}
@media screen and (max-width:1300px){
	.hero-title {
		font-size: 24px;
	}
	.left_header_phone {
		margin-top: 25px;
	}
	.form-container h2 {
		margin-bottom: 2.5rem;
	}
.form-container h2 {
    font-size: 18px;
    line-height: 140%;
}
a.logo {
    margin-bottom: 20px;
}
}

@media screen and (max-width:1200px){
	
	.form-container {
		width:350px;
	}
    .title{font-size: 1.35rem;}
    .card img{width: 5.5rem;}
    .review-header{gap:1rem;}
    
    .card, .card.reverse:hover{
        padding: 2.5rem 1.5rem;
    }
    .review-header .title{font-size: 1.1rem;}
    .about .img{width: 25rem;}
    .about .wrap{gap:3rem;}
}
@media screen and (max-width:1024px){
    .form-container h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.form-container button {
		margin-top: 20px;
	}
}
@media screen and (max-width:950px){
	.form-section {
		flex-wrap: wrap;
	}
	.left_header {
		flex: 0 0 100%;
		min-height: 350px;
		background: url(../images/hero_img.jpg) no-repeat top center;
		background-size: cover;
		align-items: flex-end;
	}
	.left_header_content {
		padding-right: 0;
		margin-top: 0;
	}	
	.left_header_phone {
		margin-top: 10px;
	}
    .form-container {
        max-width: 500px;
        background: none;
        margin: 0 auto;
        text-align: center;
		width: 100%;
    }
    a.logo {
		width: 100%;
		text-align: center;
		max-width: 100%;
    }
	a.logo img {
		max-width: 300px;
		display: inline-block;
    }
    .hero-title {
        font-size: 18px;
        padding: 10px 20px;
        width: max-content;
        margin: 0 auto;
    }	
    body{font-size: .9rem;}
    
    .wrap{
        max-width: calc(100% - 2rem);
    }
    .hero{
        top: 1.5rem;
        left: 1.5rem;
        height: calc(100% - 3rem);
        width: calc(100% - 3rem);
    }
    
    .sect-title{font-size: 2rem;}
    .card, .card.reverse:hover{
        padding: 1.5rem 1rem;
    }
    .card img{
        width: 3.5rem;
        margin-bottom: 1.5rem;
    }
    .title{font-size: 1.25rem;}
    .slide-hover-card{
        padding: 1rem 2rem;
    }
    .img-card{
        padding: 1.75rem 1.5rem;
    }
    .about .img{
        width: 20rem;
        align-self: center;
    }
}
@media screen and (max-width:750px){
    .fixed-anchor-link{bottom: 1rem;}
    
    .grid-3, .form-section{
        display: block;
    }
    .about .wrap{flex-wrap: wrap;}
    

    .hero-title{text-align: center;}
	.hero {
        top: 1rem;
        left: 1rem;
        height: calc(100% - 2rem);
        width: calc(100% - 2rem);
    }
    .card:nth-child(2){
    translate:0 0rem;
        margin-top: 2rem;
    }
    .card:nth-child(3){
        translate:0 0rem;
        margin-top: 2rem;
    }
    .about .img{
        width: 25rem;
        margin-left: auto;margin-right: auto;
        margin-bottom: 1rem;
    }
    section.section{padding: 3rem 0;}
    
    .grid-1-2{
        display: block;
    }
    .slide-hover-card{
        margin-top: 2rem;
        padding: 2.5rem 2rem;
    }
    .copy{
        width: 100%;
        margin-bottom: 1rem;
    }
    .socf{gap:.5rem;}
}

@media screen and (max-width:600px){
	.hero-title {
		width: 100%;
		line-height: 140%;
    }
	.form-container {
        max-width: 100%;
    }
	.main_title {
		padding-bottom: 20px;
		padding-right: 0;
	}
	.main_title_back {
		right: initial;
		left: 0;
		top: initial;
		bottom: 30px;
	}
}
#err {
	width:100%;;
	color:#E2001A;
	padding: 5px 0;
}

.grecaptcha-badge {
    visibility: hidden;
}