/*
Theme Name: Divi Child Theme
Description: Theme enfant
Author: Sandrine Libouban
Author URI: https://www.aroundtheweb.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/


/*------------------------------------------------*/
/*--------------------[ MENU ]--------------------*/
/*------------------------------------------------*/


/*************************************************************/
/*********[ MASQUER LE LOGO RECAPTCHA EN BAS A DROITE ]*******/
/*************************************************************/
.grecaptcha-badge {
  opacity:0;
}

/*------------------------------------------------*/
/*-----------[ FORMULAIRE DE CONTACT ]------------*/
/*------------------------------------------------*/


/*************************************************************/
/*******[ COULEUR DU TEXTE CONFIRMATION MESSAGE ENVOYE ]*******/
/*************************************************************/
.et-pb-contact-message{
  color: #000;
}

/*************************************************************/
/*******[ AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA ]*******/
/*************************************************************/
.et_pb_contact_right p input {
max-width: 50px;
}

/***********************************************************/
/********[ EXPOSANTS ET INDICES A LA BONNE TAILLE ]*********/
/***********************************************************/
sup, sub {
  font-size: 70%;
}

/**********************************************************/
/**[ TAILLE VISIONNEUSE LORSQUE IMAGE OUVERTE EN GRAND ]***/
/**********************************************************/
.mfp-img{
  max-height: none!important;
}

/*------------------------------------------------*/
/*------------[ GESTION DES COLONNES ]------------*/
/*------------------------------------------------*/


/*************************************************/
/********[ INVERSER LE SENS DES COLONNES ]********/
/*************************************************/

@media only screen and (max-width : 980px) {
.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
}


/*------------------------------------------------*/
/*-----------------[ RESPONSIVE ]-----------------*/
/*------------------------------------------------*/

/*-------------------------------------------------------------------*/
/*-------------------[ Desktop de plus de 1405px  ]------------------*/
/*-------------------------------------------------------------------*/

 @media all and (min-width: 1405px) {


}

/*-------------------------------------------------------------------*/
/* -------------[Desktop compris entre 1100px et 1405px ]----------- */
/*-------------------------------------------------------------------*/

@media all and (min-width: 1100px) and (max-width: 1404px) {

}

/*-------------------------------------------------------------------*/
/*---[ Ordi portables/tablettes comprises entre 980px et 1099px ]--*/
/*--------------------------------------------------------------------*/

@media all and (min-width: 981px) and (max-width: 1099px) {

}

/*----------------------------------------------------------------*/
/*----------[ Tablettes comprises entre 768px et 980px ]----------*/
/*----------------------------------------------------------------*/

@media all and (min-width: 768px) and (max-width: 980px) {
}

/*------------------------------------------------------------------*/
/*-------------[ Petits Smartphones de moins de 767px ]-------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
}
