/*
Theme Name: empoweringparent
Text Domain: empoweringparent
Domain Path: /languages/
Author: Wiboo
Author URI: https://wiboo.fr
Description: Template for Empowering Parent, by Wiboo.
*/
.wp-caption {
	max-width: 100%;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
	text-align: center;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bypostauthor {

}
.alignright{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	display:block;
	margin:0 auto;
	margin-bottom: 20px;
}

.alignright, .alignleft, .aligncenter {
	vertical-align: baseline;
}


/* EUROPE TECHNOLOGIES */
.nav_bgcolor.nopadding{
  background: transparent !important;
}

/* COMMON */
.font-weight-300 {
  font-weight : 300;
}
.font-weight-400 {
  font-weight : 400;
}
.font-weight-500 {
  font-weight : 500;
}
.font-weight-600 {
  font-weight : 600;
}
.font-weight-700 {
  font-weight : 700;
}
/* BOUTON*/
.vc_btn3-container a {
  background-color: #CD5B1B !important;
} 

/* CLASSES */

.introduction {
  font-size: 1.3em;
  font-weight : 500;
  line-height: 1.4em;
}

 ul > li {
  display: block;
  list-style-type: none;
}
.content ul {
  padding-left: 0;
}
.content .pre-footer-section ul > li:before{
  display: none;  
}

.content ul > li:before {
  list-style-type: none;
  content: "";
  border: 1px solid #009de0;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #009de0;
  text-align: center;
  margin: 0 10px 2px 0;
  margin-left: -20px;
}

#below-slider ul {
  text-align: center;
}

#below-slider ul li{
  display: inline-block;
  margin-right: 20px;
}
/*BlOC EXPERTISE*/

h3{
  color:#009de0;
  margin-bottom: 0px;
}

.bloc-expertise a{
  color: #CD5B1B;
  font-weight: 600;
}

/*BLOC ACTUALITES*/

.row-light h2, .row-light h4{
  color: #fff;
}

#home-actualites h4{
  font-size: 27px;
  font-weight: 500;
}
#home-actualites h2 {
    font-weight: 500;
}
/* FOOTER */
#footer {
  border-top : 1px solid #cecdcc;
}
#footer {
  padding : 15px 0;
}
#footer p {
  color : #9c9a9a;
  margin-bottom : 0;
}
#footer a {
  color : #9c9a9a;
}
/* PREFOOTER */ 

/* PREFOOTER - DOWNLOAD */
#prefooter .download {
  background: #2f3787; /* Old browsers */
  background: url(/wp-content/themes/gebe2/images/footer-download.png) no-repeat center center, -moz-linear-gradient(left, #2f3787 0%, #2f3787 50%, #009de0 50%, #009de0 100%); /* FF3.6-15 */
  background: url(/wp-content/themes/gebe2/images/footer-download.png) no-repeat center center, -webkit-linear-gradient(left, #2f3787 0%,#2f3787 50%,#009de0 50%,#009de0 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(/wp-content/themes/gebe2/images/footer-download.png) no-repeat center center, linear-gradient(to right, #2f3787 0%,#2f3787 50%,#009de0 50%,#009de0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3787', endColorstr='#009de0',GradientType=1 );
    cursor: pointer;
    pointer-events: all;
}

#prefooter .download .description, #prefooter .download .link {
  display : table;
  height : 100px;
  margin-bottom : 0;
}
#prefooter .download .description .wpb_wrapper, #prefooter .download .link .wpb_wrapper {
  vertical-align: middle;
  display: table-cell;
}
#prefooter .download .description {
  float : right;
  padding-right : 75px;
  color : #FFF;
  font-size : 20px;
}
#prefooter .download .link {
  float : left;
  padding-left : 75px;
  font-size : 28px;
  text-transform : uppercase;
}
#prefooter .download .link a {
    color : #FFF;
}

@media (max-width: 767px) {  
  #prefooter .download {
    background: linear-gradient(to bottom, #2f3787 0%,#2f3787 50%,#009de0 50%,#009de0 100%);
  }
  #prefooter .download .description, #prefooter .download .link {
    height : 100px;
    width : 100%;
    text-align : center;
    padding : 0;
  }
  #prefooter .download p {
    text-align : center !important;
  } 
  
  #prefooter .download {
    background: #009de0;
  }
  #prefooter .download .description {
  display : none;
  }
  
}



/* PREFOOTER - MAIN */

#prefooter .main .social {
  text-align : right;
}
#prefooter .main .social .wpb_single_image {
  display : inline-block;
  margin-left : 30px;
}
#prefooter .main .social .wpb_single_image:first-child {
  margin-left : 0;
}

@media (max-width: 768px) {  
  #prefooter .main .social, #prefooter .main .logo .wpb_wrapper {
    text-align : center;
  }
  #prefooter .main .social .wpb_single_image {
    margin : 10px;
  }
}

/* PREFOOTER - MENU */
#prefooter .main .menu {
  padding-left : 0;
}
#prefooter .main .menu a {
  color : #7b7a7a;
}

#prefooter .main .menu > li {
  vertical-align: top;
  display : inline-block;
  width : calc(100% / 7 - 3px);
}
#prefooter .main .menu li {
  line-height: 16px;
  list-style-type: none;
  font-family: "Open Sans";
  font-size: 13px;
  padding: 5px 2px;
}

#prefooter .main .menu .sub-menu {
  padding-left : 0;
}

#prefooter .main .menu > li > a, #prefooter .main .menu .topnav > a, #prefooter .main .menu .title > a {
  display : block;
  margin-bottom : 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height : 22px;
}

#prefooter .main .menu .topnav > a {
  cursor : pointer;
  pointer-events : none;
}

#prefooter .main .menu .links li {
  padding : 0;
}

#prefooter .main .menu .links > a {
  display : none;
}

@media (max-width: 991px) {  
  #prefooter .main .menu > li {
    width : calc(100% / 3 - 3px);
  }
}
@media (max-width: 767px) {  
  #prefooter .main .menu > li {
    width : calc(100% / 2 - 3px);
  }
}

/************************** PAGE GENERIQUE  *******************************/
/********   header   ***********/
/*.wpb_column.vc_column_container.vc_col-sm-4:nth-of-type(even){
  padding: 50px !important;
  vertical-align:middle;
}*/
#below-slider.vc_section.generique ul {
  padding-left: 0;
  line-height: 1.8em
}

#below-slider .wpb_text_column.wpb_content_element .wpb_wrapper h2{
  margin-top: 55px;
}

.block-half-col .wpb_button,
.block-half-col .wpb_content_element,
.block-half-col ul.wpb_thumbnails-fluid>li{
    margin-bottom: 0;
  }
.block-half-col .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.block-half-col .vc_column_container>.vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.block-half-col .vc_column-inner h3{
  padding: 35px 35px 0 35px;
  margin: 0;
}
.block-half-col .vc_column-inner p{
  margin: 0;
  padding: 10px 35px 20px 35px;
}
.block-half-col .vc_column-inner p{
  text-align: justify;
}
.vc_row.wpb_row.vc_row-fluid.block-half-col {
  margin-bottom: 100px;
}

/**********  Mobile    *********/

@media (max-width: 768px){
  .vc_row.wpb_row.vc_inner.vc_row-fluid.bloc-expertise.vc_row-o-equal-height.vc_row-flex{
    display: inline-block !important;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-equal-height.vc_row-flex:nth-of-type(even){
    display: inline-block;
    /*background-color: #333;*/
  }
  .vc_row.wpb_row.vc_inner:nth-of-type(even) .wpb_column.vc_column_container.vc_col-sm-6:nth-of-type(odd){
    /*background-color: green;*/
    float: right;
  }
  .vc_row.wpb_row.vc_inner:nth-of-type(even) .wpb_column.vc_column_container.vc_col-sm-6:nth-of-type(even){
    /*background-color: yellow;*/
    float: left;
  }

  /*.wpb_column.vc_column_container.vc_col-sm-6.vc_col-xs-12:nth-of-type(2n+2){
        float: left;
  }*/

  /*.vc_single_image-wrapper img:nth-of-type(1){
    display: block;
    float: right;
  }*/
  .responsive-centered {
    text-align : center !important;
  }
}
footer #footer-left {
  border : none !important;
}

@media (min-width: 768px) {
  #home-actualites .vc_gitem-zone.vc_gitem-zone-c p:nth-child(2){
    min-height: 150px;
  }
  footer #footer-left br {
    display : none;
  }
}
table{
  border:1px solid #adadad;
}
tr, td {
  border:1px solid #adadad;
}
#dt-menu #menu-main-menu li.dt-menu-topnav > a,
#dt-menu #menu-main-menu-principal li.dt-menu-topnav > a{
  pointer-events: none;
  cursor: pointer;
}

#below-slider {
    z-index: 1 !important;
}
