body{
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight:300;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}

.img-responsive{display:inline-block;}
.shadow{box-shadow:0 0 20px 0 rgba(0,0,0,0.3)}

.btn-primary{
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 8px;
    text-transform: uppercase;
    margin: 25px auto 40px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
    /* background-image: url(../img/pdf-white.png);*/

}
.btn-inscription{
    background-image: url(../img/inscription-n.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 55% 35%;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #d02a4c;
    text-decoration: none;
    color:#ffffff;

}
.btn-inscription:hover,
.btn-inscription:focus{



}
.btn-primary > span.scroll{
    display: block;
    background: transparent url(../img/scroll-down.png) no-repeat center center;
    text-indent: -999em;
    overflow: hidden;
}
.btn-primary img{
    margin-top: 25px;
    margin-bottom: 10px;
}
.btn-primary p{
    font-weight:bolder;
    padding-top:60%;
}
#main .btn-primary{
    padding: 10px 30px 5px 30px;
    margin: 25px auto 10px auto;
}
.pdf-logo{
    width:30px;
}
.info-pj{
    color:#ffffff;
    background-color:#363636;
    display:flex;
    flex-direction: row;
}
.info-pj a{
    width:100%;
    color:#ffffff;
    display:flex;
    flex-direction: row;
    justify-content: center;
}
header{
    background: transparent url(../../images/background-cyber-menace.png) no-repeat center center / cover;
    padding: 20px 0 0 0;
    position: relative;
}
.dommage-header{
    background: transparent url(../../images/fond-dommages-biens.jpg) no-repeat center center / cover;
}
header h1{
 margin-top:20px;
    font-size:60px;
    font-weight: 700;
}
h2{
    font-family: 'Montserrat';
}
header .bloc-title{
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 28px;

    background-color: #d53958;
    height:200px;
    color: #ffffff;
    padding: 30px 20px;
    margin: 0px 0 -90px 0;
    border-radius: 7px;
    /*margin: 290px 0 -100px 0;*/
}
header h3{
    margin:0;
    margin-top:30px;
    font-size:30px;
    font-weight: 700;
}
.justify-content-center{
    display:flex;
    justify-content:center;
}
.title-img{
    position: absolute;
    bottom: 160px;
    left: calc(50% - 45px);
}
header .img-title{
    width:250px;
    margin-bottom: 150px;
}
section#main{
    padding: 120px 0 75px 0;
}
section#main h2{
    font-size:18px;
    line-height:20px;
    font-weight:700;
    position:relative;
    padding-bottom:0;
    margin-top: 50px;
    margin-bottom:15px;
    text-align:center;
}
section#main .content p{
    margin-top: 30px;
    /*font-weight:bold;*/
}
section#main .content ul{
    list-style: none;
    padding-left: 30px;
}
section#main .content ul li{
    background: transparent url(../img/dcp-check-red.jpg) no-repeat left top;
    padding-left: 30px;
    margin-bottom: 5px;
    min-height: 25px;
}
section#main .content ul li::before{
    color:#cf294b;
}
section#main .content ul li > ul{
    margin-bottom: 5px;
    margin-top: 3px;
    list-style-type: ". ";
}
section#main .content ul li > ul > li{
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}
.div-center{
    margin:0 auto;
}

.contact .row div h4{
    font-weight:bold;
}
label{
    font-weight:lighter;
}

.red {
    color:#d02a4c;
}
.red:hover{
    color:#d02a4c;
}

.form-control{
    border-radius: 0;
    border: solid 1px darkgray;
}

.form-control:focus{
    border:none;
    text-decoration: none;
}
.form{
    font-family: 'Roboto', sans-serif !important;
}
.form input{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked{
    position:relative;
    left:-14px;
}
/*.wpcf7-list-item label span,
.wpcf7-list-item-label{
    margin-left:-14px;
}*/
form .rgpd{
    margin-left:35px;
}
form .rgpd a {
    color:#d02a4c;

}
form .rgpd a:hover {
    color:#d02a4c;
}
form .guarantee .wpcf7-list-item-label{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
form .comment-guarantee{
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    display: none;
}
form .guarantee .wpcf7-list-item-label,
form .newsletter .wpcf7-list-item-label,
form .js-acceptance .wpcf7-list-item-label{
    cursor: pointer;

}

.btn-form{
    margin:auto;
}
.btn-form input, .btn-form input:hover, .btn-form input:focus{
    background-color:#d02a4c;
    color:#fff;
    border: 2px solid #d02a4c;
    padding: 20px 50px;
    font-weight:bold;
    border-radius: 0px;
}
.btn-form input:not(:disabled):hover,
.btn-form input:not(:disabled):focus{
    cursor:pointer;
    background-color:#fff;
    color:#d02a4c;
    border: 2px solid #d02a4c;
}

section .form .choice{
    background-color: #f5f5f5;
    color: #cd1149;
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
section .form .choice input[type="text"] {
    width: 100%;
}
form .choice{
    margin-bottom: 20px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label,
.js-acceptance{
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox]{
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-acceptance input[type=checkbox] + span{
    /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-acceptance input[type=checkbox] + span:before,
.js-acceptance  + span:before,
.wpcf7-acceptance input[type=checkbox]:before{
    display: block;
    position: absolute;
    content: '';
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;

}
.rgpd-div .wpcf7-acceptance input[type=checkbox] + span:before,
.commercial-offers .wpcf7-checkbox input[type=checkbox] + span:before{
    z-index:-1;
}

.rgpd-div .wpcf7-list-item-label,
.commercial-offers .wpcf7-list-item-label,
.rgpd{
    font-size:12px;
}
.wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-acceptance input[type=checkbox] + span:after,
.js-acceptance .acceptance + span:after{
    display: block;
    position: absolute;
    content: "\2713";
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span:before,
.wpcf7-acceptance input[type=checkbox]:checked + span.js-acceptance-label-checked:before,
.js-acceptance .acceptance + span.js-acceptance-label-checked:before{
    background-color: #cd1149;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span:after,
.wpcf7-acceptance input[type=checkbox]:checked + span.js-acceptance-label-checked:after,
.js-acceptance .acceptance + span.js-acceptance-label-checked:after{
    visibility: visible;

}
.rgpd-div .wpcf7-acceptance input[type=checkbox]:checked + span:after,
.commercial-offers .wpcf7-checkbox input[type=checkbox]:checked + span:after{
    z-index:-1;
}
.wpcf7-list-item-label {
    margin-left: 35px;
    display: inline-block;
}

footer{
    font-family:'Roboto';
    background-color:#f5f5f5;
    padding: 50px 0;
    text-align: left;
    padding-top:150px;
}
footer p{
    font-size:10px;
    line-height: 12px;
    color: #000000;
}
footer p a, footer p a:hover, footer p a:focus{
    color: #000000;
}

@media (max-width:576px) {
    header .bloc-title{
        height:250px;
    }
    .bloc-title img{
        top: -60px;
    }
    header h1{
        font-size:40px;
    }
    header h3{
        font-size:26px;
    }
}
@media (min-width:576px) {
    header h1{
        margin: 0px 0 -90px 0;
        font-size: 26px;
        line-height: 40px;
        /*height:150px;*/
        /*margin: 290px 0 -100px 0;*/
    }


    section#main h2{
        font-size:22px;
        line-height:24px;
    }
    section .form .choice input[type="text"] {
        width: 200px;
    }
    section .form .choice input[type="text"].input-md {
        width: 100%;
    }

    footer p{
        font-size: 10px;
        line-height: 14px;
    }
    footer .legals p:first-of-type{
        font-size:12px;
        font-weight: normal;
    }
    footer .rgpd p {
        font-size: 9px;
        line-height: 12px;
    }
}
@media (min-width:768px) {
    header{
        padding-top: 30px;
    }
    header h1{
        font-size: 32px;
        line-height: 40px;
        /*height:170px;*/
        /*padding: 40px 50px;*/
        /*margin: 0px 0 -100px 0;*/
    }
    header .img-title{
        margin-bottom: 170px;
    }

    form .guarantee .wpcf7-list-item-label{
        font-size: 14px;
        line-height: 18px;
    }
    section .form .choice input[type="text"].input-md {
        width: 400px;
    }

    footer p{
        font-size:11px;
        line-height: 16px;
    }
    footer .rgpd p {
        font-size: 10px;
        line-height: 12px;
    }
}
@media (min-width:992px) {
    body {
        font-size: 16px;
    }
    header{
        padding-top: 40px;
    }
    header .img-title{
        width:350px;
        margin-bottom: 240px;
    }
    header h1{
        font-size: 38px;
        line-height: 46px;
        /*height:175px;*/
        /*padding: 40px 75px;*/
        /*margin: 0px 0 -105px 0;*/
    }
    section#main h2{
        font-size:26px;
        line-height:30px;
    }

}
@media (min-width:1200px) {

    header h1{
        font-size: 44px;
        line-height: 48px;
        /*height:200px;*/
        /*padding: 50px 130px;*/
        /*margin: 0px 0 -120px 0;*/
    }

    section#main h2{
        font-size:30px;
        line-height:34px;
    }

    form .guarantee .wpcf7-list-item-label{
        font-size: 16px;
        line-height: 20px;
    }

}