body{
    font-family: Muli, sans-serif;
    color:#000;
    background: #fff;
}

.overflow_fix{
    overflow: hidden;
}
.clear_fix, .clearfix{
    clear: both;
}
.container {
    width: 100%;
    max-width: 1800px;
    position: relative;
    padding: 0 15px;
}
.container_content{
    width: 100%;
    /*max-width: 950px;*/
    margin:0 auto;
   /* overflow: auto; */
}
.left{float:left;}
.right{float:right;}

.big_link{
    font-size: 16px;
    color:#3ea2ee;
}
.arrow-right{
    background: url('/client_file/themes/default/interface/picto_fleche_blue.png') no-repeat;
    background-position: right 10px center;
    padding-right: 40px !important;
}
.next_titre{
    margin-top: 15px;
    display: block;
}
#main_wrapper_interne{
    padding-top: 15px;
    min-height: 300px;
}
ul{
    padding-left: 0;
    list-style: inside;
}
.fix_overflow{
    overflow: hidden;
}
/* ------------texte général----------- */
#main_wrapper_interne li{
    font-family: Muli, sans-serif;
    list-style: outside;
    margin: 5px 0 5px 15px;
    color: #000;
    padding-left: 5px;
}
hr{
    border: none;
    height: 1px;
    background: #dfdfe1;
    margin: 5px 0 10px;
}
h1{
    font-family: K2D, sans-serif;
    font-weight: 700;
    color: #8da84c;
    font-size: 30px;
}
h2{
    font-family: K2D, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
h3 {
    font-family: K2D, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 36px;
}

.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    background: #8da84c;
    padding: 15px 10px;
}
.style_table tr:nth-child(odd){
    background: #d8d5d9;
    font-size: 14px;
    color: #000;
}
.style_table tr:nth-child(even){
    background: #f6f4f6;
    font-size: 14px;
    color: #000;

}
.style_table td {
    padding: 10px;
    font-weight: 200;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}
.lien_standard {
    color: #8da84c;
    text-decoration: underline;
}

.lien_marron::after, .lien_entete::after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 1.5em;
    color: #666;
    right: 0;
    top: 2px;
    margin: 0 0px 0 10px;
    z-index: 1;
    font-weight: bold;
}
.lien_marron:hover, .pagination:hover {
    background: #3e72c1;
    color: #fff;
    text-decoration: none;
}
.lien_marron:hover::after {
    color: #999999;
}
.lien_marron:hover::after {
    color: #fff;
}
.lien_marron, .pagination {
    padding: 0px 15px 5px 23px;
    background: #cccccc;
    color: #666666;
    display: inline-block;
}


ul.liste_numero{
    display: block;
    list-style: none;
    padding: 0 0 0 12px;
    overflow: hidden;
    counter-reset: numList;
}
ul.liste_numero li{
    position: relative;
}

ul.liste_numero li::before{
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -24px;
    font: bold 12px sans-serif;
    line-height: normal;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background: #b5121b;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.TexteSecondaire{
    background: #fff;
    padding: 20px;
}
.TexteSecondaire .Btn{
    display: block;
}
.TexteSecondaire h3{
    font-weight: normal;
    line-height: 1.4em;
}

.custom_list_check{
    margin-left: 22px;
}
.custom_list_check li::before {
    content: '\f00c';
    font-size: 25px;
}
.custom_list_check li::before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    top: 3px;
    left: -36px;
    margin-right: -26px !important;

}
.custom_list_check li {
    list-style: outside none none !important;
    margin-top: 8px !important;
}
.style_table_pointer{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style_table_pointer td{
    width: 50%;
    padding: 7px 30px 7px 10px;
    border-bottom: 4px solid #fff;
}
.style_table_pointer tr td:nth-child(odd){
    background-color: #3ea2ee;
    background-image: url('/client_file/themes/default/interface/picto_spc_table.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
}
.style_table_pointer tr td:nth-child(even){
    background-color: #cae6fb;
    color:#57585a;
}
p.fond_gris{
    background: #eceaea;
    padding: 10px 5px !important;
}


.style_table_pointer2{
    margin: 20px 0 30px 0;
    padding: 0;
    border: none;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.style_table_pointer2 td{
    width: 50%;
    padding: 7px 30px 7px 10px;
    border-bottom: 4px solid #fff;
}
.style_table_pointer2 tr td:nth-child(odd){
    background-color: #2389d7;
    background-image: url('/client_file/themes/default/interface/picto_spc_table2.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: Muli, sans-serif;
}
.style_table_pointer2 tr td:nth-child(odd) a{
    color:#fff;
    text-decoration: none;
}
.style_table_pointer tr td:nth-child(even){
    color:#57585a;
    font-family: Muli, sans-serif;
}

/* ------------HEADER LOGIN----------- */
.active_hd{
    background: #fff;
    color: #8da84c !important;
}
#spc_login_wrapper{
    background: #d8d5d9 none repeat scroll 0 0;
}
.login-btn {
    position: relative;
}
.login-box div{
    overflow: inherit;
}
.login-btn .tri {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 10px 0;
    height: 0;
    left: 30%;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 5;
}
.login-controls {
    display: table;
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
}
.login-box {
    background: #d8d5d9 none repeat scroll 0 0;
    color: #c3c3c3;
    display: none;
    padding: 50px 20px 30px;
    position: relative;
    text-align: center;
}
.close-login {
    color: #2b1505;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.close-login:hover {
    color: #b5121b;
}

.login-box h2{
    color: #b5121b;
    text-transform: uppercase;
    font-size: 16px;

}
.login-box input[type="text"], .login-box input[type="password"]
{
    border: none;
    background: #d8d5d9;
    border: 1px solid #2b1505;
    color: #2b1505;
    font-size: 12px;
    width: 100%;
    padding: 10px 5px;
}

.login-box .btn{
    /*
    background: #03559f;*/
    padding: 13px 25px !important;
    /*
    font-weight: normal !important;
    font-size: 12px; */
    border-radius: 0;
    margin-top: -2px !important;
}

#forgot_pass, #forgot_code{
    color: #2b1505;
    font-weight: normal;
    font-size: 11px;
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
}
#forgot_code{
    text-align: left;
}

.login-box input[type="text"]::-webkit-input-placeholder,.login-box input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #2b1505;
}
.login-box input[type="text"]:-moz-placeholder,.login-box input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #2b1505;
   opacity:  1;
}
.login-box input[type="text"]::-moz-placeholder,.login-box input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #2b1505;
   opacity:  1;
}
.login-box input[type="text"]:-ms-input-placeholder,.login-box input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #2b1505;
}
#msg_error_login{
    color:#2b1505;
    font-weight: bold;
}

/* ------------HEADER----------- */
#header{
    position: relative;
    background-position:center bottom !important;
    background-size: 100% auto !important;
    background-color:#fff !important;
}
#logo_mobile {
    display: none;
}
#logo_mobile img {
    width: 100%;
    max-width: 175px;
    height: auto;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}

#header hr{
    background: #618cae !important;
    margin-top: 0 !important;
}
#logo{
    display: block;
    text-indent: -9999px;
    background: url('/client_file/themes/logo_tag.jpg') no-repeat;
    background-size: 100% auto ;
    width: 90%;
    max-width: 130px;
    height: 110px;
    margin: 5px auto 5px;
}
#link_face a{
    background: url('/client_file/themes/default/interface/site/picto_face.png') no-repeat center;
    width: 20px;
    height: 25px;
    padding: 2px 5px;
    display: inline-block;
    text-indent: -9999px;

}
#link_face{
    margin: 5px 10px 0 !important;
}
#hello{
    float: right;
    padding: 10px 25px;
    color:#57585a;
}
#secondary_menu_wrapper_bg{
    background-image: url('/client_file/themes/default/interface/header_top_bg.jpg');
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}

.secondary_menu_content_right{
    padding: 0 15px;
}

.secondary_menu{
    display: inline-block;
}
.secondary_menu li{
    display: inline-block;
}
.secondary_menu li a{
    color: #2b1505;
    padding: 10px 5px;
    margin: 0 15px;
    display: block;
}
.sec_menu_lang {
    font-size: 18px;
    text-transform: uppercase;
}
.sec_menu_lang:hover, .sec_menu_lang:focus {
    text-decoration: none;
    color: #8da84c !important;
}

#spc_login_wrapper:hover + .login-btn{
    background: #3ea2ee !important;
}

#slogant{
    color:#57585a;
    font-size: 48px;
    width: 90%;
    max-width: 890px;
    margin-left: 30px;
    padding: 30px 0;
    text-align: left;
    font-weight: 400;
}
#wrapper_slogant{

    padding: 0 20px;
}
#slogant_page_interne{
    text-transform: uppercase;
    color:#57585a;
    font-size: 48px;
    /*width: 90%;
    max-width: 890px;*/
    margin: 25px auto 35px;
    text-align: left;
    font-weight: 200;
    text-shadow: 2px 1px 1px #fff;
}

.top-search {
    float: right;
    margin-left: 5px;
    position: relative;
}
.top-search a {
    width: 17px;
    height: 17px;
    background: url('/client_file/themes/default/interface/site/picto_search.png') no-repeat right center;
    position: relative;
    z-index: 5;
    text-indent: -9999px;
    display: block;
    margin-top: 20px;
}
.top-search a span {
    font-size: 16px;
}
.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 54px;
    width: 400px;
    z-index: 3;
}
/*.search-box::before {
    content: "";
    display: inline-block;
    height: 48px;
    position: absolute;
    right: 0;
    top: -46px;
    width: 55px;
    z-index: 0;
}*/
.search-box input[type="text"] {
    height: 53px;
    width: 343px;
}
.search-box input[type="submit"] {
    height: 53px;
    width: 55px;
    margin: 0 !important;
}
/*---------------------navbar-------------------*/

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.4);
}
#main_menu_wrapper{
    /*width: 90%;
    max-width: 950px;*/
    margin: 0px auto 0;
}
#main-navbar{
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    z-index: 10;
    border-radius: 0;
    width: 100%;
    float: left;
}
#main_nav{
    padding: 0;
    background-color: rgba(255, 255, 255, 0.75);
}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
    font-size: 1em;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
 .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #8da84c;
    background-color: transparent;
}
/*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #72a7f9;
}*/
.navbar-nav > li {
    float:none;
    display:table-cell;
    width: auto;
    text-align:center;
}
.navbar-inverse .navbar-nav > li > a{
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    padding: 20px 15px;
    color: #2b1505;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #8da84c;
}
.dropdown-menu{
    top: 98%;
    border-top: 2px solid #433932;
    border-radius: 0;
}

.dropdown-menu, .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    width: auto;
    min-width: 100%;
}
.dropdown-menu > li > a {
    color: #2b1505;
}
.dropdown-menu a{
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    padding: 5px 15px !important;
    color: #2b1505;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.dropdown-menu a:hover{
    color: #8da84c !important;
}
.caret{
    display: none;
}
li.dropdown.open::before {
    font-size: 40px;
    color: #2b1505;
    content: "\f0d8";
    font-family: FontAwesome;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
}
.show_mobile_menu{
    display: none !important;
}
.hide_mobile_menu{
    display: block;
}

/*--------------------- banniere ------------------*/
#main_slider_wrapper{
    position: relative;
}
#main_slider_wrapper img {
    width: 100%;
    height: auto;
}
#logo_home img{
    margin: auto;
    position: absolute;
    top: 35px; left: 0; right: 0;
    width: 100%;
    max-width: 300px;
    height: auto;
    z-index: 10px;
}
#popcorn_banner {
    width: 100%;
    max-width: 73px;
    height: auto;
    position: absolute;
    bottom: -20px;
    left: 16%;
    z-index: 100;
}

#main_slider{
    display: block;
    position: initial;
}
#main_slider .text_slider{
    position: absolute;
    bottom: 25%;
    left: 5%;
    width: 35%;
}
#main_slider .text_slider h3{
    color: #b5121b;
}
#banniere_interne{
    position: relative;
}

#banniere_interne img{
    width: 100%;
    height: auto;
}
#logo_interne img{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    max-width: 225px;
    height: auto;
}

/*---------------------quicklink-------------------*/
.tuile_more:hover {
    text-decoration: none;
}

.quicklink{
    text-align: center;
    position: relative;
}
.quicklink_img img {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    height: auto;
}
.quicklink_titre {
    margin-top: 15px;
    font-family: K2D, sans-serif;
    text-transform: uppercase;
    color: #2b1505;
    font-size: 22px;
}
.tuile_more:hover .quicklink_titre {
    color: #2b1505;
}

.tuile_more .quicklink_hover {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8da84c;
    opacity: 0.7;
    width: 100%;
    max-width: 350px;
    min-width: 225px;
    height: 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tuile_more:hover .quicklink_hover {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tuile_more .quicklink_hover_content{
    display: none;
}
.tuile_more:hover .quicklink_hover_content{
    display: block;
}
.quicklink_hover_content {
    opacity: 1;
    position: absolute;
    top: 35%; left: 0; right: 0;
    margin: auto;
    z-index: 100;
}
.quicklink_nom_hover{
    opacity: 1;
    padding-top: 7px;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 7px;
    color: #fff;
    font-family: K2D, sans-serif;
}
.quicklink_hover_content img{
    opacity: 1;
}

/*---------------------Event Teaser-------------------*/
.event_teaser{
    display: block;
    position: relative;
    margin: 15px 0;
}
.img_event_teaser{
    width: 100%;
}
.date_event_teaser{
    position: absolute;
    top: 15px;
    left: 5%;
    padding: 5px 10px;
    background: #fff;
    color: #2a2933;
    text-transform: uppercase;
    font-size: 12px;
}
.titre_event_teaser
{
    font-size: 24px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px 10px 7px;
}
.titre_event_teaser{
    position: absolute;
    bottom: 0em;
    color:#fff;
    background-color: rgba(40, 40, 40, 0.6) !important;
}
.event_teaser p{
    margin: 10px 5%;
    color:#57585a !important;
}
.auteur_event_teaser{
    display: block;
    color:#57585a !important;
    font-weight: 200;
    font-size: 14px;
    margin: 10px 5% 5px;
}
.event_teaser:hover{
    text-decoration: none;
    color:#0054a1;
}
.event_teaser:hover p, .event_teaser:hover .auteur_event_teaser{
    color:#0054a1 !important;
}

.content_img_event_teaser{
    position:relative;
    margin: 0 0 10px 0;

}
.content_img_event_teaser:after{
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content_img_event_teaser:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(62,162,238,0.6);
}

.event_teaser:hover .content_img_event_teaser:after{
    opacity:1;
}
#quicklink_interne_table{
    width: 100%;
    display: table;
}
#quicklink_interne .spc_cell{
    background-color: #3ea2ee !important;
    background-position: left 20px center !important;
    height: 80px;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
    display: table-cell;

}
#quicklink_interne .spc_cell a{
    display: block;
    padding: 17px 37px 17px 80px;
    color:#fff;
    text-transform: uppercase;
    background: url('/client_file/themes/default/interface/picto_fleche.png') no-repeat;
    background-position: right 20px center;
    font-size: 16px;
}

#home_event_content{
    margin-bottom: 40px;
}
/*---------------------news Teaser / nouvelle-------------------*/

.news_teaser_content{
    margin: 10px 0;
    background: #fff;
    box-shadow: 8px 8px 12px #f1eee3;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    min-height: 122px;
}
.img_news_teaser{
    width: 100%;
}
.titre_news_teaser{
    margin: 5px 0;
    font-weight: 200;
    color:#3ea2ee;
}
.date_news_teaser{
    font-size: 10px;
    text-transform: uppercase;
    color:#2a2933 !important;
}
.content_img_news_teaser{
    position:relative;
    margin-left: -15px;
}
.content_img_news_teaser:after{
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.content_img_news_teaser:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(62,162,238,0.6);
}
.news_teaser:hover .content_img_news_teaser:after{
    opacity:1;
}
.news_teaser:hover .titre_news_teaser{
    color:#0054a1;
}

.list_news {
    background: #fff;
    padding: 15px 0;
    margin: 0 0 20px 0;
    overflow: auto;
}
.list_news_img img{
    width: 100%;
}
.resume_news{
    margin: 5px 0 0 0;
}
#detail_img_news{
    width: 90%;
    max-width: 500px;
    margin: 10px auto 20px;
    display: block;
}

/*---------------------Slider pub -----------------------*/

#pub_slider_1, #pub_slider_2{
    text-align: center;
    margin-top: 50px;
}
#pub_slider_1 img{
    width: 90%;
    max-width: 468px;
}
#pub_slider_2 img{
    width: 90%;
    max-width: 213px;
}
#pub_slider_1 .owl-controls, #pub_slider_2 .owl-controls{
    display: none !important;
}

/*---------------------newsletter inscription - FOOTER -----------------------*/

#newsletter_inscription_wrapper{
    background: url('/client_file/themes/default/interface/back_footer.jpg') no-repeat center;
    background-size:100% auto ;
    margin: 50px auto;
}
#newsletter_inscription{

}
#newsletter_inscription input[type="email"]{
    border: 0;
    width: 50%;
    max-width: 650px;
    padding: 7px 10px 8px;
}
#newsletter_inscription input[type="submit"]{
    background: #51b0f9;
    border: 0;
    color:#fff;
    padding: 5px 30px;
    font-family: 'PT Serif', serif;
    font-style:italic;
    font-weight: normal;
    margin: 0 20px !important;
    display: inline-block;
}
#newsletter_inscription h3{
    color:#fff;
    font-style:italic;
    font-size: 24px;
    font-family: 'PT Serif', serif;
    margin: 50px 0 30px;
}
#aviat_expr_link{
    display: inline-block;
    color:#fff;
    margin: 40px 0 60px;
}

.list_link li{
    list-style: none;
    font-weight: 200;
}
.list_link li a{
    color:#494850;

}
#footer{
    margin-top: 80px;
    padding: 30px 0;
    background-color: #000;
    /*background-image: url('/client_file/themes/default/interface/footer_bg.jpg');
    background-repeat: repeat;
    background-image: url('/client_file/themes/default/interface/footer_bg_dark.jpg');
    background-repeat: repeat;*/
}
p#legal a, p#legal a:hover {
    color: #fff;
}

#address_footer {
    background-color: #8da84c;
    padding: 15px 30px;
    height: 275px;
    position: relative;
}
#address_footer p {
    color: white;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
#address_footer a {
    color: white;
    text-decoration: none;
}
#popcorn_footer{
    position: absolute;
    bottom: -24px;
    right: -14px;
    overflow: visible;
    z-index: 12;
    width: 37px;
}

#footer_map {
    padding: 0;
}

#footer_facebook {
    text-align: right;
}
#footer_gauche {
    width: 75%;
}
#footer_droite {
    width: 25%;
}
#legal_wrapper{
    background: #ececed;
    padding: 30px 0 20px;
    margin: 30px auto 0;
}
#legal{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 200;
}

#to-top {
    bottom: -100px;
    cursor: pointer;
    font-size: 18px;
    line-height: 10px;
    overflow: auto;
    padding: 12px 14px 14px;
    position: fixed;
    right: 10px;
    transition: all 0.7s ease-in-out 0s;
    z-index: 55;
    width: 53px;
    height: 53px;
    background: url('/client_file/themes/default/interface/back_btn.png');
}

#page_top {
    float: right;
    color: #4a4949;
    background-color: #aba9a9;
    padding: 1px 8px;
    border-radius: 100%;
    cursor: pointer;
}
#page_top:hover {
    color: #4a4949;
    text-decoration: none;
}

/*==================EVENEMENT--------------------*/

table.calenEntete{
    width: 100%;
}
.calenEntete tr:nth-child(odd) {
    background: #e5f3fd;
}
.evenement-picture{
    width: 100%;
}
.calenEntete, .Cal_Wrapper .calenEntete{
    background: #fff;
    color:#000;
    text-align: center;
    font-size: 1em;
}
.calenEntete td, .Cal_Wrapper .calenEntete td{
    padding: 5px;
}
.calTH, .Cal_Wrapper .calTH{
    font-weight: bold;
}
.calenSelect, .Cal_Wrapper .calenSelect{
    background: #3e72c1;
    /*border-radius: 10px;*/
}
.calenSelect a, .Cal_Wrapper .calenSelect a{
    color:#fff !important;
}
.calendrier, .Cal_Wrapper .calendrier{
    text-align: center;
}
.list_event{
    padding: 10px 0;
    background: #fff;
}
.home_nav_cal{
    font-size: 1.75em;
}


/***********************TABLE*************************/

.table_rqra{
    border: 0px;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
    width: auto !important;
    box-shadow: 3px 4px 9px #666;
}

.table_rqra td {
    padding: 5px 10px;
    border-bottom: 3px solid white;
    border-left: 7px solid white;
    border-right: 7px solid white;
    border-top: none;
    text-align: center;
}
.table_rqra tr:first-child td {
    text-transform: uppercase;
    text-align: center;
    color: #2288d6;
    border-bottom: 2px solid #0f65a7 !important;
    background: #fff !important;
}
.table_rqra tr td:nth-child(1) {
    background: #e0dbd7;
}
.table_rqra tr td:nth-child(2) {
    background: #ebe7e4;
}
.table_rqra tr td:nth-child(3) {
    background: #f4f3f1;
}
.table_rqra tr td:nth-child(4) {
    background: #f4f3f1;
}
.table_rqra tr td:nth-child(5) {
    background: #f4f3f1;
}


/*==================VIDƒOS RESPONSIVES --------------------*/

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
 }

.video-container iframe,
.video-container object,
.video-container embed {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}


/*---------------------Emploi Accueil-------------------*/


.row_form{
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb;
}
.form_cat{
    background-color: #dbd9d9;
    margin-bottom: 5px;
}
.form_cat span{
    display: block;
    padding: 5px 0px;
    color:#000;
}
.list_secteur_wrapper{
    padding: 1px 15px;
}
.list_secteur_wrapper label{
    font-weight: normal;
    padding: 0 0 0 5px;
}
.list_secteur_wrapper label:hover{
    color:#f1931f;
    cursor: pointer;
}

 #form_search_emploi select{
    padding: 1px 0 2px 10px !important;
    font-size: 16px !important;
    height: auto !important;
    color:#000 !important;
    border-radius: 0;
}
#form_search_emploi select:hover{
    background: #f1931f;
}
 #form_search_emploi select:focus{
    background: #dbd9d9 !important;
}
.form_select{
    border: none !important;
    background-color: #dbd9d9;
}
.form_motsCle{
    border: none !important;
    background-color: #dbd9d9;
    width: 103.5%;
    margin-left: -15px;
    height: 110px;
    padding: 10px 16px;
    color:#000;
}
#id_region{
    margin-right: 15px;
}
#recherche_emploi{
    background: #000 !important;
    width: 100%;
    border-radius: 3px;
}
#recherche_emploi:hover{
    background: #ca292b !important;
}

.liste_detail_company img{
    width: 90%;
    margin: 10px 5%;
}
.liste_detail_company h2{
    background: #f1931f;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 25px;
    font-size: 14px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: bold;
}
.full_btn{
    display: block;
    background: #000;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition-duration: .3s, 0s;
    -moz-transition-duration: .3s, 0s;
    -o-transition-duration: .3s, 0s;
    transition-duration: .3s, 0s;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.full_btn{
    background: #333333;
    margin-bottom: 20px;
}
.full_btn i{
    font-size: 20px;
}
.full_btn:hover{
    background: #ca292b;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: .3s, 0s;
    -moz-transition-duration: .3s, 0s;
    -o-transition-duration: .3s, 0s;
    transition-duration: .3s, 0s;
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}
.full_btn:hover{
    background: #ca292b;
}

.controls_pagination a{
    padding:3px 6px;
    border:1px solid gray;
    margin:2px;
    color:black;
    text-decoration:none;
    display: inline-block;
}
.controls_pagination a:hover{
    cursor: pointer;
    background: #f1931f;
}
.controls_pagination .active{
    background:#ca292b;
    color:white !important;
}

.controls_pagination .page{
    display: none;
    width: 35px;
    text-align: center;
}
.controls_pagination .prev + .page, .controls_pagination .prev + .page + .page{
    display: inline-block;
}
.controls_pagination .active + .page + .page{
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
}
.controls_pagination .active + .page + .page:after{
    content: '...';
    font-weight: bold;
    font-size: 30px;
    display: block;
    width: 30px;
    position: absolute;
    top: -3px;
    left: 39px;
}
.prev_nav{
    display: inline-block;
    margin: 0 0px 0 40px !important;
    position: relative;
}
.prev_nav:before{
    content: '...';
    font-weight: bold;
    font-size: 30px;
    display: block;
    width: 30px;
    position: absolute;
    top: -3px;
    right: 40px;
}

/*--FORM--------------------*/
.Field, .fieldKey, .fieldValue{
    padding: 5px 0;
}
.Field:nth-child(even) {
    background: #efefef
}
.Field label, .fieldKey{
    width: 35%;
    margin: 0;
    padding: 5px 10px;
    font-size: 15px;
}
.Field textarea, .fieldValue textarea{
    display:  inline-block;
    width: 60%;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Field input[type="text"], .Field select, .fieldValue input[type="text"], .fieldValue select{
    display:  inline-block;
    width: 60%;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Générateur de formulaire - Phone input fix */
div#input_ft.field_type_10 input:first-child,  div#input_ft.field_type_10 input:nth-child(2) {
	width: 10% !important;
}
div#input_ft.field_type_10 input:last-child {
	width: 20% !important;
}
div#input_ft.field_type_10 input {
    margin-right: 5px;
    margin-left: 5px;
}