/*
	Theme Name: Ino By AGENCE INOVA
	Version: 1.5.0.1
	Description: Thème enfant de Divi propulsé par AGENCE INOVA
	Template: Divi
	Author: Inova-Web
	Author URI: https://www.agence-inova.fr
*/

@import url("../Divi/style.css");


/*------------------------------------------------------------*/
/*------------------------  CSS  -----------------------------*/
/*------------------------------------------------------------*/

/************ PERSONNALISATION DES COULEURS ********************/
/* Popur par exemple les tires à plusieurs couleurs */
/*
.color1 { color: #ffffff !important; }
.color2 { color: #ffffff !important;}
*/

/******** PERSONNALISATION DE LA BARRE DE SCROLL*************/
/* Sélecteur pour la barre de défilement principale */
::-webkit-scrollbar {
    width: 12px; /* Largeur de la barre de défilement */
	padding-right:1px;
	padding-left:1px
}

/* Sélecteur pour la poignée (thumb) de la barre de défilement */
::-webkit-scrollbar-thumb {
    background-color: #141414; /* Couleur de la poignée */
}

/* Sélecteur pour la piste (track) de la barre de défilement */
::-webkit-scrollbar-track {
    background-color: #b4b4b4; /* Couleur de la piste */
}


/************ PERSONNALISATION DES BOUTONS ******************/
/* Espace par défaut dans les boutons */
#et-boc a.et_pb_button { padding:10px 35px 10px 35px !important}
/* Espace style bouton 2 */
/*
a.et_pb_button.btn-style2 {
	color: #ffffff !important;
	background-color:#ffffff !important;
	border-color: #ffffff !important;
}
a.et_pb_button.btn-style2:hover {
	color: #ffffff !important;
	background-color:#ffffff !important;
	border-color: #ffffff !important;
}
*/

#et-boc .et_pb_button_module_wrappers  .et_pb_button {
	margin-top: 0px !important;
}

/************ BARRE DES COPYRIGHT ******************/



/******************* PERSONNALISATION DES FONTS ********************/
/* 
	En cas d'usage d'Adobe Fonts
	les codes de fonts sont dans assets/css/fonts.css
*/


#et-boc .font-title {
	font-family: 'Oswald',Georgia,"Times New Roman",serif !important;
} 


/******************* GESTION DU MENU *************************************/


/******************* MENU MOBILE ****************************************/


/******************* HEADER ********************************************/
/* #header-top */
#header-top .et_pb_module {
	margin-bottom: 0px;
}

#header-top .et_pb_social_media_follow li {
	margin-bottom: 0px !important;
}
/* #header-menubar */
#header-menubar .hidden-top {
	display: none !important;
}
/******************* ACCUEIL ******************************************/
/* 
	Merci de garder les nomenclatures des ID de section et de supprimer 
  	les sections qui ne servent pas
*/
/************ HERO ***********/
/* #hero */

/* 
	Taille du Hero en plein écran, supprimer le code si dessous si pas nécessaire
	le margin-top négatif est en cas d'un menu transparent
*/

@media all and (min-width: 981px) {
	
	#hero, #hero .et_pb_row:first-child {
		min-height: calc(100vh - 145px);
	}
	.admin-bar #hero, .admin-bar #hero .et_pb_row:first-child  {
		min-height: calc(100vh - 177px);
	}
	
	#hero .et_pb_row:first-child .et_pb_column:first-child,
	#internal-hero .et_pb_row:first-child .et_pb_column:first-child{
		padding-left: 5%;
		padding-right: 5%;
		margin: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	#internal-hero .et_pb_row:first-child .et_pb_column:first-child .et_pb_module,
	#hero .et_pb_row:first-child .et_pb_column:first-child .et_pb_module {
		width: 100% !important;
	}
}
@media all and (max-width: 980px) {
	#hero {
		min-height: calc(100vh - 50px);
	}
}
@media all and (min-width: 783px) and (max-width: 980px) {
	.admin-bar #hero {
		min-height: calc(100vh - 82px);
	}
}
@media all and (max-width: 782px) {
	.admin-bar #hero {
		min-height: calc(100vh - 96px);
	}
}

@media all and (max-width: 980px) {
	#hero .et_pb_row:first-child {
		display: flex;
		flex-flow: column-reverse nowrap;
	}
	#hero .et_pb_row:first-child .et_pb_column:first-child {
		width: 80% !important;
		margin-left:10% !important;
	}
}



/************ TEXTE1 ***********/
/* #texte1 */


@media all and (min-width: 1280px) {
	#texte1 .et_pb_row:first-child  .et_pb_column:nth-child(1) { margin-right: 20px; width: 20%; }
	#texte1 .et_pb_row:first-child  .et_pb_column:nth-child(2) { margin-right: 20px; width: calc(30% - 20px) }
	#texte1 .et_pb_row:first-child  .et_pb_column:nth-child(3) { margin-right: 0px; width: calc(50% - 20px) }

	#texte1 .et_pb_row:first-child .et_pb_column:first-child .et_pb_module {
		height: calc((100% - 20px) / 2);
		margin-bottom: 20px !important;
	}
	#texte1 .et_pb_row:first-child .et_pb_column:first-child .et_pb_module:last-child {
		margin-bottom: 0px!important;
	}

	#texte1 .et_pb_row:first-child .et_pb_column:last-child {
			padding-left:50px;
			padding-right: 10%;
			margin: auto;
			display: flex;
			flex-flow: row wrap;
			justify-content: center;
			align-items: center;
	}
	#texte1 .et_pb_row:first-child .et_pb_column:last-child .et_pb_module {
			width: 100% !important;
	}
}

@media all and (max-width: 1279px) {
	#texte1 .et_pb_row {
		display: flex;
		flex-flow: column nowrap;
	}	
	#texte1 .et_pb_column {
		width: 100%;
		margin-right:0px;
		border-radius: 0px!important;
	}
	#texte1 .et_pb_column .et_pb_module {
		width: 100%;
		max-width: 100%;
		border-radius: 0px!important;
		border-bottom: solid 10px white;
	}
	#texte1 .et_pb_column .et_pb_module:first-child {
		border-right: solid 5px white;
	}
	#texte1 .et_pb_column .et_pb_module:nth-child(2) {
		border-left: solid 5px white;
	}
	#texte1 .et_pb_column:first-child {
		display: flex;
		flex-flow: row nowrap;
	}
	#texte1 .et_pb_column:first-child .et_pb_module {
		width:50%;
		height: 50vw;
		margin-right:0px;
	}
	#texte1 .et_pb_column:last-child {
		width: 80% !important;
		margin-left:10% !important;
	}
}



/************ TEXTE2 ***********/
/* #texte2 */
@media all and (min-width: 1280px) {
	#texte2 .et_pb_row:first-child .et_pb_column:first-child {
			padding-left:10%;
			padding-right: 70px;
			margin: auto;
			display: flex;
			flex-flow: row wrap;
			justify-content: center;
			align-items: center;
	}
	#texte2 .et_pb_row:first-child .et_pb_column:first-child .et_pb_module {
			width: 100% !important;
	}
}
@media all and (max-width: 1279px) {
	#texte2 .et_pb_row {
		display: flex;
		flex-flow: column-reverse nowrap;
	}	
	#texte2 .et_pb_column {
		width: 100%;
		margin-right:0px
	}
	#texte2 .et_pb_row:first-child .et_pb_column:first-child {
		width: 80% !important;
		margin-left:10% !important;
	}
	#texte2 .et_pb_column:last-child {
		border-radius: 0px!important;
		border-top: solid 10px white;
	}
}



/************ TEXTE3 ***********/
/* #texte3 */
@media all and (min-width: 1280px) {
	#texte3 .et_pb_row:first-child .et_pb_column:last-child {
			padding-left:70px;
			padding-right: 10%;
			margin: auto;
			display: flex;
			flex-flow: row wrap;
			justify-content: center;
			align-items: center;
	}
	#texte3 .et_pb_row:first-child .et_pb_column:last-child .et_pb_module {
			width: 100% !important;
	}
}
@media all and (max-width: 1279px) {
	#texte3 .et_pb_row {
		display: flex;
		flex-flow: column nowrap;
	}	
	#texte3 .et_pb_column {
		width: 100%;
		margin-right:0px
	}
	#texte3 .et_pb_row:first-child .et_pb_column:last-child {
		width: 80% !important;
		margin-left:10% !important;
	}
	#texte3 .et_pb_column:first-child {
		border-radius: 0px!important;
		border-top: solid 10px white;
	}
}

/************ PRESTATIONS ***********/
/* #prestations */
#prestations #prestations-row .et_pb_column:before {
	content:'';
	background-color: rgba(170,90,53, 0.5);
	position: absolute;
	bottom:0%;
	left: 0%;
	width : 100%;
	height : 0px;
	z-index: 90;	
	opacity: 0;
	transition: all 250ms ease-out;
}
#prestations #prestations-row .et_pb_column:hover:before {
	height : 100%;
	opacity: 1;
}


#prestations #prestations-row .et_pb_column:after {
	content:'';
	position: absolute;
	border: 1px solid #ffffff;
	top:50%;
	left: 50%;
	width : 0px;
	height : 0px;
	z-index: 100;	
	opacity: 0;
	transition: all 250ms ease-out;
}
#prestations #prestations-row .et_pb_column:hover:after {
	top:25px;
	left: 25px;
	width : calc(100% - 52px);
	height : calc(100% - 52px);
	opacity: 1;
}

#prestations #prestations-row .et_pb_column .et_pb_promo {
	transition: all 250ms ease-out;
}
#prestations #prestations-row .et_pb_column:hover .et_pb_promo   {
	bottom: 100px;
}


@media all and (max-width: 980px) {
	#prestations #prestations-row {
		display: flex;
		flex-flow: column nowrap;
	}
	#prestations #prestations-row  .et_pb_column {
		border-top:20px solid #ffffff;
		border-left:10vw solid #ffffff;
		border-right:10vw solid #ffffff;
	}
}
/************ COMPTEURS ***********/
/* #compteurs */
@media all and (max-width: 1279px) {
	#compteurs {
		margin-bottom:0px;
	}
}
@media all and (min-width: 768px) and (max-width: 1279px) {
	#compteurs .et_pb_row {
		display: flex;
		flex-flow: row wrap;
	}
	#compteurs .et_pb_column {
		width: calc(100% / 3);
	}
	#compteurs .et_pb_column:first-child {
		width: 100%;
		margin-bottom: 50px;
	}
}
@media all and (max-width: 767px) {
	#compteurs .et_pb_row {
		display: flex;
		flex-flow: column nowrap;
	}
	#compteurs .et_pb_column {
		width:100% !important;
		margin-bottom:35px !important;
	}
	#compteurs .et_pb_column:last-child {
		margin-bottom: 0px;
	}
}
/************ CTA ***********/
/* #cta */
@media all and (min-width: 981px) and (max-width: 1279px) {
	#cta .et_pb_row:first-child  {
		display: flex;
		flex-flow: column nowrap;
	}
	#cta .et_pb_row:first-child .et_pb_column {
		width: 100%;
		margin-right: 0px !important;
	}
	#cta .et_pb_row:first-child .et_pb_column:first-child {
		margin-bottom: 25px;
	}
	#cta .et_pb_row:last-child .et_pb_blurb_description {
		font-size: 18px !important;
	}
}

@media all and (min-width: 768px) {
	#cta .et_pb_row:last-child  {
		display: flex;
		flex-flow: row nowrap;
	}
}

/************ GALERIE ***********/
/* #galerie */
#galerie .et_pb_column:last-child {
	display: flex;
	flex-flow: row wrap;
}
#galerie .et_pb_column:last-child .et_pb_module {
	margin-right:0px;
	margin-bottom:0px;
}
#galerie .et_pb_column:last-child .et_pb_module:not(:last-child) {
	width: 50%;
}
#galerie .et_pb_column:last-child .et_pb_module:last-child {
	width: 100%;
}


@media all and (max-width: 1279px) {
	#galerie {
		margin-bottom:0px;
	}
}
/************ BLOG ***********/
/* #blog */

@media all and (min-width: 981px) and (max-width: 1279px) {
	#blog .dg-blog-grid {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap:0px;
	}	
	#blog article {
		width: calc((100%  - 20px) / 2) !important;
		margin-right:20px;
		margin-bottom: 20px!important;
	}
	#blog article:nth-child(2n), #blog article:last-child {
		margin-right:0px !important;
	}
}


/******************* FOOTER *****************************************/
/* #footer */

@media all and (min-width: 1280px) and (max-width: 1579px) {
	#footer #footer-row-contact {
		display: flex;
		flex-flow: row wrap;
	}
	#footer #footer-row-contact .et_pb_column {
		width: calc(89% / 3);
	}
	#footer #footer-row-contact .et_pb_column:nth-child(4) {
		width: 100%;
		margin-top:50px;
	}
	#footer #footer-row-contact .et_pb_column:nth-child(3) {
		margin-right: 0px;
	}	
	#footer #footer-row-contact .et_pb_column:nth-child(4) .et_pb_module:first-child {
		margin-bottom: 35px;
	}	
}

@media all and (min-width: 981px) and (max-width: 1279px) {
	#footer #footer-row-contact {
		display: flex;
		flex-flow: row wrap;
	}
	#footer #footer-row-contact .et_pb_column {
		width: calc(94.5% / 2);
	}
	#footer #footer-row-contact .et_pb_column:nth-child(2n) {
		margin-right: 0px;
	}	
	#footer #footer-row-contact .et_pb_column:nth-child(3),
	#footer #footer-row-contact .et_pb_column:nth-child(4) {
		margin-top:50px;
	}
}

@media all and (max-width: 767px) {
	#footer #footer-row-contact {
		display: flex;
		flex-flow: column nowrap;
	}
	#footer #footer-row-contact .et_pb_column {
		width: calc(100%);
		margin-right: 0px;
	}

	#footer #footer-row-contact > .et_pb_column:not(:first-child) {
		margin-top:50px;
	}
	
	#footer #footer-row-contact > .et_pb_column .et_pb_module {
		text-align: center;
	}
	#footer .dsm_icon_list_child {
		justify-content: center !important;
	}
}



/******************* CONTENU DES PAGES INTERNES **********************/



/******************* PAGE CONTACT *****************************************/
/* #contact-main-section */

/* L'affichage est modifié pour que les cards soient centrées */
@media all and (min-width: 1080px) and (max-width: 1279px) {
	#contact-column-right {
		padding-right: 30px;
		padding-left: 30px;
	}
	#contact-column-right h3 {
		text-align: center;
	}
	#contact-column-right .et_pb_blurb {
		margin-bottom: 30px;
	}
	#contact-column-right .et_pb_blurb_content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#contact-column-right .et_pb_main_blurb_image {
		margin-bottom: 15px;
	}
	#contact-column-right .et_pb_blurb_container {
		text-align: center;
		padding-left: 0px;
	}
}
/* L'affichage est modifié pour que ls colonnes passent à la ligne */
@media all and (min-width: 981px) and (max-width: 1079px) {
	#contact-main-section .et_pb_row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#contact-main-section .et_pb_row .et_pb_column {
		width: 100%
	}
	#contact-column-right .et_pb_text {
		display: none;
	}
	#contact-column-right {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
	}
}



/*------------------------------------------------------------*/
/*----------------------HACK DIVI-----------------------------*/
/*------------------------------------------------------------*/
/************* Hack double bouton *********************/

#et-boc .et_pb_button_module_wrappers {
	display: flex;
	flex-flow: row wrap;
	gap:20px;
}

#et-boc .et_pb_button_module_wrappers.et_pb_button_alignment_center {
	justify-content: center;
}

#et-boc .et_pb_button_module_wrappers.et_pb_button_alignment_right {
	justify-content: flex-end
}

body #page-container #et-boc .et_pb_button_two.et_pb_button  {
	margin-left:0px !important;
}

/*------------------------------------------------------------*/
/*----------------------UTILITIES-----------------------------*/
/*------------------------------------------------------------*/
/* Classes pour par exemple les titres qui ont plusieurs styles */

.italic { font-style: italic;}
.fw-100 { font-weight: 100;}
.fw-200 { font-weight: 200;}
.fw-300 { font-weight: 300;}
.fw-400 { font-weight: 400;}
.fw-500 { font-weight: 500;}
.fw-600 { font-weight: 600;}
.bold, .fw-700 { font-weight: 700;}
.fw-800 { font-weight: 800;}
.fw-900 { font-weight: 900;}
.uppercase { text-transform: uppercase;}
.lowercase { text-transform: lowercase;}

/* Display */
.d-block { display: block;}
.d-inline { display: inline;}
.d-inline-block { display: inline-block;}
.d-flex { display: flex;}

/* Others */
.max-content { max-width: max-content !important; }
.w100 { width: 100% !important; max-width: 100% !important;}

/*------------------------------------------------------------*/
/*-------------------MULTILINGUE SOUS RGPD--------------------*/
/*------------------------------------------------------------*/
#gt_float_wrapper { z-index: 11 !important }
#cookie-law-info-again, #cookie-law-info-bar { z-index: 99999 !important }

/*------------------------------------------------------------*/
/*-------------------CLASSE DE MENU---------------------------*/
/*------------------------------------------------------------*/

/* Item dans le menu mobile mais pas ailleurs */
.mobile-menu-only {
	display: none !important;
}
.mobmenu-content .mobile-menu-only {
	display: list-item !important;
}
/* Et l'inverse */
.mobmenu-content .not-in-mobile-menu {
	display: none !important;
}


/*------------------------------------------------------------*/
/*-----------------CLASSES DE VISIBILITE----------------------*/
/*------------------------------------------------------------*/
/* Breakpoints 
LG >= 1280px
MD >= 981px
SM >= 768px
XS <= 767px
*/

.hidden {
	display: none !important;
}

@media all and (min-width: 1280px) {
	.hidden-lg { display: none !important;}
} 

@media all and (min-width: 981px) {
	.hidden-desktop { display: none !important;}
} 

@media all and (min-width: 981px) and (max-width: 1279px) {
	.hidden-md { display: none !important;}
} 

@media all and (min-width: 768px) and (max-width: 980px) {
	.hidden-sm { display: none !important;}
} 

@media all and (max-width: 767px) {
	.hidden-xs { display: none !important; }
} 

/*------------------------------------------------------------*/
/*--------------------FIX MENU MOBILE-------------------------*/
/*------------------------------------------------------------*/

img.mob-standard-logo{
	max-width:max-content;
  }

/*------------------------------------------------------------*/
/*LE MENU PREND TOUTE LA LARGEUR							  */
/*------------------------------------------------------------*/

.menu-justify-space-between div,
.menu-justify-space-between nav,
.menu-justify-space-between ul:not(.sub-menu),
.menu-justify-space-around div,
.menu-justify-space-around nav,
.menu-justify-space-around ul:not(.sub-menu) {
	width:100% !important;
}
.menu-justify-space-between ul:not(.sub-menu) {
	display: flex !important;
	justify-content: space-between !important;
	flex-direction: row;
}
.menu-justify-space-around ul:not(.sub-menu) {
	display: flex !important;
	justify-content: space-around !important;
	flex-direction: row;
}

/*---------------------------------------------------------------------*/
/*---- PERMET DE RENDRE UNE RANGÉE RESPONSIVE SUR PETIT ORDINATEUR ----*/
/*---------------------------------------------------------------------*/
@media all and (max-width:1279px) and (min-width:981px){
	.col_resp {
		display:flex;
		flex-wrap:wrap;
	}
	.col_resp .et_pb_column:nth-child(odd) {
		width: 47.25% !important;
		margin-right: 5.5% !important;
	}
	.col_resp .et_pb_column:nth-child(even) {
		width: 47.25% !important;
		margin-right: 0 !important;
	}

}

/*------------------------------------------------------------*/
/* BLURB PARFAITEMENT CENTRER								  */
/*------------------------------------------------------------*/
.blurb_start .et_pb_blurb_content {
	display: flex;
	align-items: start;
}
.blurb_center .et_pb_blurb_content {
	display: flex;
	align-items: center;
}
.blurbend .et_pb_blurb_content {
	display: flex;
	align-items: end;
}
.blurb_center .et_pb_blurb_content .et_pb_main_blurb_image {
	margin: 0px !important;
}
.blurb-content-center {
	display: flex;
	justify-content: center;	
}
/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/



.justify-content-start {
	justify-content: start;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	align-items: end;
}

.align-items-start {
	align-items: start;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: end;
}

.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;
}

@media all and (min-width:981px) {
	.desktop-justify-content-start {
		justify-content: start;
	}
	
	.desktop-justify-content-center {
		justify-content: center;
	}
	
	.desktop-justify-content-end {
		align-items: end;
	}
	
	.desktop-align-items-start {
		align-items: start;
	}
	
	.desktop-align-items-center {
		align-items: center;
	}
	
	.desktop-align-items-end {
		align-items: end;
	}
	
	.desktop-ds-vertical-align {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.desktop-ds-vertical-align-bottom {
		display: flex;
		align-items: flex-end;
	}
	
	.desktop-align-center {
		margin: auto !important;
	}
}

/*------------------------------------------------------------*/
/*CHANGEMENT DE L'ORDRE DES COLONNES EN MOBILE				  */
/*------------------------------------------------------------*/
@media all and (max-width:980px) {
	.reverse-row-on-small-devices {
		display: flex !important;
		flex-direction: row-reverse;
	}
	.reverse-column-on-small-devices {
		display: flex !important;
		flex-direction: column-reverse;
	}
}

/*------------------------------------------------------------*/
/* ALTERNANCE - Texte images								  */
/*------------------------------------------------------------*/

@media all and (max-width:1279px){
    .alternance-small-device:nth-child(odd) {
		display: flex !important;
		flex-direction: column-reverse;
    }
}


@media all and (min-width:981px) and (max-width:1279px){
    .alternance-small-desktop:nth-child(odd) {
		display: flex !important;
		flex-direction: column-reverse;
    }
}



@media all and (max-width:980px){
    .alternance-tablet:nth-child(odd) {
		display: flex !important;
		flex-direction: column-reverse;
    }
}

/*------------------------------------------------------------*/
/*LES COLONNES NE SE METTENT PAS SOUS LES AUTRES EN PH ET TAB-*/
/*------------------------------------------------------------*/
.row-nowrap {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}

/*------------------------------------------------------------*/
/*----------------ORDRE MOBILE et TABLETTES--------------------*/
/*------------------------------------------------------------*/
@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;
	}	 
}

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

@media all and (min-width:768px) and (max-width:980px) {
	.d-flex-on-tablet-only {
		display: flex;
	}
}

@media all and (max-width:980px) {
	.d-flex-column-on-tablet-and-below .et_pb_blurb_content {
		display: flex !important;
		flex-direction: column !important;
	}
	.d-flex-column-on-tablet-and-below .et_pb_main_blurb_image {
		width:100% !important;
		display: flex !important;
	}
	.d-flex-column-on-tablet-and-below .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center !important;
		padding:0px !important;
	}
	
	.d-flex-column-on-tablet-and-below .et_pb_blurb_content .et_pb_blurb_description {
		text-align: center !important
	}
	.d-flex-column-on-tablet-and-below .et_pb_column {
		width:100% !important;
	}
	.d-flex-column-on-tablet-and-below .et_pb_module {
		width:100% !important;
	}
}

@media all and (max-width:767px) {
	.d-flex-column-on-phone-only .et_pb_blurb_content {
		display: flex !important;
		flex-direction: column !important;
	}
	.d-flex-column-on-phone-only .et_pb_main_blurb_image {
		width:100% !important;
		display: flex !important;
	}
	.d-flex-column-on-phone-only .et_pb_blurb_content .et_pb_blurb_container {
		text-align: center !important;
		padding:0px !important;
	}
	
	.d-flex-column-on-phone-only .et_pb_blurb_content .et_pb_blurb_description {
		text-align: center !important
	}
}


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

@font-face{
    font-family: 'Ruberoid';
    src: url("./assets/webfonts/Ruberoid-SemiBold.woff2");
}


#containercopy{
    font-family: 'Ruberoid' !important;
	font-weight:500; 
	font-size:12px;
	padding: 25px 0px 25px 0px;
	line-height: 2em;
}

#containercopy a.div3 { 
	height: 35px;
	display: block;
    transition: all ease-in-out .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 {  
	display: inherit;   
	height: 35px; 
	float: right;  
	margin-left: 25px;
}

#containercopy .copylogo img {
	height: 35px; 
}

@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;
	}	
}

/*------------------------------------------------------------*/
/*---------------------BARRE ADMIN----------------------------*/
/*------------------------------------------------------------*/
#wpadminbar a {
	font-family: 'Ruberoid' !important;
}
#wpadminbar #adminbarsearch::before,
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before {
  color: #ffffff !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: #ffffff !important;
}

#wpadminbar .ab-label  {
 color: #ffffff !important;
}

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

#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item {
  color: #ffffff !important;
  background-color: #12262d!important;
  font-weight: bold !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: #12262d !important;
}