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

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


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

.et_pb_scroll_top.et-pb-icon {
	display: inline;
	right: 10px;
	bottom:20px;
	border-radius: 50%;
	background-color: #023D89;
	color:#ffffff;
	transition:ease-in-out .3s;
}

.et_pb_scroll_top.et-pb-icon:hover {
	background-color: #4F9AFC;
	color:#ffffff;
}

.email_contact a{
	padding-right: 30% !important;
}

#et-main-area { margin-top:-150px!important;}

#hp-prestations img, #hp-services img { position:relative;}

#hp-prestations .corner-br::after {
	content:'';
	position:absolute;
	z-index:10;
	bottom:-30px;
	right:-40px;
	width:280px;
	height:350px;
	background: linear-gradient(0deg, rgba(2,61,137,0.8), rgba(79,154,252,0.8));
}

#hp-services .corner-tl::after {
	content:'';
	position:absolute;
	z-index:10;
	top:-30px;
	left:-40px;
	width:280px;
	height:350px;
	background: linear-gradient(0deg, rgba(2,61,137,0.8), rgba(79,154,252,0.8));
}

.bouton_link {
	display:block;
	width:auto;
	background-color:#023D89;
	padding:8px 20px;
	transition:ease-in-out .3s
}
.bouton_link i {color:#ffffff;}
.bouton_link:hover {background-color:#4F9AFC}
.bouton_link:hover i {color:#ffffff;}


@media screen and (max-width:980px){
	#hp-prestations .corner-br::after {
		content:unset;
	}
	#hp-services .corner-tl::after {
		content:unset;
	}

}

@media screen and (max-width:1400px) and (min-width:981px){
	h2{
		font-size:22px !important;
	}
}
/******************* GESTION DU MENU **************************/

header #header-logo img {width:90%}
header .has_et_pb_sticky #header-logo img {
	width:90%;
	margin:0 0 0 auto;
}
header .header-content {align-items:center;}
.menu-item a:hover, .menu-item a.active {color:#4F9AFC;}

.mobmenu-content {
	margin-top:0;
	padding-top:80px;
}

@media screen and (max-width:1080px) {
	header #header-logo img {width:90%}
	header .has_et_pb_sticky #header-logo img {
		width:90%;
		margin:0 auto;
	}
	header .header-content #header-nav .menu-item a {font-size:12px!important;}
	header #header-logo {margin-right:0!important;}
}

@media screen and (max-width:980px) {
	.mob-menu-header-holder.mobmenu {
		background-color:#ffffff;
		height: 50px;
		box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	}
	.mobmenu .headertext, .mobmenul-container i {color:#023D89;}
	.mob-menu-logo-holder > .headertext span, .mobmenu input.mob-menu-search-field {
		text-transform:uppercase;
		font-weight:700;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 0.02em;
	}
	.mob-icon-cancel-1.mob-cancel-button {
		top:20px;
		right:20px;
		color:#4F9AFC;
	}
	.mobmenu-content {
		background-color:#023D89;
	}
	
	#mobmenuleft .menu-item a {
		font-family:'Roboto', sans-serif;
		font-weight:700;
		color:#ffffff!important;
	}
	
	#mobmenuleft .menu-item a:hover {
		background-color:#4F9AFC!important;
		color:#ffffff!important;
	}
}

@media screen and (max-width:540px) {
	.mob-menu-logo-holder > .headertext span {font-size:14px;}
}

@media screen and (max-width:375px) {
	.mob-menu-logo-holder > .headertext span {font-size:12px;}
}

/******************* AUTRE CSS NECESSAIRE **********************/

.content-block {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}

#heading-home {height:100vh}
#heading-home .heading-content {
	display:flex;
	height:100%;
	max-width:1340px;
	align-items:center;
	justify-content:center;
}
#heading-home .heading-content .heading-content_left {width:80%;}
#heading-home .heading-content .heading-content_right {width:10%;}

#hp-prestations .content-prestations_nav {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	top:-210px;
	max-width:1540px;
}
#hp-prestations .card-prestation {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: baseline;
	padding:50px 30px;
}

#hp-propos .statistiques-group {max-width:1170px;}
#hp-propos .statistiques-group .statistiques-item .percent p {margin-bottom:12px;}

#hp-services, #hp-prestations {padding:80px 0}


#hp-expertise .content-block_text {
	width:65%;
	padding:5% 180px;
}
#hp-expertise .fig-background {width:35%}

#hp-actualite {padding:80px 40px}
#hp-actualite .dgbm_blog_module_0 .dg-blog-masonry .dgbm_post_item .dg_bm_title {margin-bottom:24px!important;}

footer a {color:#ffffff;}
footer #footer-content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 40px;
}
.et_pb_image_0_tb_footer {
	margin:0 auto;
	justify-content: center;
	display: flex;
}
.et_pb_image_0_tb_footer .et_pb_image_wrap {width: 80%; margin: 0 auto 0 0;}
#footer-content .footer-logo {
	width:40%;
	padding: 0 20px;
	margin: 0 auto 50px;
}
#footer-content .footer-contact, #footer-content .footer-nav {
	width:30%;
	margin: 0 auto 30px!important;
	padding:0 20px!important;
}

@media screen and (max-width:1680px) {
	#hp-expertise .content-block_text {padding:5% 80px;}
}

@media screen and (max-width:1480px) {
	#hp-prestations .corner-br::after, #hp-services .corner-tl::after {width:260px; height:330px;}
	
	#heading-home h1 {
		font-size:30px;
		line-height:36px;
	}
	#heading-home .h1-intro {
		font-size:45px;
		line-height:56px;
	}
}

@media screen and (max-width:1380px) {
	#hp-prestations .corner-br::after, #hp-services .corner-tl::after {width:250px; height:310px;}
}

@media screen and (max-width:1280px) and (min-width:541px) {
	#heading-home {height:80vh}
	
	#hp-prestations .corner-br::after, #hp-services .corner-tl::after {width:240px; height:300px;}
	
	#heading-home .heading-content .heading-content_left {width:100%!important}
	#heading-home .heading-content .heading-content_right {display:none!important;}
	
	#hp-expertise .content-block_text {padding:5% 40px;}
}

@media screen and (max-width:1180px) {
	#hp-propos .statistiques-group .statistiques-item .percent p {font-size:48px;}
	#hp-propos .statistiques-group .statistiques-item h3 {font-size:20px; line-height:30px;}
	
	#hp-prestations {padding:80px 0 0}
	#hp-prestations .content-prestations_nav {top:-250px}
	#hp-prestations .card-prestation {
		width: 45% !important;
		margin: 0 auto 20px !important;
	}
	#hp-prestations .content-block {top:-100px;}
}

@media screen and (max-width:1080px) {
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:200px; height:250px;}
	
	#heading-home {height:90vh}
	
	#hp-prestations .content-prestations_nav {top:-250px}
	#hp-prestations .card-prestation {
		width: 45% !important;
		margin: 0 auto 20px !important;
	}
}

@media screen and (max-width:981px) {
	#heading-home {height:80vh}
	#heading-home h1 {
		font-size:28px;
		line-height:30px;
	}
	#heading-home .h1-intro {
		font-size:40px;
		line-height:52px;
	}
	
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:200px; height:250px;}
	
	#hp-expertise .fig-background {display:block; min-height:450px!important}
	#hp-expertise .content-block_text {padding:5% 90px;}
	
	#hp-actualite {padding:60px 90px;}
	#hp-actualite .actualite-content_left,
	#hp-actualite .actualite-group {width:100%;}
	#hp-actualite .actualite-content_left {margin-bottom:40px;}
	
	#footer-content .footer-logo {
		width:40%;
		padding: 0 20px;
		margin: 0 auto 50px;
	}
	#footer-content .footer-contact, #footer-content .footer-nav {
		width:30%;
		margin: 0 auto 30px;
		padding:0 20px!important;
	}
}

@media screen and (max-width:980px) {
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:380px; height:460px;}
	
	#hp-prestations {padding:80px 0 0}
	
	#hp-propos .content-block {margin-bottom:25px!important;}
}

@media screen and (max-width:768px) {
	h2 { font-size:22px!important; line-height:28px!important;}
	
	#heading-home h1 {
		font-size:22px;
		line-height:28px;
	}
	#heading-home .heading-content .heading-content_left{padding-top:200px}
	#heading-home .h1-intro {
		font-size:30px;
		line-height:42px;
	}
	
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:300px; height:360px;}
	
	#hp-prestations .content-block {top:-140px;}
	
	#hp-expertise .content-block_text {
		width:100%;
		padding:60px 80px;
	}
	#hp-expertise .fig-background {
		width:100%;
		min-height:450px;
	}
	
	#hp-actualite .dgbm_blog_module_0 .column {width:100%!important; margin:0;}
	
	#footer-content {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
	}
	#footer-content .footer-logo {
		width:100%;
		padding: 0 20px;
		margin: 0 auto 80px;
	}
	#footer-content .footer-contact, #footer-content .footer-nav {
		width:45%;
		margin: 0 auto 30px;
		padding:0 20px!important;
	}
}

@media screen and (max-width:680px) {
	h2 { font-size:22px!important; line-height:26px!important;}
	
	#heading-home h1 {
		font-size:20px;
		line-height:30px;
	}
	#heading-home .h1-intro {
		font-size:28px;
		line-height:36px;
	}
	
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:270px; height:330px;}
	
	#hp-prestations .card-prestation {width: 100% !important;}
	#hp-prestations .content-block {top:-120px;}
	
	#hp-actualite {padding:40px 60px;}
	
	#hp-expertise .content-block_text, #hp-actualite {padding:40px 60px;}
}

@media screen and (max-width:640px) {
	#footer-content .footer-contact, #footer-content .footer-nav {
		width:100%;
		margin: 0 auto 40px;
		padding:0 20px!important;
	}
	.et_pb_image_0_tb_footer .et_pb_image_wrap {width: 100%;}
	#footer-content .footer-logo {margin: 0 auto 40px;}
}

@media screen and (max-width:540px) {
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after {width:200px; height:280px;}
	#hp-prestations .corner-br::after {
		bottom:-30px;
		right:-20px;
	}
	#hp-services .corner-tl::after {
		top:-30px;
		left:-20px;
	}
	
	#heading-home.heading-content .heading-content_left {
		height:80vh;
		padding:0px;
	}
	#heading-home .heading-content .heading-content_left{width:100%}

	#hp-services {padding:60px 0}
	
	#hp-prestations {padding:60px 0 0;}
	#hp-prestations .content-prestations_nav {top:-220px}
	#hp-prestations .content-block {top:-100px;}
	
	#hp-propos {padding:40px 0;}
	#hp-propos .content-block {margin-bottom:30px!important;}
	
	#hp-expertise .content-block_text, #hp-actualite {padding:40px 60px;}
	
	#footer-content .footer-logo, #footer-content .footer-contact, #footer-content .footer-nav {padding:0!important;}
}

@media screen and (max-width:400px) {
	#hp-services .corner-tl::after, #hp-prestations .corner-br::after { width:150px; height:200px;}
	
	#hp-expertise .content-block_text, #hp-actualite {padding:40px 30px;}
	
	#footer-content .footer-logo {width:100%}
}

/*------------------------------------------------------------*/
/*-----------------CLASSE DE VISIBILITE-----------------------*/
/*------------------------------------------------------------*/

.hidden {
	display: none !important;
}

/*------------------------------------------------------------*/
/*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 RESPOSNIVE 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---------------------*/
/*------------------------------------------------------------*/

.d-flex {
	display: flex;
}

.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;
	}
}
/*------------------------------------------------------------*/
/*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: '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 .5s;
}

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

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

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


/*------------------------------------------------------------*/
/*-------------------  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;
}


