/*
Theme Name: Lycée Bel-Val
Author: ReachTheFirst
Author URI: https://www.reachthefirst.com
Description: Thème WordPress Lycée Bel-Val
Version: 1.0
*/

/* Place code here only to override integration file */

/* Compatibility with TinyMCE */
.generic p {clear:both;}
.generic img.aligncenter{margin:auto;display: block;}
.generic img.alignright{float:right;display: block;clear:left;}
.generic table {width:100% !important;}
.generic img {max-width:100%;height:auto;}

/* Plan du site */
.wsp-container ul:last-child{margin-bottom:40px;}

/* 2cols style */
.two-cols{column-count: 2;column-gap : 40px;}

/* Social share */
.social-sharing{display:none;}

/* Form contact newsletter style btn */
/* Default */
#fake_checkbox {width: 17px;height: 17px;border: 2px solid #9c9288;float:left;margin-top:6px;cursor:pointer;position:relative;}
#fake_label{font: normal 16px/24px mont_l;color: #898989;cursor: pointer;margin-bottom: 0;padding-left:25px;}
/* Hover when no checked */
.custom_checkbox #fake_checkbox:hover:before {content:"\f00c";font-family: FontAwesome;position:absolute;top: -8px;left: -1px;color:#dcdcdc;}
/* Checked + hover on checked */
.custom_checkbox_checked #fake_checkbox:before {content:"\f00c";font-family: FontAwesome;position:absolute;top: -8px;left: -1px;color:#9c9288;}
.custom_checkbox_checked #fake_checkbox:hover:before {content:"";}
.newsletter-wpcf7{display:none;}

/* Bootstrap Flex Row */
.row-eq-height {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;}
.row-eq-height > div {height : 100%;}