/*
	Theme Name: Avis Tip Top by Inova Web
	Version: 2.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");

.mob-standard-logo {
	position: absolute !important;
    top: 10px !important;
}

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




/*------------------------------------------------------------*/
/*----------------------  COULEURS  --------------------------*/
/*------------------------------------------------------------*/

.couleur-primaire{
	color: #fca311;
}

.couleur-secondaire{
	color: #00a199;
}

.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.mob-menu-logo-holder{
	display: flex;
	align-items: center;
}
/*------------------------------------------------------------*/
/*----------- SECTION POURQUOI CHOISIR TIP TOP  --------------*/
/*------------------------------------------------------------*/

@media all and (min-width:981px) and (max-width:1200px){
	#row_content_tip_top .et_pb_column{
		width: 100% !important;
	}
	.et_pb_text_6  {
		margin-bottom: 0px !important;
	}
	.et_pb_text_7{
		margin-bottom: 50px !important;
	}
	.title_list_content{
		min-width: 320px !important;
	}
}


@media all and (max-width:767px){
	.row_list_content{
		display: block !important;
	}
	.img_list_content{
		margin: auto !important;
		position: relative !important;
		left: 50% !important;
		transform: translateX(-50%);

	}
	.title_list_content, .text_list_content{
		text-align: center !important;
		margin-right: 0px !important;
	}	
	
	.title_list_content{
		margin-bottom: 20px !important;
	}


}


#container_tip_top{
	width: auto;
	height: auto;
}

.row_list_content{
	border-top:1px lightgrey solid;
	padding: 20px;
	display: flex;
	align-items: center;
}

.row_list_content:last-child{
	border-bottom:1px lightgrey solid;
}

.img_list_content{
	width: 45px;
	margin-right: 40px;
}

.title_list_content{
	text-transform: uppercase;
	font-weight: 800;
	min-width: 250px;
	margin-right: 50px;
	color: #1D3557;
}

.title_list_content,  .text_list_content{
	padding-bottom: 0px !important;
}


/*------------------------------------------------------------*/
/*--------------------  MENU HEADER  -------------------------*/
/*------------------------------------------------------------*/

@media all and (max-width: 1380px){
	.header_section{
		display:none;
	}

}


ul#menu-menu-principal li {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-top: 0px !important;
	margin-left: 15px;
	margin-right: 15px;
}

ul#menu-menu-principal li a {
	padding: 0px !important;
	color: white;
	text-shadow:none !important;
}

ul#menu-menu-principal li:hover a {
	padding: 0px !important;
	color: #fca311;
}

@media all and (min-width:1381px){
	.connexion{
		padding: 15px 50px 15px 50px !important;
		background-color: #fca311 !important;
		color: #1D3557;
		margin-left: 50px;
		transition: all .4s ease;
	}
	
	.connexion:hover{
		padding: 15px 50px 15px 50px !important;
		background-color: #fff !important;
		color: #fca311 ;
		margin-left: 50px;
	}
	
	.connexion a{
		color: #1D3557 !important;
		padding: 0px !important;
		font-weight: bold;
		letter-spacing: 1px;
		transition: all .4s ease;
	
	}
	
	.connexion:hover a{
		color: #fca311 !important;
	}
}



/*------------------------------------------------------------*/
/*---------------------  SEARCH BAR  -------------------------*/
/*------------------------------------------------------------*/


/*------------------------------------------------------------*/
/*---------------------  FLOAT IMAG  -------------------------*/
/*------------------------------------------------------------*/

.floatingeffect{
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

/*------------------------------------------------------------*/
/*-----------------CLASSE DE VISIBILITE-----------------------*/
/*------------------------------------------------------------*/
.hidden {
	display: none !important;
}

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

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

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

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