/*
	Theme Name: FRV Sens Déco by InovaWeb
	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");

/* = = = MASONRY GALERIE PAGE ACCUEIL = = = */

/* Section spéciale */
#galerie_acc_2{
	
}
/* Colonne 1 et 2 section spéciale */
#col1_g2, #col2_g2{
	
}

/* Ligne 1 (colonne 2) section spéciale */
#ligne3col{
	
}

/* Colonnes ligne n°1 section spéciale */

#ligne3col #col1_3col, #ligne3col #col2_3col{
	width: 25% !important;
}

#ligne3col #col3_3col{
	width: 50% !important;
}

/* Ligne 2 (colonne 2) section spéciale */
#ligne2col{
	
}

/* Colonnes ligne n°2 section spéciale */

#col1_2col, #col2_2col{
	
}

.imagessoussepar{
	display:flex;
}

.imagessoussepar img{
	width: 50% !important;
	height: 50% !important;
}

.imagessoussepar img:first-child{
	border-right: 1px solid white !important;
}

@media screen and (max-width: 768px){
	#ligne3col #col1_3col, #ligne3col #col2_3col{
		width: 33% !important;
	}

	#ligne3col #col3_3col{
		width: 33% !important;
	}
	.imagessoussepar img{
		width: 50% !important;
		height: 80% !important;
	}
}

/* = = = = GALERIE COMMERCES = = = = */

.image1_galerie{
	width: 30% !important;
	border-right: 1px solid white;
}

.image2_galerie{
	width: 70% !important;
}

#col1_gc{
	width: 55% !important;
}

#col2_gc{
	width: 25% !important;
}

@media screen and (max-width: 980px){
	#col1_gc{
		width: 50% !important;
	}

	#col2_gc{
		width: 50% !important;
	}
	.image1_galerie{
		width: 50% !important;
		border-right: 1px solid white;
	}
	.image2_galerie{
		width: 50% !important;
	}
}

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

#menu_pi{
	width:100%;
	visibility:visible;
}


#menusticky{
	visibility:hidden;
	opacity: 0;
	position:absolute;
	width:100%;
	z-index:-10;
	transition : all .5s ease;
}

.has_et_pb_sticky #menusticky{
	visibility:visible;
	opacity:1;
	position:absolute;
	z-index:1000;	
}

@font-face {
	font-family: 'Juliette';
	src: url(./assets/webfonts/Juliette-Regular.otf);
}

@media all and (min-width: 981px) and (max-width: 1140px){
	#menu-menu-principal li a{
		font-size:  11px!important;
	}
	#menu-menu-principal-1 li a{
		font-size:  10px!important;
	}
}

.headertext{
	font-family: 'Juliette' !important;
	color :#c19240 !important;
}


#post-1.et_pb_post{
	margin-bottom: 35px !important;
}

.couleur-primaire{
	color :#c19240;
}

.headerbarre{
	color :#c19240;
	font-size: 120%;
}

/*-------------------------- HERO ----------------------------*/
#menu-menu-principal li{
	list-style: url('http://www.frv-sens-deco.com/wp-content/uploads/2021/07/stars-list.png') !important;
	align-items: center !important;
}

#menu-menu-principal li:not(:first-child)::before{
	content:url("http://www.frv-sens-deco.com/wp-content/uploads/2021/07/Star-header.png");
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
	margin-right: 25px;
}


/*------------------------------------------------------------*/
/*--------------------- ZOOM LEGER IMAGES --------------------*/
/*------------------------------------------------------------*/

.zoom{
	overflow:hidden !important;
}

.zoom img{
	transition: all .5s ease !important;
}

.zoom:hover img{
	transform:scale(1.1) !important;
}

/*------------------------------------------------------------*/
/*--------------------- TRAIT ACTUALITÉS ---------------------*/
/*------------------------------------------------------------*/

/*.post-content-inner p {
	margin-bottom:40px;
}

.et_pb_post h2::after{
	content: "";
	position: absolute;
	margin: 40px -215px;
	margin-bottom: 50px;
	border-top: 3px solid #383838;
	width: 5%;
	height: 6px;
}*/


/*------------------------------------------------------------*/
/*------------- MENU DU FOOTER EN BLOCK ----------------------*/
/*------------------------------------------------------------*/

#menu_footer ul{
	display:block !important;
}

/*------------------------------------------------------------*/
/*---------------- HOVER ACTUS MOVE UP -----------------------*/
/*------------------------------------------------------------*/

/*.et_pb_post{
	transition: transform 1.2s !important;}

.et_pb_post:hover{
	transform: translateY(-20px) !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;
}


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

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