*{
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
  }

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    font-family:'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 180%;
	color:#4B4848;
	width: 100%;
}

/*Vidéo header*/

header.home-hero {
    position: relative;
    height:89%;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header.home-hero .container {
    position: relative;
    z-index: 0;
    height: 100%;
}
.text-container {
        background:
          linear-gradient(#141414, #0f0f0f, #000);
          border-left: 2px solid #212121;
          border-right: 2px solid #212121;
}

header.home-hero video {
    position: absolute;
    top: 50%;
    left: 49.99%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    filter: brightness(35%);
}

@media (max-width: 575.98px) {
    header.home-hero video {
        background-color: black;
   }
}
header.home-hero img.poster {
    display: none;
}

/*fin video header*/


/*Navigation*/

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 1;
}

nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #110907;
}

nav ul li {
    display: inline-block;
    padding: 16px 40px 16px 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

nav ul li a:hover {
    text-decoration: none;
    color: #9C6E1A;
    font-size: 1.2rem;
}

nav ul li a.btna{
	font-size: 1.2rem;
	border: none;
  	outline: none;
  	background-color: none;
}

.active, .btna:hover {
	color: #9C6E1A;
}


/*Logo*/

.logo {
	font-family: 'Unica One', cursive;
	font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.125rem;
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 21px 116px;
}

#logagence{
	color:rgb(255, 255, 255);
}

#logagence:hover{
	color:rgb(180, 30, 30);
	text-decoration: none;

}

.logo img.logoresize{
	width: 180px;
	height: auto;
}

#comingsoon{
	padding: 15% 5.2%;
	background-color:rgba(0, 0, 0, 0);
}

#subscribeancre{
	color: #ebebeb;
	font-size: 3.2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 54px 0px 20px 0px;
}

.parasolo1{
	font-size: 1.2rem;
	padding-bottom: 20px;
	padding-left: 4px;
	padding-right: 50px;
	font-weight: light;
	text-align: left;
}

.panel-heading{
    padding: 0px 0px 30px 0px; 
}

.panel-title{
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff; 
}

.panel-default{
    padding: 0px 18px 0px 0px; 
}

/*Formulaire*/
.centered-form{
	margin-top: 60px;
}

.centered-form .panel{
	background: none;
}

#allrightform{
	float: right;
}

.form-group .form-control{
	background-color:rgba(0,0,0,0) !important;
	border: 1px solid #9C6E1A; /*rgb(207, 105, 9)*/
	color:rgb(255, 255, 255);
}

.btn-outline-danger{
	color: #ffffff !important; 
	background-color: rgba(0,0,0,0);
	border: 1px solid #9C6E1A !important;
	margin-left: 0px;
}

.btn-outline-danger:hover{
	color: #ffffff !important;
	background-color: #9C6E1A !important;
}

.btn-default{
	color:rgba(255, 255, 255, 1);
	background-color: #9C6E1A ;
}

.btn-default:hover{
	color:rgba(255, 255, 255, 1);
	background-color: #825C16 ;
}


/*suite formulaire*/

.imgrecette{
	padding: 10px;
	border-radius: 5px;
  }
  
  /*avec preview*/
  .imgrecette{
	max-height: 180px;
	max-width: auto;
  }
  
  input[type=file]{
  padding:10px;
  background:#2d2d2d;}

/*suite formulaire mysql pdo*/

/* Form */


.form-group {
	position: relative;
	margin-bottom:28px;
}
  
label {
	position: absolute;
	font-size:18px;
	color:#aaa;
	transition: all .4s;
	top:24px;
	transform:translateY(-50%);
	margin-left:24px;
	cursor:text;
	z-index: 1;
}
  
.form-status {
	padding:8px;
	text-align: center;
	color:white;
	margin-top:8px;
	margin-bottom:-24px;
}
  
.move-up {
	margin-top:-32px;
	margin-left:0px;
	font-size:14px;
	background:#ff0000;
	border-radius:8px 0;
	color:white;
	padding:4px 8px;
	min-width:100px;
}

/*fin formulaire*/

#myVideo {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	filter: brightness(25%);
}

/*scroll down arrow*/

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #9C6E1A;
	fill: transparent;
	stroke-width: 3px;/*1px*/	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari & Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari & Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari & Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari & Chrome */
}

/*fin scroll down arrow*/

/*logos carousel*/

.caroulogos{
	position: relative;
	z-index: 0;
}

.logoscarouseltitle{
	padding-top: 120px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#131211;
}

.section-padding{
	padding:20px 0;
	z-index: 0;
}

.brand-carousel {
	background: none;
	margin-top: 2%;
	width: 200px;
	z-index: 0;
}


/*change la taille des logos car trop gros*/
.single-logo{
	width: 100%;
}

.owl-dots {
	text-align: center;
	margin-top: 4%;
	z-index: 289;
}

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #000 !important;
}
/*fin carousel logos*/


/*counter*/

.counters {
    background-color: #131211;
    color: white;
    padding: 40px 20px;
    border-top: 3px solid #17181a;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: #bb3017;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

.counters h3 {
    color: #fcfcfc;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px solid #17181a;
        padding-bottom: 20px;
    }
}

/*fin counter*/


/*about us*/

.img-fluid{
	max-width: 100%;
	height: auto;
	padding-left: 85px;
}

/*texte face video*/
.textetvideo1{
	padding-top: 130px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 50px;
}

.imgapropos{
	padding-bottom: 130px;
}

.text2video1{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 50px;
}

.titretdv1{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#131211; 
	padding-left: 50px;
	
}

.gallery-titleprojets{
    font-size: 3.5em;
    color: #494242;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
}

.titretdv1c{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#131211; 
	text-align: center;
	margin-top: 5%;
}

.parapro{
	text-align: center;
	color:#131211; 
}

.titretdv1b{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#131211; 
	padding-top: 50px;
	padding-left: 50px;
}

.paratdv1{
	font-size: 1.2rem;
	padding-left: 50px;
}

.paratdv2{
	font-size: 1.2rem;
	padding-left: 70px;
}

/*fin about*/

.callto{
	float: left;
}

/*texte-video*/
.textetvideo{
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 50px;
}

.text2video{
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 78px;
	margin-top: 50px;
}

.titretdv{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#131211; 
	padding-left: 50px;
}

.paratdv{
	font-size: 1.2rem;
	padding-left: 50px;
}

.lead{
	font-weight: bold;
}

.myVideo2{
	padding-top: 90px;
	padding-bottom: 30px;
	padding-right: 45px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
	width: 100%;
}

/*texte sur video*/

.header {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
  
.header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.header .container {
	position: relative;
	z-index: 2;
}
  
.header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
}
  
/*@media (pointer: coarse) and (hover: none) {
	.header {
	  background: url("../images/deco/image_video_service.jpg") black no-repeat center center scroll;
	}
	.header video {
	  display: none;
	}
}*/

#titresurvid{
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fcfcfc;
}

.parasolovideo{
	font-size: 1.2rem;
	padding-bottom: 20px;
	font-weight: light;
}

/*L'équipe*/

#projets-1{
	background-image: url("../images/deco/img_parallax10ok.jpg");
	width: 100%;
	height: 450px;/*600px*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

  #mid2{
	height: auto;
	width: auto;
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 100px;
  }

/*galerie équipe*/

.paragequipe{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.equipe{
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	justify-content: space-evenly;
	margin-top: 60px;
}
  
.equipe .box{
	position: relative;
	width: 330px;
	height: 330px;
	background: #9C6E1A ;
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
}
   
.equipe .box .imageBox{
	position: relative;
	overflow: hidden;
}
  
.equipe .box .imageBox img{
	transition: transform 2s;
	object-fit: cover; 
	width: 330px;
	height: 330px;
}
  
.equipe .box:hover .imageBox img{
	transform: scale(1.2);
}
  
.equipe .box .textimageBox{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.8);
	transform: scaleY(0);
	transition: transform .5s;
}
  
.equipe .box:hover .textimageBox{
	transform: scaleY(1);
}
  
.equipe .box .textimageBox .content-1{
	position: absolute;/**/
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 15px;
	color: #fff;
}
  
.equipe .box .textimageBox .content-1 h2{
	  margin: 0;
	  padding: 0;
	  font-size: 20px;
	  color: #ffffff ;
}
  
.equipe .box .textimageBox .content-1 p{
	margin: 10px 0 0;
	padding: 0;
}
  
.fbicone{
	margin-left: 7%;
}


/*Galerie portfolio*/
 
.portfolio{
	margin-top: 50px;
	margin-bottom: 60px;
}

.navportfolio{
    padding-top: 0px;
}

#portfolio{
    padding: 0px;
    margin: auto;
}

.gallery-title{
    font-size: 3.5em;
    color: #494242;
    text-align: center;
    font-weight: bold;
    padding: 60px 20px 40px;
}

.gallery-subtitle{
    font-size: 2.5em;
    color: #494242;
    text-align: center;
    font-weight: 700;
    padding: 0px 20px 60px;
}

.filtrenav{
	padding: 0px;
	text-align: center;
}

.filter-button{
    text-align: center;
    color:  #131211;
    margin-bottom: 30px;
}

.filter-button:hover{
    border: 1px solid   #9C6E1A ;
    border-radius: 5px;
    text-align: center;
    background-color:  #9C6E1A ;
    text-decoration: solid;
}

.container-ok{
    padding: 20px;
}

.container-ok{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-ok .box{
    position: relative;
    width: 350px;
    height: 310px;
    overflow: hidden;
    transition: 0.5s;
}

.container-ok .box:hover{
    z-index: 0;
    transform: scale(1.25);
    box-shadow: 0 25px 40px rgba(0, 0, 0, .5);
}

.container-ok .box .imgbx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-ok .box .imgbx:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(156, 110, 26), #000);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: 0.5s;
}

.container-ok .box:hover .imgbx:before{
    opacity: 1;
}

.container-ok .box .imgbx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-ok .box .content-art{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 20px;
    align-items: flex-end;
}

.container-ok .box .content-art .titleart{
    color: #fff;
    transition: 0.5s;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
    transform: translateY(200px);
}

.container-ok .box:hover .content-art .titleart{
    transform: translateY(0);
    transition-delay: 0s;
}

.container-ok .box .content-art .textarto{
    color: #fff;
    transform: translateY(200px);
    transition: 0s;
    font-size: 14px;
}

.container-ok .box:hover .content-art .textarto{
    transform: translateY(0);
    transition-delay: 0s;
}

.titleart, .textarto{
    text-align: left;
}

a{
    text-decoration: none;
}

title{
    text-decoration: none;
}

.gallery_productarticle{
    padding: 30px;
}

/*fin projet overlay*/


/*détails portfolio*/

.modal-body{
	background-color: rgb(255, 255, 255);
}

.modal-title{
	font-weight: 900;
}

.paramodal{
	padding-top: 50px; 
}

.titleincarousel{
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#9C6E1A ; 
	padding-top: 50px;
	padding-left: 0px;
}

.titleh5{
	color:rgb(255, 255, 255);
	font-weight: 900;
}

.sousparah5{
	color:rgb(255, 255, 255);
	font-weight: 500;
}


/*details header*/

.detailheader2, .detailheader3, .detailheader4, .detailheader5, .detailheader6, .detailheader7, .detailheader8, .detailheader9,
.detailheader10, .detailheader11, .detailheader12, .detailheader13{
	height: 100vh;
	position: relative;
  	text-align: center;
  	color: white;
	padding-left: 0;
	padding-right: 0;
}
	
.imgdudessus2{
	width: 100%;
	height:100vh;
	padding: 0px;
	margin: 0px;
}

.textdetailheader2 h1{
	position: absolute;
	top: 30%;
	left: 6%;
	bottom: 20%;
	color:rgb(255, 255, 255);
	font-size: 3.2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.textdetailheader2 p{
	position: absolute;
	top: 120px;
	left: 160px;
	color:rgb(255, 255, 255);
}

.textdetailheader2 .briefinglist2{
	position: absolute;
	top: 45%;
	left: 6%;
	color:rgb(255, 255, 255);
	list-style-type: none;
	text-align: left;
}

/*image header par page details*/

.detailheader2{
	background-position: center;
	background-image: url("../images/deco/pexels-victoria-borodinova-3745526.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader3{
	background-position: center;
	background-image: url("../images/deco/furniture-998265_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader4{
	background-position: center;
	background-image: url("../images/deco/home-5835289_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader5{
	background-position: center;
	background-image: url("../images/deco/hotel-room-1447201_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader6{
	background-position: center;
	background-image: url("../images/deco/interior-2685521_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader7{
	background-position: center;
	background-image: url("../images/deco/interior-design-4467768_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader8{
	background-position: center;
	background-image: url("../images/deco/livingroom-1032733_1280.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader9{
	background-position: center;
	background-image: url("../images/deco/living-room-2155376_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader10{
	background-position: center;
	background-image: url("../images/deco/chairs-2181947_1920.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader11{
	background-position: center;
	background-image: url("../images/deco/pexels-joanna-bogacz-4138152.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader12{
	background-position: center;
	background-image: url("../images/deco/pexels-ksenia-chernaya-4450334.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.detailheader13{
	background-position: center;
	background-image: url("../images/deco/pexels-vecislavas-popa-1571460.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.imgdudessus{
	width: 100%;
}

#comingsoon2{
	padding: 15% 5.2%;
	background-color:rgba(0, 0, 0, 0);
}

.btndevis{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.btn-outline-danger{
	color: #ffffff !important; 
	background-color: rgba(0,0,0,0);
	border: 1px solid #9C6E1A !important;
}

.btn-outline-default{
	color: #1d1a1a !important; 
	background-color: rgba(0,0,0,0);
	border: 1px solid #9C6E1A !important;
	margin-left: 20px;
}

.btn-outline-default:hover{
	color: #ffffff !important;
	background-color: #9C6E1A !important;
}

.btn-outline-default.sendbutton{
	color: #1d1a1a !important; 
	background-color: rgba(0,0,0,0);
	border: 1px solid #9C6E1A !important;
}

.btn-outline-default.sendbutton:hover{
	color: #ffffff !important;
	background-color: #9C6E1A !important;
}

#carouselExampleIndicators{
	padding: 0;
}

/*pagination*/
.pagination-presuiv{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.pagination, .pagination2{
	list-style-type: none;
}

.page-item.active .page-link {
	color: rgb(22, 21, 21);
	font-weight: 600;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link .spansize {
	color: rgb(22, 21, 21);
	font-weight: normal;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link:hover {
	color: #9C6E1A;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link .spansize:hover {
	color: #9C6E1A;
	font-weight: normal;
	background-color: transparent;
	border-color: transparent;
}
  
.page-item.disabled .page-link {
	color: #868e96;
	font-weight: 600;
	pointer-events: none;
	cursor: auto;
	background-color: transparent;
	border-color: transparent;
}

.page-item.disabled .page-link .spansize {
	color: #868e96;
	font-weight: normal;
	pointer-events: none;
	cursor: auto;
	background-color: transparent;
	border-color: transparent;
}

.li-prec{
	text-align: left;
}

.li-suiv{
	text-align: right;
}

/*flèche*/
.chevroncolor-active{
	color: rgb(22, 21, 21);
	padding-top: 25px;
}

.chevroncolor-active:hover{
	color: rgb(179, 27, 27);
	padding-top: 25px;
}

.chevroncolor-disabled{
	color: #868e96;
	padding-top: 25px;
}

/*fin détails portfolio*/

.all{
	height: 800px; 
	color:rgb(255, 255, 255);
	padding: 280px 0 0 100px;
	margin: 0px;
	overflow: hidden;
}

/*vidéo*/

video .videomid{
	filter: brightness(1);
}

.videomid{
	filter: brightness(1);
}

.map-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
	
.map-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/*footer*/
#footer{
	padding: 5% 15% 8% 15%;
	background-color: #110907;
	color: #fff;
	overflow: hidden;
}

.parasolofoot{
	font-size: 1.2rem;
	padding-bottom: 0px;
	font-weight: light;
}

/*contactez-nous*/
.display-5{
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 54px 0px 40px 0px;
}

.lead2{
	color:rgb(255, 255, 255);
	padding: 20px 0px 20px 0px;
}

.copyright{
	text-align: center;
	padding: 20px 0px 20px 0px;
	background-color: #110907;
	overflow: hidden;
	color:rgb(255, 255, 255);
}

a.politics{
	color:rgb(255, 255, 255);
	text-decoration: none;
}

a.politics:hover{
	color: #9C6E1A ;
	text-decoration: none;
}

.spanish{
	color:rgb(102, 99, 99);
	padding-right: 20px; 
	margin-bottom: 20px;
}

.allcontact{
	margin-bottom: 50px;
}

.copyrightstyle{
	padding-top: 15px;
}

/*Contact*/

.teadata{
    font-size: 1.2rem;
}

.teadata2{
    font-size: 1.2rem;
	line-height: 0.1rem;
	padding: 0 0 1.25rem 2.375rem;
}

.contactlogo{
    width: 35px;
	padding-left: 0px;
	margin-left: 0px;
}


/*fontawesome icone background*/

.linkcursor{
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: left;
}

.white-coloricone{
	background-color:#ffffff;
	color: #110907;
	padding: 7px;
	border-radius: 50px;
}

.white-coloricone:hover{
	background-color:#9C6E1A ;
	color: #fffaf9;
	padding: 5px;
	border-radius: 50px;
}

.white-coloriconeview{
	background-color:#ffffff;
	color: #110907;
	padding: 7px;
	border-radius: 50px;
	text-align: left;
}

.white-coloriconeview:hover{
	background-color:#9C6E1A ;
	color: #fffaf9;
	padding: 7px;
	border-radius: 50px;
}

.white-coloriconef{
	background-color:#ffffff;
	color: #110907;
	padding: 7px 11px;
	border-radius: 50px;
}

.white-coloriconef:hover{
	background-color:#9C6E1A ;
	color: #ffffff;
	padding: 5px 9px;
	border-radius: 50px;
	
}

.white-coloriconem{
	color: #ffffff;
	padding: 7px 9px;
	border-radius: 50px;
	font-size: 100px;
}

.white-coloriconecont{
	color: #ffffff;
	padding: 7px;
	border-radius: 50px;
	
}

.white-coloriconecont:hover{
	color: #9C6E1A ;
	padding: 7px;
	border-radius: 50px;
}

.white-coloriconecont, .white-coloriconem{
	margin-right: 5px;
	margin-left: 0px;
}

.white-coloricone, .white-coloriconeview, .white-coloriconef{
	margin-right: 20px;
	margin-left: 0px;
}

.white-coloricone:hover, .white-coloriconeview, .white-coloriconef:hover{
	margin-right: 24px;
	margin-left: 0px;
}

i.white-coloriconef, i.white-coloricone, i.white-coloriconem, i.white-coloriconecont{
	font-size: 1rem;
}

i.white-coloriconeview {
	font-size: 1rem;
}

.followUs{
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff ;
	padding-top: 20px;
	padding-left: 5px;
}

.mailto{
	color:rgb(255, 255, 255);
}

.mailto:hover{
	color:#9C6E1A ;
	text-decoration: none;
}

.tel{
	color:rgb(255, 255, 255);
}
.tel:hover{
	color:#9C6E1A ;
	text-decoration: none;
}

.map1{
	color:rgb(255, 255, 255);
}

.map1:hover{
	color:#9C6E1A ;
	text-decoration: none;
}

/*alert message envoyé du formulaire*/
.alert-default{
	background-color: #147A40;
	color: #fff;
	height: auto;
	width: 420px;
	margin-bottom: 50px;
}

.alerto{
	margin-top: 50px;
	margin-left: 15px;
}

/*Bouton backtotop*/
#myBtn {
	display: none; 
	position: fixed; 
	bottom: 20px; 
	right: 30px; 
	z-index: 99;
	border: none; 
	outline: none; 
	background-color: rgba(156, 110, 26, 0.5) ;
	color: white; 
	cursor: pointer; 
	padding: 15px 23px 15px 23px;
	border-radius: 30px;
	font-size: 18px; 
}
  
#myBtn:hover {
	background-color: #9C6E1A ; 
}

.seo{
	font-weight: normal;
}


/*****************RESPONSIVE******************/

@media(min-width: 1500px) {
	.panel-default{
		padding-left: 20%;
		padding-right: 1%;
	}
}


@media(min-width: 1440px) and (max-width: 1720px) {
	nav ul {
		line-height: 60px;
		list-style: none;
		background: rgba(0, 0, 0, 0);
		overflow: hidden;
		color: #fff;
		padding: 0;
		text-align: right;
		margin: 0;
		padding-right: 40px;
		transition: 1s;
	}

	nav ul li {
		display: inline-block;
		padding: 16px 10px;
	}

	.logo {
		font-family: 'Unica One', cursive;
		font-weight: bold;
		font-size: 1.5rem;
		letter-spacing: 0.125rem;
		line-height: 60px;
		position: fixed;
		float: left;
		margin: 21px 45px 0px 92px;
	}

}


@media(min-width: 1280px) and (max-width: 1439px) {

	nav ul {
		line-height: 60px;
		list-style: none;
		background: rgba(0, 0, 0, 0);
		overflow: hidden;
		color: #fff;
		padding: 0;
		text-align: right;
		margin: 0;
		padding-right: 40px;
		transition: 1s;
	}

	nav ul li {
		display: inline-block;
		padding: 16px 10px;
	}

	.logo {
		font-family: 'Unica One', cursive;
		font-weight: bold;
		font-size: 1.5rem;
		letter-spacing: 0.125rem;
		line-height: 60px;
		position: fixed;
		float: left;
		margin: 21px 45px 0px 85px;
	}
}


@media(min-width: 992px) and (max-width: 1279px) {

	nav ul {
		line-height: 60px;
		list-style: none;
		background: rgba(0, 0, 0, 0);
		overflow: hidden;
		color: #fff;
		text-align: right;
		margin: 0;
		padding-right: 0px;
		transition: 1s;
	}

	nav ul li {
		display: inline-block;
		padding: 16px 5px 16px 18px;
	}

	.iconereeau{
		display: none;
	}

	.logo {
		font-family: 'Unica One', cursive;
		font-weight: bold;
		font-size: 1.5rem;
		letter-spacing: 0.125rem;
		line-height: 60px;
		position: fixed;
		float: left;
		margin: 21px 45px 0px 18px;
	}

	/*texte et formulaire*/
	#comingsoon{
		padding: 20% 0%;
	}

	.display-4{
		padding-left: 0px;
	}

	.parasolo{
		font-size: 1.2rem;
		padding-bottom: 20px;
		padding-left: 4px;
		padding-right: 50px;
		font-weight: light;
	}

	#titresurvid{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	  .parasolovideo{
		font-size: 1.2rem;
		padding-bottom: 20px;
		font-weight: light;
	}

	.allrightform{
		padding-top: 0px;
	}

	#subscribeancre{
		font-size: 2.5rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		padding: 51.2px 0px 10px 0px;
	}

	.parasolo1{
		font-size: 1.2rem;
		padding-bottom: 20px;
		padding-left: 4px;
		padding-right: 4px;
		font-weight: light;
		text-align: left;
	}

	.lead{
		padding-left: 0px;
		margin-left: 0px;
	}

	.leadsuite{
		padding-left: 0px;
	}

	.panel-default{
		padding-left: 25px;
		padding-right: 15px;
	}

	.panel-title{
		font-size: 1.5rem;
		text-align: left;
	}

	.panel-heading{
		padding-bottom: 10px; 
	}

	.panel-body{
		padding: 0px;
	}

	.formu{
		padding: 0px;
	}

	#myVideo {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
		min-width: 100%;
		min-height: 100%;
		filter: brightness(25%);
	}

	.textetvideo1{
		padding-top: 100px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 15px;
	}

	.text2video1{
		padding-bottom: 0px;
		padding-left: 30px;
		padding-right: 50px;
	}

	.img-fluid{
		max-width: 100%;
		height: auto;
		padding-left: 15px;
	}

	.paratdv1{
		font-size: 1.2rem;
		padding-left: 50px;
	}

	.titretdv1{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0px;
		padding-top: 0px;
	}

	.titretdv1b{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0px;
		padding-top: 50px;
	}

	.textetvideo{
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 14px;
		padding-right: 15px;
		padding-top: 40px;
	}

	.text2video{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 15px;
		margin-top: 0px;
	}

	.myVideo2{
		padding-top: 20px;
		padding-bottom: 50px;
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		height: auto;
		width: 100%;
	}

	.titretdv{
		padding-left: 2px;
		padding-top: 0px;
		font-size: 1.9rem;
	}

	.paratdv2{
		font-size: 1.2rem;
		padding-left: 20px;
	}

	.paratdv{
		padding-left: 3px;
	}

	.all{
		height: 800px; 
		color:rgb(255, 255, 255);
		padding: 280px 0 0 1px;
		margin: 0px;
	}

	#footer{
		background-color: #110907;
		padding: 40px 22px 100px 10px;
		overflow: hidden;
		color: #fff;
		text-align: left;
	}

	/*contactez-nous*/

	.display-5{
		font-size: 2rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		padding: 54px 0px 40px 0px;
	}

	.panel-default2{
		padding: 0px 15px 0px 50px;
	}
	
	.panel-heading2{
		padding-bottom: 10px; 
	}

	.panel-body2{
		padding: 0px;
	}

}


@media(max-width: 991px) {
	.logo {
		font-family: 'Unica One', cursive;
		font-weight: bold;
		font-size: 1.9rem;
		letter-spacing: 0.125rem;
		line-height: 60px;
		position: fixed;
		float: left;
		top: 0px;
		padding-left: 0px;
		margin: 10px 0px 0px 15px;	
	}

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
		  background: rgba(0, 0, 0, 0.9);
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          text-align: left;
    }

    .menu-icon {
          display: block;
    }

	.alert-default{
		background-color: #147A40;/*#16C762;*/
		color: #fff;
		height: auto;
		width: auto;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	#comingsoon{
		padding: 20% 0%;
	}

	.display-4{
		padding-left: 0px;
	}

	.parasolo{
		font-size: 1.2rem;
		padding-bottom: 20px;
		padding-left: 4px;
		padding-right: 50px;
		font-weight: light;
	}

	#titresurvid{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.parasolovideo{
		font-size: 1.2rem;
		padding-bottom: 20px;
		font-weight: light;
	}

	.allrightform{
		padding-top: 0px;
	}

	#subscribeancre{
		font-size: 2.5rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		padding: 70px 0px 10px 0px;
	}

	.parasolo1{
		font-size: 1.2rem;
		padding-bottom: 20px;
		padding-left: 4px;
		padding-right: 4px;
		font-weight: light;
		text-align: center;
	}

	.btnplace{
		text-align: center;
	}
	
	.lead{
		padding-left: 0px;
		margin-left: 0px;
	}

	.leadsuite{
		padding-left: 0px;
	}

	.logoscarouseltitle{
		padding-top: 120px;
		text-align: center;
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		color:#131211;
	}

	/*counter*/
	.counters .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		text-align: center;
	}
	
	.panel-body2{
		padding: 0px 15px 0px 15px;
	}

	.panel-title{
		font-size: 1.5rem;
		text-align: left;
	}

	
	.panel-heading{
		padding-bottom: 10px; 
	}

	.panel-body{
		padding: 0px;
	}

	.formu{
		padding: 0px;
	}

	#myVideo {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
		min-width: 100%;
		min-height: 100%;
		filter: brightness(25%);
	  }

	.textetvideo1{
		padding-top: 100px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 15px;
	}

	.text2video1{
		padding-bottom: 100px;
		padding-left: 30px;
		padding-right: 50px;
	}

	.imgapropos{
		padding-bottom: 70px;
	}

	.img-fluid{
		max-width: 100%;
		height: auto;
		padding-left: 15px;
	}

	.paratdv1{
		font-size: 1.2rem;
		padding-left: 50px;
		
	}

	.titretdv1{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0px;
		padding-top: 50px;
	}

	.titretdv1b{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 0px;
		padding-top: 50px;
	}

	.paratdv2{
		font-size: 1.2rem;
		padding-left: 20px;
	}

	.titretdv1c{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		color:#131211; 
		text-align: center;
		margin-top: 5%;
	}

	/*texte-video*/

	.textetvideo{
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 14px;
		padding-right: 15px;
	}

	.text2video{
		padding-top: 30px;
		padding-bottom: 0px;
		padding-left: 15px;
		margin-top: 30px;
	}

	.myVideo2{
		padding-top: 20px;
		padding-bottom: 50px;
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		height: auto;
		width: 100%;
	}

	.titretdv{
		padding-left: 2px;
		font-size: 1.9rem;
	}

	.paratdv{
		padding-left: 3px;
	}

	.colorh{
		font-size: 1.9rem;
		font-weight: bold;
	}

	.lead{
		  font-weight: bold;
	}

	.plusign{
		padding-top: 0px;
	}
	  
	.all{
		height: 800px; 
		color:rgb(255, 255, 255);
		padding: 280px 0 0 1px;
		margin: 0px;
		overflow: hidden;
	}

	/*titre page détails portfolio*/

	.textdetailheader2 h1{
		position: absolute;
		top: 30%;
		left: 6%; 
		bottom: 20%;
		color:rgb(255, 255, 255);
		font-size: 2.5rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
	}

	.titleincarousel{
		font-size: 1.9rem;
		font-weight: bold;
		text-transform: uppercase;
		color:#9C6E1A ; 
		padding-top: 50px;
		padding-left: 0px;
	}

	/*Fin détails portfolio*/

	#footer{
		background-color: #110907;
		padding: 40px 22px 100px 10px;
		overflow: hidden;
		color: #fff;
		text-align: left;
	}

	/*Contact*/

	.teadata{
		font-size: 1rem;
	}
	
	.teadata2{
		font-size: 1rem;
		line-height: 0.1rem;
		padding: 0 0 1.25rem 2.375rem;
	}

	/*ajout 16/11/2021*//*pour aligner au formulaire*/
	.text-alignment{
		padding-left: 35px;
	}

	.display-5{
		font-size: 2rem;
		font-weight: bold;
		text-transform: uppercase;
		text-align: left;
		padding: 54px 0px 40px 0px;
	}

	.followUs{
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 20px;
		text-align: left;
	}

	.followUscontainer{
		text-align: left;
	}

	/*reseau equipe*/

	.fbicone2{
		margin-left: 2%;
	}

	.panel-heading2{
		padding-bottom: 10px; 
	}

	.copyright{
		font-size: 0.8rem;
		text-align: center;
		padding: 20px 0px 20px 0px;
		background-color: #110907;
	}
}


@media(min-width: 970px) and (max-width: 991px) {
	.panel-default{
		padding-left: 1.5rem;
		padding-right: 1rem;
	}
	.panel-default2{
		padding: 0 1rem 0 1.8rem; 
	}
}


@media(max-width: 969px) {
	.panel-default{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


@media(min-width: 953px) and (max-width: 991px){
	.panel-default2{
		padding: 0 1rem 0 2.9rem; 
	}
}


@media(max-width: 952px) {
	.panel-default2{
		padding: 0 1rem 0 1.8rem; 
	}
}


@media(max-width: 550px) {
	.btn-outline-default{
		margin-top: 20px;
		margin-left: 0px;
	}
}


























	

    

	

	

	
	  





	

	  

	  

	



	
