/*
Theme Name: Theme enfant DIVI SARL Grafik
Description: Theme enfant de SARL Grafik
Author: Aurélien Martofel
Author URI: 
Template: Divi
Version: 0.1.0
*/

/*-------------------------*/
/*--- Personnalisation des commentaires ---*/
/*-------------------------*/

#footer-bottom {
   display:none;
}

#main-header {
	/* background-color: black; */
	opacity: 0.95;
}

/** Photos page accueil **/
@media all and (max-width: 1440px) {
.et_pb_row_5.et_pb_row {
	padding-bottom: 0px!important; 
}
}
.menu-item-510 {
	background-color: #F2B604;
}
::selection { background-color: rgb(38, 106, 165, 0.5); color: #couleur2; } 
::-moz-selection { background-color: rgb(38, 106, 165, 0.5); color: #couleur2; }


/** Colonnes icones **/

@media only screen and (max-width: 980px) {
    .four-columns .et_pb_column {
    width: 20%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .four-columns .et_pb_column {
    width: 50%!important;
}
}
@media (max-width: 980px) {
.et_pb_column {
    margin-bottom: 0px;
}
}
h2 {
    display: inline-block;
    position: relative;
	font-size:1.8em;
	font-weight: 800!important;
	color: #266aa5!important;
	text-transform: uppercase!important;
}
h2::after {
    content: '';
    position: absolute;
    left: 5px;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 5px solid;
    margin-top: -2px;
    border-color: rgb(38, 106, 165, 0.3);
    z-index: -999;;
}

h3 {
    padding-bottom: 3px;
    padding-top: 20px;
	font-variant: small-caps;
	color: #266aa5!important;
	font-weight: 500;
}

/** Page Vacances **/

.tourisme a {
	font-weight: 400;
}
/** Bullets **/

.pa-bullet-list-1 ul {
list-style-type: none!important;
}

.pa-bullet-list-1 ul li:before {
content: '\4e'!important;
color: #266aa5;
font-weight: bold;
font-family: 'ETMODULES';
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
position: relative;
top: 4px;
}

/** Bullets Contact **/

.icones-ul ul {
list-style-type: none!important;
padding-left: 0;
}

.icones-ul ul li {
	display:flex;
	margin-bottom: 20px;
}
.icones-ul ul li.adresse-ul:before{

	width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e01d";
    background: "\e01d";
    background-size: 100%;
    background-position: center;
	background-repeat: no-repeat; 
	font-size: 32px;
	font-weight: 500;
}

.icones-ul ul li.mail-ul:before{

	width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e010";
    background: "\e010";
    background-size: 100%;
    background-position: center;
	background-repeat: no-repeat; 
	font-size: 32px;
	font-weight: 500;
}

.icones-ul ul li.tel-ul:before{

	width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e090";
    background: "\e090";
    background-size: 100%;
    background-position: center;
	background-repeat: no-repeat; 
	font-size: 32px;
	font-weight: 500;
}

.icones-ul ul li.mobile-ul:before{

	width: 32px;
    height: 32px;
    float: left;
    margin-right: 20px;
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e00b";
    background: "\e00b";
    background-size: 100%;
    background-position: center;
	background-repeat: no-repeat; 
	font-size: 32px;
	font-weight: 500;
}

.icones-ul a, li {
	color: #666666;
	font-weight: 600;
}
.mobilheader-ul:before {
    margin-left: 10px; 
    font-family: 'ETModules';
    color: #ffffff;
    content: "\e00b";
    background: "\e00b";
    font-size: 22px;
    position: relative;
    top: 5px;
	font-weight: 400;
}

.telheader-ul:before {
    margin-left: 10px; 
    font-family: 'ETModules';
    color: #ffffff;
    content: "\e090";
    background: "\e090";
    font-size: 22px;
    position: relative;
    top: 5px;
	font-weight: 400;
}

.people {
	background: url(https://grafikappart.fr/wp-content/uploads/2019/06/lit.png) -2px 0px no-repeat;
	padding-left: 30px;
    margin-left: 20px;
		background-size: 28px;
}

.floor {
	background: url(https://grafikappart.fr/wp-content/uploads/2019/06/plan.png) -2px 0px no-repeat;
	padding-left: 30px;
    margin-left: 20px;
		background-size: 28px;
}

.stair {
	background: url(https://grafikappart.fr/wp-content/uploads/2019/06/etage.png) -2px 0px no-repeat;
	padding-left: 30px;
    margin-left: 20px;
	background-size: 28px;
}
/** Hover blurb accueil **/

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/** lien footer 2 **/

.footer-a a {
	color: #bdbdbd;
	font-weight: 500;
}

/** HBook responsive **/
/** Supprimer bord arrondi recherche **/
@media only screen and (max-width: 767px) {
.et_pb_row {
    border-radius: 0!important;
}
.hb-title {
		text-align:center!important;
}
.hbook-wrapper input[type="submit"] {
	font-size:20px;
}
}
.hbook-wrapper input[type="submit"] {
    border: solid 2px #266AA5!important;
}


 /** Tableau vertical **/
 
.hb-vertical-search-form .hb-check-dates-wrapper{
	 width: 50%;
 }
/** Galleries **/

.mfp-title, .mfp-counter {
	visibility:hidden!important;
}

/** Tableau prix apparts **/

.tabletitre {
	background-color: rgb(38, 106, 165, 0.5);
	font-size: 22px;
    font-weight: 600!important;
	height: 60px;
	color: #fff!important;
}
.table-appart {
    border: 2px solid #92b4d2!important;
}
.table-appart tr td {
	border:none!important;
	height: 60px;
}
/** Menu fiche appart **/
.appart li {
	display: inline-block;
	border: 1px solid rgb(38, 106, 165, 0.5);
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	color: #333333;
}


.appart li:hover {
	background-color: rgb(38, 106, 165);
}

.appart a {
	display: block;
	 color: rgb(38, 106, 165);
	 font-size: 16px;
	 font-weight: 600;
 }

@media all and (max-width: 549px) {
	.appart a {
		font-size: 11px;
		font-weight: 700;
}
}
.appart li:hover >a{
	color: #fff; 
 }
.appart li {
	padding: 0 5px;
	padding-bottom: 0em!important;
}	
.appart ul {
    padding-left: 0!important;
}
 /** Prix fiche appart **/
 
.prix li {
	display: inline-block;
	border: 1px solid rgb(38, 106, 165, 0.5);
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	color: rgb(38, 106, 165);
	font-weight: 600;
} 

.lien {
	color: rgb(38, 106, 165);
	font-weight: 600;
	padding-left: 8px;
}
.lien a{
	padding-left: 8px;
}

.link-tel {
	color: #FFF;
}
/** Map Google **/

.et_pb_map {
	height:60vh;
}

@media only screen and (max-width: 980px) {
.et_pb_map_0>.et_pb_map {
    height: 350px!important;
}
}
/** ContactForm7 **/

input[type=text], input[type=email], select {
	height:35px;
	font-size: 16px;
	border-color: #266AA5;	
	width: 100%;
	padding-left: 5px;
}
textarea {
	font-size: 16px;	
	border-color: #266AA5;
	width: 100%;
	padding-left: 5px;
}

.wpcf7-submit {
	font-size:20px;
	font-weight: 700;
	padding: .3em 1em;
	color: #fff;
	background-color:#266AA5;
	border: 2px solid #FFF;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wpcf7-submit:hover {
	padding: .3em 2em .3em .7em;
    border: 2px solid transparent;
}

.wpcf7-submit:after {
	font-family: 'ETModules';
	color: #fff;
	position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.wpcf7-submit {
	transition: all 300ms ease 0ms;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #0d62a5;
    margin: 0px;
}
#formulaire-responsive {
	max-width:600px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
    width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 24em) { 
	.demi-colonne {
		width: 50%!important;
	}
}


/** Footer **/
.footer-ul ul{
	list-style: none!important;
	padding: 0 0 23px 1px!important;
	color: #bbbbbb;
}

.footer p {
	font-size:12px;
	font-weight: 400;	
}

.footer-link a {
	color: #bbbbbb;
	font-weight: 400;
}
.adresse-footer:before {
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e01d";
    margin-right: 15px;
    font-size: 16px;
	line-height: 1.7em!important;
}

.mail-footer:before {
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e010";
    margin-right: 15px;
    font-size: 16px;
	line-height: 1.7em!important;	
}

.mobile-footer:before {
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e00b";
    margin-right: 15px;
    font-size: 16px;
	line-height: 1.7em!important;
}

.tel-footer:before {
	font-family: 'ETModules';
	color: #266AA5!important;
	content : "\e090";
    margin-right: 15px;
    font-size: 16px;
	line-height: 1.7em!important;
}

/** Footer Mobile **/ 

@media only screen and (max-width: 767px) {
.footer-bas {
   text-align: center!important;
   margin-bottom: 0px!important;
}
}


/** Module Hbook **/

 h3 {
	font-family: 'Josefin Sans';
	/* font-size:26px; */
	/* font-weight: 600; */
    /* font-variant: small-caps; */

}
.reservation h3 {
	    background: #266aa5 !important;
    color: #fff !important;
    border-radius: 2px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
	text-align: center;
	margin-bottom: 10px!important;
}
.hb-title-search-form h3 {
    background: #266aa5 !important;
    color: #fff !important;
    border-radius: 2px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}

.hbook-wrapper input[type="text"], .hbook-wrapper input[type="number"], .hbook-wrapper select, .hbook-wrapper textarea, .hbook-wrapper input[type="submit"] {
	font-family: 'Merriweather';
	font-size:16px;
	font-weight: 400;
}

.hbook-wrapper input[type="submit"] {
    border: solid 2px white!important;
	width: 100%!important;
}
p:not(.has-background):last-of-type {
    margin-bottom: 15px;
}

p.hb-select-accom {
    width: 100%;
}

.hb-view-accom {
    width: 100%;
}
/** Caroussel Blurb **/

/*Hide the section overflow*/
.ds-carousel-section {
    width: 100%;
    overflow: hidden;
}
 
/*Set the row width*/
.ds-carousel-row {
    overflow: hidden;
    width: 200vw;
    max-width: 200vw;
}
 
@media all and (max-width: 1024px) {
/*Override Divi's width setting on tablets*/
    .ds-carousel-section .ds-carousel-row {
        max-width: 400vw !important;
		width:400vw!important;
    }
}
 
@media all and (max-width: 479px) {
/*Override Divi's width setting on mobiles*/
    .ds-carousel-section .ds-carousel-row {
        max-width: 800vw !important;
		width:800vw!important;
    }
}

/*Make sure the modules span their entire container*/
.ds-carousel-module .column {
    float: center;
    width: 90% !important;
    margin-right: 0 !important;
}
 
/*Set the module width*/
.ds-carousel-module {
    width: 25vw; /*Change this value to increase or decrease the module displayed per page*/
    padding: 0 5px;
    float: left;
    position: relative;
    margin-bottom: 0 !important;
}
 
/*Adjust for smaller screens*/
@media all and (max-width: 1024px) {
    /*Show 3 modules per page on tablets*/
    .ds-carousel-module {
        width: 50vw;
    }
    /*Align the navigation on smaller screens*/
    .ds-arrow-row .et_pb_column {
        width: 50% !important;
    }
}
 
@media all and (max-width: 479px) {
    /*Show 1 module per page on mobiles*/
    .ds-carousel-module {
        width: 100vw;
    }

}
 
/*Style the navigation arrows*/
#ds-arrow-left,
#ds-arrow-right {
    color: #fff;
    background: gray;
    font-family: 'ETModules';
    font-size: 30px;
    padding: 5px 30px;
    border-style: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
 
/*Position the left arrow*/
#ds-arrow-left {
    float: right;
    margin-right: 5px;
}
 
/*Position the right arrow*/
#ds-arrow-right {
    float: left;
    margin-left: 5px;
}
 
/*Style navigation arrows on hover*/
#ds-arrow-left:hover,
#ds-arrow-right:hover {
    -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
 
/*Style navigation arrows on click*/
#ds-arrow-left:active,
#ds-arrow-right:active {
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
}
 

/** Bouton fermeture accordeon **/

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}


/** Image hover **/

/* Conteneur principal */
.overlay-image {
 position: relative;
 /* width: 100%; */
}
/* Image originale */
.overlay-image .image {
 display: block;
 /* width: 100%; */
 height: auto;
}
/* Texte original */
.overlay-image .text {
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
}

/********* Hover image et texte *******/
/* Overlay */
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: all .5s ease-out;
}

@media all and (max-width: 1024px) {
.overlay-image .hover {
 opacity: 1;
}	
.overlay-image .text {
	font-size: 18px;
	line-height: 1.1em;
	padding-bottom: 0px;
	background: rgba(38, 106, 165, 0.8);
}
}
@media all and (max-width: 479px) {
.overlay-image .hover {
 opacity: 1;
}	
.overlay-image .text {
	font-size: 16px;
	line-height: 1.1em;
	padding-bottom: 0px;
	bottom: -10px;
	background: rgba(38, 106, 165, 0.8);
}
}
/* Apparition overlay sur passage souris */
.overlay-image:hover .hover {
	
 opacity: 1;
}

/********* Hover background et texte uniquement *******/
.overlay-image .normal {
 transition: all .5s ease-out; 
}
.overlay-image:hover .normal {
 transition: all .5s ease-out; 	
 opacity: 0;
}


.overlay-image:hover .image {
	 transition: all .5s ease-out;
	-webkit-transform:scale(1.1); /* Safari et Chrome */
-moz-transform:scale(1.1); /* Firefox */
-ms-transform:scale(1.1); /* Internet Explorer 9 */
-o-transform:scale(1.1); /* Opera */
transform:scale(1.1);
}

.overlay-image:hover .text {
	transition: all .5s ease-out; 
	background: rgba(38, 106, 165, 0.8);
}
.et_pb_code_inner {
    overflow: hidden;
}

.titre_vignette p {
	/* font-size:14px!important; */
	padding-bottom: 0.2em;
}