@font-face {
  font-family: "Ferly";
  src: url('../Ferly.otf');
}
@font-face {
  font-family: "BodoniModa";
  src: url('../BodoniModa-Regular.ttf');
}

*,*::before,*::after {
  box-sizing: border-box;
}

	
body{
	margin: 0;
	font-family: "BodoniModa",arial;
	background:#F5F5F5;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	/*color: #F9F9F9;
	  background-image:url("../bg.png");*/

	 
}
.margintop {
  padding-top:60px;
  margin-top:-30px;
  display:block;
}
body,html{
	scroll-behavior: smooth;
}
img{ max-width: 100%; }
a{ transition: all 0.3s ease-in-out; }

.header{
	padding: 20px 15px;

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color:#F5F5F5;
	
}
.logo{
	width: 50px;
	display: block;
	
}
.logo img{
height:50px
}
.header-right-list{
	
  float: right;

}
.header-right-list ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.header-right-list ul li{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.header-right-list ul li a{
	font-size: 20px;
	display:block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;



}
.header-right-list ul li a:hover{
	
	color: #ff2e2e;
}
.header-right-list ul li a.nav_icon{
	background: transparent;
	color: #ff2e2e;
	font-size: 40px;
	vertical-align: middle;
}

.main_menu{
	position: fixed;
	right: 0;
	top:0;
	padding-top: 82px;
	z-index: 10;
	overflow: hidden;
	height: 0;
	width: 250px;
	transition: all 0.3s ease-in-out;
}
.main_menu.active{
	height: 100vh;
}
.main_menu ul{
	margin:0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}
.main_menu ul li{}
.main_menu ul li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 25px;
	border-bottom: 1px solid #ff2e2e;
	color: #000;
	background-image: linear-gradient(to right,#ff2e2e 100%,#fff);
	background-size: 0%;
	background-repeat: no-repeat;
}
.main_menu ul li a:hover{
	background-size: 100%;
	color: white;
}
.menu_bg{
	
	position: absolute;
	width: 10px;
	height: 10px;

	top:0;
	left: 50%;
	margin-left: -5px;
	transition: all 0.3s ease-in-out;
}
.main_menu.active .menu_bg{
	transform: scale(120);
}
.animatable {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 2s;
}
.animatable p{
margin-bottom:30px;
}
.animatable.visible {
  opacity: 1;
  transform: translate(0, 0);
  padding-bottom: 10px;
}
#titre{
	
	min-height: 45vh;
}
#rejoindre{
color:#ff2e2e; width:100%;padding: 0px 10px;
}
h1 {
padding-top:15vh;
    }
/*Banner*/
.banner{
	min-height: 55vh;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0,0,0,0.5);
  background-blend-mode: color;

	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	font-size: 26px;
	padding-top: 85px;
}
.litlebanner{
	display:none;
}
.banner h1{
	font-family:Ferly;
	font-size: 5vw;
  
  text-transform: capitalize;
}

.banner .container{
background:none;
}

h3{
		
}
 h1{
text-align:center;
	font-size: 6vw;
  
  text-transform: capitalize;
}
.row .container{
	
background:white;

color: black;
box-shadow: 2px 2px 2px grey;
}


.about_us-section figure{
	padding: 10px;

}

h2{
	font-family:Ferly;
	font-size: 40px;
	position: relative;
	margin-bottom: 35px;

	text-align: center;
}
h2 span{
	border-bottom: 2px solid #ff2e2e;
	padding: 0 5px 5px;
	display: inline-block;
}
h2.left{
	text-align: left;
}
h2.left span{
	padding-left: 0;
}

/*Services Section*/
.services-section{
	
	
}
.service-box{
	margin-bottom: 40px;
	height:calc(100% - 40px);
}

/*Contact Us Section*/
.contact_us-section{
	
}
input,textarea{
	width: 100%;
	height: 50px;
	padding: 10px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 3px;
	border:1px solid lightgray;
	margin-bottom: 20px;
	resize: none;
	background: #ece8e8;
}
textarea{
	height: 150px;
}
input[type="submit"]{
	width: 150px;
	border:0px;
	background: #ff2e2e;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
	cursor: pointer;
}
input[type="submit"]:hover{
	background: #d01212;
}
.center-cropped{
  object-fit: cover; /* Do not scale the image */
  height: 300px;
  width: 530px;
  filter: sepia(90%) grayscale(70%) ;
}
.center-cropped2{
  object-fit: cover; /* Do not scale the image */
  height: 233px;
  width: 350px;
}
/*footer*/
.footer{
	padding: 10px 30px;
	text-align:center;
	background:#000;
	color:#000;
	
	    background: #000;
    color: white;
    margin: auto;
}
img.zoom {

    
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
} 
    .thumb{
	    margin: 0 0 2rem;
	}	
    .thumb img{
	    filter: sepia(90%) grayscale(70%) ;
	}		

.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.footer a{
color:white
}
.align-middle{
align-self: center;
}
.container{
	margin-top:20px
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
a:link, a:visited,a:hover, a:active {

  color: black;

  text-decoration: none;

}
::placeholder {
  color: rgba(0, 0, 0, 0.35);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.35);
}
h4{
text-align:center;
}
.name {
  margin-bottom: 25px;
  margin-top: 5px;
}
	 .actif a{
		color:#ff2e2e
	}
	.passif a{
		color: black
	}
	.subtitre{
		margin-left:120px;
	}
@media only screen and (max-width: 600px) {
	.animatable p{
		text-align:center;
	}
	.animatable h3{
		text-align:center;
		text-decoration-line: underline;
		text-underline-offset: 8px;
		line-height: 50px;
		font-size:36px;
		text-decoration-color:#ff2e2e;
		text-decoration-thickness: 1px;
	}
	h1{
		font-size: 12vw;
	}
	.divLogo{
		float:left;
	}	
	.divList{
		margin-top:10px;
		float:right;
	}
		.subtitre{
		margin-left:20px;
	}
}


