/* [General styles] */
#body-global {
    min-width: 480px;
    color: #0b2a4a;
    font-family: 'Lato', arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: margin-bottom 0.8s;
    right: 17px !important
}

a{
    color: #0b2a4a;
}

h1, h2, h3{
    font-weight: 300;
    text-transform: uppercase;
}

.cb {
    clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

.green{
    color: #94d60a;
}

.light{
    font-weight: 300;
}

.bold{
    font-weight: 700;
}

.italic{
    font-style: italic;
}

.no-show{
    display: none; /* only shows while printing */
}

/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc, .fieldError {
    color: #a94442;
    /*font-size: 11px;*/
    font-style: italic;
    /*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
    padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
    border: 1px solid #000000;
    color: #3e3e3e;
}

.autodatatable th {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #e3e3e3;
    padding: 5px 15px 5px 5px;
    text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
    background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
    background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
    background-color: #fff;
}

table input[type=text] {
    margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    /*background: url('/images/icon-active.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    /* background: url('/images/icon-inactive.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
    font-size: 18px !important;
}

.blockIcon {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.blockContent {
    float: left;
    width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #000;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
    margin-bottom: 30px;
}

.admin-box h2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #000;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #000;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.admin-box select{
    max-width: 100%;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
    min-height:100px;
    height:auto !important;
}

#adminNavBar {
    list-style: none;
    margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
    display: inline;
    padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
    display: block;
    border: 1px solid #003;
    background: #03C;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.specialButton:hover {
    color: #FFF;
    text-decoration: none;
    background: #03F;
}

.specialButtonSubmit {
    position: absolute;
    left: -9999px;
}


/* [Photo album] */
#photoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#photoList li {
    padding: 0;
    float: left;
    margin: 5px;
    position: relative;
    width: 178px;
}
#photoList li .options {
    background: url('/images/white75percent.png') left top repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    display: none;
}
#photoList li:hover .options {
    display: block;
}
#photoList li .options a {
    float: left;
}
#photoList li .cover {
    background: url('/images/white75percent.png') left top repeat;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    position: absolute;
    bottom: 5px;
    left: -18px;
    z-index: 10;
    padding: 5px 0;
}
#photoList li a {
    display: block;
    /*background: url('/images/blank.gif') left top repeat;*/
    text-decoration: none;
}
#photoList li a:hover {
    text-decoration: none;
}
#photoList li .thumbnail {
    width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}





/*****************************************
 _   _  ___    _____  ___    ___    ___
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  /
| | | || (_( )| | | || |_) || (_( )| |\ \
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

#header{
    position: relative;
}

#header > .container{
    padding: 15px;
}

#header .header-rendez-vous{
    float: right;
}

#header .header-other{
    margin: 15px 0;
}

#header .header-social{
    text-align: right;
}

#header .header-social .header-facebook,
.sidr .header-facebook{
    display: inline-block;
    background: url('/images/facebook.png') center center no-repeat;
    width: 29px;
    height: 29px;
    border: 2px solid #94d60a;
    vertical-align: middle;
}

#header .header-social .header-facebook:hover,
.sidr .header-facebook:hover{
    background: url('/images/facebook-hover.png') center center no-repeat;
    border: 2px solid #0b2a4a;
}

.sidr .header-facebook{
    margin-left: 15px;
    padding: 0;
}

.sidr li:hover .header-facebook{
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .header-social .header-youtube{
    background: url('/images/youtube.png') center center no-repeat;
    display: inline-block;
    width: 27px;
    height: 26px;
    vertical-align: middle;
}

#header .header-social .header-tel{
    font-size: 28px;
    vertical-align: middle;
}

#header ul.header-nav{
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

#header ul.header-nav li{
    float: left;
    margin: 0 7px;
}

.lang-fr #header ul.header-nav{
    font-size: 12px;
}

.lang-fr #header ul.header-nav li{
    margin: 0 3px;
}

#header #top-menu-btn{
    float: right;
    margin-top: 25px;
    display: inline-block;
}

#header #top-menu-btn svg{
    width: 49px;
    height: 42px;
    fill: #94d60a;
}

#header .btn-rendez-vous{
    float: right;
    width: 136px;
    padding: 6px 6px 6px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 12px;
    text-align: left;
    border: none;
}

.mobile_button_wrapper{
    display: block;
    margin: 0 auto;
}
#header #btn-portail{
    padding: 0px 0px 0px 0px;
    width: 193px;
    background-color: #0b2a49;
}

#header .btn-rendez-vous span.rendez-vous-img{
    float: left;
    display: block;
    background: url('/images/rendez-vous.png') center center no-repeat;
    width: 32px;
    height: 26px;
    margin-right: 4px;
    background-size: cover;
}

#header .btn-rendez-vous span.rendez-vous-text{
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
}


/**************************************************
 _   _  _____  _   _          ___    _____  ___
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  /
| |`\ || | | || \_/ |        | (_) )| | | || |\ \
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

.nav-bar{
    position: absolute;
    bottom: -52px;
    width: 100%;
    height: 52px;
    z-index: 100;
    background: url('/images/nav-bar-bg.png') center center repeat-x;
    font-size: 14px;
}

.nav-bar.nav-bar-fixed{
    position: fixed;
    bottom: initial;
    top: 0;
}

.nav-bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-bar ul li{
    position: relative;
    margin: 0 16px;
    float: left;
}

.nav-bar.en ul li{
    margin: 0 30px;
}

.nav-bar ul li:hover{
    background: rgba(255,255,255,0.6);
}

.nav-bar ul li a,
.nav-bar ul li span{
    display: inline-block;
    padding: 16px 17px;
    text-transform: uppercase;
}
.nav-bar.en ul li a,
.nav-bar.en ul li span{
    padding: 16px 34px;
}

.nav-bar ul li span{
    cursor: default;
}


.nav-bar ul li ul{
    display: none;
    position: absolute;
    top: 52px;
    min-width: 210px;
    z-index: 100;
    background: url('/images/nav-bar-bg.png') center center repeat;
    font-size: 16px;
}

.nav-bar ul li:hover ul{
    display: block;
}

.nav-bar ul li ul li,
.nav-bar.en ul li ul li{
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

.nav-bar ul li ul li a{
    padding: 14px 18px 14px 6px;
    line-height: 20px;
}

@media(max-width:991px){
    .nav-bar{
        font-size:10px;
    }
}



/*****************************
        ___    _   _  _   _
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#menu-container {

}

#menu {

}

/****************************************
 ___    _      _  ___    ___    ___
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  /
( )_) || |_( )| || |_) || (_( )| |\ \
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/

.banner-joindre{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(148, 214, 10, 0.9);
    bottom: -96px;
    left: 0;
    transition: bottom 0.8s;
}

.banner-joindre .banner-joindre-contact,
.banner-joindre .banner-joindre-text{
    font-size: 19px;
    line-height: 28px;
}

.banner-joindre .row .row > div{
    margin: 11px 0 6px;
}

.banner-joindre .row .row > div.rendez-vous{
    margin: 10px 0;
}

.banner-joindre .row .row > div.separator{
    float: left;
    background: #fff;
    margin-left: -1px;
    width: 1px;
    height: 56px;
}

.banner-joindre .btn-rendez-vous-banner span.banner-rendez-vous-img{
    float: left;
    display: block;
    background: url('/images/rendez-vous.png') center center no-repeat;
    margin-right: 8px;
    width: 46px;
    height: 38px;
}



/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_)
***************************************************/

.banner{
    position: relative;
    background: url('/images/banner-header.jpg') center center no-repeat;
    background-size: cover;
}

.banner .banner-item{
    padding-top: 185px;
    padding-bottom: 185px;
    height: 600px;
}

.banner .container{
    margin: 0;
    padding: 0;
}

.banner .banner-question,
.banner2 .banner-content{
    font-size: 48px;
    font-weight: 300;
    line-height: 54px;
    text-transform: uppercase;
}

.banner .banner-question > div{
    float: right;
}

.lang-en .banner .banner-question > div{
    position: relative;
    left: 34px;
}
.banner1 .banner-question{
    margin-left: 6%;
}


.banner1 .banner-content{
    font-size: 34px;
    font-weight: 300;
    line-height: 38px;
    padding-top: 25px;
}

.banner .banner-image{
    margin-top: 48px;
    text-align: right;
}

.banner2 .banner-image{
    margin-left: 5%;
}

.banner .banner-crochet{
    height: 223px;
    background: url('/images/point-crochet.png') center center no-repeat;
}

.banner .banner-notice{
    margin-top: 40px;
    text-align: center;
}

.banner .banner-button{
    background: url('/images/icon-next.png') 12px 25px no-repeat #0b2a4a;
    margin-top: 20px;
    padding: 10px 12px 10px 30px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.banner .btn-rendez-vous-banner,
.banner-joindre .btn-rendez-vous-banner{
    width: 186px;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.banner .btn-rendez-vous-banner span.banner-rendez-vous-img,
.banner-joindre .btn-rendez-vous-banner span.banner-rendez-vous-img{
    float: left;
    display: block;
    background: url('/images/rendez-vous.png') center center no-repeat;
    margin-right: 8px;
    width: 46px;
    height: 38px;
}

.banner .btn-rendez-vous-banner span.banner-rendez-vous-text,
.banner-joindre .btn-rendez-vous-banner span.banner-rendez-vous-text {
    display: inline;
    text-transform: uppercase;
}

.banner .banner-button:hover,
.banner .banner-button:active,
.banner .banner-button:focus {
    text-decoration: none;
}

.test-audition{
    background: #0b2a4a;
    color: #fff;
}

.test-audition > .container{
    background: url('/images/test-audition-bg.png') right bottom no-repeat;
}

.test-audition .row > div{
    padding-top: 45px;
    padding-bottom: 40px;
}

.test-audition .test-button-container{
    text-align: center;
}

.test-audition .test-button-container a{
    background: rgba(148,214,10,0.6);
    margin: 85px auto 0;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.test-audition .test-button-container a:hover,
.test-audition .test-button-container a:active,
.test-audition .test-button-container a:focus {
    color: #0b2a4a;
    text-decoration: none;
}
.travail-bruyant h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 54px;
}
/*@media screen and (max-width: 480px) {
    .travail-bruyant h1 {
        font-size: 25px;
        line-height: 45px;
    }
}*/
.travail-bruyant p {
    text-align: right;
}
.travail-bruyant {
    background: url('/images/travail_bruyant_bg.png') center bottom no-repeat;
    background-size: cover;
    padding: 73px 0;
}
.travail-bruyant .banner-crochet{
    height: 223px;
    background: url('/images/point-crochet.png') center center no-repeat;
}
.travail-bruyant .arrow_plus_info {
    margin-top: 0;
}
@media screen and (max-width: 1200px) {
    .travail-bruyant h1 {
        font-size: 42px;
        line-height: 47px;
    }
}
@media screen and (max-width: 1000px) {
    .travail-bruyant h1 {
        font-size: 40px;
        line-height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .travail-bruyant h1 {
        font-size: 32px;
        line-height: 41px;
    }
}
.banner_separator {
    background-color: #94d60a;
    height: 10px;
}

.trois-etapes{
    background: url('/images/bg-lightblue.png') center center repeat;
}

.trois-etapes .trois-etapes-title{
    padding: 20px 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.trois-etapes .trois-etapes-numeros{
    position: relative;
    width: 56%;
    margin: auto;
    text-align: center;
}

.trois-etapes .trois-etapes-numeros .trois-etapes-numero{
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    padding: 8px 15px;
    border: 2px solid rgba(11,42,74,0.25);
    border-radius: 999px;
    font-size: 34px;
    line-height: 34px;
    transition: background 1.5s, color 1.5s;
    cursor: pointer;
}
.trois-etapes .trois-etapes-numeros .trois-etapes-numero.selected{
    background: #0b2a4a;
    color: #fff;
}

.trois-etapes .trois-etapes-numeros .trois-etapes-numero.numero1{
    float: left;
}

.trois-etapes .trois-etapes-numeros .trois-etapes-numero.numero3{
    float: right;
}

.trois-etapes .trois-etapes-numeros .trois-etapes-numeros-ligne{
    position: absolute;
    top: 50%;
    left: 2.5%;
    width: 95%;
    height: 1px;
    background: rgba(0,0,0,0.1);
}

.trois-etapes .trois-etapes-prev,
.trois-etapes .trois-etapes-next{
    margin-top: 148px;
    width: 30px;
    height: 57px;
    cursor: pointer;
}

.trois-etapes .trois-etapes-prev{
    float: left;
    background: url('/images/etape-prev.png') center center no-repeat;
}

.trois-etapes .trois-etapes-next{
    float: right;
    background: url('/images/etape-next.png') center center no-repeat;
}

.trois-etapes .trois-etapes-carousel{
    margin: 75px 0 40px;
}

.trois-etapes .trois-etapes-carousel .etape-container{
    width: 945px;
    display: block;
    float: left;
}

.trois-etapes .trois-etapes-carousel .etape-img{
    margin-top: 8px;
}

.trois-etapes .trois-etapes-carousel .img{
    display: block;
}

.trois-etapes .trois-etapes-carousel .etape-main{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
}

.produits{
    padding: 25px 0 15px;
    text-align: center;
}

.produits .ligne-produits{
    margin: 35px auto 40px;
    border-color: rgba(0,0,0,0.1);
    width: 56%;
}

.produits .produit-container{
    max-width: 250px;
    margin: auto;
}

.produits .produit-title{
    font-size: 24px;
    font-weight: 700;
}

.produits .produit-image{
    min-height: 163px;
}

.equipe{
    background: url('/images/bg-equipe.jpg') center center no-repeat;
    background-size: cover;
    padding: 22px 0 30px;
    text-align: center;
}

.equipe .equipe-titre{
    color: #fff;
}

.equipe .equipe-ligne{
    width: 56%;
    border-color: rgba(255,255,255,0.4);
    margin: 30px auto 50px;
}

.equipe .equipe-membre-container {
    padding: 0 15px;
}

.equipe .equipe-membre{
    position: relative;
    background: url('/images/equipe-membre-bg.png') center center repeat;
    margin: 69px 0 35px;
    padding-bottom: 28px;
    text-align: center;
}

.equipe .equipe-membre .equipe-membre-photo{
    display: inline-block;
    width: 136px;
    height: 136px;
    margin-top: -68px;
    border: 6px solid #94d60a;
    overflow: hidden;
    text-align: center;
}

.equipe .equipe-membre .equipe-membre-photo img {
    transform-style: initial !important;
    -webkit-transform-style: initial !important;
}

.equipe .equipe-membre .equipe-membre-nom{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.equipe .equipe-membre .equipe-membre-desc{
    margin-bottom: 15px;
    line-height: 18px;
}

.equipe .equipe-membre .equipe-membre-bas{
    position: absolute;
    bottom: -35px;
    right: 30px;
    width: 45px;
    height: 35px;
    background: url('/images/bas-equipe.png') top right no-repeat;
}

.joindre{
    padding: 15px 0 20px;
    text-align: center;
}

.content-joindre{
    text-align: center;
}

.joindre .joindre-ligne,
.content-joindre .joindre-ligne{
    width: 56%;
    border-color: rgba(0,0,0,0.1);
    margin: 25px auto 50px;
}

.joindre .joindre-map,
.content-joindre .joindre-map{
    display: inline-block;
    border: 3px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

.joindre .joindre-ville,
.content-joindre .joindre-ville{
    margin: 20px 0;
    color: #94d60a;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.joindre .joindre-contact,
.content-joindre .joindre-contact{
    margin-bottom: 15px;
    line-height: 18px;
}

.joindre .joindre-point-service,
.content-joindre .joindre-point-service{
    text-align: center;
    max-width: 680px;
    margin: 0 auto 25px;
    font-size: 14px;
}

/* Pages de contenu */

.index-content{
    font-weight: 300;
}

#main-content-pad {
    min-height: 54px;
}

#main-content {
    padding-top: 25px;
    min-height: 480px;
}

.page-content h1,
.page-content h2,
.page-content h3{
    color: #94d60a;
    font-weight: 700;
    text-transform: none;
}

.page-content a{
    color: #94d60a;
}

.page-content a.btn-green,
.page-content a.btn-green:hover{
    color: #fff;
}

.page-content ul{
    padding-left: 40px;
}

.page-content img{
    display: block;
    max-width: 100%;
    height: auto;
}

.page-content .pros-margin{
    margin-top: 110px;
}

#col-right .test-audition-cms{
    background-size: contain;
    text-align: center;
}

#col-right .test-audition-cms img{
    margin-top: 50px;
    max-width: 35%;
}

#col-right .test-audition-cms .btn{
    background: #0b2a4a;
    margin: 12px 0 37px;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

#col-right .test-audition-cms .btn:hover,
#col-right .test-audition-cms .btn:active{
    color: #94d60a;
}
.dyn{
    text-align:center;
}
#col-right .blogue-cms h3{
    color: #94d60a;
    font-size: 22px;
    font-weight: 400;
}

#col-right .blogue-cms .news-title{
    margin: 15px 0 8px;
    text-align: center;
}

#col-right .blogue-cms .news-desc{
    line-height: 18px;
    text-align: center;
}

#col-right .blogue-cms .btn{
    margin: 10px auto;
    display: block;
    width: 250px;
    font-size: 18px;
    padding: 6px 12px;
}

#col-right .blogue-cms{
    position: relative;
    background:#f1f1f1;
    padding-top:5px;
    margin-bottom: 30px;
}

.blogue-cms #carousel{
    max-width: 100%;
    left: 0 !important;
}

.blogue-cms #carousel .carousel_item_container{
    width: 100%;
    float: left;
    margin-right: 0 !important;
    padding: 0 15px;
}

.blogue-cms #carousel .carousel_item_container .news-desc{
    overflow: hidden;
}

.blogue-cms #next, .blogue-cms #prev{
    color:#000;
    background-color:#94D60A;
    border-radius: 5px;
    padding: 10px;
}

.blogue-cms #next:hover,
.blogue-cms #prev:hover,
.blogue-cms #next:focus,
.blogue-cms #prev:focus{
    text-decoration: none;
}

#col-right .blogue-cms hr{
    margin: 35px 0 0;
}

.blogue-cms .blogue-bottom{
    position: absolute;
    bottom: -28px;
    left: 30%;
    width: 100px;
    height: 30px;
}

.question_contact{
    display:none;
}

.question_bloc a{
    background: #95D60D !important;
}

.question_bloc a:hover{
    color:#0b2a4a !important;
}

#col-right hr{
    margin: 35px 0;
}

/* Blogue + Capsules vid�o */

.news-lien-categorie{
    margin: 5px;
}

.news-lien-categorie.active{
    color: #fff;
    background-color: #0b2a4a;
    border-color: #0b2a4a;
}

.news-container{
    margin-bottom: 20px;
}

.news-date{
    font-weight: 700;
}

/* Tester audition */

/*#test-audition input[type=radio]{
    margin: 4px 12px 4px 6px;
}

#test-audition p{
    margin: 10px 0;
}

#test-audition .row > div{
    margin: 10px 0 34px;
}*/

/*�tape 2*/

.test-calibration-container{
    width: 570px;
    max-width: 100%;
    margin: 15px 0 20px;
    padding: 0 15px;
}

.test-calibration-container > .row{
    padding: 27px 0;
}

.test-calibration-container .test-calibration-etape{
    width: 43px;
    height: 43px;
    margin: 44px auto 0;
    padding: 8px 15px;
    border: 1px solid rgba(11,42,74,0.25);
    border-radius: 50%;
    font-size: 18px;
}

.test-calibration-container .test-calibration-crochet{
    height: 131px;
    margin-right: 28px;
}

.test-calibration-container .test-calibration-infos{
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
}

.test-calibration-container .test-calibration-infos .btn{
    display: block;
    margin-top: 18px;
}

/* �tape 3 */

.test-audition-etape3-container{
    margin-top: 50px;
}

.test-audition-etape3{
    display: block;
    margin-top: 18px;
    font-size: 29px;
}

.test-audition-table{
    width: 100%;
    background: rgba(11,42,74,0.05);
}

.test-audition-table th{
    padding-top: 30px;
    font-size: 20px;
}

.test-audition-table td{
    font-size: 16px;
}

.test-audition-table th,
.test-audition-table td{
    width: 20%;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

.test-audition-table td.has-button{
    line-height: 12px;
}

.test-audition-table .btn-plus,
.test-audition-table .btn-minus{
    display: inline-block;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #94d60a;
    cursor: pointer;
    color: #0b2a4a;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

.test-audition-table .btn-plus:hover,
.test-audition-table .btn-minus:hover{
    text-decoration: none;
    color: #fff;
}

.test-audition-table td.test-audition-db{
    position: relative;
}

.test-audition-table td .speaker-playing{
    display: none;
}

.test-audition-table td.active{
    color: #94d60a;
}

.test-audition-table td.active .speaker-playing{
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url('/images/speaker_on.png') center center no-repeat;
}

.test-audition-table .slider{
    height: 498px;
    margin: auto;
}

.test-audition-table .test-audition-table-btn{
    display: inline-block;
    width: 54px;
    height: 30px;
    margin-top: 4px;
    border-radius: 3px;
    background: #94d60a;
    cursor: pointer;
}

.test-audition-table .test-audition-table-btn span{
    display: inline-block;
    width: 54px;
    height: 30px;
    background: url('/images/arrow-play.png') center center no-repeat;
}

.test-audition-table .test-audition-table-btn:hover span{
    background: url('/images/arrow-play-hover.png') center center no-repeat;
}


.slider-extended{
    width: 25px;
    margin: 3px auto 0;
    padding: 21px 0 14px;
    background: url('/images/slider-ext-top.png') top center no-repeat, url('/images/slider-ext-bottom.png') bottom center no-repeat;
}

.test-audition-table .btn{
    margin-bottom: 20px;
}

/* �tape 4 */

/*.test-audition-grid{
    position: relative;
    width: 240px;
    height: 300px;
    background: url('/images/test-audition-grid.png') center center no-repeat;
}

.test-audition-grid .test-audition-point{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #94d60a;
    border-radius: 50%;
}*/

.test-audition-results{
    width: 790px;
    max-width: 100%;
}

.test-audition-grid-table{
    margin-left: 40px;
    float: left;
}

.test-audition-grid-table td:first-child{
    padding-right: 10px;
}

.test-audition-grid-table th{
    text-align: center;
    width: 74px;
}

.test-audition-grid-table th,
.test-audition-grid-table td{
    line-height: 36px;
}

.test-audition-grid-table h3{
    color: #94d60a;
    font-weight: 700;
}

.test-audition-grid{
    position: relative;
    width: 296px;
    height: 288px;
}

.test-audition-grid .grid-bg{
    width: 100%;
    height: 72px;
}

.test-audition-grid .grid-bg > div{
    display: block;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}


.test-audition-grid .grid-bg span{
    position: relative;
    z-index: 10;
    color: rgba(11,42,74,0.3);
    line-height: 36px;
}

.test-audition-grid .grid-bg hr{
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
    border-color: rgba(0,0,0,0.1);
}

.test-audition-grid .test-audition-grid-normal{
    background: rgba(11,42,74,0.05);
    height: 108px;
}

.test-audition-grid .test-audition-grid-light{
    background: rgba(11,42,74,0.1);
    height: 36px;
}

.test-audition-grid .test-audition-grid-medium{
    background: rgba(11,42,74,0.15);
}

.test-audition-grid .test-audition-grid-severe{
    background: rgba(11,42,74,0.2);
}

.test-audition-grid .test-audition-point{
    position: absolute;
    width: 22px;
    height: 22px;
    background: #0B2A4A;
    border: 2px solid rgba(11,42,74,0.25);
    border-radius: 50%;
    background-clip: content-box;
}

.test-audition-grid .test-audition-point.point1{
    left: 26px;
}

.test-audition-grid .test-audition-point.point2{
    left: 100px;
}

.test-audition-grid .test-audition-point.point3{
    left: 174px;
}

.test-audition-grid .test-audition-point.point4{
    left: 248px;
}

.test-audition-results-legende{
    float: left;
    margin: 111px 0 0 40px;
    width: 170px;
}

.test-audition-results-legende span{
    display: block;
    font-style: italic;
    line-height: 72px;
}

.test-audition-boutons-fin{
    width: 372px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}

/* Questions fr�quentes */

.listIntervenantCollapser{
    cursor: pointer;
}

.faq h3{
    margin: 0;
    padding: 10px 0;
    font-size: 21px;
    text-transform: none;
}

.faq h3:hover{
    color: #94d60a;
}

.faq p{
    margin-left: 28px;
}

.faq .fa{
    color: #94d60a;
}

.sliddySlider {
    display: none;
    padding: 1px 0 1px 0;
}

/* Questionnaire */

.questionnaire{
    font-size: 20px;
}

.questionnaire .question{
    margin-bottom: 20px;
}

.questionnaire .question label{
    margin-left: 20px;
}

/********************************************
 ___    _____  _____  _____  ___    ___
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  /
| |    | (_) || (_) |  | |  | (_( )| |\ \
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer-container {

}

#footer {
    background: #0b2a4a;
    color: #fff;
}

#footer > .container{
    padding: 40px 15px;
}

#footer a,
#footer a:hover{
    color: #fff;
}

#footer ul{
    margin: 0;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    list-style: none;
}

#footer ul li {
    margin-bottom: 12px;
}

#footer .footer-infolettre-form > span{
    display: inline-block;
    margin: 0 0 17px 0;
    font-size: 18px;
}

#footer .footer-infolettre-form .alert{
    margin: 10px 0 0;
}

#footer .copyright{
    background: #133961;
    padding: 15px 0;
}

#footer .copyright .distantia{
    text-align: right;
}

#footer .copyright .distantia a{
    color: #94d60a;
}

.user-active {
    color: #147a00;
}

.user-inactive {
    color: #807d7c;
}

.user-status {
    font-size: 20px;
    text-align: center;
}

.first{
    margin-left: 0 !important;
}

.last{
    margin-right: 0 !important;
}

/* Style pour sidr */

.sidr{
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
}

.sidr ul li span {
    font-weight: 700;
}

.sidr ul li a {
    cursor: pointer;
}

.sidr ul li.last {
    margin-bottom: 110px;
}

.sidr ul li a, .sidr ul li span {
    color: #0b2a4a;
}

.sidr ul li ul li a, .sidr ul li ul li span{
    color: rgba(11,42,74,0.8);
}

#evaluation_required{
    font-weight: 300;
    font-size: 0.85em;
    padding: 30px 0 0 0;
}

.slick-slide:hover,
.slick-slide:active,
.slick-slide:visited,
.slick-slide:focus,
.slick-slide{
    outline: none;
}

#slick_clinics_nav,
#slick_pservices_nav,
#slick_banner_nav,
#slick_team_nav,
#slick_partenaire_nav{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
}
#slick_clinics_nav .navArrows,
#slick_pservices_nav .navArrows,
#slick_banner_nav .navArrows,
#slick_team_nav .navArrows,
#slick_partenaire_nav .navArrows{
    position: absolute;
    display: block;
    cursor: pointer;
}
#slick_clinics_nav .prevArrow,
#slick_pservices_nav .prevArrow,
#slick_pservices_nav .prevArrow,
#slick_partenaire_nav .prevArrow{
    left: 0;
}
#slick_clinics_nav .nextArrow,
#slick_pservices_nav .nextArrow,
#slick_partenaire_nav .nextArrow{
    right: 0;
}
@media screen and (max-width: 550px){
    #slick_team_nav{
        display: none !important;
    }
}
#slick_banner_nav .nextArrow,
#slick_team_nav .nextArrow{
    right: 30px;
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.3);
}
#slick_banner_nav .prevArrow,
#slick_team_nav .prevArrow{
    left: 30px;
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.3);
}
.arrow_plus_info{
    background-image: url(/images/icon-next.png);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    margin-top: 20px;
    padding: 10px 12px 10px 30px;
}
#top_banner{
    background-image: url('/images/background_new_banner.jpg');
    height: auto;
    padding: 14px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .tal-mobile{
        text-align: left;
        font-size: 41px;
    }
    .tac-mobile{
        text-align: center;
    }
}
.banner_left_text{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2em;
    color: #ffffff;
    padding-top: 8px;
}
.banner_right_text{
    font-size: 19px;
    line-height: 1.2em;
    color: #ffffff;
    padding-top: 15px;
}
.banner_right_text a{
    text-transform: uppercase;
    font-weight: 800;
}
.banner_right_text a:hover{
    text-transform: uppercase;
    color: #0b2a4a;
    font-weight: 800;
}
.nopaddingrow>div{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nopaddingrow>div.close_button{
    padding-top: 22px;
    padding-right: 30px !important;
}
.mobile_new_banner{
    padding: 0 50px 0 15px;
}
.banner3 .banner-content{
    padding-top: 18px;
}
#top_banner{
    cursor: hand;
    cursor: pointer;
}
.hidden{
	display:none;
    visibility: hidden;
}

/***** @ media 467px *****************/
@media (max-width: 467px){
    #top_banner{
        max-width:100vw;
    }
    .mobile_new_banner{
        padding: 0 6vw 0 2vw;
    }

    .c-content .c-grid .g-text{
        padding-right: 2vw;
    }
    .c-content .c-grid .grd{
        max-width: 91vw;
    }
    #header .col-xs-10 {

    width: 81vw;

}

.mobile_button_wrapper{
    width: 97vw;

text-align: center;
margin: 0;

padding: 0;
}

.title-top .t-left p{
    padding-right: 6vw;
}

#header .btn-rendez-vous{
    float:left;
}
}

/* modal */


#myModal .modal-header {
    background-color: #0b2a4a;
}

#myModal .close {
    color: #fff;
    opacity: 1 !important;
}

#myModal h4 {
    font-size: 48px;
    line-height: 1.0;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#myModal h3 {
    font-size: 24px;
    line-height: 1.0;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 700;
    color: #0b2a4a;
    text-transform: uppercase;
    text-align: center;
}

#myModal p,
#myModal ul,
#myModal li {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 400;
    margin: 1em 0 1em 0;
    text-align: left;
}

#myModal li {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 400;
    margin: .25em 0 .25em 0;
    text-align: left;
}

#myModal p:last-child,
#myModal ul:last-child,
#myModal li:last-child {
    margin: 0 0 1em 0;
}

#myModal p strong,
#myModal ul strong,
#myModal li strong {
    font-weight: 700;
}

#myModal .modal-footer {
    text-align: center;
}

.modal {
  text-align: center;
}

#myModal .image {
    text-align: center;
    margin-top: 12px;
}

#myModal .image img {
    width: 143px;
    height: 89px;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#myModal .note {
    border: 4px solid #94d60a;
    padding: 12px;
    margin-bottom: 1em;
}

#myModal .note p {
    margin: 0;
}

#myModal .note a {
    color: #0b2a4a;
    text-decoration: underline;
}

#myModal .orange {
    background-color: #e5a72f;
    color: #fff;
    text-align: center;
    padding: 24px;
    margin: 0 0 18px 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}


/* MD Devices, Wide Screens */
@media only screen and (max-width : 1199px) { /* md 992px to 1199px */
    #myModal h4 {
        font-size: 24px;
    }
    #myModal p,
    #myModal ul,
    #myModal li {
        font-size: 12px;
    }
}

/* SM Devices, Desktops */
@media only screen and (max-width : 991px) { /* sm 768px to 991px */
    #myModal h4 {
        font-size: 20px;
    }
    #myModal p,
    #myModal ul,
    #myModal li {
        font-size: 12px;
    }
}

/* XS Devices, Tablets */
@media only screen and (max-width : 767px) { /* xs 320px to 767px */
    #myModal h4 {
        font-size: 20px;
    }

    #myModal h3 {
        font-size: 20px;
    }

    #myModal p,
    #myModal ul,
    #myModal li {
        font-size: 18px;
    }

    #myModal button {
        transform: scale(1.5);
    }

    #myModal .image {
        display: none;
    }

    #myModal .modal-footer {
        display: none;
    }

    #myModal .modal-body {
        padding: 0 15px !important;
    }
}

