/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 09:42:50 */
body::after {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 20vw;         /* 20 % de la largeur de la fenêtre */
	height: 50vh;        /* 50 % de la hauteur visible */
	pointer-events: none;
	z-index: 10;
}

/* Forcer le conteneur à être carré */
.portfolio-square .et_pb_portfolio_image {
    width: 100%;
    padding-top: 100%; /* Maintient un ratio 1:1 pour un carré parfait */
    position: relative;
    overflow: hidden;
}

/* Ajuster l'image à l'intérieur du conteneur */
.portfolio-square .et_pb_portfolio_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit le conteneur sans déformation */
}


#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before{
	color:#009888!important;
}

.et_fixed_nav #main-header{
	position:inherit!important;
}


#page-container{
	padding-top:0!important
}

@media (max-width: 760px) {
.titre_home{
	font-family:"noto sans"!important;
	font-size:25px!important
}
	
	.et_pb_section_0.et_pb_section, .et_pb_column .et_pb_row_inner, .et_pb_row{
			padding:12px 0 !important
	}
	
#main-header{
		display:none!important;
	}

#header-mobile{
	margin:auto;
	text-align:center;
	padding-top:40px;
	min-height:50px;
}

#header-mobile img{
	width:90px;
	height:90px;
}


.custom-columns {
    display: flex;
}

.custom-columns .et_pb_column {
    flex: 1;
    max-width: 25%; /* Chaque colonne occupe environ 1/6ème de la ligne */
    text-align: center; /* Centrer le contenu des colonnes */
    box-sizing: border-box; /* Assure que le padding est inclus dans la largeur */
}


#header_footer{
  position:fixed!important;
  bottom:0!important;
}	
}

@media screen and ( max-width: 980px ) {
    .inverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and ( max-width: 1080px ) {	
	#Awesome{display:none;}
}
	
/*////////////////////////////////// */

@media (min-width: 760px) {
	.titre_home{
	font-family:"noto sans"!important;
	font-size:30px!important
}
	#header-mobile{
	display:none!important;
}
}
.et_fullwidth_secondary_nav #top-header .container{
	background:transparent!important;
	z-index:-100!important;
	position:absolute;
}



/*////////////////////////////////// */

#page-container, body, html{
	min-height: 100vh !important;
}

#main-header, #main-content, .et_pb_section{
	background:none!important;
}

#main-header{
	-webkit-box-shadow:none!important;
	box-shadow:none!important
}


.anim750{
  transition: all 750ms ease-in-out;
}

#Awesome{
	width: 180px;
	height: 180px;
	margin: 0 auto;
	position:absolute;
  backface-visibility: hidden;
}

#Awesome .sticky{
	transform: rotate(45deg);
}

#Awesome:hover .sticky{
	transform: rotate(10deg);
}

#Awesome .sticky{
	position: absolute;
	top: 0;
	left: 0;
	width:180px;
	height: 180px;
}

#Awesome .reveal .circle{
	box-shadow: 0 1px 0px rgba(0,0,0,.15);
  font-family: 'helvetica neue', arial;
  font-weight: 200;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
}

#Awesome .reveal .circle{
	background:#f1aa84;
}

#Awesome .circle_wrapper{
	position: absolute;
	width: 180px;
	height: 180px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#Awesome .circle{
	position: absolute;
	width: 140px;
	height:  140px;
	margin: 20px;
	font-family:"noto sans";
	border-radius: 999px;
}

#Awesome .back{
	height: 10px;
	top: 30px;
}

#Awesome:hover .back{
	height: 90px;
	top: 110px;
}

#Awesome .back .circle{
	margin-top: -130px;
	background-color: #f1aa84;
	background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0), rgba(255,255,255,.8));
}

#Awesome:hover .back .circle{
	margin-top: -50px;
}

#Awesome .front{
	height: 150px;
	bottom: 0;
	top: auto;	
	-webkit-box-shadow: 0 -140px 20px -140px rgba(0,0,0,.3);
}

#Awesome:hover .front{
	height: 70px;
	-webkit-box-shadow: 0 -60px 10px -60px rgba(0,0,0,.1);
}

#Awesome .front .circle{
	margin-top: -10px;
	background: #fbec3f;
	background-image: -webkit-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: -moz-linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
  background-image: linear-gradient(bottom, rgba(251,236,63,.0) 75%, #f7bb37 95%);
}

#Awesome h4{
  font-family: 'rozha one', arial;
  font-weight: 200;
  text-align: center;
	position: absolute;
	width: 180px;
	height: 140px;
	margin-top:70px;
	transition: opacity 50ms linear 400ms;
}

#Awesome:hover h4{
	opacity: 0;
	transition: opacity 50ms linear 300ms;
}

#Awesome:hover .front .circle{
	margin-top: -90px;
	background-color: #e2d439;
	background-position: 0 100px;
}


.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInMoveUp 3s ease-out forwards;
}

@keyframes fadeInMoveUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
