/*-----------------------------------------------------------------------------
 RESPONSIVE - 1600px
------------------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
	
/*-----------------------------------------------------------------------------
 Mise en forme
------------------------------------------------------------------------------*/

/* Width / Height
--------------------------------------------------*/
.w1440{
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
}

}

/*-----------------------------------------------------------------------------
 RESPONSIVE - 1440px
------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	
/*-----------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------*/
	
header.col-2_33-66{
	grid-template-columns: 1fr !important;
}
div#logo{
	text-align: center;
}
div#logo img{
	width: 400px;
	height: auto;
}

/* Menu
--------------------------------------------------*/
header nav ul#menu{
	display: flex;
	align-items: center;
  	justify-content: center;
	margin-top: 30px;
}

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

/* Home - Hero
--------------------------------------------------*/
#hero-wrap.col-2_33-66{
	grid-template-columns: 1fr !important;
	gap: 30px;
}
#hero-img{
	order: 2;	
	text-align: center;
}	
#hero-txt{
	order: 1;
	padding: 100px 30px 0px 30px;
}	
	
/* Home - Présentation
--------------------------------------------------*/
#home-presentation.col-2{
	grid-template-columns: repeat(2, 1fr) !important;
	grid-template-rows: repeat(3, 1fr) !important;	
	grid-column-gap: 25px !important;
	grid-row-gap: 0px !important;
}	
#home-presentation-1{ grid-area: 1 / 1 / 2 / 3; }
#home-presentation-2{ grid-area: 2 / 1 / 3 / 2; }
#home-presentation-3{ grid-area: 2 / 2 / 3 / 3; }
#home-presentation-4{ grid-area: 3 / 1 / 4 / 3; padding-top: 50px;}	
	
/* Home - Services
--------------------------------------------------*/
#home-services,
#contenu-box-services{
	grid-template-columns: repeat(2, 1fr) !important;
}	
	
/* Home - Offres
--------------------------------------------------*/
#wrap-offres,
#contenu-box-offres{
	grid-template-columns: 1fr !important;
}
div.item-offres{
	display: grid;
	grid-template-columns: repeat(2, 1fr) !important;
	align-items: center;
}
div.item-offres-col-2{
		text-align: center;
}
div.item-offres hr{
	margin-left: 0;
	margin-bottom: 0;
}
	
/* Home - Biographie
--------------------------------------------------*/
#home-bio{
	min-height: auto;
	background-color: var(--coul-2);
	background-image: none;
}
#wrap-bio{
	width: 100%;
	padding: 100px 30px 0px 30px;
}	
#wrap-bio h2{
	text-align: center;
	padding-bottom: 40px;
}
#portrait-bio-resp{
	display: block;
	overflow: hidden;
}
	
/* Home - FAQ
--------------------------------------------------*/
#home-faq{
	grid-template-columns: 1fr !important;
	gap: 30px;
}	
#home-faq-left{
	text-align: center;		
}	
#home-faq-left hr{
	margin-left: auto !important;
	margin-right: auto !important;
}	

/* Page - Offres
--------------------------------------------------*/	
#page-services.col-2{	
	display: grid;
	grid-template-columns: 1fr !important;
	grid-template-rows: repeat(8, 1fr) !important;
	grid-template-rows: none !important;
	grid-column-gap: 0px !important;
	grid-row-gap: 0px !important;
	row-gap: 80px !important;
}	
#page-services-1 { grid-area: 1 / 1 / 2 / 2; }
#page-services-2 { grid-area: 2 / 1 / 3 / 2; }
#page-services-3 { grid-area: 4 / 1 / 5 / 2; }
#page-services-4 { grid-area: 3 / 1 / 4 / 2; }
#page-services-5 { grid-area: 5 / 1 / 6 / 2; }
#page-services-6 { grid-area: 6 / 1 / 7 / 2; }
#page-services-7 { grid-area: 8 / 1 / 9 / 2; }
#page-services-8 { grid-area: 7 / 1 / 8 / 2; }	
	
/* Page - A propos
--------------------------------------------------*/
#dates {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(10, 1fr);
	grid-template-rows: none !important;
	grid-column-gap: 0px !important;
	grid-row-gap: 0px !important;
}

#date-1 { grid-area: 1 / 1 / 2 / 2; }
#date-2 { grid-area: 2 / 1 / 3 / 2; }
#date-3 { grid-area: 4 / 1 / 5 / 2; }
#date-4 { grid-area: 3 / 1 / 4 / 2; }
#date-5 { grid-area: 5 / 1 / 6 / 2; }
#date-6 { grid-area: 6 / 1 / 7 / 2; }
#date-7 { grid-area: 8 / 1 / 9 / 2; }
#date-8 { grid-area: 7 / 1 / 8 / 2; }
#date-9 { grid-area: 9 / 1 / 10 / 2; }
#date-10 { grid-area: 10 / 1 / 11 / 2; }
	
.date-left{
	text-align: left;
	border-right: none;
	border-left: 1px solid #000;
}
.date-right{
	border-left: 1px solid #000;	
}
.date-left .date-rond{
	right: auto;
	left: -15px;
}
#date-2	.date-wrap,
#date-3	.date-wrap,
#date-6	.date-wrap,
#date-7	.date-wrap,
#date-10 .date-wrap{
	padding-top: 0;
	padding-bottom: 20px;
}
	
}

/*-----------------------------------------------------------------------------
 RESPONSIVE - 1250px
------------------------------------------------------------------------------*/
@media screen and (max-width: 1250px) {

/* Width / Height
--------------------------------------------------*/
.w1440{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
	
.page-header{
	padding-top: 20px;
}	
	
/*-----------------------------------------------------------------------------
 Home
------------------------------------------------------------------------------*/
	
/* Home - Présentation
--------------------------------------------------*/
#home-presentation.col-2{
	display: block;
}	
#home-presentation-1{ }
#home-presentation-2{ padding-top: 30px;}
#home-presentation-3{ padding-top: 40px;}
#home-presentation-4{ padding-top: 40px;}	


/* Offres
--------------------------------------------------*/	
div.item-offres{
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
}
div.item-offres-col-1,
div.item-offres-col-2{
		text-align: center;
}
div.item-offres hr{
	margin-left: auto;
	margin-bottom: 30px;
}	
	
	
/* Page - A propos
--------------------------------------------------*/
.date-wrap{
	padding: 40px;  
}	
#date-2	.date-wrap,
#date-3	.date-wrap,
#date-6	.date-wrap,
#date-7	.date-wrap,
#date-10 .date-wrap{
	padding-top: 0;
	padding-bottom: 20px;
}	
	
}

/*-----------------------------------------------------------------------------
 RESPONSIVE - 781px
------------------------------------------------------------------------------*/
@media screen and (max-width: 781px) {

/*-----------------------------------------------------------------------------
 Structure
------------------------------------------------------------------------------*/
footer{
	padding: 80px 80px !important;
}
header{
	padding: 40px 80px 40px 80px !important;	
}
.padding-tb{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-t{
	padding-top: 50px;
}
.padding-b{
	padding-bottom: 50px;
}	

.br-resp{
	display: none;	
}	
	
/*-----------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------*/
header.col-2_33-66{
	grid-template-columns: 2fr 70px !important;
}
div#logo{
	text-align: left;
}
div#logo img{
	width: 320px;
	height: auto;
}	

/*-----------------------------------------------------------------------------
 Menu
------------------------------------------------------------------------------*/
header nav ul#menu{
	display: none;
}	
	
/* Menu - Responsive
--------------------------------------------------*/
div#wrap-menu{
	text-align: right;
}
div#menu-icon{
	display: inline-block;
	margin-bottom: 10px;
}	
.burger {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	padding: 4px;
	background: none;
	border: none;
}
.burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #000;
	border-radius: 5px;
}
.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
div#menu-responsive-wrap{
	position: fixed;
	background: #000;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
    /*height: 100dvh;*/
	display: flex;
  	z-index: 999999;
  	flex-direction: column;
  	justify-content: center;
  	padding: 0 30px;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
div#menu-responsive-wrap.is-open {
	right: 0;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
div#menu-responsive-wrap nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu-responsive-wrap nav ul li{
	position: relative;
	font-family: var(--font-1);
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}
div#menu-responsive-wrap nav ul li a{
	display: inline-block;
	width: auto;
	position: relative;
	text-decoration: none;
	padding: 0px 30px;
	color: #fff;
}
div#menu-responsive-wrap nav ul li.current_page_item  a{
	color: var(--coul-1);
}
div#menu-responsive-wrap.is-open nav ul li a {

}
.close-btn {
  position: absolute;
  top: 28px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 1.5px;
  background: #fff;
}
.close-btn::before { transform: rotate(45deg); }
.close-btn::after  { transform: rotate(-45deg); }

/*-----------------------------------------------------------------------------
 Mise en forme
------------------------------------------------------------------------------*/

/* Width / Height
--------------------------------------------------*/
.w1440{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

/* Textes
--------------------------------------------------*/
.txt-50{
	font-size: 40px;
}
.txt-40{
	font-size: 30px;
}
.txt-30{
	font-size: 25px;
}
.txt-22{
	font-size: 21px;
}

.ss-titre-page{
	font-size: 32px;
}	
	
/*-----------------------------------------------------------------------------
 Home
------------------------------------------------------------------------------*/	

/* Home - Hero
--------------------------------------------------*/
#hero-wrap.col-2_33-66{
	gap: 0px;
}	
#hero-txt{
	order: 1;
	padding: 70px 30px 0px 30px;
}		
	
/* Home - Impact
--------------------------------------------------*/
#home-impact{
	padding: 40px 30px 40px 30px !important;
}	
	
/* Home - Services
--------------------------------------------------*/
#home-services,
#contenu-box-services{
	grid-template-columns: repeat(1, 1fr) !important;
}	
div.item-services{
	min-height: 350px;
}	
	
/* Home - Offres
--------------------------------------------------*/
#wrap-offres{
	padding-left: 40px;
	padding-right: 40px;
}
#header-offres p{
	padding-left: 30px;
	padding-right: 30px;
}

	
/* Home - Biographie
--------------------------------------------------*/
#wrap-bio{
	width: 100%;
	padding: 50px 40px 0px 40px;
}	
#wrap-bio h2{
	padding-bottom: 30px;
}	
#portrait-bio-resp{
	padding: 0 30px;
}	
	
/* Home - CTA
--------------------------------------------------*/
#home-cta{
	padding-left: 40px;
	padding-right: 40px;	
}

/* Page - Offres
--------------------------------------------------*/	
#page-services.col-2{	
	row-gap: 40px !important;
}		
	
/* Page - A propos
--------------------------------------------------*/
.date-wrap{
	padding: 40px;  
	padding-bottom: 20px;
	padding-right: 20px;
}	
.date-wrap h3{
	font-size: 24px !important;
}
.date-wrap h3 span{
	font-size: 28px !important;
}
	
}

/*-----------------------------------------------------------------------------
 RESPONSIVE - 570px
------------------------------------------------------------------------------*/
@media screen and (max-width: 570px) {
	
/*-----------------------------------------------------------------------------
 Structure
------------------------------------------------------------------------------*/
header{
	padding: 35px 35px 35px 35px !important;	
}
footer{
	padding: 50px 35px !important;
}
main{
	padding: 0 35px;
}

.rounded-30{
	border-radius: 20px;
}	

/* Textes
--------------------------------------------------*/
.txt-40{
	font-size: 26px;
}
.txt-30{
	font-size: 22px;
}
.txt-22{
	font-size: 20px;
}
.ss-titre-page{
	font-size: 26px;
}	
		
	
/*-----------------------------------------------------------------------------
 Home
------------------------------------------------------------------------------*/

/* Home - Hero
--------------------------------------------------*/	
#hero-img{
	padding: 0px 30px !important;	
}
#hero-txt{
	padding: 40px 30px 0px 30px;
}	

#accompagnement{
	padding-bottom: 30px !important;	
}	
	
#home-impact{
	margin-bottom: 20px;
}	
	
/* Home - Offres
--------------------------------------------------*/
#header-offres{
	padding-bottom: 50px;
}
#wrap-offres{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
}

/*-----------------------------------------------------------------------------
 Pages
------------------------------------------------------------------------------*/

.page-header{
	padding-top: 0px;
}	
.page-intro{
	padding-bottom: 60px;	
}	
div.item-offres,
div.item-services{
	padding: 35px;
}	

/* Services
--------------------------------------------------*/		
.infos-services{
	padding-top: 20px;
}
#page-services{
	padding-bottom: 0px;
}	
#page-services.col-2{	
	row-gap: 20px !important;
}	
#page-services.col-2 img{
		margin-bottom: 20px;
}
	
}