/* ================= IMPORTATION D'UNE POLICE ================ */

@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto|Tangerine');

/* ================= ANIMATIONS CSS ================= */

@keyframes deplacementfleche {
	0%, 20%, 50%, 80%, 100% {
    	transform: translateY(0);
	}
	40% {
    	transform: translateY(-20px);
  	}
	60% {
		transform: translateY(-10px);
	}
}


/* ================= STYLES GÉNÉRAUX ================ */

*, *:before, *:after {
  box-sizing: content-box;
}

/*Empêche la sélection des textes*/
.noselect{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

input:focus {outline:0;}

html,body {
	height: 100%;
	background-color: black;
}

a {
	color: #fff;
}

a:hover {
	color: #d8cfbe;
}

.global {
	height: 100%;
}


.large {
	font-size: 3rem !important;
}

.btn:hover {
	color: #d8cfbe;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(86, 11, 14, 0.5);
}

.petit {
	font-size: 12px;
}

.degrade-ligne {
	margin: 10px 0 20px;
	border:0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #d8cfbe, rgba(0, 0, 0, 0))
}


/* ================== STYLES COMMUNS POUR TOUTES LES PAGES =================== */

#les-services #organisation-evenement,
#les-services #personnel-service,
#les-services #personnel-cuisine,
#les-services #equipement,
#les-services #traiteurs,
#les-services #agent-voyage,
#propos #info-entreprise,
#propos #emission,
#propos #realisations,
#propos #partenaires {
	opacity: 0;
}

/* ================= NAVIGATION ================ */

nav {
	background-color: #710f12;
	border-bottom: 2px solid #d8cfbe;
	text-transform: uppercase;
}

nav ul a {
	font-size: 110%;
}

nav ul a.active {
	background-color: rgba(0, 0, 0, 0.7);
}

nav ul a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.nomCompagnie a {
	color: inherit;
}

.side-nav {
	background-color: white;
}

.side-nav li {
	border-bottom: 1px solid #d8cfbe;
}

.side-nav a{
	height: 57px;
	line-height: 57px;
	padding: 0 30px;
}

.side-nav li:first-child a{
	color: white;
	background-color: #710f12;
}

.side-nav a.active {
	background-color: black;
	color: white;
}

.side-nav a:hover {
	background-color: #d8cfbe;
	color: black;
}

.side-nav-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.side-nav-social a {
	width: 100%;
	text-align: center;
	padding: 0;
}

.side-nav-social i {
	font-size: 140%;
}

#langues {
	position: absolute;
	right: 0;
	margin-right: 9%;
}

#langues ul li {
	margin: 0 4px;
}

#langues ul li a {
	display: inline;
	padding: 7px;
	border: 1px solid white;

}

#langues ul li a.active {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	padding: 8.5px;
}

/* ============ LOGO =========== */

.brand-logo {
	top:7px;
	z-index: 1;
	display: flex !important;
	flex-direction : row;

}

.brand-logo .nomCompagnie {
	text-align: center;
}

.brand-logo h1,
.brand-logo h2 {
	display: block;
	margin: 0;
}

.brand-logo h1{
	font-size: 40px;
	text-transform: none;
	line-height: 80%;
	font-family: 'Tangerine';
	margin-top: 4px;
}

.brand-logo h2{
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	line-height: 90%;
}

/* ================= CAROUSEL ================ */

.slide-one, .slide-two, .slide-three {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.slide-one::before, .slide-two::before, .slide-three::before { 
	content: ""; 
	position:absolute; 
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: 0.85;
}
.slide-one::before { background-image: url('../images/slider_1.jpg'); }
.slide-two::before { background-image: url('../images/slider_2.jpg'); }
.slide-three::before { background-image: url('../images/slider_3.jpg'); }

.carousel-slider {
	height: calc(100% - (60px + 52px)) !important;
}

.carousel .indicators{
	bottom: 3%;
}

.carousel .indicators .indicator-item {
	width: 20px;
	height: 20px;
	margin: 24px 8px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}

.carousel h1, .carousel h2,.carousel h3 {
	font-weight: bold;
	line-height: 100% !important;
	color: white;
	text-shadow: 3px 3px 10px rgba(10, 10, 10, 0.9);
	margin: 0px;
	padding: 0px;
}

.carousel h3 {
	font-size: 2.2em !important;
	margin-bottom: 5px;

}

.carousel h1 {
	font-size: 4.2em !important;
}

.carousel h2 {
	font-size: 3.5em !important;
}

.carousel-fixed-item {
	font-family: 'Roboto';
	top: 15%;
	left: 15% !important;
	text-align: left;
}

.carousel-fixed-item div p {
	opacity: 1;
	color: white;
	width: 60%;
	line-height: 130%;
	font-weight: 300;
	font-size: 1.3em !important;
	padding: 20px;
	margin:  20px 0 25px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid #d8cfbe;
}

.carousel-fixed-item .btn {
	font-size: 18px;
	background-color: #231f20;
	border: 1px solid #d8cfbe;
	margin-right: 20px;
}




/* ================= PIED DE PAGE ================ */

footer {
	width: 100%;
	height: 50px;
	background-color: #710f12;
	border-top: 2px solid #d8cfbe;
	overflow: hidden;
}

footer .left {
	margin: 7px 20px 0;
}

footer .left > div {
	display: inline;
}

footer .left .btn {
	background-color: #231f20;
	border: 1px solid #d8cfbe;
}

footer .social{
	display: inline;
}

footer .social i{
	font-size: 150%;
	color: white;
	line-height: 140%;
	vertical-align: middle;
	margin-left: 20px;
	text-shadow: 3px 3px 10px rgba(10, 10, 10, 0.9);
	cursor: pointer;
}

footer .social i:hover {
	color: #d8cfbe;
}

footer .copyrights {
	color: #c7c8ca;
	text-align: right;
	margin: 8px 20px 0;
	line-height: 115%;
}


/* ================= INFOLETTRE ================ */

.modal {
	top: 20% !important;
	width: 73% !important;
}

.modal-overlay {
	top: 0 !important;
	opacity: 0.8 !important;
}

.modal-content {
	text-align: center;
	padding-bottom: 0 !important;
}

.modal-content p, .modal-content .input-text {
	font-family: 'Poppins';
}

.modal-content h4 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 300%;
	text-transform: uppercase;
}

.modal-content p {
	font-size: 150%;
}

.modal .courriel {
	width: 100%;
	margin: 15px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.modal .courriel i {
	margin-right: 10px;
	color: #d8cfbe;
}

.modal .input-text {
	width: 75% !important;
	height: 2rem !important;
	font-size: 130%;
}

.modal-footer {
	text-align: center;
}

.modal-footer .btn {
	background-color: #710f12;
	float: none !important;
}


/* ==================== PAGE SERVICES =================== */

#services {
	font-family: 'Poppins';
	color: white;
	background-color: #1C1C1C;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#demande-service {
	width: 100%;
	height: calc((100vh - 60px));
	font-size: 30px;
	font-weight: bold;
	text-align: center;
  background-image: url('../images/fond_services.jpg');
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#demande-service .box-demande {
  background-color: rgba(34, 33, 33, 0.8);
  padding: 40px;
  border: #d8cfbe solid 2px;
}

#demande-service p {
	margin: 5px 0;
}

#demande-service p:last-child{
	color: #d8cfbe;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}

#demande-service .btn {
	margin: 20px auto 0;
	background-color: #710f12;
	border: #d8cfbe 1px solid;
	text-align: center;
	font-size: 20px;
	padding: 5px 20px;
}

#demande-service .btn:hover {
	transform: scale(1.1);
}

#demande-service div:last-child i {
	position: absolute;
	font-size: 60px;
	color: white;
	bottom: 0;
	left: 48%;
	padding-bottom: 5px;
}

#demande-service div:last-child i {
	animation: deplacementfleche 1.5s infinite;
}

#les-services {
	width: 100%;
}

#les-services ul {
	border:none;
	background-color: #1C1C1C;
	margin: 0;
	box-shadow: none;
}

#les-services li .collapsible-header {
	height: calc(100vh/2.2);
	position: relative;
	background-size: cover;
	background-position: center;
	border-top: #d8cfbe 3px solid;
	border-bottom: none;
	padding: 0;
}

#les-services li:nth-child(1) .collapsible-header {
	background-image: url('../images/service_organisation_evenement.jpg');
}

#les-services li:nth-child(2) .collapsible-header {
	background-image: url('../images/service_personnel.jpg');
	background-position: center;
}

#les-services li:nth-child(3) .collapsible-header {
	//background-image: url('../images/service_cuisine.jpg');
	background-image: url('../images/service_equipement.jpg');
	background-position: left;
}

#les-services li:nth-child(4) .collapsible-header {
	//background-image: url('../images/service_equipement.jpg');
	//background-position: left;
	background-image: url('../images/service_voyage.jpg');
}

#les-services li:nth-child(5) .collapsible-header {
	//background-image: url('../images/service_traiteur.jpg');
}

#les-services li:nth-child(6) .collapsible-header {
	//background-image: url('../images/service_voyage.jpg');
}

#les-services li:nth-child(1) .collapsible-header:hover > .titre-service, 
#les-services li:nth-child(3) .collapsible-header:hover > .titre-service, 
#les-services li:nth-child(5) .collapsible-header:hover > .titre-service {
	padding-left: 15%;
}

#les-services li:nth-child(2) .collapsible-header:hover > .titre-service, 
#les-services li:nth-child(4) .collapsible-header:hover > .titre-service, 
#les-services li:nth-child(6) .collapsible-header:hover > .titre-service {
	padding-right: 15%;
}

#les-services li:nth-child(2) .titre-service,
#les-services li:nth-child(4) .titre-service,
#les-services li:nth-child(6) .titre-service {
  right: 0;
  padding: 0 10% 0 2.5%;
}

#les-services li .collapsible-body {
	height: auto;
	background-color: #1C1C1C;
	color: white;
  	font-family: 'Roboto';
  	font-weight: 300;
	border-bottom: none;
	border-top: #d8cfbe 2px solid;
}

#les-services li .collapsible-body p {
	line-height: 135%;
	text-align: left;
	padding: 0 0 0 1.2rem;
}

.titre-service {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: auto;
  bottom: 10%;
  padding: 0 2.5% 0 10%;
  transition : padding 0.5s;
}

.desc-service {
  width: 80%;
  margin: 40px auto;
  font-size: 18px;
}

.desc-service h5 {
  color: #d8cfbe;
  margin: 0.8rem 0 1rem 0;
}

.desc-service p {
	letter-spacing: 0.75px;
  padding-top: 15px;
}

.desc-service ul {
	margin-top: 17.5px !important;
    padding-left: 30px;
    column-count: 3;
    column-gap: 50px;
}

.desc-service li {
  padding-bottom: 10px;
  line-height: 100%;
  padding-left: 15px;
  text-indent: -15px;
}

.desc-service .fa {
  padding-right: 10px;
  line-height: 20px;
  font-size: 20px;
}

.desc-service hr {
	margin-top: 20px;
	margin-bottom: 25px;
}

/* ==================== PAGE À PROPOS =================== */

#propos {
	background-color: white;
}

#propos #desc-entreprise {
	text-align: center;
	color: white;
	height: calc(100vh - 60px);
	background-image: url('../images/fond_propos.jpg');
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#propos .conteneur-desc-entreprise {
	width: 70%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 50px 0 ;
	border: 2px solid #d8cfbe;
}

#propos #desc-entreprise h1 {
	width: 425px;
	font-family: 'Tangerine';
	font-size: 72px;
	line-height: 80%;
	margin: 0 auto;
	border-bottom: 2px solid white;
}

#propos #desc-entreprise h4,
#propos #desc-entreprise h3 {
	font-family: 'Poppins';
	font-size: 24px;
	margin: 10px 0;
	color: #d8cfbe;
}

#propos #desc-entreprise p {
	line-height: 130%;
}

#propos #desc-entreprise i {
	font-size: 40px;
	padding: 15px;
}

#propos #desc-entreprise .deux-textes {
	width: 100%;
	margin: 0 auto;
	display: flex;
	margin-top: 20px;
}

#propos #desc-entreprise .desc-titre,
#propos #desc-entreprise .deux-textes div {
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
}

#propos #desc-entreprise .deux-textes div {
	width: 40%;
}

#propos #desc-entreprise .desc-titre p {
	margin-top: 4%;
}


#propos #info-entreprise .deux-colonnes,
#propos #realisations .deux-colonnes {
	display: flex;
	overflow: hidden;
}

#propos #info-entreprise .deux-colonnes .colonne-texte,
#propos #realisations .deux-colonnes .colonne-texte {
	width: 65%;
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 18px;
	line-height: 140%;
	background-color: white;
	color: black;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* ========= INFOS ENTREPRISE ========= */

#propos #info-entreprise .deux-colonnes {
	height: 450px;
	border-top: 2px solid #d8cfbe;
}

#propos #info-entreprise .colonne-texte {
	order: 2;
}

#propos #info-entreprise .colonne-texte p {
	padding: 0 10%;
	line-height: 135%;
}

#propos #info-entreprise .colonne-texte h5 {
	font-family: 'Poppins';
	margin: 2% 7.5%;
} 

#propos #info-entreprise .colonne-texte #histoire-texte {
	display: none;
}

#propos #info-entreprise .colonne-titre,
#propos #realisations .colonne-titre {
	width: 35%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content : center;
	align-items: center;
	border-left: 2px solid #d8cfbe;
}

#propos #info-entreprise .colonne-titre {
	width: 43.4%;
	border-right: 2px solid #d8cfbe;
	border-left: none;
	order:1;
}

#propos #info-entreprise .colonne-titre div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.mission {
	background-image: url("../images/propos_mission.jpg") ;
	background-position: center;
}

.histoire {
	background-image: url("../images/propos_histoire.jpg");
	background-position: bottom;
}

#propos #info-entreprise .colonne-titre div div{
	width: 60%;
	height: 37.5%;
	color: black;
	background-color: white;
	cursor: pointer;
	transition: all 0.5s;
}

#propos #info-entreprise .colonne-titre div div:hover {
	background-color: #EDE3D1;
}

#propos #info-entreprise .colonne-titre div div h3 {
	margin: 0;
	font-family: 'Poppins';
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom: 3px solid black;
	text-transform: uppercase;
}

/* ========= ÉMISSION VOIX SUCCÈS ========= */


#propos #emission .deux-colonnes {
	display: flex;
	border-bottom: 2px solid #d8cfbe;
	border-top: 2px solid #d8cfbe;
}

#propos #emission .deux-colonnes .colonne-video {
	width: 40%;
	height: 400px;
	position: relative;
	padding-bottom: 22.5%;
	height: 0; 
	overflow: hidden;
	border-right: 2px solid #d8cfbe;
}
 
.colonne-video iframe,
.colonne-video object,
.colonne-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#propos #emission .colonne-titre {
	width: 60%;
	background-image: url('../images/la_voix_du_succes.jpg');
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;

	display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

#propos #emission .colonne-titre div {
	width: auto;
	padding: 2% 4%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#propos #emission .colonne-titre div h3 {
	font-size: 26px;
	font-family: 'Poppins';
	line-height: 100%;
	margin: 0;
	padding-bottom: 5px;
    border-bottom: 3px solid black;
}

#propos #emission .colonne-titre div h3 span {
	font-size: 18px;
}

/* ========= RÉALISATIONS ========= */

#propos #realisations .colonne-image {
	width: 35%;
	background-image: url('../images/propos_realisation.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 2px solid #d8cfbe;
}

#propos #realisations .colonne-texte h3 {
	width: 100%;
	background-color: #F7F7F7;
	font-family: 'Poppins';
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 20px 0;
	margin-bottom: 25px;
}

#propos #realisations  ul {
	padding: 15px 15px 30px 20px;
    column-count: 2;
    column-gap: 30px;
}

 #propos #realisations  li {
  padding-bottom: 10px;
  line-height: 100%;
  padding-left: 20px;
  font-size: 17px;
  text-indent: -10px;
}

#propos #realisations .fa {
  padding-right: 5px;
  color: black;
}

/* ========== PARTENAIRES ========= */

#propos #partenaires {
	background-color: white;
	color: black;
}

#propos #partenaires h3 {
	background-color: #F7F7F7;
    margin: 0;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 30px;
}


.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 80px;
	height: 30px;
	margin: 0 -110px;
	font-size: 60px;
	color: #F7F7F7;
	text-shadow: 2px 2px 8px rgba(199, 199, 199, 0.9);
}

.owl-stage-outer {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,1),  rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));
}

.owl-carousel .owl-prev {
	left : 0px
}

.owl-carousel .owl-next {
	right: 0px;
}

.owl-carousel {
	width: 65%;
	margin: 0 auto;
	padding: 40px 0;
}

.owl-carousel--item {
	height: 150px;
	padding: 0 15px;
	display: flex;
	justify-content:center;
	align-items:center;
  
	img {
		display: block;
		margin: 0 auto;
		width: auto !important;
	}
}

/* ==================== PAGE CONTACT ET DEMANDE DE SERVICE =================== */

/* =========== FORMULAIRE =========== */

#form-contact .btn,
#form-demande-service .btn {
	margin: 0;
	background-color: #231f20;
	border: none;
	text-align: center;
	padding: 0 10px;
}

#form-contact .btn i,
#form-demande-service .btn i {
	padding-right: 10px;
	margin-right: 10px;
	border-right:  1.5px solid #e6e7e8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

textarea {
	box-sizing: border-box;
	width: 100%;
	height: 9rem;
	margin: 15px 0;
	padding: 1.5%;
	resize:none;
	background-color: white;
}

textarea:focus {
	outline-color: #d8cfbe;
}

/* CONTACT SEULEMENT */

#contact {
	min-height: calc(100% - (60px + 52px)) !important;
	background-image: url('../images/fond_contact.jpg');
	background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

#contact #zone-contact {
	width: 950px;
	height: 565px;
	margin: 0 auto;
	display: flex;
	border: 2px solid rgb(216, 207, 190);
	justify-content: center;
}

#zone-contact h3 {
	font-family: 'Poppins';
	font-size: 24px;
	font-weight: bold;

	margin-bottom: 10px;
	margin-top: 0px;

	position: relative;
	top: -7px;
	line-height: 140%;
	border-bottom: solid 2px #d3d3d3;
}

#zone-contact #info-contact h3 {
	width: 230px;
}

#zone-contact #form-contact h3 {
	width: 310px;
	margin-bottom: 15px;
}

#zone-contact h4 {
	font-size: 18px;
	font-weight: bold;
}

#zone-contact p, #zone-contact span {
	font-size: 15px;
}

#zone-contact #info-contact, #zone-contact #form-contact  {
	width: 50%;
	padding: 30px;
}

#zone-contact #info-contact {
	background-color: white;
}

#zone-contact #info-contact #localisation{
	text-align: center;
}

#info-contact .deux-colonnes {
	height: 200px;
}

#info-contact .deux-colonnes > div {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#info-contact .deux-colonnes h4 {
	padding-top: 10px;
	margin-bottom: 5px;
}

#zone-contact #form-contact {
	background-color: #e6e7e8;
}

#form-contact label {
	color: black;
	font-size: 15px;
}

#form-contact label i {
	color: #231f20;
	font-size: 20px;
	margin: 0 10px 0 0;
}

#form-contact div:last-child {
	text-align: center;
}

#form-contact input {
	margin: 10px 0 20px;
}

#form-contact .erreur {
	display: block;
	padding: 7.5px 0px 0px;
	color: red;
	font-size: 10px;
}

#form-contact .validation {
	display: block;
	color: black;
	font-size: 12px;
	padding: 20px 5px 0
}

/* DEMANDE DE SERVICE SEULEMENT */

#sect-demande-service {
	height: auto;
	background-image: url(../images/fond_demande_service.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 5% 0;
}

#zone-demande-service {
	background-color: rgba(0, 0, 0, 0.8);
	width: 70%;
	margin: 0 auto;
	padding: 40px 50px 50px 60px;
	border: 1px solid #d8cfbe;
}

#zone-demande-service h3 {
	text-align: center;
	font-family: 'Poppins';
	font-size: 28px;
	line-height: 140%;
	border-bottom: 2px solid #8c8c8c;
	width: 320px;
	margin: 0 auto 20px;
}

#zone-demande-service #info-demande-service p {
	text-align: center;
	font-size: 18px;
	padding: 0.5% 0 1.5% 0;
}

#info-demande-service .erreur,
#info-demande-service .validation {
	display: block;
	padding: 1.5% 0;
	color: red;
	font-size: 14px;
}

#info-demande-service .validation {
	color: #d8cfbe !important;
}

#zone-demande-service span {
	font-size: 15px;
}

#zone-demande-service #form-demande-service {
	width: 100%;
}

#zone-demande-service .deux-colonnes {
	display: flex;
	justify-content: space-between;
}

#zone-demande-service .premiere-colonne,
#zone-demande-service .deuxieme-colonne {
	width: 45%;
}

#form-demande-service .titreQuestion {
	font-size: 17px;
	line-height: 140%;
	padding: 15px 0 10px;
}

#form-demande-service .titreQuestion label {
	font-size: 17px;
	color: white;
	padding: 15px 0 10px;
}

#form-demande-service label i {
	font-size: 20px;
	margin: 0 10px 0px 10px;
}

#form-demande-service input {
	width: 100%;
	color: #d8cfbe;
}

#form-demande-service textarea {
	background-color: inherit;
	margin-top: 5px;
	color: #d8cfbe;
}

#form-demande-service .zone-commentaires textarea{
	height: 11rem;
}

#form-demande-service #descEvent {
	height: 4.6rem;
	margin-bottom: 5px;
}

#form-demande-service .soumission {
	text-align: center;
	margin-top: 4%;
}

#form-demande-service .soumission .btn {
	border: 1px solid #d8cfbe;
}

/* FIN DEMANDE DE SERVICE SEULEMENT */


/*========================== STYLES ORDINATEUR ========================*/

@media screen and (min-width:1025px) {

	/* ==== AJUSTEMENTS FONT AWESOME ==== */

	#zone-contact .deux-colonnes .fa-envelope {
		font-size: 18px;
	}

	#zone-contact .deux-colonnes .fa-location-arrow {
		font-size: 22px;
	}

	#zone-contact .deux-colonnes #adresse {
		padding-top: 8px;
	}

	#zone-contact .deux-colonnes p, #zone-contact .deux-colonnes span {
		margin-left: 23px;
	}
	/* == FIN DES AJUSTEMENTS FONT AWESOME == */

	.desc-service {
		width:  65%;
	}

	.mission {
		border-bottom: 2px solid #d8cfbe;
	}

	#demande-service div:last-child i {
		font-size: 100px;
	}

	#form-contact .erreur {
		display: inline;
		padding: 0;
	}

	#form-contact .validation {
		padding: 7.5px 0 0;
	}

	#form-demande-service #descEvent {
		height: 10.5rem;
	}

	#form-demande-service .soumission .btn {
		padding: 5px 40px 3.5px;
		border: 1px solid #d8cfbe;
	}

	#form-demande-service .soumission .btn span {
		font-size: 20px;
	}
}


/*========================== STYLES TABLETTE ========================*/
@media screen and (min-width:641px) and (max-width:1024px) {

	/* =========== NAVIGATION ========== */
	.side-nav {
		width: 30%;
	}

	.side-nav-social {
		display: none;
	}

	.brand-logo .logo {
		display: none;
	}

	.brand-logo .nomCompagnie {
		margin-left: -10%;
	}


	/* =========== CAROUSEL ========== */

	.carousel-fixed-item{
		left: 10% !important;
	}

	.carousel h3 {
		font-size: 20px !important;
	}

	.carousel h1 {
		font-size: 40px !important;
	}

	.carousel h2 {
		font-size: 35px !important;
	}

	.carousel div p {
		width: 80%;
		padding: 15px;
		font-size: 15px !important;
	}

	.carousel-item .btn {
		font-size: 16px;
	}

	/* ================ PAGE CONTACT =============== */

	#contact, #zone-contact {
		height: auto !important;
	}

	#zone-contact {
		padding: 90px 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: none !important;
	}

	#zone-contact #info-contact {
		margin-bottom: 50px;
	}

	#info-contact .deux-colonnes {
		height: 185px;
	}

	#info-contact, #form-contact {
		border: 2px solid rgb(216, 207, 190);
	}

	#zone-contact #info-contact h3,
	#zone-contact #form-contact h3 {
		width: 94%;
	}

	#zone-contact #info-contact #localisation iframe {
		height: 120px;
	}

	/* ================ PAGE SERVICES =============== */

	#demande-service .box-demande p{
		font-size: 22px;
	}

	#demande-service .box-demande p:last-child {
		font-size: 12px;
	}

	#demande-service .box-demande .btn {
		font-size: 18px;
	}

	.titre-service h4 {
		font-size: 1.8rem;
	}

	.desc-service ul {
	    column-count: 3;
	    column-gap:30px;
	}

	.desc-service li {
		font-size: 16px;
	}

	.desc-service h5 {
		font-size: 20px;
	}

	.desc-service p {
		font-size: 16px;
	}

	/* ================ PAGE À PROPOS =============== */

	#propos {
		background-color: white;
	}

	#propos #desc-entreprise {
		background-position: center;
	}

	#propos #desc-entreprise .desc-titre, 
	#propos #desc-entreprise .deux-textes div {
		font-size: 14px;
	}

	#propos #desc-entreprise h1 {
		width: 350px;
		font-size: 60px;
	}

	#propos #desc-entreprise h4, #propos #desc-entreprise h3 {
		font-size: 18px;
	}

	#propos #desc-entreprise i {
		font-size: 30px;
		padding: 10px;
	}

	#propos #info-entreprise .deux-colonnes,
	#propos #emission .deux-colonnes,
	#propos #realisations .deux-colonnes {
		height: auto;
		flex-direction : column;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre {
		width: 100%;
		order:1;
		flex-direction : row;
		border-left: none;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div {
		height: 200px;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div div {
		height: 17.5%;
		padding: 20px;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div div h3 {
		border-bottom: 2px solid;
		padding-bottom: 2px;
	}

	.mission {
		border-right: 2px solid #d8cfbe;
	}

	#propos #info-entreprise .deux-colonnes .colonne-texte {
		width: 100%;
		order:2 ;
		padding: 30px 0 50px 0;
	}

	#propos #info-entreprise .deux-colonnes .colonne-texte p {
		font-size: 14px;
	}

	#propos #emission .deux-colonnes .colonne-video {
		width: 100%;
		height: 250px;
		order: 2;
		border-right: none;
	}

	#propos #emission .deux-colonnes .colonne-titre {
		height: 350px;
		width: 100%;
		order : 1;
		border-bottom: 2px solid #d8cfbe;
		border-right: none;
	}

	#propos #realisations .deux-colonnes .colonne-texte {
		width: 100%;
	}

	#propos #realisations .deux-colonnes ul {
		padding: 0 20px 20px;
	}

	#propos #realisations .deux-colonnes ul li {
		font-size: 14px;
	}

	#propos #realisations .deux-colonnes .colonne-image {
		width: 100%;
		height: 300px;
		background-position: center;
		border-left: none;
		border-top: 2px solid #d8cfbe;
	}
}


/*========================== STYLES MOBILES ========================*/

@media screen and (max-width:640px) {

	/* =========== NAVIGATION ========== */

	.side-nav {
		width: 62%;
	}

	.brand-logo {
		left:47.5% !important;
	}

	.brand-logo .nomCompagnie {
		display: none;
	}

	.container {
    width: 90% !important;
  }


	/* =========== CAROUSEL ========== */

	.carousel-slider {
		height: 520px !important;
	}

	.carousel h1 {
		font-size: 27vw;
	}

	.carousel-fixed-item {
		left: 5% !important;
	}

	.carousel h3 {
		font-size: 20px !important;
	}

	.carousel h1 {
		font-size: 28px !important;
	}

	.carousel h2 {
		font-size: 22px !important;
	}

	.carousel div p {
		width: 85%;
		padding: 15px;
		font-size: 15px !important;
	}

	.carousel-fixed-item .btn {
		font-size: 14px;
		padding: 0 7.5px;
		margin-right: 2px;
	}

	.carousel .indicators .indicator-item {
		width: 15px;
		height: 15px;
	}


	/* =========== PIED DE PAGE ========== */

	footer {
		width: 100%;
		height: 110px;
		overflow: hidden;

	}

	footer .left {
		margin: 0;
	}

	footer .left a.btn{
		display: block;
		width: 50%;
		margin: 0 auto;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		font-size: 120%;
		margin-top: 10px;
	}

	footer .left, footer .right {
		float: none !important;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	footer .social {
		display: none !important;

	}

	footer .copyrights{
		text-align: center;
		padding: 10px 0;
		background-color: #3d090d;
		margin: 10px 0;
	}


	/* ================ INFOLETTRE =============== */

	.modal h4 {
		font-size: 170%;
	}

	.modal p{
		font-size: 110%;
	}

	.modal .input-text {
		width: 90% !important;
		font-size: 100%;
	}

	/* ================ PAGE CONTACT =============== */

	#contact, #zone-contact {
		height: auto !important;
	}

	#zone-contact {
		padding: 70px 0 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border: none !important;
	}

	#zone-contact #info-contact {
		margin-bottom: 30px;
	}

	#info-contact .deux-colonnes {
		height: 175px;
	}

	#info-contact, #form-contact {
		width: 72% !important;
		border: 2px solid rgb(216, 207, 190);
	}

	#zone-contact #info-contact #localisation iframe {
		height: 120px;
	}

	#zone-contact h3 {
		font-size: 17px;
		line-height: 35px;
	}

	#zone-contact h4 {
		font-size: 13.5px;
	}

	#zone-contact #info-contact h3,
	#zone-contact #form-contact h3 {
		width: 100%;
	}

	#zone-contact p, #zone-contact span {
    	font-size: 13px;
	}

	/* ============== DEMANDE DE SERVICES ============ */

	#sect-demande-service {
		padding-top: 20%;
	}

	#sect-demande-service #zone-demande-service {
		padding: 8% 10%;
	}

	#sect-demande-service #zone-demande-service .deux-colonnes {
		flex-direction: column;
	}

	#sect-demande-service #zone-demande-service #info-demande-service h3 {
		width: 100%;
		font-size: 18px;
		border-bottom: none;
	}

	#sect-demande-service #zone-demande-service #info-demande-service .validation {
		font-size: 14px;
		margin: 15px 0;
	}

	#sect-demande-service #zone-demande-service #info-demande-service .info {
		display: none;
	}

	#form-demande-service .titreQuestion label,
	#form-demande-service .titreQuestion {
		font-size: 14px;
	}

	#sect-demande-service #zone-demande-service .premiere-colonne,
	#sect-demande-service #zone-demande-service .deuxieme-colonne {
		width: 100%;
	}

	/* ================ PAGE SERVICES =============== */

	#demande-service .box-demande {
		width: 70%;
		padding: 10px;
	}

	#demande-service .box-demande p:nth-child(1){
		font-size: 18px;
		margin-bottom: 10px;
	}
	#demande-service .box-demande p:nth-child(2){
		width: 70%;
		margin: 0 auto;
		font-size: 18px;
	}

	#demande-service .box-demande p:nth-child(3) {
		font-size: 10px;
	}

	#demande-service .box-demande .btn {
		font-size: 14px;
	}

	#demande-service div:last-child {
		display: none;
	}

	.titre-service h4 {
		font-size: 1.2rem;
	}

	#les-services li .collapsible-header {
		height: calc(100vh/2);
	}

	#les-services li .collapsible-body p {
		padding-left: 0.75rem;
		padding-top: 0.5rem;
	}

	.desc-service {
		margin: 30px auto ;
	}

	.desc-service ul {
	    column-count: 2;
	    column-gap: 20px;
	    padding-left: 10px;
	}

	.desc-service li {
		font-size: 15px;
		padding-left: 13px;
    	text-indent: -11px;
	}

	.desc-service .fa {
		font-size: 16px;
		padding: 0 8px 0 0;
	}

	.desc-service h5 {
		font-size: 18px;
	}

	.desc-service p {
		font-size: 15px;
	}

	/* ================ PAGE À PROPOS =============== */

	#propos {
		background-color: white;
	}

	#propos #desc-entreprise {
		padding: 60px 0 40px !important;
	}

	#propos .conteneur-desc-entreprise {
		padding: 25px 0 !important;
	}
	
	#propos #desc-entreprise h1 {
		width: 220px;
		font-size: 36px;
		border-bottom-width: 1px;
	}

	#propos #desc-entreprise h4, #propos #desc-entreprise h3 {
		font-size: 14px;
	}

	#propos #desc-entreprise p {
		font-size: 12px;
	}

	#propos #desc-entreprise i {
		padding: 15px 0 0;
		font-size: 24px;
	}

	#propos #desc-entreprise .deux-textes {
		flex-direction : column;
	}

	#propos #desc-entreprise .desc-titre, #propos #desc-entreprise .deux-textes div {
		width: 90%;
	}



	#propos #info-entreprise .colonne-texte h5 {
		font-size: 20px;
	} 

	#propos #info-entreprise .deux-colonnes,
	#propos #emission .deux-colonnes,
	#propos #realisations .deux-colonnes {
		height: auto;
		flex-direction : column;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre {
		width: 100%;
		order:1;
		flex-direction : row;
		border-left: none;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div {
		height: 150px;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div div {
		height: 30%;
		width: 80%;
	}

	#propos #info-entreprise .deux-colonnes .colonne-titre div div h3 {
		font-size: 16px;
		border-bottom: 1px solid;
		padding-bottom: 2px;
	}


	.mission {
		border-right: 2px solid #d8cfbe;
	}

	#propos #info-entreprise .deux-colonnes .colonne-texte {
		width: 100%;
		order:2 ;
		padding: 20px 0 30px 0;
	}

	#propos #info-entreprise .deux-colonnes .colonne-texte p {
		font-size: 14px;
		padding: 2% 7.5% 0 12.5%;
	}

	#propos #emission .deux-colonnes .colonne-video {
		width: 100%;
		height: 130px;
		order: 2;
		border-right: none;
	}

	#propos #emission .deux-colonnes .colonne-titre {
		height: 250px;
		width: 100%;
		order : 1;
		border-bottom: 2px solid #d8cfbe;
		border-right: none;
	}

	#propos #emission .deux-colonnes .colonne-titre div h3{
		width: auto;
		font-size: 20px;
		border-bottom-width: 2px;
		padding-bottom: 2px;
	}

	#propos #emission .deux-colonnes .colonne-titre div h3 span{
		font-size: 14px;
	}

	#propos #realisations .deux-colonnes .colonne-texte {
		width: 100%;
	}

	#propos #realisations .deux-colonnes .colonne-texte h3 {
		font-size: 20px;
		margin-bottom: 20px;

	}

	#propos #realisations .deux-colonnes .colonne-texte h3 .fa {
		display: none;
	}


	#propos #realisations .deux-colonnes ul {
		column-count: 1;
		padding: 0 10px 20px;
	}

	#propos #realisations .deux-colonnes ul li {
		font-size: 14px;
		text-indent: -5px;
	}

	#propos #realisations .deux-colonnes ul li .fa{
		padding-right: 2px;
	}

	#propos #realisations .deux-colonnes .colonne-image {
		width: 100%;
		height: 220px;
		background-position: center;
		border-left: none;
		border-top: 2px solid #d8cfbe;
	}

	#propos #partenaires h3 {
		font-size: 20px;
	}

	.owl-carousel {
		padding: 10px 0;
	}
}

/*========================== AUTRES STYLES MEDIA SCREEN ========================*/

@media screen and (min-width:992px) {

	#langues {
		margin-right: 3%;
	}

}

@media screen and (max-width:1090px) {

	nav ul li a {
		font-size: 100%;
	}

}

@media only screen and (min-width: 601px) {

	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	    height:58px;
	    line-height: 58px;
	}

}

@media only screen and (min-width: 993px) {
  .container {
    width: 80% !important;
    padding-right: 85px;
  }

  .brand-logo .nomCompagnie {
  	padding-left: 15px;
  }
}

@media only screen and (max-height:670px) {
	.global .indicators {
		display: none;
	}

	.carousel-slider {
		height:  525px !important;
	}

	.carousel-fixed-item {
		top: 10% !important;
	}

	#services #demande-service div:last-child {
		display: none;
	}
}

@media only screen and (max-height:800px) {
	#propos #desc-entreprise {
	    height: 100%;
	    padding: 75px 0;
	}
}

@media only screen and (max-width:1150px) {
	#propos .conteneur-desc-entreprise {
		width: 90%;
		padding: 35px 0;
	}
}