
body, button, input, select, optgroup, textarea {
    font-size: 15px;
}
	
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    margin-bottom: 10px;
}

.page-header {
    height: 300px;
}

.site-header {
	color: #A3A3A3;
	background-color: #0A0A0A;
}

.site-header a {
	color: #ccc;
}

.site-header li {
	color: #ccc;
}

.topbar-info li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header-slight .main-navigation > ul > li > a {
	color: #fff;
}

.main-header-slight .main-navigation > ul > li > a:before {
	background-color: rgb(220, 220, 220);
}

.topbar-socials.list-social a {
	color: #ccc;
}

.topbar-socials.list-social a:hover {
	color: #000;
}

.main-header-slight.is-stuck {
    position: fixed;
    background-color: #0A0A0A;
}

    .main-header-slight.is-stuck .main-navigation ul.menu > li > a {
	color: #fff;
}

.gallery-icon.portrait.square {
    position: relative;
    width: 100%; /* La taille du carré dépend de l'élément parent */
    padding-bottom: 100%; /* Crée un carré en utilisant le ratio d'aspect 1:1 */
    overflow: hidden; /* Cache le débordement de l'image */
}

.gallery-icon.portrait.square img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garde le ratio de l'image tout en la centrant */
    transform: translate(-50%, -50%); /* Centre l'image dans le carré */
}