/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    color: #0b0b0b;
    font-weight: 400;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder,
.placerholder{    
    color: #665f60;
}

::-moz-placeholder{    
    color: #665f60;      
}

:-ms-input-placeholder{    
    color: #665f60;
}

input:-webkit-autofill {    
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;  
    -webkit-text-fill-color: #313131 !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    height:100%;
}

body{
    background-color: #f2f2f2;
    color: #3b3b3b;    
    font-size: 13px;
}

a{
    text-decoration: none;
}

a:focus,input:focus,textarea:focus,select:focus,button:focus {
    outline: 0; 
}

dl {    
    padding: 1em;    
    background-color:  #fbfbfb;
}

dt {
    float: left;
    clear: left;    
    text-align: left;
    font-weight: 600;
    color: #006c56;
}

dt:after {
    content: " :";
    padding: 0 .2em 0 0;    
}

dd {
    margin: 0;
    padding: 0 0 .5em 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.1;
    color: #26599d;
}

.h1{
    color: #f5f5f5;
    line-height: 1.2;
}

h1,.h1{
    font-size: 70px;
}

h2,.h2{
    font-size: 64px;
}

h3,.h3{
    font-size: 54px;
}

h4,.h4{
    font-size: 44px;
}

h5,.h5{
    font-size: 34px;
}

h6,.h6{
    font-size: 24px;
}

.h1-article{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.h1-header{
    font-size: 60px;
}
/*
p{
    margin: 20px 0;    
}*/

p a:hover{
    text-decoration: underline;
}

hr {    
    border: 0;
    background-color: #e9ebee;
    margin: 10px 0;
}

b{
    font-weight: 600;
}

.warper{
    position: relative;
    max-width: 1200px;    
}

#container.warper{
    max-width: 1600px;
}

/* Header */
#header{
    position: relative;
    background-color: #f6f6f6;    
}

#header .barre{
    width: 100%;
    height: 60px;
    position: fixed;    
    background: #f6f6f6;
    z-index: 999;
    left: 0;
}

#header .barre.not-fixed{
    position: absolute;
    bottom:0;
    top: auto;
}

#header .logo{    
    width: 167px;
    height: 111px;
    position: relative;
    z-index: 999;
    transition: all 0.10s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.29);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.29);
    box-shadow: 0 3px 3px rgba(0,0,0,.29);
}

#header .logo img{
    width: 100%;
    height: auto;       
}

#header .barre.mini .logo,
#header .barre.stat-1 .logo{
    width: 130px;
    height: auto;
    margin-left:36px; 
    margin-right: 1px;
}

#header .menu{
    margin-left: 46px;    
}

#header .menu ul{
    padding: 0;
    margin: 0;
}

#header .menu ul li{
    display: block;
    float: left;
    line-height: 1;
    position: relative;    
}

#header .menu ul li a{
    padding: 25px 12px 0 12px;
    height: 35px;
    display: block;
}

#header .menu ul li ul{
    position: absolute;
    width: 240px;            
    top: 60px;
    left: 50%;
    margin-left: -120px;
    padding: 25px 0 10px 0;       
    z-index: 998;        
}

.preinscription{
    color: #e69804;
    background:url(assets/pre-inscription.png) no-repeat right 3px;    
}

/* Effet Fade & Scale   */
#header .menu ul li ul,
#submenu{
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transform: translateY(-5px) scale(.60);    
    transform-origin: 50% 0;
    visibility: hidden;
}

/*#header .menu ul li:hover ul,*/
#header .menu ul li.hover ul,
.stat-1 #submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#header .menu ul li ul:before{
    display: block;
    content: '';
    background: url(assets/arrow.png) no-repeat center 0;
    position: absolute;
    width: 100%;
    height: 14px;   
    top: 0;
}

#header .menu ul li ul li{
    display: block;
    float: none;
    margin: 0;
    padding: 0 10px;
}

#header .menu ul li ul li a{
    width: 216px;
    padding: 10px 0;
    border-bottom:1px solid #dfdede;
    display: block;
    height: auto;
}

#header .menu ul li ul li.last-child a{
    border-bottom:0;
}

#header .barre .warper a{
    line-height: 1;    
    font-weight: 600;
    text-transform: uppercase;
}

#header .menu a{
    color: #6a6a6a;
}

#header .menu a:hover,
#header .widget a.tel:hover,
#header .menu a.selected,
#header .menu li.hover>a{
    color: #26589d;
}

#header .menu ul li.sep {
    width: 1px;
    height: 12px;
    background-color: #e59703;
    padding: 0;
    margin-top: 25px;
}

#header .widget{
    width:411px;
    float: right;
}

#header .widget a{
    display: block;    
    position: relative;
}

#header .widget a::before{
    position: absolute;
    display: block;
    content: '';
    background-image: url('assets/header-icon.png');
    background-repeat: no-repeat;
    overflow: hidden;
    left: 0;
    top: 0;
}

#header .widget a.tel{
    color: #6a6a6a;    
    font-size: 14px;
    display: block;
    height: 36px;    
    width: 146px;
    padding-left: 21px; 
    padding-top: 25px;
}

#header .widget a.tel::before{    
    background-position: 0 0;
    width: 15px;
    height: 28px;
    top: 17px;    
}

#header .widget a.live-chat{
    width: 189px;
    height: 46px;
    background-color: #e69804;
    color: #fff;
    padding-top: 14px;
    padding-left: 55px;
    line-height: 17px;
}

#header .widget a.live-chat::before{
    width: 32px;
    height: 31px;
    background-position: 0 -28px;
    top: 14px;
    left: 12px;
}

#submenu{    
    position: absolute;
    width: 100%;    
    top: 60px;
    left: 0;    
    border-bottom: 1px solid silver;     
}

#submenu .row{
    margin-left: 30px;
    margin-bottom: 30px;
}

#submenu .inner{
    margin-right: 30px;
}

#submenu h3{
    color: #26589d;    
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;    
    margin-top: 40px;    
    height: 29px;
    line-height: 29px;
    background-color: rgba(255,255,255,0.42);
    padding-left: 10px;
}

#submenu ol{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#submenu ol li{
    margin-top: 12px;
    font-weight: 600;
}

#submenu ol li,
#submenu ol li a{
    color: #6a6a6a;    
    line-height: 1.2;    
}

#submenu ol li span{
    display: block;
    width: 10px;
    height: 25px;
    float: left;
}

#submenu ol li a:hover,
#submenu ol li a.selected{
    color: #e69804;
    text-decoration: underline;    
}

#submenu .more{
    position: absolute;     
    width:506px;    
    left: 25%;
    bottom: 30px;
}

#submenu .rect-btn{
    display: block;
    width: 238px;
    height: 35px;
    line-height: 35px;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: url(assets/picto-32-64-trans.png) no-repeat 10px 1px #7b7973;
    text-indent: 49px;    
    float: left;
    margin-left: 15px;
}

#submenu .rect-btn:hover{
    background-color:#222
}

#submenu .rect-btn.omega{
    background-position: 10px -30px; 
}

#submenu,
#header .menu ul li ul{
    background-color: rgba(246, 246, 246, .95);
}

.mini #submenu,
.white #submenu,
#header .mini .menu ul li ul,
#header .white .menu ul li ul{
    background-color:#fff;
}

.show-cookie-warning{
    margin-bottom: 32px;
}

.show-cookie-warning #cookie-warning{
    display: block;
}

#cookie-warning{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;    
    height: 32px;
    background-color: #000222;
    z-index: 1100;    
}

#cookie-warning p{
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
    display: block;
}

#cookie-warning a,
#cookie-warning span{    
    color: #e69804;
}

#cookie-warning span{
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 24px;
    line-height: 1;
    display: block;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------
 * Galerie
 *---------------------------------------------------------------------------*/
.gallery figure{
    position: relative;
}

.gallery figure a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(assets/external-trans.png) center center no-repeat #000;
    background-color: rgba(0,0,0,0.75);
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

.gallery figure a:hover::after{
    visibility: visible;
    opacity: 1;
}

/*---------------------------------------------------
 * Grid (61 + 36) 
 ---------------------------------------------------*/
.grid .col{
    margin-left: 36px;
}

.grid .col-1{
    width: 61px;
}

.grid .col-2{
    width: 158px;
}

.grid .col-3{
    width:255px
}

.grid .col-4{
    width: 352px;
}

.grid .col-8{
    width: 740px;
}

.grid .col-10{
    width: 934px;
}

.grid .col-12{
    width: 1128px;
}

.grid .row.auto-gutter-20 .col{
    margin-bottom: 20px;
}

.grid .row.no-margin .col{
    margin-left: 0;
}
/*---------------------------------------------------
 * Nos centres 
 ---------------------------------------------------*/
.section-1{
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
    box-shadow: 0 4px 5px rgba(0,0,0,.1);
    background-color: #ffffff;
}

.section-1 .border{
    height: 382px;
    background-color: #faf9f9;
    border: 1px solid #e9e7e7;
}

.nos-center figure,
.section-1 .border{
    position: relative;    
}

.nos-center figure a,
.section-1 .border a.w3c-fix{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.nos-center figure::before{
    content: '';
    display: block;
    position: absolute;
    height: 190px;
    width: 100%;
}

.nos-center figure img{
    width: 100%;
}

.nos-center figcaption{
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: rgba(31,69,137,0.78);
    text-align: center;
    line-height: 36px;
    display: block;    
}

.nos-center ul{
    list-style: none;
    margin: 22px 0 0 0;
    padding: 0 0 0 20px;
}

.nos-center li{
    color: #433825;
    font-size: 14px;  
    margin: 0 0 20px 0;
    line-height: 1;
}

.nos-center li span{
    display: block;
    color: #433825;
    font-size: 13px;
    margin-top: 10px;
}

.nos-center .col.omega li{
    margin-bottom: 14px;
}

.nos-center .col.omega li span{
    margin-top: 8px;
}

.nos-center .rounded-btn{
    margin: 20px auto 0 auto;    
}


/*---------------------------------------------------
 * Actualités et Evenements Listing 
 ---------------------------------------------------*/
.actu article{
    margin-bottom: 20px;
}

.actu figure,
.actu .w3c-figure{
    position: relative;
    margin-bottom: 12px;
}

.actu figure a,
.actu .w3c-figure a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;    
    width: 340px;
    height: 216px;
    transition: border-color 0.3s ease-out;
    border: 6px solid transparent;
}

.actu figure a:hover,
.actu .w3c-figure a:hover{
    border-color:#e69804;
}

.actu .header{
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.actu .header a{
    color: #e69804;    
}

.actu .header a:hover{
    text-decoration: underline;
}

.actu p{
    margin: 5px 0;
    color: #26599d;
    font-size: 14px;
}

.grid .actu .col-4{
    height: 320px;
}

#content{
    z-index: 998;    
    font-size: 14px;
    background-color: #f2f2f2;
    min-height: 100%;
    height: auto !important;
    margin-bottom: -108px;
    padding-bottom: 108px;
    overflow: hidden;
}

#content .col-8{
    position: relative;
}

#content .col-8 img{
    max-width: 740px;
}

#footer{
    background-color: #ffffff;
    position: relative;    
    z-index: 999;    
}

.full #footer{
    display: none;
}

#footer .grid{
    height: 104px;
    overflow: hidden;
}

#footer .logo{
    width: 146px;
    border-right: 1px solid #f3f2f2;
    display: block;    

}

#footer nav div{
    width: 25%;
    float: left;
}

#footer ul{
    margin: 0;
    padding:0;        
    border-right: 1px dotted #f5d79e; 
}

#footer nav div.omega ul{
    border: 0;
    margin-top: -10px;
}

#footer div.omega b{
    font-size: 14px;
}

#footer nav div.alpha{
    padding-left: 0;    
}

#footer li{
    margin: 10px 0 0 0;
    padding-left: 20px;
}

#footer li,
#footer li a{
    color: #6a6a6a;
    font-size: 12px;
    line-height: 1;    
}

#footer li a:hover{
    text-decoration: underline;
}

#footer .social{
    text-align: center;
}

#footer .social a{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(assets/social-share.png) no-repeat;
}

#footer .social a.facebook{
    width: 21px;
    background-position: -26px 0;
}

#footer .social a.twitter{
    background-position: -53px 0;
    margin-right: 0;
}

#footer .social a:hover{
    background-position-y: -20px;
}

.hpad-20{
    padding: 20px 0;
}

/*-----------------------------------------------------------------------------
 * Formulaires
 *---------------------------------------------------------------------------*/
.form label,
.form .label{
    position: relative;
    display: block;
    margin: 0 0 15px 0;    
}

.form input[type='text'],
.form input[type='password'],
.form textarea,
.form select{
    display: block;
    border: 1px solid rgba(79,68,68,.08);
    padding: 5px 10px;
    font-size: 13px;
    color: #3b3b3b;
    width: 100%;
    box-sizing: border-box;
}

.form select{
    height: 30px;
    padding-right: 5px;
}

.form input[type='checkbox'] {
    vertical-align: middle;    
}

.form button{
    border: none;
}

.form .auto-result b{
    display: block;
    margin-bottom: 5px;
}

.form .auto-result select{
    border-color:green;
}

select.select-1{
    position: relative;
    z-index:10;
    width:237px !important;
    height:37px !important;
    cursor: pointer;
    left: 0; 
    top: 2px;
    border: 0;
    color: #5b5b5b;
    font-weight: 300;
    padding:0 14px;
}

span.select-1{
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    width: 206px;
    height: 37px;
    line-height: 37px;
    padding: 0  14px;    
    border: 2px solid #121212;
    background: url(assets/select-arrow.gif) no-repeat 215px center #f6f6f6;     
    color: #5b5b5b;
}

select.select-2{
    position: absolute;
    z-index:10;    
    cursor: pointer;    
    border:0;
    outline:0;
    left: 0;
    top: 0;
}

select.select-2 option{
    color: #26599d;
    font-weight: 300;
    padding: 0 10px;    
    background: #f2f2f2;
    border-color: #f2f2f2;
}

span.select-2{
    display: block;
    position:absolute;
    left: 0;
    top: 0;        
    text-align: left;
    width: auto;
}

span.select-2:after{
    content: ' ';
    background: url(assets/filter-42-35.png) no-repeat;
    width: 42px;
    height: 35px;
    display: block;
    position: absolute;
    right: -55px;
    top: 20px;
}

span.error{
    color: white;
    font-size: 11px;
    background-color: firebrick;
    padding: 1px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    position: absolute;
    top: -10px;
    margin-left: 2px;
}

.confirm{
    position: relative;  
    font-size: 15px;
    margin: 0 auto;
}

.confirm div{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 80%;
    top: 50%;
    margin-top: -40px;
}

.confirm ul#bloc-erreur{    
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

#loader-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;    
    background: url(assets/squares.gif) center center no-repeat #f2f2f2;
    background-color: rgba(246, 246, 246, .95);
    display: none;
}

#loader-mask.active{
    display: block;
}

/* slider */
.pslider{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.pslider .slider::before,
.img-cache,
.img-cache-2{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/cache.png) repeat;  
    top: 0;
    left: 0;
}

.img-cache-2{
    background-image: url(assets/cache-2.png);
}

.pslider .slider.loading{
    height: 400px;
}
/*
.pslider .slider.loading::before{
    display: none;
}*/

.pslider .accroche{
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -84px;
    top: 50%;
    left: 0;
    opacity: 1;
    transition: opacity 1s ease-out;
    text-transform: capitalize;
    display: block;
    text-shadow: 1px 2px 4px #000222;
}

.pslider .accroche .warper{
    max-width: 960px;
}

.pslider .accroche .fdown{
    position: relative;
    top: 0;
    display: inline-block;
    overflow: hidden;
    width: 48px;
    height: 48px;
    background: url(assets/fdown.png) 0 -2px #fff;
    line-height: 1;
    cursor: pointer;
    -webkit-animation: bouncearrow 5s infinite ease-out;
    animation: bouncearrow 5s infinite ease-out;
}

.pslider .accroche b{
    display: block;
}

@-webkit-keyframes bouncearrow {
    0%,40%,70%,100% {
        background-position:0 -2px;        
    }

    50%{
        top:10px;
        background-position:0 6px;
    }

    60%{       
        background-position:0 -6px;
    }
}

@keyframes bouncearrow {
    0%,40%,70%,100% {
        background-position:0 -2px;
    }

    50%{
        background-position:0 6px;
    }

    60%{
        background-position:0 -6px;
    }
}

.pslider .slider.loading .accroche{    
    opacity: 0;
}

.pslider,
.pslider .slider::before,
.pslider .accroche{
    z-index: 997;
}

.accreditation-warper{
    display: block;        
    height: 100%;
    position: relative;
    z-index: 997;    
}

.accreditation{
    display: block;
    width: 200px;
    height: 200px;                   
    position: absolute;
    top: 40px;
    right: 20px;    
}

.accreditation img{
    width: 100%;
    height: auto;
}

.rounded-btn{
    height: 34px;
    display: inline-block;
    line-height: 34px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #e59703;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    transition: all .3s ease-out;    
}

.rounded-btn.bleu{
    background-color: #5078af;
    color: #fff !important;
}

.rounded-btn i{    
    display: inline-block;  
    position: relative;    
    top: 3px;
    width: 22px;
    height: 17px;
    margin-left: 15px;
}

.rounded-btn:hover{
    background-color: #000222;
}

.more-ico{
    background: url(assets/more.png) no-repeat;    
}

.inscription-ico,.more2-ico{
    margin-left: -8px !important;
    margin-right: 5px;        
}

.inscription-ico{
    width: 20px !important;
    background: url(assets/interne-icon-20-20-trans.png) -84px 0 no-repeat;
}

.more2-ico{
    top: 4px !important;
}


.shadow{
    box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}

.gutter-10{
    margin-bottom: 10px;
}

.gutter-20{
    margin-bottom: 20px;
}

.padding-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.gutter-40{
    margin-bottom: 40px;
}

.padding-40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.orange{
    color: #e69804 !important;
}

.gris{
    color: #6a6a6a !important;
}

.bleu{
    color: #26599d !important;
}

.external:before{
    content: '';    
    background: url(assets/external-trans.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 17px;    
    position: relative;
    top: 3px;    
}

.text a,.text .jsm{
    color: #e69804;    
}

.text a:hover,.text .jsm:hover{
    text-decoration: underline;
}

.text .f-left{
    float: left;
    margin: 0 10px 10px 0;
}

.text ul{
    margin: 10px 0;
}

.text ul li{
    margin-bottom: 5px;
}

.text ul li ol{
    list-style: circle
}

.thead{
    background-color: #fbfbfb;
    margin: 0 5px;
    padding: 5px 0;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.tbody{
    border: 1px dotted #cccccc;
    border-top: none;    
    margin: 0  5px !important;
    padding: 0;
    text-align: center;
    font-size: 13px;
    list-style: none;
}

.tbody li{    
    border-bottom: 1px dotted #cccccc;
    padding: 5px 0;
    margin-bottom: 0 !important;
}

.tbody li.last-child{
    border-bottom: none;    
}


#infitine-anim{
    display: block;
    width: 48px;
    height: 48px;
    background: url(assets/squares.gif) no-repeat; 
    margin: 0 auto;
}

#ariane{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;    
}

#ariane li{
    display: inline-block;
    line-height: 1;
    margin: 0;
}

#ariane li:after{
    content: '>';
    color: #213d63;    
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: monospace;
}

#ariane li a{
    color: #4e4e4e;        
}

#ariane li a:hover,
#ariane li:first-child a{
    color: #e69804;
}

#ariane li.selected:after{
    display: none;
}

#ariane li.selected{
    color: #909090;    
}

.ico-38{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(assets/icon-38-38.png) no-repeat 0 0 #ffffff;    
}

.ico-38.ico-center{
    background-position: -152px 0;
}

.ico-38.ico-actu{
    background-position: -38px -1px;
}

.ico-38.ico-aide{
    background-position: 0 -7px;
}

.ico-38.ico-carriere{
    background-position:-77px -7px;
}

.ico-38.ico-parenaire{
    background-position:-115px -1px;    
}


aside{
    position: relative;
    background-color: #fff;
    -moz-box-shadow: -5px 1px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: -5px 1px 5px rgba(0,0,0,.1);
    box-shadow: -5px 1px 5px rgba(0,0,0,.1);  
}

aside .inner{
    padding: 20px;
}

aside h3{    
    font-size: 42px;
    text-align: center;
    line-height: 1;
}

aside .ico-38{
    display: block;
    margin: 0 auto 10px auto;
}

aside .actu article{
    background-color: #f2f2f2;
}

aside .actu article .footer{
    padding:5px 10px;
}

aside .actu figure a{
    width: 300px;
    height: 190px;
}

aside .actu figure img{
    width: 100%;
}

aside .actu p{
    font-size: 13px;
}

aside hr{
    border: 0;
    background: url(assets/hr.gif) repeat-x transparent;
    margin: 40px 30px;
}

#content .social-share{    
    position: absolute;
    right: 0;    
    height: 20px;
    margin-top: -55px;
}

#content .social-share span{
    display: block;
    position: relative;    
}

#content .social-share>span{
    float: left;
    height: 20px;
    padding:0 10px;
    border-left: 1px solid #e4e4e4;
}

#content .social-share span.first-child{
    padding-left: 0;
    border-left: none;
}

#content .social-share span #___plusone_0{
    width: 60px !important;
}

.formations-table{        
    width: 100%;    
}

.formations-table th,
.formations-table td{        
    font-weight: 300;   
    padding: 10px;    
    font-size: 13px; 
    text-align: center;
}

.formations-table th{
    border: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background-color: #7b7973;
    border-left: 1px solid #909090;
    border-bottom: 4px solid #909090;
}

.formations-table td{
    background-color: #fff;
    border-bottom: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
}

.formations-table td.th{    
    border-left: none;
}

.formations-table td strong{
    font-size: 14px;
}

.formations-table em{
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    /*color: #42447f;*/
    display: block;
    margin: 15px 0;    
}

.formations-table td a{
    display: block;
    color: #e69804;   
    text-align: left;
    font-weight: 400;
}

.formations-table td a:hover{
    text-decoration: underline;    
}

.formations-table tr.sep td{
    border: none;
    padding: 5px 0;
    background-color: transparent;
}

.formations-table tr.sep td a{
    display: inline;
    text-align: center;
}

.formations-table tr.sep td a:hover{
    text-decoration: none;
}

.table-header{
    background-color:#f2f2f2;
    padding-top:30px !important;
    margin-top: -30px;
}

.table-header.scroll-to-fixed-fixed{     
    margin-top: 0;
}

#partenaires{
    margin: 0;
    padding: 0;
    list-style: none;
}

#partenaires li{
    display: block;
    float: left;
    width: 158px;    
    margin:0 0 36px 18px;
}

#partenaires li span,
.partenaires span{
    background: #fff;
    border: 1px solid #d2d4d6;
    text-align: center;
    display: block;
    vertical-align: middle;
    padding: 10px 0;
}

.partenaires{
    width: 314px;
    height: 130px;
}

.partenaires span{    
    width: 149px;
    height: 80px;
    margin: 0 0 0 10px;
    outline: none;
}

.partenaires span img{
    width: 100%;
}

/*-----------------------------------------------------------------------------
 * Formulaire de connexion 
 *---------------------------------------------------------------------------*/
body .abs-form{
    position: absolute !important;
    padding: 20px 40px;
    z-index: 998;
    color: #5e5c59;
    background: #f6f6f6;
    top: 120px;
}

.abs-form form .row{
    margin-left: -15px;
}

.abs-form form .row .col{    
    margin-left: 15px;
}

#connexion-form{
    width: 520px;
    left: 50%;
    margin-left: -300px;
}

#connexion-form ul{
    margin-left: -29px;
    padding: 0;
    list-style: none;
    text-align: center;    
}

#connexion-form ul li{
    display: inline-block;    
    width: 58px;
    height: 58px;
    background-color: #6a6a6a;
    border-radius: 58px;
    margin-left: 29px;   
    transition: background-color .2s ease-out;
}

#connexion-form ul li i{
    background: url(assets/connexion-icon.png);
    margin: 18px auto 0 auto;
    display: block;
    width: 36px;
    height: 25px;    
}

#connexion-form.logged ul li:hover,
#connexion-form.logged ul li.selected{
    background-color: #e69804;
}

#connexion-form ul li i.i2{
    width: 25px;
    background-position: -43px 0;
}

#connexion-form ul li i.i3{
    width: 29px;
    background-position: -73px 0;
}

#connexion-form.logged ul li {    
    width: 90px;
    height: 90px;  
    cursor: pointer;
    margin-left: 45px;
    position: relative;
}

#connexion-form.logged ul li i{
    margin-top: 34px;    
}

#connexion-form.logged ul{
    margin-top: 50px;
}

#connexion-form.logged ul li b{
    display: block;    
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: -25px;
}

#connexion-form .form{
    width: 260px;
}

/*-----------------------------------------------------------------------------
 * Formulaire assisstant 
 *---------------------------------------------------------------------------*/

#assitant-form{
    width: 720px;
    left: 50%;
    margin-left: -400px;
}

#assitant-form .form{
    width: 410px;    
}

#assitant-form .note p{
    margin: 0;
    font-size: 12px;
}

#assitant-form .note p span{
    color: firebrick;
}

#assitant-form #civilite{
    width: 70px;
}

#assitant-form #nom{
    width:322px;
}

#assitant-form #adresse,
#assitant-form #source{
    width: 408px;
}

#assitant-form #tel,
#assitant-form #email,
#assitant-form #ville,
#assitant-form #pays{
    width: 196px;
}

/*-----------------------------------------------------------------------------
 * Formulaire d'inscription' 
 *---------------------------------------------------------------------------*/

#steps{
    margin: 40px auto;
    width: 40%;
}

#steps .col{
    width: 100%;
    height: 1px;
    background-color: #ddd; 
}

#steps .col:first-child{
    margin-left: -15px;
}

#steps .col.omega{
    width: auto;
}

#steps .col.selected,
#steps .col.selected span,
#steps .col.current span{
    background-color: #26589d;
}

#steps .col.current{
    background-color: #ddd;   
}

#steps .col.selected span,
#steps .col.next span{
    cursor: pointer;
}

#steps .col.current span{
    cursor: default;
}

#steps span{
    width: 28px;
    height: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;    
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ddd;    
    display: block;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-family: "Arial";
    position: absolute;
    margin-top: -14px;
}

.text-12{
    font-size: 12px;
}

.text-13{
    font-size: 13px;
}

hr.dotted{    
    border-bottom:1px dotted #afafaf;    
    background: transparent;
}

.whatsapp-large-btn{
    background: #25D366;
    border-radius: 6px;
    padding: 5px 10px;
    color: white;
}

.whatsapp-large-btn:hover{
    text-decoration: none;   
}

.whatsapp-large-btn >img{
    position: relative;
    top: -3px;
    margin-left: -3px;
    margin-right: -8px;
}

/*------------------------------------------------------------------------------
 * Modal
 *----------------------------------------------------------------------------*/

.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    z-index: 999;
}
.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    width: 400px;
    background: #fff;
    padding: 15px 30px;  
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: 0;
    right:0;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url(assets/close.png) no-repeat 0 0;
}

.modal-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -24px;
    margin-top: -24px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(assets/squares.gif) no-repeat center center transparent;
    z-index: 999;
}

.modal.infos{
    width: 70%;
    max-width: 800px;
    /*max-height: 650px;
    overflow-y: scroll;*/
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading{
    background: url(assets/squares.gif) no-repeat center center #3b3b3b;
}

.warper{    
    margin: 0 auto;    
}

.gap{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #676767;
}

.gap-100{
    height:100%;
}

.no-margin{
    margin: 0;
}

.row:after{ content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.col{
    float: left;
    display: block;
}

.col-1-2{
    width: 50%;
}

.col-1-3{
    width: 33.33%;
}

.col-2-3{
    width: 66.66%;
}

.col-1-4{
    width: 25%;
}

.col-1-5{
    width: 20%;
}

.center{
    text-align: center;
}

.justify{
    text-align: justify;
}

.only-large,
.not-small,
.not-xsmall,
.not-medium{
    display: block;
}

.only-small,
.only-xsmall,
.not-large{
    display: none;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}