
    .lp-resp{
        background-color: #009dca;
        background-image: none;
    }
    .lp-resp h1 {
        font-family: 'Open Sans', sans-serif;
        font-size:22px;
        font-weight:bold;
        text-align: center;
        border-bottom: 1px solid #009fbd;
        border-top:1px solid #009fbd;
        display: block;
        margin-left:auto;
        margin-right:auto;
        padding: 20px 0px;
        padding-left: 0;
        padding-right: 0;
        max-width:500px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .lp-resp h2 {
        font-family: 'Open Sans', sans-serif;
        color:#009fbd;
        font-weight:bold;
        font-size: 21px;
        margin-bottom: 10px;
    }
    .blue-line {
        border-bottom: 1px solid #009fbd;
        margin-bottom: 15px;
        width:70%;
        margin-right:auto;
        margin-left: auto;
    }
    .blue-list {
        list-style: none;
    }
    .blue-list li{
        position: relative;
        font-family:"Open sans", sans-serif;
        font-size:18px;
        padding-left: 0px;
        vertical-align:middle;
    }
    .blue-list li:before{
        content: "• ";
        color: #009fbd;
        font-size:25px;
        font-family: Arial,sans-serif;
        display:inline-block;
        margin-top: 5px;
        position: absolute;
        top: -10px;
        left: -20px;
    }
    .site-descr {
        margin-top: 20px
    }
    .text-lp {
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 20px
    }
    h2.tit-lp {
        padding-bottom:5px;
        text-align: center;
        font-family: "Open sans", sans-serif;
        font-weight:bold;
        color:black;
    }
    .intro-form {
        text-align: center;
        font-weight:bold;
        font-family: "Open Sans", sans-serif;
        line-height: 1.25em;
        font-size: 12px;
        margin-bottom:20px;
    }
    .lp-form {
        font-family: "Open Sans",sans-serif;
        font-size: 12px;
    }

    .form-lp input[type=text], .form-lp input[type=email], .form-lp select{
        width:100%;
        margin-bottom: 20px;
        background-color: white;
        padding-left: 10px;
        font-family: 'Open Sans', sans-serif;
    }

    .form-lp input[type=text].champs_form:focus, input[type=text].champs_form:hover, input[type=password].champs_form:focus, input[type=password].champs_form:hover, input[type=email].champs_form:focus, input[type=email].champs_form:hover {
        width: 100%;
        background: none;
        /* background: url(images/charte/input-form_fond.png) repeat-x; */
        border: #009FBD 1px solid;
    }
    .form-lp select.champs_form:focus, .form-lp select.champs_form:hover{
        width: 100%;
        background: none;
        /* background: url(images/charte/input-form_fond.png) repeat-x; */
        border: #009FBD 1px solid;
    }

    .table-lp {
        font-size:12px;
        font-family: "Open Sans", sans-serif;
    }
    .col-form {
        background-color: #ddf3fa;
        min-height:100%;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
        padding-top:40px;
    }
    .checkbox {
        font-weight:400;
        font-size: 12px;
        font-family: "Open sans",sans-serif;
        margin-bottom: 15px;
        display: block;
    }
    .flex-container {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        align-items: center;
        -webkit-align-items: center;
        text-align: center;
        padding-bottom: 6px;
        flex-wrap:wrap;
        -ms-flex: 1 0 auto;
    }
    .logo-flex{
        padding: 5px;
        width:100px;
        height: 90px;
        flex-grow:1;
        position:relative;
        align-items:center;
        display:flex;
        -ms-flex: 1 0 auto;
    }
    .slf{
        width:60px;
    }
    .logo-flex p{
        text-align: left;
        position:absolute;
        top: 10px;
        left: 0;
        width: 130px;
        font-size: 10px
    }
    .logo-flex img{
        margin-top: 10px;
        max-height:57px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .partners-flex .logo-flex img{
        max-height:60px;
        max-width: 85%;
        margin-top: 0;
    }
    .partners-flex .logo-flex img{
        margin-top:0;
    }
    .logo-flex.sl img{
        max-height:70px;
        max-width: 75%;
    }
    .logo-flex.bl img{
        max-height:70px;
        max-width: 100%;
        margin-top: 0;
    }
    .logo-flex.vbl img{
        max-height:90px;
        max-width: 100%;
        margin-top: 10px;
    }
    .logo-flex.ml img{
        max-height:65px;
        max-width: 100%;
        margin-top: 20px;
    }
    .xsl img{
        width:50%;
    }
    .logo-flex.xxl{
        visibility: visible;
        width: 150px;
        /* background-color: red; */
        display: block;
        padding: 0;
    }
    .logo-flex.xxl img{
        margin-bottom: 0px;
        max-height: 235px;
        max-width: 100%;
        height: auto;
        -moz-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.1);
        -o-box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.1);
        box-shadow: -10px 10px 0px 0px rgba(0,0,0,0.1);
        filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.1), Direction=315, Strength=0)
    }
    .logo-flex.border-right img{
        border-right:1px solid #e1e1e1;
        padding-right: 15px
    }
    .no-padding {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .prog-lp{
        text-align: center;
        padding-top: 15px;
        margin-bottom: 20px;

    }
    .prog-lp p{
        margin-bottom: 15px;
        font-size: 12px;
        margin-top: 10px;
    }
    .prog-lp img{
        display: inline-block;
    }
    .ft12 {
        font-size: 12px!important;
    }
    .mt20{
        margin-top: 20px;
    }
    .lp-resp td{
        vertical-align: top;
    }


    .lp-resp .btn-suiv {
        background: url(/wp-content/themes/twentyten/images/SUIVANT.png);
        border: 0;
        display: block;
        height:40px;
        width:162px;
        color: transparent!important;
    }

    .lp-resp .btn-valid-2{
        background: url(/wp-content/themes/twentyten/images/back-site.png);
        border: 0;
        display: block;
        height:40px;
        width:195px;
        color: transparent!important;
        margin-top: 80px;
    }

    .lp-resp .btn-val{
        background: url(/wp-content/themes/twentyten/images/VALIDER.png);
        border: 0;
        display: block;
        height:40px;
        width:125px;
        color: transparent!important;
    }

    .lp-resp .btn-val2{
        background: url(/wp-content/themes/seetheme/images/bouton-formulaire_01.png);
        border: 0;
        display: block;
        height:40px;
        width:347px;
        color: transparent!important;
    }

    .lp-resp .btn-env{
        background: url(/wp-content/themes/twentyten/images/ENVOYER.png);
        border: 0;
        display: block;
        height:40px;
        width:137px;
        color: transparent!important;
    }

    .lp-resp .btn-etapeform{
        background: url(/wp-content/themes/seetheme/images/bouton-formulaire-etape_01.png);
        border: 0;
        display: block;
        height:40px;
        width:219px;
        color: transparent!important;
        cursor: pointer;
    }


    .header-hold{
        display: flex;
        align-items: center;
    }
    h3{
        margin-bottom: 10px;
        font-family: "Open Sans",sans-serif;
        font-weight:bold;
    }

    .band-logos{
        padding-top: 9px;
        border-top: 1px solid #d5dee3;
        margin-top: 9px;

    }
    .flex-container a{
        display: block;
        overflow: hidden;
    }
    @media (max-width: 768px) {
        .lp-resp .sep-left{
            border-left:0px solid #91999F;
            text-align: center;
            padding-left:0;
            float: none;
            margin-top: 20px;
        }
        .lp-resp .site-descriptif-3{
            color:#1A171B;
            float: none;
        }
        .lp-resp .col-form{
            height:auto;
        }
        .header-hold{
            display: block;

        }
        .mt20-xs{
            margin-top: 20px!important;
            float:none!important;
        }


    }

/*Icon Formulaire *******************************************/

.bordered-icon-color {
    background-color: #ff4040;
    color: #fff !important;
border: 1px solid transparent !important;
}

.bordered-icon-xs {
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    /*color: #00B7EB;*/
    /*background-color: transparent;*/
    text-align: center;
    font-size: 17px;
    padding-top: 0px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #ff4040;
}

.bordered-icon-xs:hover, .bordered-icon-xs:focus {
    background-color: #ff4040;
    border-color: transparent;
color: #fff;
    transition: color 0.5s ease;
}
    
.text-primary {
    font-weight: 400;
    color: #ff4040;
}

.text-center {
    text-align: center;
}

.font25f {
    font-size: 25px;
}

.text-grey {
    color: #999999 !important;
}

.formtext p {
    margin-bottom: 15px;
font-size: 12px;
margin-top: 10px;
}

/* Social Buttons for Bootstrap - Formulaire *******************************************/

.btn-github {
    color: #ffffff !important;
    border-radius: 0px !important;
}

.btn-facebook {
    color: #ffffff !important;
    border-radius: 0px !important;
}

.btn-twitter {
    color: #ffffff !important;
    border-radius: 0px !important;
}

.btn-linkedin {
    color: #ffffff !important;
    border-radius: 0px !important;
}

.background-light-grey {
    background-color: #fafafa !important;
}

.content-box {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.content-box-bordered {
    border: 1px solid #dadada;
}

.btn-rw {
    border-radius: 2px;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 300;*/
    border: 0;
    margin-left: 10px;
}

.btn-rw.btn-royal {
    background-color: #f1f1f1;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-white {
    color: #ffffff !important;
}

/* table form ******************************** */

.table-form-r {
    background: #009FBD;
    color: #fff;
    box-shadow: 0;
    padding: 12px 15px;
    font-size: 16px;
}

.table-form-r-td {
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 1px solid #E4E9F0;
    background-color: #f9f9f9;
}

.table-form-r-td2 {
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 1px solid #E4E9F0;
    background-color: #F3F3F3;
}

.but-form {
    padding: 10px;
background: #ff3c3b;
color: #ffffff !important;
font-weight: bold;
}


