@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Special+Elite');

/* Font ----------*/
@font-face {
	  font-family: 'MuseoSans-300';
	  src: url("../fonts/MuseoSans300.eot");
	  src: url("../fonts/MuseoSans300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans300.woff2") format("woff2"), url("../fonts/MuseoSans300.woff") format("woff"), url("../fonts/MuseoSans300.ttf") format("truetype"); }
	
@font-face {
	  font-family: 'MuseoSans-500';
	  src: url("../fonts/MuseoSans500.eot");
	  src: url("../fonts/MuseoSans500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans500.woff2") format("woff2"), url("../fonts/MuseoSans500.woff") format("woff"), url("../fonts/MuseoSans500.ttf") format("truetype"); }
	
@font-face {
	  font-family: 'MuseoSans-700';
	  src: url("../fonts/MuseoSans700.eot");
	  src: url("../fonts/MuseoSans700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans700.woff2") format("woff2"), url("../fonts/MuseoSans700.woff") format("woff"), url("../fonts/MuseoSans700.ttf") format("truetype"); }



:root {
	--e-black: #222422;
	--e-white: #FCFCFC;
	--e-orange: #FF8000;	
	--e-anthracite: #333333;
	--e-bisque: rgb(250, 235, 215);
	
	--e-black-80: rgba(34, 36, 34, 0.8);
	--e-white-80: rgba(252, 252, 252, 0.8);
	--e-orange-80: rgba(255, 128, 0, 0.8);
	--e-anthracite-80: rgba(51, 51, 51, 0.8);
	--e-bisque-80: rgba(250, 235, 215, 0.8);
	
	--e-title-font: 'Montserrat';
	--e-text-font: 'Vollkorn';
	
	--e-facebook: #3D6AD6;
	--e-twitter: #1DA1F2;
	--e-instagram: #DD2A7B;
	--e-youtube: #FF0000;
	--e-linkedin: #0077B5;
	--e-whatsapp: #4FCE5D;
}
* {
	/*text-transform: lowercase;*/
	
}

/* A SUPPRIMER */
/*
section {
	border: 1px solid #FF0000;
	margin: 1px;
}

div {
	border: 1px solid #0000FF;
	margin: 1px;
}
*/
/* FIN: A SUPPRIMER */

body {
	background-color: var(--e-white);
	color: var(--e-black);
	font-family: 'MuseoSans-300';
}

h1 {
	font-family: 'MuseoSans-500';
}

h2 {
	font-family: 'MuseoSans-700';
}

span.nobreak {
	white-space: nowrap;
}

a.social,
a.social:active,
a.social:visited,
.hashtag {
	font-size: 20px;
    padding: 5px;
	font-weight: normal;
}

#header-top a.social,
#header-top .hashtag {
	color: var(--e-white);
}

#header-top .hashtag svg {
	color: var(--e-orange);
}

a.social:hover,
a.social:focus {
	color: var(--e-orange) !important;
}

a.social.facebook:hover,
a.social.facebook:focus {
	color: var(--e-facebook) !important;
}

a.social.twitter:hover,
a.social.twitter:focus {
	color: var(--e-twitter) !important;
}

a.social.instagram:hover,
a.social.instagram:focus {
	color: var(--e-instagram) !important;
}

a.social.youtube:hover,
a.social.youtube:focus {
	color: var(--e-youtube) !important;
}

a.social.linkedin:hover,
a.social.linkedin:focus {
	color: var(--e-linkedin) !important;
}

.hashtag:hover,
.hashtag:focus {
	color: var(--e-white);
}

.hashtag:hover svg,
.hashtag:focus svg {
	color: var(--e-orange);
}



a.logo img {
	max-width: 200px;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: var(--e-white);
}

#top-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}


#footer a:hover svg.fa-phone {
    color: var(--e-orange);
}

#footer a:hover svg.fa-envelope {
    color: var(--e-white);
}

#footer a:hover svg.fa-whatsapp {
    color: var(--e-whatsapp);
}

#subFooter a:hover {
    color: var(--e-orange);
	text-decoration: none;
}

.certification img {
	max-width: 200px;
	max-height: 35px;
}

.certification .onhover {
  display: none;
}
.certification:hover span.initial {
  display: none;
}
.certification:hover span.onhover {
  display: inherit;
}



@media only screen and (max-width: 767px) {
	#footer {
		text-align: center;
		padding: 30px 0px !important;
	}
	
	.footer-columns {
	    margin-top: 10px;
    	margin-bottom: 10px;
	}
	
	#subFooter .subfooter-column.text-left,
	#subFooter .subfooter-column.text-right {
		text-align: center !important;
	    margin-top: 10px;
    	margin-bottom: 10px;
	}
}

@media only screen and (max-width:992px){
	#header-top {
		display: none;
	} 
	
	#header-top .header-right{
		display: none;
	}
}