/*
 Theme Name:   romaincomteollie
 Theme URI:    # À compléter ou supprimer
 Description:  Thème enfant pour Ollie
 Author:       # Votre nom ou pseudo
 Author URI:   # Votre site web
 Template:     ollie
 Version:      1.0.0
 License:      # Licence du thème parent ou la vôtre
 License URI:  # URI de la licence
 Tags:         # Mots-clés pertinents
 Text Domain:  romaincomteollie
*/

/* Ajoutez vos styles personnalisés ici */

/* Cercle géométrique sur le header */
.site-header {
	position: relative;
	overflow: hidden; /* Cache le cercle s'il dépasse du header */
}

.site-header::before {
	content: "";
	position: absolute;
	width: 750px;
	height: 750px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	left: -181px;
	top: -414px;
	z-index: 1;
}

.site-header .wp-block-site-logo {
	z-index: 10;
	position: relative;
}

.site-header ul.wp-block-polylang-language-switcher {
	list-style: none;
}
.site-header ul.wp-block-polylang-language-switcher li a img {
	height: 15px !important;
	width: auto !important;
}

#histoire {
	overflow: hidden;
	position: relative;
}
#histoire::before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 1000px;
	background-color: #e0bd9f;
	border-radius: 50%;
	right: -200px;
	top: -550px;
	opacity: 0.3;
	z-index: 0;
}
#histoire::after {
	content: "";
	position: absolute;
	width: 1000px;
	height: 1000px;
	background-color: #e0bd9f;
	border-radius: 50%;
	right: -200px;
	bottom: -550px;
	opacity: 0.3;
	z-index: 0;
}
#domaines::before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 1000px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	left: -200px;
	top: -550px;
	opacity: 0.3;
	z-index: 0;
}
