/*  Theme Name: Laao */

/*-- #General --------------------------------------------------------------*/

/*Debut Variables*/
:root {
  --white: #FFF;
  --black: #000;
  --color: #007FB3; /*logo color*/
  --logo-yellow: #FC3;
  --Blue-light: #09C;
  --link-color: #09C;
  --link-hover-color: #069;
  --Blue-dark: #069;
  --sect-bg-color : #FAFAFA;
  --text-color: #333;
  --headings-color: #111;
  --descr-font-color: #777;
  --priclist-font-color: #999;
  --pricspan-font-color: #BABABA;
  --footer-font-color: #777;
  --footer-links-color: #666;
  --main-grad-color: linear-gradient(45deg, #069, #09C);
  --hover-grad-color: linear-gradient(45deg, #09C, #0AD);
  --transp-grad-color: linear-gradient( rgba(47, 157, 216, 0.6), rgba(0, 102, 153, 0.8));
  --pricbox-grad-color: linear-gradient(-45deg, #09C, #069);
  --divider-grad-color: linear-gradient(90deg, #132E32 0%, #09C 100%);
  --CTA-grad-color: linear-gradient( rgba(47, 157, 216, 0.7), rgba(0, 102, 153, 0.9));
  --mobile-nav-bg: rgba(0, 102, 153, 0.9);
  --mobile-nav-overly: rgba(0, 153, 204, 0.9);
}
/*Fin Variables*/

body {
	background: var(--white);
	/*zxz police principale*/
	color: var(--text-color);
	font-family: 'Cormorant Garamond', serif;  overflow-x: hidden;
}

a {
	color: var(--link-color);
	font-weight: 700;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: var(--link-hover-color);
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
	text-align: justify;
	/*font-size: 20px; /* ajout police p principale */
}

h1, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

h2, {
	font-family: 'Kaushan Script', cursive;
	margin: 0 0 20px 0;
	padding: 0;
}

/* zxz Bouton retour debut page */
.back-to-top { 
	position: fixed;
	display: none;
	background: var(--main-grad-color);
	color: var(--white);
	padding: 2px 20px 8px 20px;
	font-size: 16px;
	border-radius: 6px 6px 0 0;
	right: 15px;
	bottom: 0;
	transition: none;
}

.back-to-top:focus {
	background: var(--main-grad-color);
	color: var(--white);
	outline: none;
}

.back-to-top:hover {
	background: var(--hover-grad-color);
	color: var(--white);
}

.center {	
	align-items: center; !important
	justify-content: center;
	text-align: center;
	flex-direction: column;  
}

.center-div
{
  display: inline-block;
  
}

.btn-pages {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 16px;
	border-radius: 8px;
	transition: 0.5s;
	border: 2px solid var(--Blue-light);
	color: var(--Blue-light);
	margin-right:8px;
}

.btn-pages:hover {
	color: var(--white);
	background: var(--Blue-light);
}

.list-footer {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}


/*AJOUT DATES*/

.event-date {
	display:table-cell;
	height : 110px;
	width: 100px;
	margin: 0 30px 20px 30px; 
	font-size:24px;
	font-weight:300;
	color: var(--white);
	text-align:center;
	text-transform:uppercase;
	background-color:var(--Blue-dark);
	border-radius: 8px; 
}


.event-date span {
	display:block;
	height: 50%;
	font-weight:600;
	text-transform:lowercase;
	background-color:var(--color);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
 }
 
 .event-detail {
  margin-bottom:10px;
 }
 
 .event-article {
 border-bottom:3px solid #efefef;
 padding:30px 0 10px;
}

.event-article:last-child {
 border-bottom:0;
}

/*FIN AJOUT*/

iframe {
	border:0;
	margin:0;
	padding:0 0 0px 0;
	width:100%;
	border-radius: 8px;
	
}

/*-- # Header --------------------------------------------------------------*/

#header {
	padding: 24px 0 0 0;
	height: 92px;
	position: fixed;
	left: 0;
	top: 0;
  	right: 0;
  	transition: all 0.5s;
  	z-index: 997;
}

#header #logo {float: left;}

#header #logo h1 {
	font-size: 36px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {color: var(--white);}

#header #logo img {
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	#header #logo h1 {
    	font-size: 28px;
    	margin-top: 0;
    }
    
    #header #logo img {max-height: 40px;}
}

/*zxz fond bannière*/
#header.header-fixed {
	background: var(--main-grad-color);
	padding: 13px 0 0 0;
	height: 80px; 
	transition: all 0.5s;
}



/*-- # Intro Section --------------------------------------------------------------*/

#intro {
	position: relative; /*doit imperativement tre avant background pour IOS*/
	background: url("../img/intro-bg.jpg") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 90vh; 
    width: 100%;
}

/* @media (min-width: 1024px) {#intro {}} */

#intro .intro-text {
	position: absolute;
	left: 0;
	top: 120px; 
	right: 0;
	height: calc(90% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

#intro img {max-width: 20%;}

#intro h1 {
	margin: 30px 0 10px 0;
	padding: 0 15px;
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	color: var(--white);
}

@media (max-width: 768px) {
	#intro h1 {
    	font-size: 28px; 
    	line-height: 36px;
  	}
}

#intro p {
	color: var(--white);
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 24px; 
}

@media (max-width: 768px) {
	#intro img { max-width: 150px;}
  
  	#intro p {
    	font-size: 18px; 
    	line-height: 24px;
    	margin-bottom: 20px;
  	}
}

#intro .btn-get-started {
	font-weight: 600;
	font-size: 24px; 
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 26px;
	border-radius: 8px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid var(--white);
	color: var(--white);
}

#intro .btn-get-started:hover {
	color: var(--Blue-light);
	background: var(--white);
}

/* SPECIAL typed */
#intro .text-slider-items {display: none;}

/* SPECIAL landing pages */
#intro .section-title {
  	font-family: 'Kaushan Script', cursive;
  	font-size: 36px;
  	color: var(--white);
  	text-align: center;
}

#intro .box {
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: var(--transp-grad-color);
}

#intro .box p {
	font-size: 16px; /* 18 */
    line-height: 24px;
    margin-bottom: 20px;
}


/*-- # noIntro section --------------------------------------------------------------*/
#nointro {
	width: 100%;
	height: 110px;
	background: var(--main-grad-color);
	background-size: cover;
	position: relative;
}

#introbonus {
	width: 100%;
	height: 95px;
	background: var(--main-grad-color);
	background-size: cover;
	position: relative;
}

/*-- # Navigation Menu --------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {float: left;}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {display: block;}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {min-width: 180px;}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {padding-right: 30px;}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {content: "\f105";}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
}

/*zxz largeur disparition menu classique*/
@media (max-width: 1099px) {#nav-menu-container {display: none;}}

/* Nav Menu Styling */
.nav-menu a {
	padding: 16px 2px 10px 0px;
	text-decoration: none;
	display: inline-block;
	color: var(--white);
	font-weight: 400;
	font-size: 22px;
	outline: none;
}

.nav-menu > li {margin-left: 10px;}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: var(--white);
}

.nav-menu ul li {transition: 0.3s;}

.nav-menu ul li a {
	padding: 10px;
	color: var(--text-color);
	transition: 0.3s;
	display: block;
	font-size: 18px;
	text-transform: none;
}

/* zxz hover sousmenu "desktop" */
.nav-menu ul li:hover > a {color: var(--Blue-light);}

.nav-menu ul ul {margin: 0;}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
/* zxz couleur menu Burger */
#mobile-nav-toggle i {color: var(--white);}

/*zxz largeur apparition menu burger*/
@media (max-width: 1099px) {#mobile-nav-toggle {display: inline;}}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: var(--mobile-nav-bg);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {position: relative;}

#mobile-nav ul li a {
	color: var(--white);
	font-size: 20px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {color: var(--logo-yellow);}

#mobile-nav ul li li {padding-left: 30px;}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: var(--white);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {color: var(--logo-yellow);}/* couleur chevron dŽpliŽ*/

#mobile-nav ul .menu-item-active {color: var(--logo-yellow);}/* couleur titre dŽpliŽ*/

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: var(--mobile-nav-overly);
	display: none;
}/* overlay "mobile"*/

/* Mobile Nav body classes */
body.mobile-nav-active {overflow: hidden;}

body.mobile-nav-active #mobile-nav {left: 0;}

body.mobile-nav-active #mobile-nav-toggle {color: var(--white);}

/*-- # Sections --------------------------------------------------------------*/

/*-- Sections Header -------------------------------------------------------------------*/

.section-header .section-title {
	padding: 60px 0 0 0;
	font-family: 'Kaushan Script', cursive;
	font-size: 48px;
	color: var(--headings-color);
	text-align: center;
	font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: var(--descr-font-color);
  font-style: italic;
  font-size: 24px;
}


.section-header .section-divider {
	display: block;
	width: 250px;
	height: 7px;
	background: var(--divider-grad-color);
	margin: 0 auto;
	margin-bottom: 20px;
}

/*-- Section with background -------------------------------------------------------------------*/

.section-bg {background: var(--sect-bg-color); }

/*-- About Us Section -------------------------------------------------------------------*/
#about {overflow: hidden;}

#about .about-img {
	height: auto; 
	overflow: hidden;
}

#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}

@media (max-width: 768px) {
	#about .about-img {height: auto;}
	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
}

#about .content .h2 {
	color: var(--text-color);
	font-weight: 300;
	font-size: 24px; 
}

#about .content h3 {
	color: var(--descr-font-color);
	font-weight: 300;
	font-size: 18px; 
	line-height: 26px;
	font-style: italic;
}

#about .content p {line-height: 26px;}

#about .content p:last-child {margin-bottom: 0;}

/*zxz icones section a propos*/
#about .content i {
	font-size: 20px; /* taille "police icones" */
	padding-right: 4px;
	color: var(--logo-yellow);
}

#about .content ul {
	list-style: none;
	padding: 0;
}

#about .content ul li {padding-bottom: 10px;}

/*-- Mychoice Section -------------------------------------------------------------------*/

#Mychoice {
	text-align: center;
	color: var(--white);
}


#Mychoice .col-sm {
	padding: 0;
}

#Mychoice .MyBlueOne {
	height : 100%;
	padding: 20px 0;
	background: var(--color);
}

#Mychoice .MyBlueTwo {
	height : 100%;
	padding: 20px 0;
	background: var(--Blue-light);
}
#Mychoice .MyYellowOne {
	height : 100%;
	padding: 20px 0;
	background: var(--logo-yellow);
}

#Mychoice .cta-btn { 
	border: 2px solid var(--white);
	color: var(--white);
}

#Mychoice .cta-btn:hover {
  background: var(--white);
  border: 2px solid var(--white);
  color: var(--color);
}

/*  --logo-yellow: #FC3;
  --Blue-light: #09C;
  --link-color: #09C;
  --link-hover-color: #069;
  --Blue-dark: #069;   */
  

/*-- More ---------------------------------------------------------------------*/

#more {overflow: hidden;}

#more .more-row {padding: 60px 0 30px 0;}

#more h2 {
	font-size: 26px; 
	font-weight: 700;
	color: var(--black);
}

/* icones section more about */
#more i {
	font-size: 40px; /* 20 taille "police icones" */
	padding-right: 4px;
	color: var(--logo-yellow);  
}

#more  ul {
	list-style: none;
	padding: 0;
}

#more  ul li {padding-bottom: 10px;}

#more .more-img-right {
	max-width: 100%;
	float: right;
	padding: 0 0 30px 30px;
}

#more .more-img-left {
	max-width: 100%;
	float: left;
	padding: 0 30px 30px 0;
}

@media (min-width: 768px) {
	#more .more-img-right, #more .more-img-left {max-width: 70%;}
}

@media (max-width: 767px) {
  	#more .more-img-right, #more .more-img-left {
    	max-width: 100%;
    	float: none;
    	padding: 0 0 30px 0;
	}
}

/*-- Facts Section -------------------------------------------------------------------*/

#facts {padding: 10px 0 0 0;}

/*zxz chiffres dŽroulants*/
#facts .counters span {
	font-size: 100px; /* 48 */
	display: block;
	color: var(--Blue-light);
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 20px;
}



/*-- Call To Action Section -------------------------------------------------------------------*/

.CTAbig {
	height: calc(100vh - 80px);
	width: 100%;	
	overflow: hidden;
	background: var(--CTA-grad-color), url(../img/call-to-action-bg.jpg) no-repeat;
	background-size: contain; 
	Background-position: bottom;     
}

.CTAsmall {
	padding: 30px 0 40px 0;
	background:url(../img/call-to-action-bg-s.jpg) repeat;     
}

#call-to-action .intro-text {
	position: relative;
	left: 0;
	top: 25vh;
	right: 0;
	height: calc(70% - 60px);
	display: flex;
}	
	
#call-to-action .bonus {
	position: relative;
	left: 0;
	top: 5vh; 
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: column;  
}


.cta-btn { /*#call-to-action .cta-btn {*/
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 8px;
	transition: background 0.5s;
	margin: 10px;
	border: 2px solid var(--white);
	color: var(--logo-yellow);
}

.cta-btn:hover {
  background: var(--logo-yellow);
  border: 2px solid var(--logo-yellow);
  color: var(--white);
}

#call-to-action img {max-width: 20%;}

#call-to-action h2, #call-to-action h1 {
	font-family: 'Kaushan Script', cursive;
	margin: 0px 0 10px 0;
	padding: 0 15px;
	font-size: 48px;
	font-weight: 400;
	line-height: 56px;
	color: var(--white);
}

#call-to-action p {
	color: var(--white);
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
	font-size: 24px;
}

@media (max-width: 1050px) {
	#call-to-action h2, #call-to-action .bonus h1 {
		font-size: 46px; 
    	line-height: 36px;
	}

	#call-to-action img {max-width: 230px;}
	#call-to-action p {
    	font-size: 22px; 
    	margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	#call-to-action h2, #call-to-action .bonus h1 {
    	font-size: 40px;
    	line-height: 36px;
  	}

	#call-to-action img {max-width: 150px;}
	#call-to-action p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}


/*-- Product Advanced Featuress Section -------------------------------------------------------------------*/

#advanced-features {overflow: hidden;}

#advanced-features .first-row {padding: 0 0 30px 0;}

#advanced-features .row {padding: 60px 0 30px 0;}

#advanced-features p {
	line-height: 26px;
	margin-bottom: 30px;
}

/*zxz icones section advanced features*/
#advanced-features i {
	font-size: 20px; /* taille "police icones" */
	padding-right: 4px;
	color: var(--logo-yellow); 
}

#advanced-features  ul {
	list-style: none;
	padding: 0;
}

#advanced-features  ul li {padding-bottom: 10px;}

#advanced-features .advanced-feature-img-right {
	max-width: 100%;
	float: right;
	padding: 0 0 15px 15px;
}

#advanced-features .advanced-feature-img-left {
	max-width: 100%;
	float: left;
	padding: 0 15px 15px 0;
}

@media (min-width: 768px) {
	#advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {max-width: 70%;}
}

@media (max-width: 767px) {
	#advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    	max-width: 100%;
    	float: none;
    	padding: 0 0 30px 0;
	}
}


/*-- More Features Section -------------------------------------------------------------------*/
#more-features {overflow: hidden;}

#more-features p {margin: 0 0 0 0;}

#more-features .icon {
	float: left;
	padding-right: 15px;
}

#more-features .icon i {
	color: var(--logo-yellow);
	font-size: 20px;
	transition: 0.5s;
}

#more-features .mylow {padding-top: 150px;}

#more-features h3 {
	margin-left: 100px;
	font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
}

#more-features h3 a {color: var(--headings-color);}

#more-features i {font-size: 15px;} /* taille "police icones" */

#more-features  ul {
	list-style: none;
	padding: 0;
}

#more-features  ul li {padding-bottom: 20px;} 

#more-features img {
	height: auto;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	#more-features img {
		height: auto;
		margin-left: 0;
		padding-bottom: 30px;
	}  
}

@media (max-width: 767px) {
	#more-features .box {margin-bottom: 20px;}
  
	#more-features .icon {
		float: none;
		text-align: center;
		padding-bottom: 15px;
	}

	#more-features h4, #more-features p {
		margin-left: 0;
		text-align: center;
	}
}

/*-- Comments Section -------------------------------------------------------------------*/
#comments {
	padding: 0 0 60px 0;
	overflow: hidden;
}

#comments .box {
	padding:7px 30px;
	margin-bottom: 20px;
	background: var(--Blue-light);
	color: var(--white);
	border-radius: 20px;
	transition: 0.4s;
}

#comments .card {background: var(--white);}

#comments .box::after{
	content:""; 
	border-left:5px solid transparent;
	border-right:20px solid transparent;
	border-top: 30px solid var(--Blue-light);
	position: absolute;
}

#comments .icon {float: left;}

/*zxz icones section more features*/
#comments .icon i {
	color: var(--Blue-light);
	font-size: 70px;
	transition: 0.5s;
	line-height: 0;
}

#comments h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px; 
}

#comments h4 a {color: var(--headings-color);}

#comments .member {
	padding-top: 15px;
	font-size: 26px; 
}

#comments img {
	height: auto;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	#comments img {
		height: auto;
		margin-left: 0;
		padding-bottom: 30px;
	}  
}



/*-- Pricing Section -------------------------------------------------------------------*/
#pricing {
	padding: 0 0 60px 0;
	overflow: hidden;
	isolation : isolate;
}

#pricing .box {
	padding: 40px 30px 0px 30px ;
	margin-bottom: 30px;
	background: var(--white);
	text-align: center;
	padding-bottom: 3rem !important;
	position: relative;
	border-radius: 10px;
	border:.15rem solid var(--Blue-dark);
	color: var(--black);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

/* ajout cadre autour box  => fonctionne grace au "z-index: -1;" et au "isolation : isolate;"" dans #pricing */
#pricing .box:after{
	border-radius:1rem;
	content:'';
	position:absolute;
	top:-.5rem;
	bottom:-.5rem;
	left:-.5rem;
	right:-.5rem;
	border:.15rem solid var(--Blue-dark);
	z-index: -1;
}


#pricing h3 {
	font-weight: 400;
	margin-bottom: 15px;
}

#pricing h4 {
	font-size: 36px;
	color: var(--Blue-light);
	font-weight: 700;
}

#pricing h4 span {
	color: var(--pricspan-font-color);
	font-size: 20px;
}

#pricing ul {
	padding: 0;
	list-style: none;
	color: var(--priclist-font-color);
	text-align: left;
	line-height: 20px;
}

#pricing ul li {padding-bottom: 12px;}

/*zxz couleur icones pricing*/
#pricing ul i {
	color: var(--logo-yellow);
	font-size: 18px;
	padding-right: 4px;
}

/*zxz fond bouton pricing non mis en valeur*/
#pricing .get-started-btn {
	background: var(--main-grad-color);
	display: inline-block;
	padding: 6px 30px;
	border-radius: 6px;
	color: var(--white);
	transition: none;
	font-size: 18px;
	font-weight: 500;
}

/*zxz Fonds mis en valeur*/
#pricing .highlighted {background: var(--pricbox-grad-color);}

#pricing .highlighted h3 {color: var(--white);}

#pricing .highlighted h4 {color: var(--logo-yellow);}

#pricing .highlighted ul {color: var(--white);}

/*zxz fond bouton pricing mis en valeur*/
#pricing .highlighted .get-started-btn {
	background: var(--white);
	color: var(--Blue-light);
}

@media (min-width: 300px) {
     .card-columns {column-count: 1;}
    #comments .columns {
         column-count: 1;
    }
}

 @media (min-width: 768px) {
     .card-columns {
         column-count: 2;
    }
    #comments .columns {
         column-count: 2;
    }
}

 @media (max-width: 991px) {
 	#blog .sidebar-head {height: 20px;}
 }
 
 
 

/*zxz titre section contact*/
#footer .contact-about h3 {
	font-size: 36px; /* 36 */
	margin: 0 0 10px 0;
	padding: 60px 0 0 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--color);
}

#footer .contact-about img {padding: 0px 0 20px 0;}

#footer .contact-about p {
	font-size: 18px; /* 14 */
	line-height: 24px;
	color: var(--text-color);
}

#footer .social-links {padding-bottom: 20px;}

/*zxz reseaux sociaux section contact*/
#footer .social-links a {
	font-size: 22px;
	display: inline-block;
	background: var(--white);
	color: var(--color);
	line-height: 1;
	padding: 6px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	border: 2px solid var(--color);
}

#footer .social-links a:hover {
	background: var(--color);
	color: var(--white);
}

#footer .info {
	padding: 10px 0 0 0;
	color: var(--text-color);
}

/*zxz icones section contact*/
#footer .info i {
	font-size: 32px; /* 32 */
	color: var(--logo-yellow);
	float: left;
	line-height: 1;
}

#footer .info p {
	padding: 0 0 0 42px;
	line-height: 28px;
	font-size: 18px; /* 14 */
}



/*-- # Footer --------------------------------------------------------------*/
#footer {
	background: var(--white);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 0 20px;
	color: var(--footer-font-color);
	font-size: 14px;
}


#footer .copyright {
	font-size: 16px;
	color: var(--footer-font-color);
}

#footer .footer-links a {
	color: var(--footer-links-color);
	padding-left:  15px;
}

#footer .footer-links a:first-child {padding-left: 0;}

#footer .footer-links a:hover {color: var(--link-color);}
/*  1355 28ko */
