*{
    box-sizing: border-box;
}

/*** Header ***/
header .partie1{
    background-color: white;
    margin: 20px;
}

header #logo{
   /* height: 50px;*/
}

header #slogan p{
font-size: 20px;
    padding-top: 8px;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}

header .partie2{
    background-image: linear-gradient(#9b0015, #d21a33);
}

header .partie2 .en-tete{
    margin: 85px;
    color: white;
}

header .partie2 h1{
    font-size: 38px;
    text-align: center;
    font-weight: 500;
}

header .partie2 p{
    font-size: 19px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

header .partie2 img{
    position: absolute;
    display: none;
    width: 230px;
    right: -150px;
    top: 25px;
}

/*** Body ***/
body{
    font-family: 'Comfortaa', sans-serif;
}

body .partenaires{
    background-color: white;
    border-radius: 55px;
    border-color: #f6f6f6;
    border-style: solid;
    border-width: 5px;
    padding: 20px 0;
    justify-content: space-evenly;
    display: flex;
    margin-top: -45px;
    margin-bottom: 20px;
}
body .partenaires .item span{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}
body .partenaires .item img{
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

body .arrow-resp{
    width: 90px;
    display: none;
}


body .phrase{
    margin: 35px 0px 50px;
}

body .phrase h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

body .phrase p{
    font-size: 18px;
    color: #222;
    padding: 10px 0px;
    line-height: 1.4;
}

#parti4{
    margin-bottom: 50px;
}
#parti4 h4{
    font-size: 24px;
    font-weight: 700;
    color: #222;
}
#parti4 p{
    font-size: 16px;
    color: #222;
    padding: 10px 0px;
    line-height: 1.4;
}

body .commentaire{
    background-image: linear-gradient(#9b0015, #d21a33);
    max-height: 126px;
    margin-bottom: 60px;
}

body .marques{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
body .marques > img{
    height: 65px;
}

body .avis{
    justify-content: space-around;
    display: flex
}

body .avis #macaron{
    align-items: center;
    width: 180px;
    position: absolute;
    margin-top: -25px;
}

body .avis .etoile{
    max-width: 370px;
    margin-top: 51px;
    margin-bottom: inherit;
}

body .trait{
    background-color: #f6f6f6;
    margin: 20px;
    height: 5px;
}

footer{
    margin: 5px 0px;
}

footer img{
    margin: 20px;
    max-width: 130px;
}

footer .mentions{
    color: #828282;
    font-size: 10px;
    text-align: center;
}



/*** Funnel ***/
#funnel{
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    border-radius: 25px;
    padding: 7px;
    margin: 16px 0px 16px;
    background: #fff;
}

#funnel .bordure{
    border-radius: 25px;
    border: 3px solid #9b0015;
    padding: 30px;
}

#funnel h2{
    font-size: 25px;
    font-weight: 500;
}

#funnel .head-funnel p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #4a5154;
    line-height: 15px;
}

#funnel .question{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #e70000;
    font-weight: 600;
}

.velo{
    display: block;
    position: absolute;
    height: 292px;
    left: -200px;
    bottom: -30px;
}
    







#funnel fieldset{
    min-width: 0;
    padding: 0;
    margin: 25px;
    border: 0;
}

#funnel .reponse input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}

#funnel .reponse label {
    max-width: 400px;
    width: 100%;
    background-color: #e70000;
    color: white;
    margin: 10px;
    padding: 14px;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 41px;
    transition: all .2s ease-in;
    cursor: pointer;
    font-size: 22px;
}


#funnel .reponse span{
	text-align: left;
    display: inherit;
    padding-left: 55px;
}


#funnel .reponse label:hover{
    background-color: #ffb100;
	transition: 1s ;
}


.submit_ms{
	    font-size: 10px;
    color: gray;
}





#funnel .input-form label{
margin-bottom: 0px;
    text-align: left;
    float: left;
    padding-bottom: 7px;
    font-weight: lighter;
    font-style: italic;
    font-size: 15px;
    color: #737373;
}

#funnel .input-form{
    margin: 10px 0px;
}


#funnel .civility{
    padding: 12px;
}

#funnel #submitform{
    width: 100%;
    background-color: #e70000;
    color: white;
    font-size: 21px;
    margin: 10px;
    padding: 20px;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 41px;
}

#funnel .input-form input{
    border-color: #e0e0e0;
    border-style: solid;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 41px;
    background-color: rgba(0,0,0,0.03);
    padding: 10px 10px 10px 20px;
    width: 100%;
}

#funnel #nom-error, #funnel #prenom-error, #funnel #email-error, #funnel #tel-error{
    font-size: 10px;
    color: red;
}


#funnel #nom-error, #funnel #prenom-error, #funnel #email-error, #funnel #tel-error{
    font-size: 10px;
    color: red;
}


#funnel .input-form input .error {
    
    border-color: red;
    
}

#funnel #merci p{
    font-family: 'Comfortaa', sans-serif;
    color: black;
    font-size: 13px;
    line-height: 8px;
}

#funnel #merci h3{
    color: #e70000;
}




#funnel .demande select {
	    border-color: #e0e0e0;
    border-style: solid;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 41px;
    background-color: rgba(0,0,0,0.03);
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 69px;
}

.question_demande {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #4a5154;
    line-height: 15px;
}


/*** Realisation ***/

#realisation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

#realisation .content {
    display: block;
    width: 270px;
    height: auto;
    padding: 30px 20px;
    background: #ffffff;
    border: 3px solid #dd0077;
    text-align: center;
    margin: auto;
    border-radius: 8px;
    color: #333;
}

#realisation .content>* {
    width: 100%;
}

#realisation .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    margin-top: 20px;
}






/**** RESPONSIVE ****/

@media screen and (max-width: 1280px) {
    header .partie2 h1{
        font-size: 48px;
    }
    header .partie2 img {
        position: absolute;
        width: 160px;
        right: -15px;
        top: 50px;
    }

    #funnel .question{
        font-size: 22px;
    }
    #funnel h2 {
        font-size: 22px;
    }
    
    body .commentaire{
        max-height: 95px;
    }
    
    body .avis .etoile{
        max-width: 325px;
        margin-top: 34px;
    }
    
    body .avis #macaron{
        width: 152px;
    }
}




@media screen and (max-width: 1048px) {
     header #slogan p{
        font-size: 15px;
        margin-top: 10px;
    }
    header .partie2 h1{
        font-size: 38px;
    }
    .velo {
        height: 240px;
        left: -160px;
    }
    body .partenaires .item span{
        font-size: 16px;
    }
}



@media screen and (max-width: 815px) {
    header #logo{
        height: 50px;
    }
	#funnel .bordure {
		padding: 20px 10px 20px 10px;
	}

		#funnel .reponse label {
		  width: 100%;  
			font-size: 14px!important;
	}
    
    .velo{
        display: none;
    }
    
    .velo2{
        display: table;
        margin: 0 auto;
    }
    
    .velo2 img{
        max-width: 115px;
    }

    header .partie2 img{
        display: none;
    }
	
    body .partenaires img{
        height: 26px;
    }
    
    
    .velo{
        margin: auto;
    }
    
    body .phrase{
        margin: 30px 0px 85px;
    }
    
    body .phrase p,
    #parti4 p{
        font-size: 14px;
    }
    #parti4 h4{
        font-size: 18px;
    }
    body .commentaire{
        max-height : none;
    }
    
    #funnel #merci h3{
        font-size: 26px;
    }

    header #slogan p{
       font-size: 14px;
    	margin-top: 0;
    }
    
    header .partie2 .en-tete{
        margin: 30px 30px 54px 30px;
        
    }
    header .partie2 h1 {
        font-size: 36px;
    }
    
    header .partie2 p{
        font-size: 17px;
    }
    body .partenaires{
        flex-wrap: wrap;
        margin-top: -29px;
    }
    body .partenaires .item{
        text-align: center;
    }
    body .partenaires .item span {
        display: block;
        font-size: 12px;
        line-height: 1.2;
    }
    body .partenaires .item img{
        margin: 0 0 10px;
    }
    body .commentaire{
        margin-bottom: 5px
    }
    
	body .avis{
        align-items: center;
    }
    
    body .avis #macaron{
        width: 130px;
    margin-top: -120px;
    }
    
    body .avis .etoile{
        max-width: 333px;
        margin-top: 35px;
    }
    
    #funnel h2{
        font-size: 24px;
    }
    
    #funnel .head-funnel p{
        font-size: 13px;
    }
    
     footer p{
        font-size: 10px;
    }
	
	    body .partenaires #picto{
        display: none;
    }
	
	
	
	
	
}

@media screen and (max-width: 767px){
    body .arrow-resp {
        display: none;
    }
    header .logo{
        text-align: center;
    }
    header #logo {
       height: 40px;
    }
    header #slogan p{
        text-align: center;
    }
    header .partie2 .en-tete{
        margin: 25px 0 45px;
    }
    header .partie2 h1 {
        font-size: 22px;
    }
    header .partie2 p {
        font-size: 14px;
    }
    body .partenaires .item span{
        font-size: 14px;
        margin: 2px 0;
    }
    body .phrase{
        text-align: left;
        margin-bottom: 15px;
    }
    body .phrase h3{
        font-size: 18px;
    }
    #funnel h2{
        font-size: 20px;
    }
    #funnel .reponse span {
        padding-left: 30px;
    }
    #funnel .question {
        font-size: 20px;
    }
    #funnel .reponse label{
        margin: 10px 0;
    }
    body .marques{
        justify-content: space-between;
    }
    body .marques > img {
        height: 30px;
    }
    body .avis {
        display: block;
        align-items: center;
        padding-top: 50px;
    }
    body .avis #macaron {
        left: 50%;
        top: 0;
        width: 130px;
        transform: translate(-50%,-50%);
        margin-top: 0;
    }
    #funnel #submitform{
        margin: 10px 0;
    }
}









/**

@media screen and (max-width: 600px) {
    header .partie2 h1{
        font-size: 43px;
    }
    
    header .partie2 p{
        font-size: 13px;
    }
    
    body .partenaires #picto{
        display: none;
    }
    #funnel .reponse label{
        font-size: 13px;
    }
    
    #funnel .input-form label{
        font-size: 13px;
    }

}


@media screen and (max-width: 500px){
    header #slogan p{
        font-size: 12px;
    }
    
    
    header .partie2 h1{
        font-size: 40px;
    }
    body .partenaires{
        padding: 15px;
    }
    
    body .partenaires img{
        height: 26px;
        margin: 0px;
    }
    
    #funnel h2{
        font-size: 20px;
    }
    
    #funnel .head-funnel p{
        font-size: 14px;
    }
    
    #funnel #merci h3{
        font-size: 22px;
    }
    
    #funnel #merci p{
        font-size: 10px;
    }
    
    #funnel .civility{
        font-size: 13px
    }
    
    #funnel .reponse label{
        font-size: 11px;
    }
    
    #funnel .input-form label{
        font-size: 11px;
    }
    
    #funnel #submitform{
        font-size: 15px;
    }
    
    .velo2 img{
        max-width: 100px;
    }
    
    body .avis .etoile{
       max-width: 415px;
        width: 100%
    }
    
    body .avis #macaron{
        width: 170px;
        margin-top: -174px
    }
   
    #partie3 .col{
        margin-bottom: 25px;}
    
    .commentaire .col{
        padding-bottom: 20px;
    }
    
    footer img{
        max-width: 120px;
    }
    
    header .partie1{
        text-align: center;
        margin: 20px 0 10px 0;
    }
    
    
    header #slogan p{
        font-size: 10px;
    }
    header .partie2 p{
        font-size: 11px;
    }
    
    .velo2 img{
        max-width: 90px;
    }  
    
    #funnel #submitform{
        width: 43%;
    }
    
    #funnel .reponse label{
        font-size: 8px;
    }

    header .partie2 h1{
        font-size: 28px;
    }
    
    header .partie2 p{
        font-size: 9px;
    }
    
    body .partenaires img{
        height: 20px;
    }
    
    #funnel h2{
        font-size: 18px;
    }
    
    #funnel .head-funnel p{
        font-size: 9px;
    }
    
    #funnel #merci h3{
        font-size: 18px;
    }
    
    #funnel #merci p{
        font-size: 8px;
    }
    
    #funnel .civility{
        font-size: 11px;
    }
    
    .velo2 img{
        max-width: 80px;
    }
   
    footer img{
        max-width: 100px;
    }
    
    
    
    
}

***/