/*======================================
Theme Name: Michèle Dern
Theme URI: https://micheledern-sophrologue.fr
Description: Ce thème enfant est la personnalisation pour l'entrepreneuse Michèle Dern du thème Divi
Version: 1.1
Author: Charles Videa
Author URI: https://charlesvidea.com/
Template: Divi
======================================*/


/* //////////////////////////////// */
/* FONT AWESOME */
/* @import url("font-awesome/css/fontawesome-all.min.css"); /* FA CSS import */


/* //////////////////////////////// */
/* ON FIXE LA HAUTEUR DU LOGO MEME APRES UN SCROLL SUR INTERNET EXPLORER*/

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) and (min-width: 767px){
  .et_header_style_centered header#main-header.et-fixed-header .logo_container {
    /* height: 100px!important; */
  }
}

@supports (-ms-ime-align:auto) and (min-width: 767px){
  .et_header_style_centered header#main-header.et-fixed-header .logo_container {
    /* height: 100px!important; */
  }
}


/* //////////////////////////////// */
/* CSS DES POPUPs dans DIVI via la librairie Manific popup (methode de Fabrice Esquirol) */
/* Largeur du conteneur spécifique  */
.mfp-content {
	max-width:1024px;
	padding:10px;
}

/* Couleur et taille de police du bouton de fermeture de la popup (on positionne top:0; pour éviter un saut du bouton vers le haut à la fermeture de la popup) */
.mfp-content #popup-fiscal .mfp-close-btn-in .mfp-close {
color: #333;
font-size: 50px;
top:0;
}

/* NINJA FORMS */

.nf-form-fields-required{
	margin-bottom:20px;
	font-style:italic;
}

/* LAISSER LES DOUBLES COLONNES SUR SMARTPHONE AVEC ID smart2colonnes SUR LA RANGEE*/

@media (max-width: 980px){
#smart2colonnes .et_pb_column_1_4 {
    width: 47%!important;
	margin: 0 5% 30px 0;
  }
#smart2colonnes .et_pb_column_1_4:nth-child(2n) {
	margin-right: 0 !important;
  }
#smart2colonnes .et_pb_column_1_3 {
    width: 47%!important;
	margin: 0 5% 30px 0;
	}
#smart2colonnes .et_pb_column_1_3:nth-child(2n) {
	margin-right: 0 !important;
}
#smart2colonnes .et_pb_column_1_2 {
    width: 47%!important;
	margin: 0 5% 30px 0;
}
#smart2colonnes .et_pb_column_1_2:nth-child(2n) {
	margin-right: 0 !important;
}
}

/* TAB & SMARTPHONES */

@media (max-width: 980px){

}

@media (min-width: 980px) {

}

@media (min-width: 767px) and (max-width: 980px){

}

@media (max-width: 767px){

}
@media (min-width: 767px){
 
}
