<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-size:16px;
    line-height:22px;
}

* {
    font-family: 'Lato', sans-serif;
}

p{
    margin:0 0 20px;
}
p:last-child{
    margin:0;
}

h2{
    margin-bottom:30px;
    font-size:26px;
}

.img-responsive{display:inline-block;}

.wrap{
    max-width: 1400px; 
    margin:auto;
}

.padding{
    padding-top:60px;
    padding-bottom: 60px;
}

.logoPerrin{
    position:absolute;
    top:0;
    right:0;
    width:200px;
}

.bandeau{
    height:500px;
    position:relative;
    padding-top:80px;
    text-shadow:0 0 20px rgba(0,0,0,.6);
}

.bandeau h1{
    margin:0 0 40px;
    color:#FFF;
    font-weight:300;
    font-size:34px;
}

.bandeau h1 strong{
    text-transform: uppercase;
    font-weight: 400;
}

.bandeau h2{
    margin:0 0 0 60px;
    color:#FFF;
    font-weight:700;
    font-size:54px;
    text-transform: uppercase;
}

.bandeau h2 strong{
    color:#78b92b;
}


.bandeauVert{
    background:#78b92b;
    color:#FFF;
}

.bandeauVert ul li{
   list-style: none;
}
.bandeauVert ul li:before{
    content: "â–º";
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    position:relative;
    top:-4px;
}

.txtPerrin{
    position:relative;
    font-size:22px;
    line-height:30px;
}

.txtPerrin:after {
    position: absolute;
    z-index: 2;
    content: "";
    display:block;
    width: 0;
    height: 0;
    left:50%;
    margin-left: -40px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #FFF;
    bottom:-40px;
}

.txtPerrin strong{
    color:#00a7ba;
}

.bandeauGris{
    background:#f1f1f1;
}

.dossier{
    max-width:600px;
}

.dossier h2{
    color:#78b92b;
}

.dossier h3{
    color:#00a7ba;
    font-size:24px;
    font-weight: 700;
}

.formLP{
    background: #00a7ba;
    color:#FFF;
    max-width: 500px;
    margin: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding:40px 60px 0;
    line-height: normal;
}

.formLP h2{
    text-transform: uppercase;
    font-size:38px;
    font-weight: 700;
    margin-top:0;
}

.btn{
    background:#78b92b;
    color:#FFF;
    position:relative;
    top:20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    font-weight: 700;
    font-size:20px;
    padding:10px 40px 15px;
    position:relative;
}

.btn:after {
    position: absolute;
    z-index: 2;
    content: "";
    display:block;
    width: 0;
    height: 0;
    left:50%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #FFF;
    bottom:0;
}

input[type=checkbox]{
    margin-right:5px;
}
.checkboxTxt{
    display: inline;
    padding-left:0;
    font-size:13px;
    line-height: 16px;
}

label.error{
    color:#ffcc00;
    font-weight: normal;
    font-size:16px;
}

.has-error .form-control,
.has-error .form-control:focus{
    border-color:#ffcc00;
}

.pictos{
    color:#78b92b;
    text-transform: uppercase;
    margin: 20px 0;
}

@media(min-width:1400px){
    .bandeau h1{font-size:38px; margin: 0 0 60px;}
    .bandeau h2{font-size:60px;}
    .bandeau{height:650px; padding-top:100px;}
}
@media(min-width:1200px){
    body {font-size: 18px; line-height: 28px;}
    h2{font-size:30px;}
    .txtPerrin {font-size: 26px; line-height:40px;}
}
@media(max-width:992px){
    .bandeau h1{font-size:32px; margin: 0 0 40px;}
    .bandeau h2{font-size:44px; margin: 0 0 0 30px;}
    .bandeau{height:380px; padding-top:50px;}
    .padding{padding-top:30px; padding-bottom:30px;}
    .logoPerrin{position:relative;float:right;top:-50px;}
    .txtPerrin:after{
        margin-left: -30px;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #FFF;
        bottom: -30px;
    }
    .formLP{padding:30px 30px 0;}
    .formLP h2{font-size:30px; margin-bottom:20px;}
}
@media(max-width:768px){
    .bandeau{text-align: center; height:auto; padding-top: 20px;}
    .bandeau h1{font-size:26px; margin: 0 0 20px;}
    .bandeau h2{font-size:36px; margin: 0;}
    .bandeau .img-responsive{width:100%; max-width:180px; margin:20px 0;}
    .dossier{max-width:100%; text-align: center;}
    .pictos{margin: 0 0 20px;}
    .dossier h3, .txtPerrin{font-size: 20px; line-height: 26px;}
    .formLP{margin-top:40px;}
    .logoPerrin{width:100%;text-align: center;}
}</pre></body></html>