:root {
--orange: #cf5991;
--mauve: #e3d7d5;
--marron: #bc9e7b;
--blanc-pale: #fbf7f2;
--black-32: #324040;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    background-color: #FFF;
    font-size: 17px;
    color: var(--black-32);
}

input.ui-spinner-input[type=number]::-webkit-inner-spin-button,
input.ui-spinner-input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}


p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: justify;
}

#barre-haut1 {
    width: 100%;
    height: 99px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 34px;
    justify-content: center;
    flex-wrap: nowrap;
}

.logo3 {
width: 28%;
display: flex;
justify-content: center;
}

#barre-haut {
width: 100%;
height: 170px;	
}
.margeg {
float: left;
width: 8%;
height: 10px;
}

.marged {
float: right;
width: 8%;
height: 10px;
}

.centreg {
    float: left;
    width: 46%;
    height: 100%;
}

.centred {
    width: 38%;
    text-align: right;
    min-height: 10px;
    float: right;
    height: 100%;
}

.clear {
 clear: both;
}
.img-hearder {
position: relative;
width: 100%;
}
.img-hearder img {
width: 100%;
}
.calc1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

h1, h2 {
font-size: 60px;
margin-top: 75px;
text-align: left;
margin-bottom: 17px;
color: var(--black-32);
font-size: 3.4vw;
line-height: 60px;
}

.calc1 .txt {
    font-size: 2.3vw;
    font-weight: 500;
}

.calc1 .txt1 {
    margin-top: 20px;
    font-size: 1.8vw;
    text-shadow: 1px 1px 3px white;
}

.google {
margin-left: -20px;
margin-top: 20px;
}

.google img {
max-width: 100%;
width: auto;
max-width: 55%;
}

#formulaire {
    margin-top: 75px;
    background-color: var(--orange);;
    text-align: center;
    color: white;
    font-size: 38px;
    font-weight: 700;
    background-image: url(img-prime/pour100.png);
    background-repeat: no-repeat;
}
#form_slide {
margin-bottom: 15px;
}
.form1 {
    padding: 20px;
}

.form2 {
    background: white;
    color: var(--black-32);
	overflow: hidden;
}
.rempli {
    font-style: italic;
    font-size: 27px;
    text-decoration: underline;
    font-weight: 500;
    line-height: 60px;
    padding-bottom: 30px;
}
.question {
font-size: 35px;
line-height: 40px;
margin-bottom: 30px;
margin-top: 20px;
}

/*#locataire, #proprietaire, #oui, #non, #moins_3mois, #plus_3mois {
	position: relative;
    width: 360px;
    height: 52px;
    border: 2px solid var(--orange);;
    margin: 0 auto;
    margin-bottom: 35px;
    cursor: pointer;
    background-image: url(img-prime/proprietaire.svg);
    background-repeat: no-repeat;
    background-position: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
}*/

#locataire:hover, #proprietaire:hover, #oui:hover, #non:hover, #moins_3mois:hover, #plus_3mois:hover {
/*text-decoration: underline;*/	
}

/*#locataire {
    background-image: url(img-prime/locataire.svg);
    background-repeat: no-repeat;
    background-position: 25px;
}*/

/*.second {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 50px;
    background: url(img-prime/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 28px;
    background-position: center;
}*/

.second {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 100%;
    background: url(img-prime/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 28px;
    background-position: center;
}

/*#proprietaire, #locataire, #prive, #social, #age-60-69, #age-70-plus,  {*/
.item {
    background: none;
    position: relative;
    max-width: 350px;
    height: auto;
    border: 2px solid var(--orange);
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: left;
    font-size: 20px;
    line-height: normal;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #FFF;
    padding-left: 20px;
    cursor: pointer;
    text-align: center;
    padding-right: 38px;
}

/*#locataire:hover, #proprietaire:hover, #prive:hover, #social:hover, #locataire:hover, #proprietaire:hover {*/
.item:hover, select.jour:hover, select.mois:hover, select.annee:hover, .item_on {
background-color: var(--mauve);
border: 2px solid #3ba835;	
}

select.jour, select.mois, select.annee {
    font-weight: 700;
    height: 46px;
    border: 2px solid var(--orange);
    font-size: 20px;
	cursor: pointer;
}	

#slide0 {
display: block;	
}

#slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #slide8, #slide9, #slide10, #slide11, #slide12 {
/* display: block; */
display: none;
}

#oui {
background-image: url(img-prime/oui.svg);
background-repeat: no-repeat;
background-position: 25px;
width: 258px;
}

#non {
background-image: url(img-prime/non.svg);
background-repeat: no-repeat;
background-position: 25px;
width: 258px;
}

.retour {
    width: 60px;
    height: 60px;
    background-color: var(--orange);
    background-image: url(img-prime/arrow-left-solid.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    margin-left: 20px;
    background-position: 10px;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

#moins_3mois {
    background-image: url(img-prime/moins-3-mois.svg);
    background-repeat: no-repeat;
    background-position: 20px;
	width: 395px;
}
#plus_3mois {
    background-image: url(img-prime/plus-3-mois.svg);
    background-repeat: no-repeat;
    background-position: 20px;
	width: 395px;
}

.lig1, .lig2, .lig3 {
    padding-left: 20px;
    padding-right: 20px;
}

::placeholder {
    font-style: italic;
	color: #c5c5c5;
}

.champLeft, .champRight {
    height: 52px;
    border: 2px solid var(--orange);;
    float: left;
    width: 45%;
    margin-bottom: 10px;
	padding-left: 10px;
    font-size: 26px;
	color: var(--black-32);
}

.champRight {
    float: right;
}

.lig4 {
    padding-left: 20px;
    padding-right: 20px;
    width: 250px;
    margin: 0 auto;
}

input#revenu {
    text-align: right;
    padding-right: 10px;
    width: 160px;
    float: none;
    margin-bottom: 30px;
}

input#email {
width: 100%;
}

#valide1_anc {
width: 60px;
    height: 60px;
    background-color: white;
    background-image: url(img-prime/check-solid.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    margin-right: 20px;
    background-position: 10px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
	margin-top: 10px;
    border: 2px solid var(--orange);;
}

#valide1, #valide2, #valide11 {
    text-align: left;
    width: 180px;
    height: 60px;
    background-color: white;
    /* background-image: url(img-prime/check-solid.svg); */
    /* background-repeat: no-repeat; */
    /* background-size: 20px; */
    margin-right: 20px;
    /* background-position: right; */
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 2px solid var(--orange);
    line-height: 56px;
    background-image: url(img-prime/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 145px center;
    padding-left: 10px;
    font-size: 28px;
}

.erreur_on {
    border: 1px solid #f00!important;
    background-image: url(images/exclamation1.png)!important;
    background-position: right!important;
    background-repeat: no-repeat!important;
    background-size: 11px!important;
    outline: #F00!important;
	background-position: right!important;
}

.mess_erreur {
    position: absolute;
    padding: 2px 10px;
    box-shadow: 0px 0px 30px #FFF;
    background-color: #C10000;
    background-color: #696969;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #C1C1C1;
    width: 210px;
    color: white;
    line-height: normal;
}

#mess_nom {
top: 80px;
left: 334px;
display: none;
}
#mess_tel {
    top: 204px;
    left: 30px;
    display: none;
}
#mess_cp {
    top: 142px;
    left: 30px;
    display: none;
}
.spin {
    position: absolute;
    z-index: 9999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-color: #C10000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-color: #696969 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#spin_nom, #spin_tel, #spin_cp {
    top: 27px;
    left: 10px;
}

#mess_form {
    width: 95%;
    margin: 0 auto;
}

.mess_form {
    background-color: #FFF;
    color: #FF5151;
    padding: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #555;
}

.home_rep_contact {
    background-color: #FFF;
    padding: 5px;
    margin-top: 10px;
    color: #FF5151;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #555;
}

.slide-icones {
width:100%;
/*overflow: auto;*/	
}

#icones1 {
    height: 190px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 1112px;
    background-color: white;
    margin-top: -119px;
    position: relative;
    box-shadow: 0px 0px 20px 0px #AAAAAA;
    /* width: 100%; */
    /* height: auto; */
    gap: 10px;
    padding-bottom: 20px;
}	

.picto-dep {
    width: 5%;
}

.picto1 {
    width: 250px;
    line-height: 0;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: 700;
}

.picto1 img {
    width: 80%;
}

#bloc1 {
margin-top: 50px;
margin-bottom: 180px;
}

.centre_bloc1 {
    float: left;
    width: 41%;
}

.marged-bloc1 {
    float: right;
    width: 2%;
    height: 10px;
}

.centred-bloc1 {
    float: right;
    width: 45%;
}

.centred-bloc1 h2 {
margin-top: 0;
}

.centre-bloc1-txt {
    width: 92%;
    font-size: 20px;
    font-size: 1.2vw;
}
.centre-bloc1-txt p {
    margin-bottom: 30px;
}

.button {
    position: relative;
    border: 6px solid var(--orange);
    cursor: pointer;
    font-size: 26px;
    line-height: 74px;
    text-align: center;
    background-color: white;
    background-image: url(img-prime/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 330px center;
    padding-left: 35px;
    padding-right: 60px;
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
    border-radius: 30px;
}

.button2 {
    display: block;
    width: 386px;
    margin-left: auto;
    margin-right: auto;
}

.vignettes2 {
    margin-top: 40px;
}
.v50 {
    float: left;
    width: 48%;
}
.v50.dr {
    float: right;
}
.v50 img {
    max-width: 100%;
}

#bloc2 {
margin-bottom: 50px;
}

#bloc2 .pave1 {
    border: 2px solid var(--orange);
    float: left;
    margin-right: 67px;
    width: 25.3%;
    padding: 30px;
    min-height: 364px;
    background-color: var(--blanc-pale);
}

#bloc2 .pave1.dr {
    margin-right: 0;
}

#bloc22 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    padding-bottom: 90px;
    align-items: stretch;
    padding-left: 6%;
    padding-right: 6%;
}

.pave1 {
    background: white;
    border: 2px solid var(--orange);
    padding: 30px;
    background-color: var(--blanc-pale);
}



.pave1-titre {
    font-size: 27px;
    font-weight: 700;
    background-image: url(img-prime/Check.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 35px;
    padding-bottom: 15px;
}
.pave1-txt {
    padding-left: 35px;
    font-size: 1.2vw;
    padding-right: 35px;
}

#bloc3 {
 padding-bottom: 550px;
 background-color: var(--mauve);
}

.pave3 {
    float: left;
    width: 84%;
    position: relative;
}

.pave3-txt {
    width: 75%;
    margin: 0 auto;
    font-size: 25px;
    font-size: 1.5vw;
    margin-bottom: 40px;
	text-align: center;
}

.center {
text-align: center;
}

.img-concept img {
    max-width: 100%;
    display: block;
    box-shadow: 0 0 20px 3px #aaaaaa;
}

#bloc3_1 {
margin-bottom: 180px;
margin-top: -550px;
}

.macaron {
    position: absolute;
    right: -108px;
    top: -100px;
}

.temoignages {
    float: left;
    width: 92%;
}

.temoignage {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: var(--mauve);
}

.slide .text {
background-color: var(--blanc-pale);
}

.slide .texth {
 font-style: italic;
}

.texth::before {
    content: "“";
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: bold;
	color: black;
}

.texth::after {
    /*content: "”";*/
    content: "(...)";
    font-weight: normal;
}


.slide {
    display: flex;
}

.slide img {
    width: 53%;
    margin-right: 20px;
    height: 53%;
}


.slide .text {
    text-align: center;
    min-height: 70px;
    width: 47%;
    padding: 24px;
    font-size: 23px;
    padding-top: 40px;
}

.temoignage h2.titre, .temoignage h3.titre {
    text-align: center;
    font-size: 22px;
    min-height: 46px;
    color: #81B120;
    color: #d51073;
}


.vignette-tem {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}

.h2temoin {
position: absolute;
top: -70px;
left: 0;
width: 100%;
}


.sep_losange {
    background-image: url(img-prime/losange-orange.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
}

.sep_ligne {
    border-bottom: 2px solid var(--orange);
    margin-top: -16px;
}

.slide .nom {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.slide .ville {
    font-size: 21px;
}

.bloc5 {
margin-top: 100px;
background-color: var(--mauve);
background-image: url(img-prime/Garantie-10-ans.svg);
background-repeat: no-repeat;
background-position: right;
padding-bottom: 60px;
}

.bloc5 .centre {
float: left;	
}

.bloc6 {
width: 100%;
background-color: var(--mauve);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
gap: 60px;
padding-bottom: 60px;
}

.bloc6 .bloc {
position: relative;
padding: 20px;
background: white;
width: 20%;
min-height: 330px;
}

.bloc .num {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 65px;
    height: 65px;
    text-align: center;
    background-image: url(img-prime/1.svg);
    background-size: 65px;
    background-repeat: no-repeat;
}

.bloc .num1 {
background-image: url(img-prime/1.svg);
}
 
.bloc .num2 {
background-image: url(img-prime/2.svg);
}

.bloc .num3 {
background-image: url(img-prime/3.svg);
}

.bloc .num4 {
background-image: url(img-prime/4.svg);
}

.bloc6 .space {
    width: 5%;
}

.bloc .s_bloc {
    height: 100%;
    box-shadow: 0px 0px 5px 5px #00000026;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
}

.s_bloc .titre {
font-size: 27px;
font-weight: 700;
line-height: 45px;	
}

.bloc7 {
    margin-bottom: 60px;
}

.bloc8 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 6%;
    padding-right: 6%;
    align-items: stretch;
    padding-bottom: 60px;
    justify-content: space-between;
    align-content: center;
    row-gap: 90px;
    column-gap: 2%;/*30px;*/
}


.bloc8 .bloc {
    width: 31.9%;
    padding: 10px 15px;
    box-shadow: 0px 6px 22px 0px #aaa;
    position: relative;
}

.bloc8 .sep_losange {
    margin-top: -44px;
    height: 20px;
}

.bloc8 hr {
    margin-top: -11px;
    margin-bottom: 30px;
    background-color: var(--orange);
    height: 2px;
    border: none;
}

.bloc8 .titre {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}

.bloc8 .texte {
    padding-bottom: 30px;
}

.bloc8 .picto {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 100px;
    height: 100px;
}

.ampoule {
    background-image: url(img-prime/ampoule.svg);
}

.metre {
    background-image: url(img-prime/Metre.svg);
}

.garantie {
    background-image: url(img-prime/Garantie-10-ans-2.svg);
}

.etancheite {
    background-image: url(img-prime/Etancheite.svg);
}

.equipement {
    background-image: url(img-prime/equipements.svg);
}

.prix {
    background-image: url(img-prime/euro_.svg);
}

.bloc9 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.bloc9 .bloc {
    width: 150px;
}

.bloc9 .bloc img {
    max-width: 100%;
}

.footer {
    margin-left: 6%;
    margin-right: 6%;
}

.footer3 {
    display: flex;
    margin-top: 30px;
    /* justify-content: center; */
    /* gap: 15px; */
    /* justify-items: center; */
    flex-wrap: wrap;
    flex-direction: row;
}

.footer3 .bloc {
    width: 33.33333%;
    margin-bottom: 30px;
	font-size: 15px;
}

.footer_logo {
max-width: 360px;
padding-top: 5px;	
}

.footer_vert {
width: 370px;
display: block;
margin: 0 auto;	
}

.pictos_foot {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    /* justify-content: space-between; */
    gap: 30px;
    margin-top: 50px;
}

.pictos_foot img {
    width: 34px;
    height: 34px;
}

.admail img {
    width: 34px;
    vertical-align: middle;
}

.admail a {
    text-decoration: none;
    font-size: 16px;
    color: var(--black-32);
}

.admail a:hover {
    color: var(--orange);
}

.admail.mention {
    margin-top: 60px;
}

.legende {
    margin-top: 30px;
    background: white;
    padding: 5px;
    box-shadow: 0px 0px 5px 5px #aaaa;
}

.legende ul {
    list-style: none;
}

.legende li {
    padding-bottom: 5px;
}

.legende .num {
    border-radius: 50%;
    color: white;
    background: var(--orange);
    float: left;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
}

 .legende .txt {
min-height: 32px;
font-size: 16px;
}

.cond-elig {
text-align:right;
padding-left: 6%;
padding-right: 6%;
font-size:12px;
}




/************************ Responsive*******************/

@media (max-width: 1370px) {
.slide .text {
font-size: 1.3vw;
}
#icones1 {
margin-top: -40px;
}


}

@media (max-width: 1343px) {
#bloc3 {
padding-bottom: 392px;
}
.pave3 {
width: 80%;
}
#bloc3_1 {
margin-top: -392px;
}
}


@media (max-width: 1320px) {
.slide .nom {
font-size: 22px;
}

.slide .ville {
font-size: 18px;
}

.bloc6 {
gap: 70px;
}

.bloc6 .bloc {
width: 35%;
}	

}

@media (max-width: 1254px) {
#icones1 {
margin-top: 0px;
}
.google {
margin-top: 10px;
}
.calc1 {
top: -54px;
}
}

@media (max-width: 1152px) {
.calc1 .marged {
width: 2%;
}
.calc1 .margeg {
width: 2%;
}
.calc1 .centred {
width: 47%;
}
#icones1 {
width: 100%;
height: auto;
gap: 0px;
}
}


@media (max-width: 1192px) {
#formulaire {
font-size: 28px;
}
.rempli {
font-size: 22px;
padding-bottom: 0px;
}
.question {
font-size: 22px;
margin-top: 0px;
line-height: normal;
}
}


@media (max-width: 1156px) {
.footer {
margin-left: 2%;
margin-right: 2%;
}
.footer_logo {
max-width: 100%;
}

.footer_vert {
max-width: 100%;
padding: 0 20px;
}

#bloc1 {
margin-top: 50px;
margin-bottom: 90px;
}

}




@media (max-width: 1018px) {
#barre-haut {
height: unset;
}
#barre-haut .margeg {
width: 3%;
}
#barre-haut .centreg {
/*width: 36%;*/
}
#barre-haut .centreg img {
    max-width: 100%!important;
}
#barre-haut .marged {
width: 3%;
}

#barre-haut .centred {
/*width: 30%;*/
}

#barre-haut .centred img {
max-width: 100%;
}

#bloc2 .margeg {
width: 2%;
}

#bloc2 .pave1 {
    width: 32%;
    padding: 30px 15px;
    margin-right: 1%;
    height: 255px;
    min-height: unset;
}

#bloc2 .pave1-titre {
font-size: 19px;
}

#bloc2 .pave1-txt {
font-size: 14px;
}
	
}

@media (max-width: 990px) {
.calc1 {
position: relative;
margin-top: -576px;
}
.calc1 .margeg {
display: none;
}	
.calc1 .marged {
display: none;
}

.calc1 .centreg {
    width: 51%;
    float: none;
	padding-left: 20px;
}
.calc1 .centred {
    float: none;
    margin: 0 auto;
    width: 55%;
}

.slide-icones {
width:100%;
overflow: auto;	
}

#icones1 {
margin-top: 30px;
width: 110%;
}

h1 {
    margin-top: 30px;
    line-height: 3.8vw;
}
h2 {
line-height: normal;
font-size: 3.0vw;
}

.calc1 .txt {
    font-size: 2.45vw;
    font-weight: 500;
}

.calc1 .txt1 {
    margin-top: 20px;
    font-size: 2.4vw;
    text-shadow: 1px 1px 3px white;
}

.centre-bloc1-txt {
font-size: 1.7vw;
}

div#bloc22 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 60px;
    align-items: stretch;
    padding-left: 6%;
    padding-right: 6%;
}

.pave1 {
    background: white;
    border: 2px solid var(--orange);
    padding: 15px;
    background-color: var(--blanc-pale);
    text-align: justify;
    width: 32%;
}

.pave1-txt {
font-size: 16px;
line-height: 22px;
}

.google img {
max-width: 70%;
}

#formulaire {
    margin-top: 160px;
}
		
}	



@media (max-width: 975px) {
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 100px;
}
.slide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.slide img {
    width: 53%;
    margin-right: 20px;
    height: 53%;
    margin-right: 0;
}
.slide .text {
    text-align: center;
    min-height: 70px;
    width: 47%;
    padding: 24px;
    font-size: 23px;
    padding-top: 40px;
    font-size: 1.6vw;
    width: 88%;
}

.bloc8 .bloc {
width: 48%;
}

	
}

@media (max-width: 900px) {
#icones1 {
    margin-top: 30px;
    width: 1000px;
}
}


@media (max-width: 895px) {
.calc1 {
margin-top: -526px;	
}	
.macaron {
    right: -68px;
    top: -100px;
    width: 224px;
}
.macaron img {
max-width: 100%;
}

.centre-bloc1-txt {
font-size: 16px;
}

#bloc2 .pave1-txt {
font-size: 16px;
}
.pave3-txt {
font-size: 16px;
}

.slide .text {
font-size: 14px;
}
	
}

@media (max-width: 826px) {
#barre-haut1 {
margin-bottom: 40px;
}

.logo3 {
width: 35%;
}
	
.calc1 {
margin-top: -485px;	
}	
#formulaire {
margin-top: 110px;
}

}
	

@media (max-width: 800px) {
h1, h2 {
font-size: 3.8vw;
line-height: 4.0vw;
}
	
.slide .text {
font-size: 2vw;
}

.slide .texth {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
min-height: 100px;
}

.macaron {
width: 100px;
right: -41px;
top: -47px;
}

div#bloc22 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 60px;
    padding-left: 6%;
    padding-right: 6%;
    align-content: flex-start;
}
.pave1 {
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
}

}

@media (max-width: 790px) {
#bloc1 {
margin-top: 50px;
margin-bottom: 50px;
}
	
#bloc1 .margeg {
display: none;
}

#bloc1 .marged-bloc1 {
display: none;
}

.centred-bloc1 {
    float: none;
    width: 100%;
    padding: 0 20px;
    text-align: justify;
    padding-bottom: 60px;
}

.centre_bloc1 {
    float: none;
    width: 88%;
    margin: 0 auto;
}	

#bloc2 {
    margin-bottom: 50px;
    width: 100%;
    padding: 0 20px;
}

#bloc2 .pave1 {
    float: none;
    width: 100%;
    min-height: 0;
    margin-top: 20px;
	margin-right: 0;
}

.bloc6 {
gap: 20px;
}


}

@media (max-width: 750px) {
.calc1 {
margin-top: -447px;
}	
	
}	

@media (max-width: 736px) {
#barre-haut .margeg, #barre-haut .marged {
display: none;
}	
	
.pave3 h2 {
margin-top: 20px;
}
	
.pave3-txt {
width: 100%;
}

.calc1 .centred {
width: 90%;
}	
	
#Slider .margeg {
width: 0;
}

.slide .text {
font-size: 16px;
}

.slide .texth {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 75px;
}

.temoignages {
width: 100%;
}

.bloc6 .bloc {
width: 42%;
}	

.bloc6 {
gap: 30px;
}

h2.clients {
padding-left: 20px;
}
}


@media (max-width: 710px) {
#barre-haut1 {
flex-direction: column;
flex-wrap: wrap;
gap: 18px;
height: auto;
margin-top: 10px;
margin-bottom: 30px;
}
	
.logo3 {
width: 50%;
}	
	
.calc1 .centreg {
width: 72%;
}
.google img {
max-width: 50%;
}
.calc1 {
    margin-top: -416px;
}
}

@media (max-width: 640px) {
.calc1 {
    margin-top: -400px;
}

#bloc3_1 {
margin-bottom: 60px;
}

}


@media (max-width: 610px) {
.calc1 {
position: absolute;
top: 0;
margin-top: 0;
}

#icones1 {
margin-top: 240px;
}
	
.calc1 .centreg {
width: 100%;
padding-right: 20px;
}

h1 {
font-size: 32px;
line-height: 40px;
margin-bottom: 15px;
}

.calc1 .txt {
font-size: 18px;
font-weight: 500;
font-size: 26px;
}

.calc1 .txt1 {
margin-top: 15px;
font-size: 16px;
}
	
#barre-haut .margeg, #barre-haut .marged {
display: none;
}

#barre-haut .centreg, #barre-haut .centred {
    float: none;
    margin: 0 auto;
    /* width: 57%; */
    width: auto;
    text-align: center;
}

#barre-haut .centred {
    width: auto;
    text-align: center;
    margin-top: -42px;
}
	
#bloc3 {
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
padding-bottom: 0;
}

#bloc3 .margeg {
display: none;
}

#bloc3 .pave3 {
float: none;
width: 80%;
margin: 0 auto;
padding-bottom: 220px;
padding-top: 20px;
}

.pave3-txt {
    width: 100%;
}

#bloc3_1 {
margin-top: -220px;
}

#bloc3_1 .margeg {
display: none;
}

#bloc3_1 .pave3 {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    width: 90%;
}

	
	
.bloc8 {
padding-left: 20px;
padding-right: 20px;
}

.bloc8 .bloc {
width: 100%;
}
}


@media (max-width: 590px) {
h1, h2 {
font-size: 32px;
line-height: 36px;
}

h2 {
font-size: 26px;
}

.bloc5 {
background-position: right top;
background-size: 40%;
}
	
.bloc6 {
gap: 60px;	
}

.bloc6 .bloc {
width: 90%;
min-height: 245px;
}

.bloc .num {
right: 42%;
width: 74px;
height: 74px;
background-size: 74px;
top: -32px;	
}	

.centre_bloc1 {
float: none;
width: 100%;
margin: 0 auto;
}

.footer {
margin-left: 20px;
margin-right: 20px;
}

.footer3 {
    display: flex;
    margin-top: 30px;
    gap: 2px;
    justify-items: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.footer3 .bloc {
    margin-bottom: 0px;
    font-size: 16px;
    width: 100%;
    text-align: center!important;
}

.pictos_foot {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.admail.mention {
    margin-top: 20px;
}

#icones1 {
width: 800px;
justify-content: flex-start;
}

.picto1 {
font-size: 14px;
width: 200px;
padding: 0;
}

.slide .texth {
-webkit-line-clamp: 5;
min-height: 135px;
}

.pave1-titre {
font-size: 20px;
}

h2.clients {
text-align: center;
padding-left: 0;
}

.slide .nom {
font-size: 20px;
}

.slide .ville {
font-size: 16px;
}

.s_bloc .txt {
font-size: 16px;
}

.bloc8 .titre {
font-size: 20px;
}

.bloc8 .texte {
    padding-bottom: 30px;
    font-size: 16px;
}

.cond-elig {
font-size: 14px;
text-align: center;
padding-left: 0;
padding-right: 0;
}

}	

@media (max-width: 560px) {
#barre-haut1 {
gap: 30px;
}
.logo3 {
width: 80%;
}
	
.calc1 {
position: relative;
margin-top: -652px;
}	
#formulaire {
margin-top: 280px;
}
#icones1 {
margin-top: 40px;
}
}

@media (max-width: 510px) {
.calc1 {
    margin-top: -634px;
}

#valide1, #valide2 {
    text-align: left;
    width: 160px;
    height: 60px;
    background-color: white;
    margin-right: 20px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 2px solid var(--orange);
    line-height: 56px;
    background-image: url(img-prime/chevron-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 130px center;
    padding-left: 10px;
    font-size: 24px;
}


#formulaire {
font-size: 24px;
padding-top: 14px;
}

.rempli {
font-size: 18px;
}

#locataire, #proprietaire, #oui, #non, #moins_3mois, #plus_3mois {
font-size: 20px;
}

#moins_3mois, #plus_3mois, #proprietaire {
background-position: 5px;
width: 290px;
}

#proprietaire, #locataire {
    width: 290px;
    background-position: 5px;
}

.lig1, .lig2, .lig3 {
    padding-left: 5px;
    padding-right: 5px;
}

.champLeft, .champRight {
height: 42px;
width: 48%;
padding-left: 5px;
font-size: 18px;
}

.pave3 h2 {
width: 222px;
margin: 20px auto;
}

#bloc3 .pave3 {
width: 100%;	
}

.calc1 .txt1 {
width: 320px;
width: auto;
font-size: 20px;
margin-top: 10px;
}

.item {
    max-width: 300px;
}
}



@media (max-width: 434px) {
.macaron {
right: -14px;
}

.calc1 {
    margin-top: -535px;
}

#bloc3_1 .pave3 {
width: 96%;
}

}

@media (max-width: 428px) {
#icones1 {
margin-top: 40px;
width: 686px;
padding-left: 10px;
}
.picto1 img {
width: 120px;
}	
#barre-haut .centreg img {
max-width: 80%!important;
}	
#barre-haut .centred {
margin-top: -26px;
}
#barre-haut .centred img {
max-width: 245px;
}
.calc1 {
margin-top: -580px;
}
	
.google img {
max-width: 67%;
}

#formulaire {
margin-top: 188px;
}
}

@media (max-width: 420px) {
.calc1 .centreg {
padding-right: 4px;
}

.calc1 .centred {
width: 95%;
}

.footer_vert {
max-width: 280px;
}

.button2 {
    display: block;
    width: 386px;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    font-size: 18px;
    background-position: 229px center;
    padding-left: 0px;
    padding-right: 10px;
}
}












