body{
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.no-padd{padding:0 !important;}
.clearfix, .Clearer{clear: both !important;}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
table.full-width td {
    padding: 0 5%;
}
.table_center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.table_center tr td {
    padding-right: 60px;
}
.table_center td {
    vertical-align: top;
    max-width: 500px;
}
h1,h2,h3,h4{
    font-family: 'Lora', serif;
}
h1 {
    font-family: Lora, serif;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
h2 {

}
h3 {

}
h4 {
    font-weight: bold;
    font-size: 40px;
    color: #799900;
}
h5 {
    font-family: Lora, serif;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
h6 {
    font-family: Lora, serif;
    font-size: 40px;
    font-weight: bold;
}
.ligne_verte {
    width: 55px;
    height: 5px;
    border-bottom: 5px #779a0b solid;
}
.full_width{
    width: 100%;
}
.right{
    float: right;
}
.left{
    float:left;
}
.lien_marron,.pagination{
    padding: 0px 15px 5px 23px;
    background: #cccccc;
    color:#666666;
    display: inline-block;
}
.pagination{
    padding: 5px 15px;
}
.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_entete:after{
    color: #fff;
}
.lien_marron:hover,.pagination:hover{
    background: #3e72c1;
    color:#fff;
    text-decoration: none;
}
.lien_marron:hover:after{color:#fff;}

.entete{
    background: #0092ec ;
    color:#fff !important;
    overflow: auto;
}
.entete h2, .entete h1{
    color:#fff !important;
    margin: 0;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: bold;
}
.lien_entete{
    color:#fff;
    font-style: italic;
    display: inline-block;
    padding: 7px 20px;
}
.lien_entete:hover, .lien_entete:after:hover, .entete a:hover{
    color:#fff !important;
}

#main_content_wrapper{
    /*background: #fff;*/
    padding: 0 10px 0;
    /*min-height: 641px;*/
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}
#content_image_entete {
    width: 100%;
    margin: -50px 0 10px 0;
    height: 230px;
    background-position: center top;
}

a, a:hover{
    -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;
}

hr{
    border: 0;
    height: 1px;
    background: #d8d6db;
}

/* ------------HEADER LOGIN----------- */
.active_hd{
    background: #3ea2ee;
}
#spc_login_wrapper{
    background: #3ea2ee 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: #3ea2ee none repeat scroll 0 0;
    color: #c3c3c3;
    display: none;
    padding: 50px 20px 30px;
    position: relative;
    text-align: center;
}
.close-login {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 25px;
    top: 5px;
}
.login-box h2{
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;

}
.login-box input[type="text"], .login-box input[type="password"]
{
    border: none;
    background: #3ea2ee;
    color:#cdeaf5;
    border-bottom: 1px solid #fff;
    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{
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
}

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


/*---------------------navbar-------------------*/
#main-navbar{
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin-bottom: 0;
    z-index: 10;
    border-radius: 0;
}
#myNavbar{
    padding: 0;

}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Karla', sans-serif;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #799a3d;
    background-color: #ffffff !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #799a3d;
    background-color: #ffffff !important;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}
.navbar-inverse .navbar-nav > li > a{
    padding: 15px 20px;
    color:#66666c;
}
.navbar-nav > li.social_media_header > a{
    padding: 15px 5px;
}
.navbar-nav > li.social_media_header > a > img{
    width: 32px;
}
.navbar-nav > li.insta_icon > a {
    margin-left: 35px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #799a3d;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
}
.caret{
    display: none;
}

.menu_membre{
    padding: 10px;

}
.menu_membre li{
    list-style: none;

}
.menu_membre a{
    color:#fff;
    display: block;
    padding: 10px;
}
.menu_membre_scond_lvl{
    padding: 0 0 0 20px;
}
.menu_membre_scond_lvl a{
    background: #044771;
}
.menu_membre a:hover{
    background: #72a7f9 !important;
}
.menu_membre li.active a{
    background: #10679f !important;
}
/*---------------------header-------------------*/
#header_wrapper{
    padding-top: 45px;
    padding-bottom:20px;
    background: white;
    border-bottom: #c2c2c2 1px solid;
}
#header_wrapper>.container{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
#logo_header {
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-left: 50px;
}

/*---------------------main slider-------------------*/
#main_slider{
    /*top: -50px;*/
}
#main_slider .owl-item div{
  padding:0px;
}
#main_slider .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main_slider .owl-prev {
    left: 1%;
    position: absolute;
    top: 45%;
}
#main_slider .owl-nav > button.owl-next > i, #main_slider .owl-nav > button.owl-prev > i {
    font-size: 40px;
    opacity: 0.8;
}
#main_slider .owl-next {
    right: 1%;
    position: absolute;
    top: 45%;
    background: none;
}
.owl-theme .owl-nav .owl-buttons div {
    padding: 8px 3px 3px;
    font-size: 50px;
    border-radius: 10px;
    background: none;
}
.bouton_banniere_noir {
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    border: #000 1px solid;
}
.bouton_banniere_blanc {
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    border: #fff 1px solid;
}
.noir {
    color: #000 !important;
}
.blanc {
    color: #fff !important;
}
.banner_text {
    position: absolute;
    width: 100%;
    max-width: 350px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_text_left {
    right: 55%;
}
.banner_text_right {
    left: 55%;
}
.banner_text_center {

}

/* Partenaires slider */
#partenaire_slider .owl-prev {
    left: 1%;
    position: absolute;
    top: 34%;
}
#partenaire_slider .owl-nav > button.owl-next > i, #partenaire_slider .owl-nav > button.owl-prev > i {
    font-size: 30px;
}
#partenaire_slider .owl-nav > button.owl-next:hover {
    background: transparent !important;
}
#partenaire_slider .owl-next {
    right: 1%;
    position: absolute;
    top: 34%;
    background: none;
}

/*---------------------Home-------------------*/
#background_content_home {
    background: linear-gradient(0deg, #c8d29a 50%, #ffffff 50%);
    padding: 100px 0;
}
#background_content_home > .container {
    width: 100%;
    max-width: 1300px;
}
#background_content_home > .row {
    margin-right: auto;
    margin-left: auto;
}
#home_text {
    margin-top: 75px;
    max-width: 450px;
}
/*---------------------Footer-------------------*/
#footer_wrapper{
    background: #404041;
    color:#d6d7d0 !important;
    padding: 40px 0 20px 0;
    text-align: center;
    border-top: #ffffff 2px solid;
}
#footer_wrapper .row {
    margin-left: auto;
    margin-right: auto;
}
.footer_div {
    text-align: left;
}
.logo_footer img {
    width: 100%;
    max-width: 270px;
    height: auto;
    margin-bottom: 30px;
}
#footer_wrapper p{
    color:#d6d7d0 !important;
    font-size: 16px;
}
#footer_wrapper h3, #footer_wrapper h2{
    color:#d6d7d0;
}
#footer_wrapper a{
    color:#d6d7d0;
}
#footer_wrapper a:hover{
    color: #799a3d !important;
    text-decoration: none;
}
#footer_wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer_wrapper li{
    margin-bottom: 10px;
    font-size: 16px;
    list-style-type: none;
}
#bouton_infolettre_footer {
    margin-top: 12px;
}
#social_media_footer {
    margin-top: 45px;
    font-size: 18px;
}
#infolettre_footer {
    font-size: 16px;
    border: 1px #d6d7d0 solid;
    padding: 12px 30px;
    cursor: pointer;
}
.social_media_footer{
    width: 32px;
    height: auto;
}
#instagram_footer{
    margin-left: 30px;
}
#facebook_footer{
    margin-left: 10px;
}
#footer_wrapper_suite{
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    background: #111111;
    padding: 10px 0 20px;
}
#footer_wrapper_suite > .container{
    width: 100%;
    max-width: 1400px;
}
.footer_legal, .footer_menu_sec, .footer_conception {
    display: inline-block;
}
.footer_conception {
    float: right;
}
.footer_conception a {
    color:#fff;
    font-size: 14px;
}
#secondary_menu_wrapper li{
    list-style: none;
    display: inline-block;
    padding: 0px 10px 0px;
    border-left: #fff 1px solid;
}
#secondary_menu_wrapper li a{
    color:#d6d7d0;
    font-size: 16px;
}
#secondary_menu_wrapper li a:hover{
    text-decoration:none;
}
/*---------------------Album photos -------------------*/
.gallery td {
    vertical-align: top;
    text-align: justify;
    text-justify: inter-word;
}

.gallery tr td:first-child {
    padding-right: 60px;
}
.PhotoGroup img {
    border: none !important;
}
.img-responsive {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;

}

.overlay_color {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.lien_photo:hover .img-responsive {
  opacity: 0.3;
}

.lien_photo:hover .overlay_color {
  opacity: 1;
}

.text_photo {
  color: white;
  font-size: 18px;
  padding: 16px 32px;
}



/*---------------------menu interne (gauche page interne) / quick link-------------------
#menu_interne ul{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#menu_interne ul li{
    display: table-row;
    height: 50px;
}
#menu_interne ul li a{
    display: table-cell;
    padding: 10px 10px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    background: #0092ec ;
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
}
#menu_interne ul li a.active, #menu_interne ul li a:hover{
    background: #72a7f9;
}
*/

#quicklink_wrapper ul, #event_list{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#quicklink_wrapper ul li{
    display: table-row;
    height: 60px;
}
#quicklink_wrapper ul li a{
    display: table-cell;
    padding: 10px 21px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border-bottom: 15px solid #eeeeee;
    vertical-align: middle;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background: #b5b7b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b7b9 0%, #979797 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b5b7b9 0%,#979797 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b5b7b9 0%,#979797 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b7b9', endColorstr='#979797',GradientType=0 ); /* IE6-9 */
}
#quicklink_wrapper ul li a:hover{
    text-decoration: none;
    background: #0092ec ; /* Old browsers */
    background: -moz-linear-gradient(top,  #0092ec  0%, #0a367c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0092ec  0%,#0a367c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0092ec  0%,#0a367c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092ec ', endColorstr='#0a367c',GradientType=0 ); /* IE6-9 */
}
/*---------------------nouvelles-------------------*/
.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;
}
/*---------------------form-------------------*/
#Module-ContactForm div.Field:nth-child(odd){
    background: #e1e1e1;
}
/*---------------------google map place-------------------*/
#places{
    margin-top:25px;
    background: #e9eef2;
}
#places .title{
    height: auto;
    padding: 0 0 5px;
    background:#b2bdcf;
}
#places .title h3{

}
#places .title #regions{
    margin:11px;
    height:18px;
}
#places .wrapper{
    margin-top:2px;
    background:#e9eef2;
    padding:15px;
}
#places #categories span{
    display:block;
    float:left;
    width:50%;
    /*height:20px;*/
    line-height:20px;
    font-size:12px;
    color:#586875;
}
#places #categories span input{
    margin-right:10px;
    border:none;
}
#places #map_canvas{
    margin-top:15px;
    width:100%;
    height:330px;
    border:1px solid #FFF;
}
#googlemap_marker{
    font-size:12px;
    width:340px;
}
#googlemap_marker .bold{
    font-weight:bold;
}
#googlemap_marker #photo{
    float:left;
    padding-right:5px;
    width:100px;
}
#googlemap_marker #photo img{
    max-width:100px;
    margin:auto;
}
#googlemap_marker #info{
    float:left;
    width:235px;
}
#googlemap_marker #itineraire{
    clear:both;
}


/*---------------------content page texte  - sincro avec l'éditeur de texte si possible => cssDinamique.php-------------------*/
#main_content ul{
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    margin: 10px 0;
    padding: 0 0 0 18px;
}
.list_style_1{
    list-style-image : url('/client_file/themes/default/interface/puce_1.png');
}
.list_style_2 li{
    padding: 3px 0;
}
.list_style_2{
    list-style-image : url('/client_file/themes/default/interface/puce_2.png');
}
.style_table{
    margin: 10px 0;
    border:1px solid #fff;
    background: #fff;
}
.style_table th{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    background: #114291;
    padding: 15px 10px;
}
.style_table tr:nth-child(even){
    background: #7fd9f9;
    font-size: 13px;
    color: #333;
}
.style_table tr:nth-child(odd){
    background: #9fe6ff;
    font-size: 13px;
    color: #333;

}
.style_table td {
    padding: 10px;
    font-weight: 200;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}

.style_table tbody tr:first-child td {
    background: #29abd8;
    color:#fff;
    font-weight: bold;
}

.lien_doc{
    display: inline-block;
    background:  url('/client_file/themes/default/interface/puce_2.png') left no-repeat;
    padding: 3px 0 3px 15px;
}

.EventsImage {
    width: 33%;
    float: left;
    margin: 0 10px 10px 0;
}
.EventsImage img{
    width: 100%;
}
ol#pagination li {
    float: left;
    list-style: none;
    cursor: pointer;
    margin: 0 0 0 .5em;
}
ol#pagination li.current {
    color: #f00;
    font-weight: bold;
}
.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: #1d9ad6;
    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: #9fe6ff;
    color:#57585a;
}
p.fond_gris{
    background: #eceaea;
    padding: 10px 5px !important;
}

.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_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: 'Poppins', 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: 'Poppins', sans-serif;
}


ul.liste_bleu {
	list-style-type: none;
}

ul.liste_bleu li:before {
    content: "\2022";
    margin-right: 10px;
    color: #1d9ad6;
    font-size: 32px;
    margin-bottom: 5px;
    position: relative;
    top: 5px;

}

ul.liste_bleu li {
	list-style: none !important;
}

.equipe {
    width: 100%;
}
.equipe td {
    max-width: 550px;
    padding-right: 30px;
    text-align: justify;
    text-justify: inter-word;
}
.equipe tr td {
    padding-top: 80px;
}
.equipe tr:first-child td {
    padding-top: 0;
}
.equipe img {
    width: 100%;
    height: auto;
    max-width: 230px;
    min-width: 200px;
    margin-right: 15px;
}
.equipe img.icone {
    width: 100%;
    height: auto;
    max-width: 20px;
    min-width: 20px;
    margin-right: 5px;
}
.employe {
    text-align: justify;
    text-justify: inter-word;
}
.employe tr td {
    padding-top: 15px !important;
}
.employe tr:first-child td {
    padding-top: 0 !important;
    font-family: 'Lora', serif;
}
.employe .nom {
    font-size: 24px;
    font-family: Lora, serif;
    font-weight: bold;
}
.employe .poste {
    margin-top: -10px;
    margin-bottom: 10px;
    font-family: Lora, serif;
    font-weight: bold;
}
.employe .coordonnees {
    font-family: Roboto, sans-serif;
}
/*--- VIDƒOS RESPONSIVE ---*/

.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;
}




#menu_interne ul{
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
#menu_interne ul li{
    /*display: table-row;
    height: 50px;*/
}
#menu_interne ul li a{
    display: block;
    padding: 10px 10px 7px;
    color:#000 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #eeeeee;
    vertical-align: middle;
    background: #cee15d;

}

.member_sublevel li a{
    padding: 5px 10px 5px 40px !important;
    font-weight: bold;
    font-size: 11px !important;
}
.member_sublevel li{
    height: auto !important;
}
.member_sublevel li a{
    background: #afc915 !important;
}
.member_sublevel li a.active, .member_sublevel li a:hover{
    background: #afc915 !important;
}

.member_sublevel2 li a{
    padding: 5px 10px 5px 65px !important;
    font-weight: bold;
    font-size: 11px !important;
}
.member_sublevel2 li{
    height: auto !important;
}
.member_sublevel2 li a{
    background: #99b10a !important;
}
.member_sublevel2 li a.active, .member_sublevel li a:hover{
    background: #99b10a !important;
}

/*--Contact------------------*/
.contact_input {
    text-align: left;
}
.contact_input input, .contact_input textarea {
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    border: none;
}
.contact_submit input{
    background-color: #404041 !important;
    text-align: left;
}
.contact_submit input:hover{
    color: #799a3d !important;
    background-color: #404041 !important;
}
.contact_address td {
    display: inline-block !important;
}
.contact_address tr td:first-child {
    min-width: 40px;
    text-align: center;
}
/*--Inscription Newsletter------------------*/
.subscribe_newsletter_nom input[type="text"],
.subscribe_newsletter_courriel input[type="email"] {
    font-size: 18px;
    width: 100%;
}
.subscribe_newsletter_submit input[type="submit"]{
    background-color: #404041 !important;
}
.subscribe_newsletter_submit input[type="submit"]:hover {
    color: #799a3d !important;
    background-color: #404041 !important;
}
/*--Bannière pub---------------*/
.container_slider_pub {
    width: 100%;
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
}
.titre_partenaire_slider {
    color: #fff !important;
    padding-left: 60px;
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
}
.owl-item > .img_banner_pub {
    text-align: center;
}
.owl-item > .img_banner_pub img {
    width: 85%;
    max-width: 240px;
    height: auto;
}
.background_slider_pub {
    background-color: #c8d39a;
    padding: 45px 0;
}

/*--Page service----------------*/
#photos_services {
    max-width: 1000px;
    width: 100%;
    margin: 25px auto 20px;
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap:   0em;
    -moz-column-count:    2;
    -moz-column-gap:      0em;
    column-count:         2;
    column-gap:           0em;
    -moz-column-fill: balance;
    column-fill: balance;
}
#photos_services img {
  width: 100% !important;
  height: auto !important;
}
.service_content {
    position: relative;
    background-color: #fff;
}
.service_content:hover img {
    opacity: 0.3;
}
.service_content:hover p {
    opacity: 1;
}
.text_service {
    font-family: Lora, serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    color: #404041;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
