/*
 Theme Name:   AC2M by Aldalys
 Theme URI:    http://www.aldalys-communication.fr/
 Description:  Thème de l'AC2M
 Author:       François DELAHAYE
 Author URI:   http://www.aldalys-communication.fr
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ac2m
*/

@import url("../Divi/style.css");
/****Global***/

h1,h2,h3{   
    position: relative;
    padding-bottom: 15px;
}
p+h2,p+h3,p+h4{
    margin-top: 15px;
}

/*h1, h2{
    margin-bottom: 15px;
}*/

h1+h2,h2+h3{
    margin-top: -15px;
    color: #9797A5 !important;
    display: block;
    text-transform: none;    
}
h1{
    display: block;
    text-align: center;
}
h1, h2{
    text-transform: uppercase;
}
h3,h4{
   color: #9797A5 !important;
}

ol > li {
    margin-left: 13px;
    list-style-position: outside;
}
ol{
    padding-left: 8px !important;
}
ul{
    padding-left: 23px !important;
}
ol {
 
  padding: 0;
  counter-reset: item;
}
ol+p, ul+p{
    padding-top: 0.7em;
}
ol > li {
  
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  margin-left: -18px;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
p:last-of-type {
	padding-bottom: 1em;
}
.scrollable {
	overflow-x:auto;
}
.scrollable table{
	border: 2px solid #666 !important;
}
.scrollable.has-scroll {
	position:relative;
	overflow:hidden; /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
	position:absolute;
	top:0;
	left:100%;
	width:50px;
	height:100%;
	border-radius:10px 0 0 10px / 50% 0 0 50%;
	box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
	content:'';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
	overflow-x:auto;
}
.scrollable > div::-webkit-scrollbar {
	height:12px;
}
.scrollable > div::-webkit-scrollbar-track {
	box-shadow:0 0 2px rgba(0,0,0,0.15) inset;
	background:#f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
	border-radius:6px;
	background:#ccc;
}


.et_pb_text_inner > p:first-child > .et_pb_more_button.et_pb_button:first-child{
    margin-top: 0px ;
}
.et_pb_more_button.et_pb_button.btcontraste{
    
    background-color: #000000;
}
@media all and (min-width: 981px){
    .container, #main-content{
        max-width: 1920px !important;
        margin: auto;
    }
    
    .et_fullwidth_nav #main-header .container{
        float: none;
        margin: auto;
    }
    
}


@media all and (min-width: 981px){
    .et_pb_more_button.et_pb_button+.et_pb_more_button.et_pb_button {
        margin-left: 20px;
    }    
}
@media all and (max-width: 720px){
    .et_pb_more_button.et_pb_button{
        /* float: left; */
        /* clear: left; */
        width: 100% !important;
        font-size: 1.2em !important;
    }
    
}


.breadcrumb .et_pb_row{
    padding: 20px 0px 10px !important;
}

.breadcrumb .et_pb_row .et_pb_text{
    margin-bottom: 0px;
}

.breadcrumb + .first-section-page .et_pb_row {
    padding-top: 10px !important;
}
.nomargin .et_pb_row:first-child{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/****FIN de Global***/

/**HEADER**/
#main-header .et_menu_container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.et_header_style_centered #main-header div#et-top-navigation{
    width: auto;
    flex: 1 auto;
    text-align: left;
    padding-left: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    height: 100% !important;
}

#top-menu > li > a{
    border-bottom: 3px solid transparent;
    padding-bottom: 15px !important;
    
}
#top-menu > li > a:hover, #top-menu > li.current_page_item > a{
    border-bottom: 3px solid #860D15;
    color:#860D15; 
}

#add-menu{
   padding-bottom: 18px;
}
#add-menu #elem-top{
    margin-bottom: 15px;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#add-menu #elem-top a{
    color: #9797A5;
}
#add-menu #elem-bottom .et_pb_button{
    margin-top: 0px !important;
		
}

.et_search_outer{
    position: relative;
    text-align: right;
    /* margin-top: -110px; */
    width: 100% !important;
}

.et_search_outer .container.et_search_form_container{
    height: 40px !important;
    position: relative;
    margin: 0px;
    width: auto !important;
    padding-right: 0px !important;
}
.et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field{
    right: 10px;
}
.et_search_outer .container.et_search_form_container form{
    width: 180px;
}
.et_search_outer .container.et_search_form_container form input{
    left: 0px;
    padding: 5px;
    background-color: #EEE;
}
.et_search_outer .container.et_search_form_container .et_close_search_field{
    background-color: #EEE;
    margin: 0px;
    height: 40px;
}
.et_search_outer .container.et_search_form_container .et_close_search_field:after{
    line-height: 40px;
}
@media all and (min-width: 981px){
    #main-header{
        height: 110px;
    }    
}

#top-menu-nav{
    flex: 1 auto !important;
    -webkit-flex: 1 auto !important;
    display: block !important;
    width: 100%;
}

#top-menu{
    opacity: 1 !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}


a.elem_contact span{
    display: none;
}
a.elem_contact{
    font-family: 'ETModules';
    font-size: 1.2em;
    transition: opacity 0.3s;
    /* padding-left: 10px; */
    margin-right: 10px;
}
#et_top_search{
    height: 100%;
    margin: 0px 10px 0px 0px;
    flex: 1 auto;
}
#et_search_icon{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#et_search_icon:before{
    color: #9797A5 !important;
    margin-top: 4px;
}
a.bt-contact-header{
    transition: opacity 0.3s;
}
a.elem_contact:hover, a.bt-contact-header:hover, #et_search_icon:hover:before{
    opacity: 0.8;
}
a.elem_contact#icon_contact:before{
    content:"\e081";
}
a.elem_contact#icon_tel:before{
    content:"\e090";
    color: #9797A5;
}
#widgetSocial > .container{
    text-align: left;
    margin : 20px 0px 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#widgetSocialHead{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#widgetSocialHead a{
    flex: none;
    font-family: 'ETModules';
    font-size: 0.7em;
    margin-right: 10px;
    color: #FFF !important;
    transition: color 0.3s;
    background: #9797A5;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#widgetSocialHead a:hover{
    color: #A20006 !important;
}
@media all and (max-width: 1460px){
    .container.et_menu_container{
        max-width: none;
        width: 98%;
        
    }
}
@media all and (max-width: 1200px){
   #top-menu li{
        padding-right: 8px;
        
   }
     #top-menu li a{
         font-size: 1.2em !important;
         font-weight: bold !important;
     }
}
@media all and (max-width: 1100px){
  
     #top-menu li a{
         font-size: 1em !important;
         
     }
}
@media all and (min-width: 981px){
	#add-menu #elem-bottom{
		text-align: right;
	}
}

@media all and (max-width: 980px){
    #main-header{
        padding-top: 10px !important;
    }
    #main-header .et_menu_container{    
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        
    }
    #main-header .et_menu_container #et-top-navigation{
        order: 5;
        width: 100% !important;
        padding-left: 0px !important;
    }
    #main-header .et_menu_container #et-top-navigation #et_mobile_nav_menu{
        width: 95%;
        margin: auto;
    }
   
    #add-menu #elem-top{
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0px;
         margin-top: 10px;
    }
    #add-menu #elem-bottom{
        margin-top: 10px;
		
    }
	
    #main-header #add-menu .et_pb_button{
        float: none; 
        clear: none;
        width: auto !important;        
    }
        
    #add-menu{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        flex: 1 auto;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
         -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #add-menu #elem-top,#add-menu #elem-bottom{
        flex: 1 auto;
        padding: 0px 5px;
    }
    .et_pb_button{
        font-size: 1em;
    }
}

/***MENU**/
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after{
    content: none;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child{
	padding-right: 0px;
}
#main-header .nav li ul{
    padding: 5px 0 !important;   
    /*top: 34px;*/
    border-top: 0px;
}


/**FIN DU HEADER**/


/****FOOTER****/
#widgetSocial{
    padding-bottom: 20px;
}
.footer-widget{
    margin-bottom: 40px !important;
}
#widgetSocial > .container{
    text-align: left;
    margin : 20px 0px 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#widgetSocial a{
    flex: none;
    font-family: 'ETModules';
    font-size: 1.5em;
    margin-right: 15px;
    color: #333333 !important;
    transition: color 0.3s;
    background: #FFF;
    height: 47px;
    width: 47px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#widgetSocial a:hover{
    color: #A20006 !important;
}
a#facebook:before{
    content:"\e093";
}
a#twitter:before{
    content:"\e094";
}
a#youtube:before{
    content:"\e0d1";
}
a#linkedin:before{
    content:"\e09d";
}
a#instagram:before{
    content:"\e0c8";
}
a#googleplus:before{
    content:"\e096";
}
#et-footer-nav{
    border-top: 2px solid #FFF;
}
#et-footer-nav a{
    font-weight: normal;
}
#footer-bottom .container #footer-info{
    display: block;
    width: 100%;
    text-align: center;
}
#contenu-pdp{
    padding-bottom: 10px;
}
#contenu-pdp, #contenu-pdp a{
    color: #FFF;
}
#main-footer .footer-widget h4 {
    color: #ffffff !important;
}

#text-3 .et_bloom_inline_form{
    margin: 0px;
    
}
#text-3 .et_bloom_header_outer{
    display: none;
}
#text-3 .et_bloom_form_content, #text-3 .et_bloom_form_container  {
    padding: 0px;
    background: transparent;
}
#text-3 .et_bloom_submit_subscription .et_bloom_button_text {
    font-family: "Fjalla One", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 1.5em;
    font-weight: normal !important;
    transition: background-color 0.3s;
}
#text-3 .et_bloom_submit_subscription{
    transition: background-color 0.3s;
}
#text-3 .et_bloom_submit_subscription:hover{
    background-color: #FFFFFF !important;
   
}
#text-3 .et_bloom_submit_subscription:hover .et_bloom_button_text{
     color: #a20006 !important;
}

.bottom-nav{
	padding-left: 0px !important;
}
@media all and (min-width: 981px){
    .bottom-nav li a{
        position: relative;
    }
    .bottom-nav li{
        padding-right: 15px;
    }
    
    .bottom-nav li:nth-child(n+2) a:before{
        content: "|";
        position: absolute;
        left: -12px;
    }
}
/****FIN DU FOOTER****/

/****SLIDER FULL HEIGHT****/
/*Slider fullscreen*/
.page-template-page-home #page-container{
    padding-top: 0px !important;
    margin-top: -1px !important;
}

/*#slider_home.et_pb_slider .et_pb_slide_description{
    position: absolute;
    bottom: 30%;
    padding: 0;
    right: 0%;
    text-align: right;
}*/

#slider_home.et_pb_slider{
	cursor: pointer;
}
#slider_home.et_pb_slider .et_pb_slide_description .et_pb_slide_title a{
    color: #FFF;
    font-size:1.5em;
}

#slider_home.et_pb_slider .et_pb_slide_content {
    /*background : rgba(35, 43, 48, 0.7);*/
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    vertical-align: middle;
    
}

#slider_home.et_pb_slider .et_pb_slide {
    height: 100vh;
    min-height: 500px;
}
#slider_home .et-pb-controllers{
    z-index: 100;
}
#slider_home.et_pb_slider .et-pb-controllers a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #FFF;
    text-indent: -9999px;
}
#slider_home.et_pb_slider .et-pb-controllers .et-pb-active-control {
    background-color: #A20006 !important;
}

#slider_home.et_pb_slider .et-pb-arrow-prev, #slider_home.et_pb_slider .et-pb-arrow-next{
    background-color:  rgba(255,255,255,0.6) !important;
    color: #000 !important;
}
#slider_home.et_pb_slider .et-pb-arrow-prev{
    left: 0;
}
#slider_home.et_pb_slider .et-pb-arrow-next{
    right: 0;
}
.fullwidth_banner.et_pb_row{
    padding: 0;
}
#slider_home .et_pb_slider_container_inner{
    padding-bottom: 0px;
}
@media all and (max-width: 980px){
    .et_pb_slider .et_pb_container{
        width: 100%;
    }
    #slider_home.et_pb_slider .et_pb_slide_description h2{
        font-size:1.8em !important;
    }
    #slider_home.et_pb_slider .et_pb_slide_description .et_pb_slide_content{
         font-size:1em !important;
    }
    .et_pb_slide .et_pb_slide_overlay_container {
        background-color: rgba(0,0,0,0.5) !important;
    }
}
/****FIN SLIDER FULL HEIGHT******/

/*****SECTIONS *****/
.et_pb_section > .et_pb_row:first-child{
    padding-top: 40px;
}
.et_pb_section > .et_pb_row:last-child{
    padding-bottom: 40px;
}
.et_pb_section > .et_pb_row{
    padding-bottom: 0px;
}
.et_pb_section.light_grey{
    background: #E3E3E3;
}

.et_pb_section.septop{
    border-top: 1px solid #000;
}
.et_pb_section.sepbottom{
    border-bottom: 1px solid #000;
}
.et_pb_post{
    margin: 0px;
}

@media all and (max-width: 980px){
    .et_pb_row{
        width: 95% !important;
    }
    
    
}
/*****FIN DES SECTIONS ****/


/*Block call to action*/
.et_pb_row + .row_blocks_icon_text{
    padding-top: 0;
}
.row_blocks_icon_text{
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row_blocks_icon_text h3{
    color: #A20006 !important;
}
.row_blocks_icon_text .et_pb_column{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.row_blocks_icon_text .et_pb_column > a{
   
    padding: 10px 10px;
    flex: 1 1 auto;
    -webkit-flex:  1 1 auto;
    display: block;
   
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    min-height: 100%;
    /* align-items: flex-start; */
}
.row_blocks_icon_text .et_pb_column > a > .et_pb_text{
	height: 100%;
        flex: 1;
	-webkit-flex: 1;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;	
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
        
}

.row_blocks_icon_text .et_pb_column > a > .et_pb_text h3{
    text-transform: uppercase;
}

.row_blocks_icon_text .et_pb_column > a > .et_pb_text .text_block_icon_text{
    color: #9797A5;
    font-style: italic;
}
.row_blocks_icon_text .et_pb_column .text_block_icon_text{
    font-size: 1em;
    line-height: 120%;

}
.row_blocks_icon_text .et_pb_column .img_block_icon_text{
    position: relative;
    height: 170px;
    width: 170px;
    margin-bottom: 10px;
    margin-top: 10px;   
    margin-left: auto;
    margin-right: auto;
    box-sizing:border-box;
    transition: background-color 0.5s;
}
.row_blocks_icon_text .et_pb_column h3{
    font-size: 1.8em;
}
.row_blocks_icon_text .et_pb_column .img_survol, .row_blocks_icon_text .et_pb_column .img_normal{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    height: auto !important;
    /*transition: opacity ease-in 0.3s;*/
    max-height: 100%;
    box-sizing:border-box;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
}

.row_blocks_icon_text .et_pb_column .img_survol{
    opacity: 0;
}
.row_blocks_icon_text .et_pb_column > a:hover .img_block_icon_text{
    background-color: #A20006;
}
.row_blocks_icon_text .et_pb_column > a:hover .img_survol{
    opacity: 1;
}

.row_blocks_icon_text .et_pb_column > a:hover .img_normal{
    opacity: 0;
}
.row_blocks_icon_text .contain_btcta{
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	display: -webkit-box;
	display: -moz-box;
	
	display: -webkit-flex;
	display: flex;
	/* flex-direction: column; */
	/* -webkit-flex-direction: column; */
	/* vertical-align: bottom; */
	/* align-items: center; */
	/* text-align: center; */
}

.row_blocks_icon_text .bt_cta{
   
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
   
    margin-top: 30px;
   
    /* flex: 2 auto; */
    align-self: flex-end;
    -webkit-align-self: flex-end;
}

.row_blocks_icon_text .et_pb_column > a:hover .bt_cta{
    
    border: 2px solid transparent;
    color: #a20006 !important;
    background: #eeeeee !important;
    border-radius: 0px;
}
/*FIN BLOCS CALL To ACTION*/

/****Slider LOGOS*****/
.slider_logo .et_pb_column{
 padding-left: 0px;
 padding-right: 0px;
}
.slider_logo .bx-wrapper{
    max-width: 100% !important;
}
.slider_logo .bx-wrapper .bx-viewport{
	border: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: static !important;
	max-width: 100% !important;
}
.slider_logo .bx-wrapper .bx-viewport .slide {
    height: 120px !important;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
}
.slider_logo .bx-wrapper .bx-viewport .slide img {
    display: inline !important;
    height: auto;
    max-height: 110px;
    vertical-align: middle !important;
    width: auto;
}
.slider_logo .bx-wrapper .bx-prev {
   opacity: 0;
   left: 0px;
   transition: opacity 0.4s;
   background: url(js/images/control_prev.png) no-repeat;
}
.slider_logo .bx-wrapper .bx-prev,.slider_logo .bx-wrapper .bx-prev:hover {
	background: url(js/images/control_prev.png) no-repeat;
}
.slider_logo .bx-wrapper .bx-next {
   opacity: 0;
   right: 0px;
   transition: opacity 0.4s;   
}

.slider_logo .txtSlide{
	text-align: center;
	margin-top: 25px;
}
.slider_logo .bx-wrapper .bx-next, .slider_logo .bx-wrapper .bx-next:hover{
	background: url(js/images/control_next.png) no-repeat;
}

.slider_logo:hover .bx-wrapper .bx-next,.slider_logo:hover .bx-wrapper .bx-prev {
	opacity: 1 !important;
}

@media all and (max-width: 1080px) and (min-width: 981px){
    .slider_logo .bx-wrapper{
        max-width: 820px;
    }
    .slider_logo .bx-wrapper .bx-viewport .slide {
        width: 120px !important;
    }
}
@media all and (max-width: 980px){
    .slider_logo .bx-wrapper{
        max-width: 440px !important;
        padding: 0px 30px !important;
    }
    
}
/****FIN Slider LOGOS*****/
/***Blocs dépliants***/
.et_pb_toggle .et_pb_toggle_title:before{
    left: 0px !important;
    font-weight: bold;
    font-size: 1em;
    top: 45%;
}
.et_pb_toggle_open .et_pb_toggle_title:before{
    content: "\4b";
}
.et_pb_toggle_close .et_pb_toggle_title:before{
    content: "\4c";
}
.et_pb_toggle .et_pb_toggle_title{
    padding: 0 0px 0 30px !important;
}
.et_pb_toggle{
    border: 1px solid #F5F5F5 !important;
    padding: 15px;
}

.light_grey .et_pb_toggle{
    border: 1px solid #CCC !important;
}

/***FIn blocs dépliants***/

/****Trombinoscope*****/
.list_photos .et_pb_column{
	/* margin-bottom: 10px !important; */
	text-align: center !important;
}
.list_photos .photo_entete{
	display: inline-block;
	position: relative;
}
.list_photos .photo_entete a{   
    background: #FFF;
    border: 1px solid #F5F5F5;
    text-align: center;
}
.list_photos .photo_entete img{
	height: 150px;
	width: auto;
        display: inline-block;
}
.list_photos .photo_entete a{
    display: block;
    padding: 5px;
}
.list_photos .photo_entete{
    position: relative;
    margin-bottom: 15px;
}

.list_photos .photo_entete .content-trombi{
	visibility: hidden;
	position: absolute;
	z-index: 100;
	
	width: 130%;
	font-size: 0.8em;
	line-height: 100%;
	left: -15%;
	text-align: left;
	background: #FFF;
	border: 1px solid #CCC;
	color: #333;
	padding: 5px 10px;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.list_photos .photo_entete a > strong{
    display: block;
    text-align: center;
    padding: 8px 5px 0px;
}
.list_photos .photo_entete:hover img{
	position: relative;
	/*webkit*/
	-webkit-transform:scale(1.2);	
	-webkit-transform-origin:center center;
	-webkit-transition:all 0.2s linear;	 
	-webkit-box-shadow:1px 1px 10px dimgray;
	/*mozilla*/
	-moz-transform:scale(1.2);
	-moz-transform-origin:center center;
	-moz-transition:all 0.2s linear;
	-moz-box-shadow:1px 1px 10px dimgray;
	/*internet explorer*/
	-ms-transform:scale(1.2);
	-ms-transform-origin:center center;
	-ms-transition:all 0.2s linear;
	/*opera*/
	-o-transform:scale(1.2);
	-o-transform-origin:center center;
	-o-transition:all 0.2s linear;
	/*w3c*/
	transform:scale(1.2);
	transform-origin:center center;
	transition:all 0.2s linear;	
	box-shadow:1px 1px 10px dimgray;
	z-index: 100;
}
.list_photos .photo_entete:hover .content-trombi{
	visibility: visible;
	opacity: 1;
}
/****Fin Trombinoscope*****/



/****HOMEPAGE*****/
.section-edito > .et_pb_row  .et_pb_text_inner:first-of-type{
    padding: 35px 30px;
}
.section-edito > .et_pb_row{
    padding-top:10px !important;
    padding-bottom: 0px !important;
}
.bloc_actus{
    padding: 20px;
}
.bloc_actus h2{
    font-size: 2em;
        
}
.bloc_champions h2{
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 2.2em;
}

.actuHome{
	display: block;
	padding: 10px 15px;
	background: #FFF;
	transition: background-color 0.3s, color 0.3s;
	color: #333 !important;
	margin-top: 5px;
}
.bloc_actus > div > a:first-of-type > .actuHome{
	margin-top: 15px;
}
.actuHome > *{
	transition: background-color 0.3s, color 0.3s;
	color: #333 !important;
}
.actuHome > .content-texte{
	/*display: inline;	*/
	font-size: 0.9em;
	line-height: 130% !important;
	color: #666 !important;
}

.actuHome > h3{
	font-size: 1em;
	color: #333 !important;
	font-family : 'Cantarell', Helvetica, Arial, Lucida, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}
a:hover > .actuHome{
	background: #333;
}
a:hover > .actuHome > *{
	
	color: #FFF !important;
}
a:hover > .actuHome > .content-texte{
	
	color: #FFF;
}
.detail_champion, .detail_champion a{
	display: block;
	color: #14191b;
	background-color: #E3E3E3;
}

.detail_champion{
	margin-top: 10px;
}
.detail_champion .contenuC {
	displya: block;
	padding: 10px 20px;
	line-height: 120%;
}
.detail_champion:first-of-type{
	margin-top: 20px;
}
.detail_champion a:hover{
	color: #E3E3E3;
	background-color: #14191b;
	
}
.detail_champion strong:first-of-type{
	text-transform: uppercase;
}



/*****FIN HOMEPAGE***/


/*****PAGE NORMALE****/
#header_main_image .et_pb_fullwidth_header{
    min-height: 500px;
}
@media all and (max-width: 980px){
    #header_main_image .et_pb_fullwidth_header{
        min-height: 350px;
    }
}
@media all and (max-width: 780px){
    #header_main_image .et_pb_fullwidth_header{
        min-height: 300px;
    }
}
#header_main_image .et_pb_fullwidth_header .et_pb_parallax_css{
    background-position: center center !important;
}

/****Fin de la page normale*****/

/****Listing****/
.pageInt.listing .section_listing .et_pb_row{
    border-bottom: 1px solid #999;
}
.pageInt.listing .section_listing .et_pb_row:last-of-type{
    border-bottom: none;
}
.et_pb_row.ligne-nav{
    padding-top: 0px !important;
     padding-bottom: 0px !important;
}
.et_pb_row.ligne-nav{
   margin-bottom: 20px;
}
.section_listing.et_pb_section > .et_pb_row{
    padding-bottom: 27px !important;
}

.pagination{
	border-top: 1px solid #CCC;
	padding: 10px 0;
	text-align: right;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev{
	border: 0px;
	width: auto;
	color: #A20006;
	background:transparent;
	font-weight: 600;
	font-size: 0.9em;
}

.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover{
	text-decoration: underline;
}

.pagination .page-numbers.next{
	margin-left: 5px;
}
.pagination .page-numbers.prev{
	margin-right: 5px;
}

.pagination .page-numbers{
	border: 1px solid #FFF;
	color: #FFF;
	background: #A20006;
	width: 20px;
	display: inline-block;
	text-align: center;
	transition: all 0.4s;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover{
	color: #A20006;
	background: #FFF;
	border-color: #A20006;
}

.pagination .infoPage{
	font-weight: 600;
	font-size: 0.9em;
	margin-right: 15px;
}
#category-select{
    display: block;
    padding: 10px;
    
    background: #EEE;
    margin-bottom: 20px;
}
#category-select > select{
    width: 100%;
    padding: 5px;
    font-size: 1.1em;
}
.filter_cat .et_pb_row{
    padding: 0px !important;
}

/******Fin des listing**/

/****POSTS*****/
.post_meta_content{
    margin-bottom: 20px;
   text-align: center;
    font-weight: bold;
}
.post_meta_content > *{
    display: inline-block;
}
.row_fin_single{
    border-top: 1px solid #CCC;
    margin-top: 30px;
}
.row_fin_single > *{
    text-align: center;
}
/***FIN POSTS****/

/***Galerie***/
.et_pb_module.et_pb_gallery{
    margin-top: 20px;
}
.et_pb_gallery_image{
    border: 1px solid #CCC;
}
/***Fin galerie****/

/*Formulaire de contact*/

.wpcf7{
	display: block;	
	margin: 0 auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px !important;
}
.wpcf7 label em{
    font-weight: normal;
}
.wpcf7 form{
	/* margin: 0px auto !important; */
	/* max-width: 90% !important; */
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0;
}

.wpcf7 label{
	font-weight: bold;
}
.wpcf7 .captcha label{
	font-weight: normal;
	/* font-size: 1.5em; */
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select{
	width: 100% !important;
	border: 1px solid #999;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	border-radius: 6px
}
.wpcf7 .wpcf7-captchac{
	width: 150px;
	border: 1px solid #999;
}
.wpcf7 input,.wpcf7 select{
	height: 50px;
	padding-left: 10px;
	max-width: 100%;
	font-size: 1em;	
}
.wpcf7 input[type=checkbox]{
    width: 1em !important;
    box-shadow: none;
    height: 1em;
    vertical-align: top;
}
.wpcf7 select{
    font-weight: 600;
}
.wpcf7 .wpcf7-mailpoetsignup{
	height: auto;
}
.wpcf7 .wpcf7-form-control.wpcf7-captchar{
	clear: both;
	display: block;
	margin-top: 5px;
}

.wpcf7 input.wpcf7-submit{
	
	width: 100% !important;
	font-size: 1.5em;
	
	cursor: pointer;
	/* border: 2px solid #E73D07; */
	background-color: #a20006;	
	box-shadow: none;
	color: #FFF;
	border-radius: 0px;
	font-family: "Fjalla One", Helvetica, Arial, Lucida, sans-serif;
	transition: all 0.4s;
	padding: 0.4em 1.4em !important;
	border: 0px;
}

.wpcf7 input.wpcf7-submit:hover{
	
	background: #FFF !important;
	color: #a20006 !important;
}


.wpcf7-validation-errors{
	background: #F9F9F9 !important;
	border-color: #b80c33 !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
	display: inline-block;
	padding: 10px !important;
	font-weight: 600;
}

div.wpcf7-mail-sent-ok {
    background-color: #FFF;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    width: 100%;
}
::placeholder { 
   color:rgba(150,150,150,0.8); 
}
::-webkit-input-placeholder { /* WebKit browsers */
   color:rgba(150,150,150,0.8) !important; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(150,150,150,0.8) !important; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(150,150,150,0.8) !important; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:rgba(150,150,150,0.8) !important; 
}
/*FIN FORMULAIRE CONTACT*/
