/*-----------------------------------------------------------------------------

NE__Com CSS 

-------------------------------------------------------------------------------

By Nicolas EVARISTE (https://www.nicolasevariste.com)
© 2026 - All rights reserved - Toute reproduction interdite

------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 Structure
------------------------------------------------------------------------------*/
header{
	padding: 80px 0;
}
main{
	padding: 0 80px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
footer{
	padding: 80px 0;
}
header,
main,
footer{
	
}
.padding-tb{
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-t{
	padding-top: 100px;
}
.padding-b{
	padding-bottom: 100px;
}
.padding-t-10{
	padding-top: 10px;
}

/* Curseur
--------------------------------------------------*/
#curseur[class*="cursor"] {
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
}
#curseur.cursor-on-button [class*="cursor"] {
	width: 60px !important;
	height: 60px !important;
	background-color: #000 !important;
	border: none !important;
	box-shadow: none !important;	
	border-radius: 50% !important;
	opacity: 0.1 !important;
}

/*-----------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------*/

/* Logo
--------------------------------------------------*/
div#logo{

}
div#logo img{
	width: 350px;
	height: auto;
}

/* Menu
--------------------------------------------------*/
header nav ul#menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;

}
header nav ul#menu li{
	position: relative;
	font-family: var(--font-1);
	Font-size: 18px;
	font-weight: 300;
}
header nav ul#menu li a{
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	padding: 5px 30px;
	color: #000000;
}
header nav ul#menu li:hover a,
header nav ul#menu li a:hover{
	color: #000000;
}
header nav ul#menu li a::after{
    content: '';
    display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    transition: all 300ms;
	opacity: 0;
	width: calc(100% - 40px);
	height: 3px;
	background: #000000;
}
header nav ul#menu li a:hover::after,
header nav ul#menu li:hover a::after,
header nav ul#menu li.current_page_item a::after{
	opacity: 1;
	bottom: 0;
}
div#menu-icon,
div#menu-responsive-wrap{
	display: none;
}

/*-----------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------*/
footer{
	font-size: 15px;
	font-weight: 400;
}
footer a{
	
}
footer a:hover{
	
}
div#copyright{
	font-size: 15px;
	font-weight: 300;
	padding-top: 5px;
}

/*-----------------------------------------------------------------------------
 Home
------------------------------------------------------------------------------*/

/* Home - Hero
--------------------------------------------------*/
#home{
	
}

/* Home - Présentation
--------------------------------------------------*/
#home-presentation{
	
}
ul.liste-x,
ul.liste-v{
	list-style: none;
	padding-left: 0;
}
ul.liste-x li,
ul.liste-v li{
	padding-left: 30px;
	margin-bottom: 12px;
	position: relative;
}
ul.liste-x li::before,
ul.liste-v li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: cover;
}
ul.liste-x li::before {
	background-image: url("data:image/svg+xml,%3Csvg class='w-6 h-6 text-gray-800 dark:text-white' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m15 9-6 6m0-6 6 6m6-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E%0A");
}
ul.liste-v li::before {
	background-image: url("data:image/svg+xml,%3Csvg class='w-6 h-6 text-gray-800 dark:text-white' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.5 11.5 11 14l4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z'/%3E%3C/svg%3E%0A");
}

/* Home - Impact
--------------------------------------------------*/
#home-impact p{
	padding: 0;
	margin: 0;
}

/* Home - Services
--------------------------------------------------*/
#home-services{
	
}
div.item-services{
	padding: 40px;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
div.item-services h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
}
div.picto-services{
	background: #000000;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
}
div.picto-services svg{
	width: 70px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Home - Offres
--------------------------------------------------*/
#home-offres{
	
}
#header-offres{
	padding-bottom: 200px;
}
#wrap-offres{
	padding-left: 80px;
	padding-right: 80px;
	margin-top: -150px;
}
div.item-offres{
	padding: 60px;
}
div.item-offres h3{
	font-size: 40px;
	font-weight: 500;
}
div.item-offres hr{
	margin-left: 0;
}
div.item-offres div.prix{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	padding-bottom: 40px;
}
div.item-offres div.prix strong{
	font-size: 35px;
	font-weight: 700;
}

/* Home - Biographie
--------------------------------------------------*/
#home-bio{
	min-height: 650px;
	background-color: var(--coul-2);
	background: url("../img/portrait.jpg") no-repeat bottom right var(--coul-2);
	background-size: contain;
}
#wrap-bio{
	width: 60%;
}
#wrap-bio h2{
	font-weight: 500;
}
#portrait-bio-resp{
	display: none;
}

/* Home - FAQ
--------------------------------------------------*/
#home-faq{
	
}
#home-faq-left hr{
	width: 90px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

/* Home - CTA
--------------------------------------------------*/
#home-cta{
	padding-left: 80px;
	padding-right: 80px;	
}

/*-----------------------------------------------------------------------------
 Pages
------------------------------------------------------------------------------*/
#page{
	
}

/* Titres
--------------------------------------------------*/
.page-header{
	text-align: center;
	padding-top: 50px;
}
.titre-page{
	display: inline-block;
	font-size: 19px;
	line-height: 1;
	font-weight: 200;
	text-transform: uppercase;
	padding: 8px 20px 8px 20px;
	background: var(--coul-1);
	color: #ffffff;
}
.ss-titre-page{
	font-size: 40px;
	font-weight: 200;
	line-height: 1.2;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-intro{
	/*text-align: center;*/
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
}

/* A propos 
--------------------------------------------------*/
#dates{
	
}
.date-left{
	display: grid;
	text-align: right;
	border-right: 1px solid #000;
}
.date-right{
	display: grid;
	text-align: left;	
}
.date-wrap{
	padding: 80px;  
	align-self: center;
	position: relative;
}
.date-wrap h3{
	font-size: 30px !important;
}
.date-wrap h3 span{
	display: block;
	font-size: 35px !important;
	font-weight: 700;
}
.date-rond{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--coul-1);
	position: absolute;
}
.date-left .date-rond{
	right: -15px;
}
.date-right .date-rond{
	left: -15px;
}

/* Services
--------------------------------------------------*/
#page-services{
	row-gap: 80px !important;
}

/* Contact
--------------------------------------------------*/
#contact-content{
	padding-top: 30px;
}
#social-contact{
	text-align: center;
}
#social-contact a svg{
	width: 35px;
	height: auto;
}


.sp-easy-accordion {
    min-height: auto !important;
}
.sp-easy-accordion .ea-card-body {
    overflow: visible !important;
}
