/*
Theme Name: Votre site - Agence Opé
Description: Theme enfant de Divi par l'agence Opé
Author: Agence Opé
Author URI: https://www.agence-ope.fr
Template: Divi
Version: 1.1
*/


/* CENTRER DU CONTENU VERTICALEMENT */

.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;
}

/* METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE */
sup, sub {
    font-size: 70%;
}


/* CSS GLOBAL - LE CSS SPECIFIQUE SE TROUVE DANS LES PARAMETRES DE CHAQUE PAGE OU CHAQUE MODULE */
img {
	object-fit:cover;
}
.doctolib:before {
  content:'';
	background:url(https://www.leliopottier-psychologue.fr/wp-content/uploads/2024/08/doctolib.svg);
	width:25px;
	height:25px;
	margin-top: 2px;
	display:block !important;
	opacity:1 !important;
}
.doctolib {
	padding:.3em 1em .3em 2.5em !important;
}
.doctolib:hover {
	padding:.3em 2.5em .3em 2.5em !important;
}


/* SEULEMENT TABLETTES ET PC */
@media only screen and (min-width : 980px) {
	/* AFFICHAGE HEADER */
	#header .et_pb_column {
	  display:flex;
	  gap:20px;
	}
	#header .et_pb_menu {
	  width:100%;
		flex:1;
	}
	/* BOUTONS COTE A COTE SUR PC */
	.inline-buttons .et_pb_button_module_wrapper {
		display:inline-block;
		margin-right:15px;
	}
	.inline-buttons .et_pb_button_module_wrapper:last-child {
		margin-right:0;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		margin: 20px auto;
		width: 100%;
		max-width: initial;
	}
}

/* PALLIER AU PADDING DU LISTING DES ARTICLES QUI SAUTE SUR MOBILE */
.et_pb_post h2 {
  padding-bottom:10px !important;
}

/* AFFFICHAGE TAG ARTICLE */
.post-meta a, .et_pb_title_meta_container a, .keywords a {
    background-color: #D0C8C4;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px 10px;
    border-radius: 20px;
    display: inline-block;
}

/* SEULEMENT MOBILES */
@media only screen and (max-width : 980px) {
	.et_pb_button {
		width:100%;
		text-align:center;
	}
}


