/*
	Theme Name: Ino By Inova-Web
	Version: 1.0.1
	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-boc {
	overflow-x: hidden !important;
}

@media all and (min-width: 981px) and (max-width: 1180px) {
	#header_top .et_pb_column:last-child {
		display: none !important;
	}
}

@media all and  (max-width: 1179px) {
	#header_top .et_pb_column:first-child {
		margin-right: 0% !important;
	}
}

#header_top .et_pb_column:first-child {
	width: 140% !important;
}


#menunautique ul > li > a {
	font-weight: normal;
	line-height: 1.5em;
}
#menunautique ul > li > ul > li > a {
	font-weight: normal;
	font-style: italic;
}
#menunautique ul > li > ul > li > ul > li > a {
	font-weight: bold
}

/******************* FONTS **************************/
/*
#et-boc {
	font-family: font !important;
}

#et-boc h1, #et-boc h2, #et-boc h3, #et-boc h4, #et-boc h5, #et-boc h6, #et-boc .font-title {
	font-family: font !important;
} 
*/

.title__bold__italic {
	font-weight: 900 !important;
	font-style: italic !important;
}


@media all and (min-width: 981px) and (max-width: 1250px){
	.boussole{
		margin-top: 150px !important;
		margin-left: 150px !important;
	}
}
@media all and (min-width: 981px) and (max-width: 1280px){
	.et_pb_button_4, .et_pb_button_3, .et_pb_button_2{
		font-size: 10px !important;
	}
}
@media all and (min-width: 1040px) and (max-width: 1280px){
	.wp-image-54037{
		margin-bottom: 50% !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1039px){
	.wp-image-54037{
		margin-bottom: 65% !important;
	}
}
/******************* GESTION DU MENU **************************/


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


/******************* HEADER **************************/

@media all and (min-width: 981px) {
		header .contact__menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #ffffff !important;
	}

	header .contact__menu a{
		background-color: #5494CF;
		color: #ffffff !important;
		padding: 5px 20px !important;
		border-radius: 2px;
		border: 2px solid #5494CF;
		height: 39.5px !important;
	}
}
	


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


@media all and (min-width:981px) {
	.row-infos-bases .et_pb_column {
		width: 40% !important;
	}
	.row-infos-bases .et_pb_column:first-child {
		width: 20% !important;
	}	
}


/******************* FOOTER **************************/



/******************* RESERVATION **************************/
#reservation {
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding-left:15px;
	padding-right:15px;
    gap: 5px;
 }
 @media all and (max-width:767px) {
	#reservation {
		flex-flow: column nowrap;
	}
 }

 #reservation div {
	width: 100%;
 }

#reservation div:last-child {
	height: 40px;
    width: 50%;
}

#reservation button {
/* 	background: white;
    height: 100%;
    width: 50%;
    border: 1px solid grey; */
	width: fit-content;
    background: #5494CF;
    border: none;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
 
 
 /* Pour cacher l'affichage par défaut "jj/mm/aaaa" */
 #reservation input[type="date"]::-webkit-datetime-edit, 
 #reservation input[type="date"]::-webkit-inner-spin-button, 
 #reservation input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Pour modifier l'icône du calendrier */
#reservation input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    position: relative;
}
#reservation input, #reservation select, #reservation button {
    width: 100%;
}
#reservation input {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 40px;
    border: 1px solid grey;
    background: #fff url(/datepicker.png) 90% 13px no-repeat;
    
}

#ComboDuree, #base {
    display: flex;
    align-items: center;
    height: 40px;
    width: 150px;
    border: 1px solid grey;
}


@media (min-width:981px) and (max-width:1300px) {
	
	.section__securities {
		background-size: 0% !important;
		padding: 5% 0 !important;
	}
	
	.column__securities_1 {
		display: none !important;
	}
	
	.column__securities_2 {
		width:100% !important;
		padding: 2.5% 5% !important;
	}
}

/*------------ row-result -------------------*/

#row-result .et_pb_column .et_pb_text_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}

#row-result .et_pb_column h2 {
	text-align: center;
}


#row-result .et_pb_column .et_pb_text_inner .content-container{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 1.5rem;
	background-color: #ffffff;
}


#row-result .et_pb_column .et_pb_text_inner .content-container > .info-container {
	display: flex;
	align-items: center;
	gap: 30px;
	border-top: 1px solid rgba(0,0,0, 0.2);
	padding-top: 20px;
}

#row-result .et_pb_column .et_pb_text_inner .content-container > .info-container p:first-child {
	padding-bottom: 0px;
	padding-right: 30px;
	border-right: 1px solid grey;
}

#row-result .et_pb_column .et_pb_text_inner .content-container p {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

#row-result .et_pb_column .et_pb_text_inner .content-container .button-container {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 10px;
}

#row-result .et_pb_column .et_pb_text_inner .content-container .button-container a {
	width: fit-content;
    background: #5494CF;
    border: none;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
	transition: all .3s ease-in-out;
}

#row-result .et_pb_column .et_pb_text_inner .content-container .button-container a:hover {
	transform: scale(1.05);
}

@media all and (min-width: 1280px) {
	#row-result .et_pb_column .et_pb_text_inner .result-container{
		width: 44%;
	}
}

@media all and (min-width: 981px) and (max-width: 1279px) {
	#row-result .et_pb_column .et_pb_text_inner {
		gap: 20px;
	}
	
	#row-result .et_pb_column .et_pb_text_inner .result-container{
		width: 80%;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	#row-result .et_pb_column .et_pb_text_inner .result-container{
		width: 80%;
	}
}

@media all and (min-width: 360px) and (max-width: 767px) {
	#row-result .et_pb_column .et_pb_text_inner .result-container{
		width: 100%;
	}
}

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


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

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


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


