/*
Theme Name: bootstrapbyinova
Version: 2.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");



.hidden2 {
	height:0px !important;
	margin:0px !important;
	padding:0px !important;
	overflow:auto !important;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*-------------------- REFONTE BARADEL -----------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media all and (max-width: 981px) {
	#hero .et_pb_module {
		max-width: 100%;
	}
}

#blog .column.size-1of2 {
	width: 100% !important;
	margin-right: 0px !important;
}
#blog .column.size-1of2 article {
	margin-bottom: 0px !important;
}
#blog .dg-blog-masonry .column:last-child {
	display: none !important;
}

.serif .et_pb_text_inner,
.serif .et_pb_text_inner h2,
.serif h2,
.serif h1,
h2.serif,
a.serif,
.blog_home .dg_bm_title a,
.blog_home a.read-more span ,
span.serif
{
	font-family:"meno-banner" !important; 
}

.sub_title{
	text-transform:uppercase;
	color:#3d7375;
	font-weight:light;
	font-size:18px;
	line-height:1.3em;
}

@media all and (max-width:980px){
	.sub_title{
		font-size:16px;
		line-height:1.3em;
	}
}

.content_text p{
	color:#2d2d2d !important;
	font-size:15px !important;
	font-weight:light;
}


@media all and (min-width:981px){
	#row_sous_hero{
		display: flex;
		align-items: end;
	}
}

.row_deco_01{
	position: relative;
}

@media all and (min-width:767px){
	.col_deco_01::before{
		content:"";
		position:absolute;
		height:calc(250px*0.75);
		width:calc(150px*0.75);
		top:15%;
		left: calc(-150px*0.4);
		background-image:url("/wp-content/uploads/2021/12/Nature_01.png");
		background-size: contain;
		background-repeat: no-repeat;
		z-index:100000000;
	}	
	
	.row_deco_01::before{
		position: absolute;
		content:"";
		height:calc(250px*0.75);
		width:calc(150px*0.75);
		top:0;
		left:0;
		background-image:url("/wp-content/uploads/2021/12/Nature_02.png");
		background-size: contain;
		background-repeat: no-repeat;
		z-index:100000000;
	}
}



.deco_content_brown{
	width: 60%;
	height: 400px;
	content: "";
	position: relative;
	margin-bottom: -360px;
	background-color: #e8c794;
	z-index: -500 !important;
	right: 180px;
	top: 0;
	margin-left: auto;
	transform: translatey(-125px);
}

.deco_content_green{
	width: 100%;
	height: 400px;
	content:"";
	left:-40px;
	position:relative;
	margin-bottom:-360px;
	background-color:#c4cfa3;
	z-index:-500 !important;
}

.deco_content_green_pi{
	width: 100%;
	height: 250px;
	content: "";
	left: -40px;
	position: relative;
	margin-bottom: calc(-250px + 40px);
	background-color: #c4cfa3;
	z-index: -500 !important;
}


.deco_content_brown_pi{
width: 100%;
height: 200px;
content: "";
position: relative;
margin-bottom: -160px;
background-color: #e8c794;
z-index: -500 !important;
right: 0px;
top: 50%;
margin-left: auto;
}


.module_content_text{
	z-index:100 !important;
}

@media all and (min-width:981px){
	.module_content_text .et_pb_text_inner{
		background: white !important;
		padding: 40px;
	}
}



@media all and (max-width:1200px) and (min-width:981px){
	.module_content_text{
		width:75% !important;
	}
}




.col_comp_link:hover .et_pb_text{
	background-color: white !important;
	color: black !important;
}

.col_comp_link,
.col_comp_link .et_pb_text{
	transition : .5s all ease;
	
}

.col_comp_link .et_pb_text{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100000;
}

@media all and (max-width: 1045px)and (min-width:981px){
	.col_comp_link .et_pb_text{
		font-size:14px !important; 	
	}
}


.col_comp_link::before{
	content:"";
	height:100%;
	width:100%;
	opacity:0;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	top:0;
	left:0;
	position: absolute;
	transition: .5s all ease;
}

@media all and (max-width:980px){
	.col_comp_link::before{
		opacity:1;
	}
}

.col_comp_link:hover::before{
	opacity:1;
}

.col_comp_link:nth-child(1)::before{
	background:url('/wp-content/uploads/2022/02/BARADEL-PAYSAGE-_020.jpg');
}

.col_comp_link:nth-child(2)::before{
	background:url('/wp-content/uploads/2022/02/BARADEL-PAYSAGE-_018.jpg');
}

.col_comp_link:nth-child(3)::before{
	background:url('/wp-content/gallery/voile-dombrage-et-parasol/215_DSC9543.jpg');
}

.col_comp_link:nth-child(4)::before{
	background:url('/wp-content/gallery/divers-eau/091_DSC9465.jpg');
}

.col_comp_link:nth-child(5)::before{
	background:url('/wp-content/uploads/2021/04/Copie-de-Copie-de-Sans-titre.jpg');
}

@media all and (max-width:767px){
	#options_contact ul{
		flex-direction: column !important;
	}
	#options_contact ul li{
		width: 75% !important;
		margin: 1px 0px !important;
	}
}

#options_contact ul{
	display: flex;
	flex-direction: row;
	list-style:none;
}

@media all and (max-width:1150px) and (min-width:981px){
	#col_contact{
		background-image: linear-gradient(180deg,#c4cfa3 75.8%,rgba(255,255,255,0) 0%) !important;
	}
}


#options_contact ul li{
	width:calc(100%/2);
	margin: 0px 1px;
	text-align:center;
	background-color:  #e8c794;
}

.btn-active{
	font-weight:bold !important;
}


#options_contact ul li a{
	display:block;
	width:100%;
	height:100%;
	padding: 8px 0px;
	transition: .4s ease all;
}

#options_contact ul li a:hover{
	font-weight:bold;
}


@media all and (max-width:767px){
	#col_contact{
		background-image: linear-gradient(180deg,#c4cfa3 80%,rgba(255,255,255,0) 0%) !important;
	}
	#col_contact2 {
		background-image: linear-gradient(180deg,#c4cfa3 69%,rgba(255,255,255,0) 0%) !important;
	}
	
}

#options_inspi ul{
	display: flex;
	flex-direction: row;
	list-style:none;
}


#options_inspi ul li{
	width:calc(100%/4);
	margin: 0px 1px;
	text-align:center;
	background-color:  #c4cfa3;
}

@media all and (max-width:1220px){
	#options_inspi ul li{
		width:100%;
		margin: 1px 0px;
	}	
	#options_inspi ul{
		flex-direction: column;
	}
}

#options_inspi ul li a{
	display:block;
	width:100%;
	height:100%;
	padding: 8px 0px;
	transition: .4s ease all;
}

#options_inspi ul li a:hover{
	font-weight:bold;
}


p[data-id='sujet2'] .et_pb_contact_field_options_title{
	visibility: hidden;
}

p[data-id='sujet'] .et_pb_contact_field_options_title{
	text-transform: uppercase;
	font-size: 18px;
	color: white !important;
	letter-spacing:2px;
}

h2.et_pb_contact_main_title{
	background-color:#c4cfa3;
	margin-left: -17px;
	padding-left: 41px;
	padding-top: 30px;
}

.et_pb_contact_field_checkbox i{
	border-color: white !important;
	border-width: 1px !important;
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title{
	margin-bottom: 9px!important;
}

p[data-id='confidentialite'] .et_pb_contact_field_checkbox i{
	border-color: #3d7375 !important;
}



.col_menu_univers {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.col_menu_univers div.et_pb_module:first-of-type {
	flex-grow: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.col_menu_univers div.et_pb_module:last-of-type {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.diapo_content .et-pb-controllers a.et-pb-active-control{
	background-color: white !important;
}

@media all and (max-width:980px){
	.diapo_content .et-pb-controllers a{
		width:10px !important;
		height: 10px !important;
	}
}

.diapo_content .et-pb-controllers a{
	background-color: rgba(0,0,0,.8) !important;
	width:18px;
	height: 18px;
	border-radius:50px;
}

.diapo_content .et-pb-slider-arrows{
	display: none !important;
}

/*------------------------------------------------------------*/
/*-----------------------  CONTACT  --------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/

#options_contact{
	
}

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

@media screen and (max-width:1350px){
	#menu-menu_header li{
		padding:0px 7px !important;
	}
	#menu-menu_header li a{
		font-size: 12px !important;
	}
}

@media screen and (max-width:1040px){
	#menu-menu_header li{
		padding:0px 6px !important;
	}
	#menu-menu_header li a{
		font-size: 11px !important;
	}
}


/* Correction espace menu / logo */




/* 
@media screen and (min-width:1270px){
	header.et-l--header {
		position: absolute;
		width:100% !important;
		padding-top:25px !important;
		padding-bottom:30px !important;
		top:0px!important;
		z-index:99999;	
	}
	body.admin-bar header.et-l--header {
		top:30px;	
	}
}

@media (min-width: 981px){

	header.et-l--header {
		position: absolute;
		top:0px;
		z-index:99999;
	}
	body.admin-bar header.et-l--header {
		top:30px;	
	}
}

/* - - - - - OUR SERVICES => SECTION - - - - - - - */
/* - - - - - SERVICES => MODULE - - - - - - - */


ul.et_pb_tabs_controls, .et_pb_all_tabs {
	background-color:rgba(0, 0, 0, 0.1);
}

.et_pb_tabs_controls li {
	background-color:#006E81;
	border-radius:25px;
	margin:0px 10px;
}

ul.et_pb_tabs_controls:after {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.et_pb_tabs_controls li a{
	color:#fff;
}

.et_pb_tabs, .et_pb_wc_tabs {
    border: 0px solid rgba(0, 0, 0, 0.1) ;
}

.our-services .services:hover:hover:before, .our-services .services:hover:focus:before, .our-services .services:hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.our-services .services:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#menu-menu-principal-1 li{
	transition: all .3s ease;
}

#menu-menu-principal-1 li:hover{
	background-color:#006E7F;
}

.img-rect-hp::before{
	position: absolute;
    content: '';
    left: 25px;
    top: -25px;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
}

/*------------------------------------------------------------*/
/*------------- GESTION HEADER ET FOOTER ---------------*/
/*------------------------------------------------------------*/
/* On désactive les header et footer de DVI */
#top-header, #main-header, #main-footer {
	display: none !important;
}

/* On cache le sticky_header sur desktop*/

/* Your awesome customization starts here */
#sticky_header {
	width:100%;
}

@media (max-width: 1385px){
	#menubar a {
		font-size:14px !important;
	}
}
#slider .et_pb_button_wrapper {
	background-color: rgba(77,79,76,0.75);
	padding-bottom:25px !important;
}

/*------------------------------------------------------------*/
/*------------- GESTION STICKY DESKTOPS SCROLL ---------------*/
/*------------------------------------------------------------*/
@media (min-width: 981px){
	#sticky_header {	
		width:100%;
		/* position: fixed; */
		z-index: 99999;
	}
	body.wp-admin #sticky_header {
		position: static !important;
	}
	#sticky_logo img {
		max-height:70px !important;
	}
}
@media (max-width: 980px){
	#sticky_header {	
		position:static;
	}
}
.hidden {
	display: none !important;
}
@media (min-width: 981px){
	.hidden_lg {
		display: none !important;	
	}
}
/*------------------------------------------------------------*/
/*------------ GESTION HEADER MOBILES + TABLETTES ------------*/
/*------------------------------------------------------------*/
@media (max-width: 980px) {
		.primary_menu_fixed .et_pb_menu_inner_container,
		.primary_menu_fixed .et_pb_menu__wrap {
	    justify-content: center !important;
	}

	body:not(.wp-admin) #col_logo img {
		max-height:70px !important;
	}
}

/*------------------------------------------------------------*/
/*------------------ GESTION FOOTER STICKY -------------------*/
/*------------------------------------------------------------*/

@media (min-width: 768px) {
	#sticky-footer {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#sticky-footer {
		display: block !important;
		position:fixed;
		bottom:0px;
		width:100%;
		z-index:999 !important;
	}
}
/*------------------------------------------------------------*/
/*----------------ORDRE MOBILE et TABLETTS--------------------*/
/*------------------------------------------------------------*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}	 
}
/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

.ds-vertical-align-bottom { 
    display: flex; 
    align-items: flex-end;
} 
.align-center {
	margin:auto !important;
}


/* .competences .et_pb_blurb img{
	transition: all .3s ease;
	filter:blur(8px) !important;
}

.competences:hover img{
	filter:blur(4px);
} */


/*-------------TIMELINE---------------------*/
/*------------------------------------------------------------*/

.ds-timeline .timeline-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 50px;
position: relative;
}

.ds-timeline .timeline-item:after {
content: '';
position: absolute;
width: 3px;
height: 100%;
visibility: visible;
top: 0;
left: 0;
margin-left: -1.5px;
background-color: #006e7f;
}

.ds-timeline .timeline-item .col-date {
position: relative;
padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
content: '';
position: absolute;
left: -18px;
top: 50%;
background-color: #006e7f;
width: 26px;
height: 26px;
margin-top: -35px;
border: 5px solid #f4f4f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.ds-timeline .timeline-item .col-details {
padding-left: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px; 
}

.ds-timeline .tm-date {
font-size: 18px;
}

.ds-timeline .tm-date h4 {
font-weight: 600;
font-size: 23px;
margin: 8px 0;
}

.ds-timeline .tm-video .et_pb_video_play {
font-size: 50px;
line-height: 56px;
margin: -28px auto auto -28px;
}

.ds-timeline .tm-video .et_pb_video_play:before {
content: '\45';
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-ms-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
display: inline-block;
width: 56px;
height: 56px;
top: 50%;
left: 50%;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0);
color: #fff;
text-align: center;
}

.ds-timeline .tm-video:hover .et_pb_video_play:before {
background: #00a99d;
border-color: #006e7f;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}

.ds-timeline .tm-desc {
padding: 30px;
background-color: #fff;
}

.ds-timeline .tm-title {
border-bottom: 2px solid #f4f4f4;
border-left: 3px solid #00a99d;
background-color: #fff;
padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
padding: 0;
line-height: 1.1;
font-weight: 600;
}

.ds-timeline .tm-countdown {
background-color: transparent !important;
padding: 0;
margin-bottom: 10px !important;
}

.ds-timeline .tm-countdown .et_pb_countdown_timer_container {
text-align: left;
display: flex;
}

.ds-timeline .tm-countdown .section.values {
width: auto;
max-width: 95px;
flex-grow: 1;
background-color: #fff;
color: #006e7f;
padding: 12px 8px;
border-top: 3px solid #00a99d;
margin-right: 10px;
}

.ds-timeline .tm-countdown .section.values:last-child {
margin-right: 0;
}

.ds-timeline .tm-countdown .section.values .value {
font-weight: 800;
font-size: 27px !important;
line-height: 1 !important;
}

.ds-timeline .tm-countdown .section.values .label {
text-transform: uppercase;
}

.ds-timeline .tm-countdown .section.sep {
display: none;
}

@media (min-width: 980px) {
.ds-timeline .timeline-item:after {
left: 50% !important;
}

.ds-timeline .timeline-item:first-child:after {
height: 50%;
top: 50%;
}

.ds-timeline .timeline-item:last-child:after {
height: 50%;
}

.ds-timeline .timeline-item.even {
flex-direction: row-reverse;
}

.ds-timeline .timeline-item.even .col-details {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date:before {
left: auto;
right: -18px;
}

.ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
    text-align: right;
}

.ds-timeline .timeline-item.odd .tm-date  {
text-align: right;
}

.ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
justify-content: flex-end;
}
}

/* PARTENAIRES */
.image_partenaire img {
	transition: all 0.5s linear;
}
.image_partenaire img:hover {
	box-shadow: 0px 0px 5px 5px #cccccc;
}
	
/*------------------------------------------------------------*/
/*-------------------  BACK-OFFICE  --------------------------*/
/*------------------------------------------------------------*/

#wpadminbar #adminbarsearch::before,
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before {
  color: #174788 !important;
}

#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #174788 !important;
}

#wpadminbar .ab-item::before {
  color: #174788 !important;
}

.login h1 a {
  height: 250px !important;
}

body.login {
  background: rgb(23, 71, 136) !important;
  background: linear-gradient(
    90deg,
    rgba(23, 71, 136, 1) 0%,
    rgba(9, 9, 121, 1) 50%,
    rgba(131, 59, 150, 1) 100%
  ) !important;
}

/*------------------------------------------------------------*/
/*------------------------FOOTER------------------------------*/
/*------------------------------------------------------------*/

@font-face {
  font-family: "Roboto Condensed";
  src: url("assets/webfonts/RobotoCondensed-Light.ttf");
}

#containercopy #copyrightrocket:hover {
  background-image: url("assets/img/footer/rocketColor.svg") !important;
}

#containercopy {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 12px;
  padding: 25px 0px 25px 0px;
  border-top: 1px solid #ffffff;
  line-height: 2em;
}

#containercopy a.div3 {
  height: 50px;
  width: 50px;
  display: block;
  height: 50px;
  width: 50px;
  transition: all ease-in-out 0.5s;
}

#containercopy .cell1 {
  display: inline-block;
  width: 50%;
  text-align: left;
}

#containercopy .cell2 {
  display: inline-block;
  width: 49%;
  text-align: right;
}

#containercopy .copyinova {
  display: inline-block;
  height: 100%;
}

#containercopy .copylogo {
  width: 50px;
  display: inherit;
  height: 50px;
  float: right;
  margin-left: 25px;
}

@media all and (max-width: 767px) {
  #containercopy .cell1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #containercopy .cell2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #containercopy .copyinova {
    display: block;
  }

  #containercopy .copylogo {
    display: block;
    float: none;
    margin: auto;
  }
}

 @media all and (max-width: 980px) {
    #conference-timeline .conference-center-line {
      width: 0px !important ;
    }
    .timeline-article {
      align-items: center !important;
      align-content: center !important;
      justify-content: space-between !important;
      flex-direction: column !important;
    }
    .timeline-article .meta-date {
      top: 0 !important;
      transform: translateY(0%) !important;
    }
    .timeline-article .date::before {
      position: absolute;
      content: "";
      height:20px;
      width: 1px;
      top: -30px !important;
      left: 0%;
      right: 0;
      margin:  auto;
      background-color: #3d7375;
    }

    .timeline-article p {
      text-align: center !important;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
      max-width: 80% !important;
      width: 100% !important;
    }
    .content-left,
    .content-right{
      text-align: center !important;
      margin: auto !important;
      padding-top: 76px;
    }

  }

  .timeline-article img {
    max-height: 200px;
  }

  #conference-timeline {
    position: relative;
    max-width: 100%px;
    width: 100%;
    margin: 0 auto;
  }

  #conference-timeline .conference-center-line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: black;
    z-index: -1;
  }
  #conference-timeline .conference-timeline-content {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .timeline-article {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .timeline-article:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
  .timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    position: relative;
    width: auto;
  }

  .timeline-article p {
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }

  .timeline-article:nth-child(odd) p {
    text-align: right;
  }

  .timeline-article:nth-child(even) p {
    text-align: left;
  }

  .timeline-article .content-left-container {
    float: left;
  }
  .timeline-article .content-right-container {
    float: right;
  }

  .timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    transform: translateY(-50%);
  }
  .timeline-article .meta-date .date {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #3d7375;
    background-color: white;
    z-index: 100;
    padding: 10px 0px;
  }


.inspirations_gallery h2{
	position: absolute;
  	bottom: 20px;
  	left: 20px;
}
