/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/
/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}
/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/
@media all and (min-width:981px) {
	body #main-content .ancre_position {
		position:absolute;
		margin-top:-110px;
	}
}
@media all and (min-width:981px) and (max-width:1000px) {
	body .et_pb_menu__wrap {
		width:100%;
	}
}
@media all 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;
	}
	.et_pb_menu .et_mobile_menu {
        padding:0;
		margin:0 -13%;
		width:126%;
    }
	body .et_pb_section_0_tb_header {
	    position: relative !important;
	    top: auto;
	    left: auto;
	    transform:none;
	}
	body header.et-l--header {
		height:131px;
	}
}

.menu_fix>div {
	padding:0;
}
/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}
/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}
/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/* deb menu sous menu */
/* LARGEUR SOUS MENU */
body .navi li ul.sub-menu {
    width: 350px;
}
.nav li ul {
    width: 400px;
}
/*PUCES MENU PRINCIPAL*/
.puceMP a:before {
content: url('/wp-content/uploads/2025/11/puceMenu.png');
position:relative;
    top: 0px;
	width:35px;
	flex-shrink:0
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
	background-color:transparent;
}
/* POS VERTICAL ENTRÉES MENU */
.et_pb_menu .et_pb_menu__wrap {
    /* padding-top: 40px !important; */
}
body ul.et_mobile_menu ul.sub-menu>li>a {
	align-items:center;
	padding:4px 0;
}
body .navi ul.et_mobile_menu li ul.sub-menu {
    width: 100%;
}

body ul.et_mobile_menu>li>a,
body .navi ul.nav>li>a {
	text-transform:uppercase
}
body .navi ul.sub-menu li a {
	display:flex;
	width:100%;
}
body .navi ul.nav >li ul.sub-menu {
	margin-top:-30px;
} 
body .navi ul.nav >li > a,
body .navi ul.nav >li.current-menu-item > a,
body .navi ul.nav >li ul.sub-menu li a,
body .navi ul.nav >li ul.sub-menu li.current-menu-item a,
body .navi ul.nav>li.et-show-dropdown>a {
	color:#27364d !important;
	opacity:1;
} 
body .navi ul.nav >li.current-menu-item>a,
body .navi ul.nav>li.et-show-dropdown>a,
body .navi ul.nav >li ul.sub-menu li a:hover,
body .navi ul.nav >li ul.sub-menu li.current-menu-item a:focus {
    color: #339a4f !important;	
}
body body .navi ul.nav >li > a:hover {
	 color: #339a4f !important;
} 
@media all and (max-width:1800px) {
	body .navi .et_pb_menu__menu>nav>ul>li>ul {
	   left:auto;
		right:-20px;
	}
}
/* BOUTONS ESP PAGES */
.bt-ESP-PAGE{
	background: #339A4F;
    padding: 10px 20px;
    font-size: 20px;
	font-weight: bold;
    color: #fff;
    border: none;
	display: block;
}
ul.pc-list-pages {
  padding: 0;
	margin:0
}

.entry-content ul {
    padding: 0 !important;
}

.pc-list-pages li {
  list-style: none; /* Supprime les puces par défaut */
  display:block;
  margin:1rem 0;
	position:relative;
	padding-left:17px;
}
.pc-list-pages li::before {
	display : inline-block;
	content:"";
	 height:10px;
	 width:10px;
	background: #339A4F;
	position:absolute;
	left:0;
	top:8px;
}
.pc-list-pages li span {
	
}
/* MOTS ENTIERS VIGNETTES ACCUEIL */
.nomVgAcc{
	word-wrap: normal;
}
/* MOTS ENTIERS BANDEAU EN CHIFFRES */
.txtB1Acc{
	word-wrap: normal;
}

/* LOUPE MENU PRINCIPAL */
.et_pb_menu__icon.et_pb_menu__search-button, .et_pb_menu_0 .et_pb_menu__icon.et_pb_menu__close-search-button {
    font-size: 25px;
    color: #156b71;
    padding-left: 20px;
}
#page-container {
	margin-top: 0px !important;
}

@media screen and (min-width: 981px) {
	#page-container #et-main-area {
		padding-top: 140px !important;
	}
	/* #top-menu li li a{
		padding: 4px 10px;
    width: 410px;
	}
	#main-header {
	    top: 0px !important;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	.admin-bar #main-header {
	    top: 0px !important;
	} 
	.nav li ul {
	    top: 40px;
	}*/
}
/* DLP */

/*DLP marge bouton Loupe-preview */
.dlp-table-document-link-wrap>:not(:last-child) {
    margin-right: 40px !important;
}
/*DLP Bouton Téléchargement multiple */
.dlp-multiple-download-btn {
    font-size: 16px;
    color: #156b71;
    border-top-color: rgb(21, 107, 113);
    border-right-color: rgb(21, 107, 113);
    border-bottom-color: rgb(21, 107, 113);
    border-left-color: rgb(21, 107, 113);
    background-color: #fff;
}
/*DLP Bouton Tri */
/**/
/* PAGE CONNEXION */

.swpm-username-label {
  font-size: 0;
}
.swpm-username-label::before {
  content: "Identifiant";
  font-size: 27px;
  /*padding-bottom:-10px;*/
  padding-bottom: 0px;
}
#forgot_pass{
	 font-size: 19px;
	color: #2ea3f2;
}


/*FORMULAIRE CONTACT WP-FORM*/
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active) {
  background-color: #339a4f;
}

