
/*-----------------------------------------------------------------
TIPOGRAPHY
-------------------------------------------------------------------*/

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px 0;
  color: #201f21;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 0.9rem;
}

p span {
	font-family: 'Montserrat Alternates';
 	font-weight: 800;
	font-size: 1rem;
	color:#590c24;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 8px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 5px;
	font-size:1.2rem;
	 line-height: 3rem;
}

h2 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 600;
	font-size:1.5rem;
	line-height: 3rem;
	color:#201f21;
	text-align: center;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 5px;
	font-size:0.9rem;
	line-height: 2rem;
	text-align: center;

}

h5 {
	font-family: 'Montserrat Alternates', sans-serif;
	margin-top:-20px;
	margin-bottom:20px;
	font-weight: 300;
	letter-spacing: 5px;
	font-size:0.9rem;
	text-align: center;

}


.navigation_li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color:#201f21;
	letter-spacing: 5px;
	font-size:1rem;
	line-height: 2rem;
}

.navigation_li:hover {
  color: #571025;
  border-bottom:solid 1px #590c24;


}

/*-----------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 1px 3px rgba(17,17,17,0.1);
  box-shadow: 0 1px 3px rgba(17,17,17,0.1);
}

.header-container {
	position: relative;
}

.header-inner {
	display: table;
  	padding-left: 30px;
}

/*------------------------------
HOME
--------------------------------*/

.home-img {
  position: relative;
}

.home-img_image {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.home-img_container {
max-width: 560px;
width: 100%;
margin:auto;
text-align: center;
padding: 50px 0 50px 0;
position: absolute;
top: calc(50% - 25px);
transform: translate(-50%, -50%);
left: 50%;
background-color: rgba(255,255,255,0.9);
}

.home-img_container h1 {
  font-size: 1.6rem;
}


/*---------------------------
MENU NAVIGATION
---------------------------*/

.navigation_ul {
max-width:960px;
text-align : center;
margin-top: 0;
margin-left: auto;
margin-right: auto;
}

 .navigation_li {
  display: inline-block;
  position:relative;
  padding:15px;
  border-bottom:solid 1px #ededed;
  margin: 0px 20px;
 }


/*---------------------------
SECTIONS
---------------------------*/
.page-container {
  	text-align: center;
 	padding: 50px 0 100px;
  	margin: auto;
	max-width: 1080px;
}

.section-title {
	background-color:#ededed;
	border-radius: 20px;
	display:block;
	margin-top:50px;
}

.section {
	position: relative;
	margin : 20px 0px;
}

/*------------------------------------------
EVENTS
--------------------------------------------*/

.event {
  position: relative;
  margin:50px 0px;
}

.event-img {
	width: 80%;
	border-radius : 20px;
}

.event-text {
  color: white ;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.event-text p {
	color: #000;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(250,250,250,0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.event:hover .overlay {
  height: 100%;
}

.bouton-arrondis {
    max-width: 200px;
    margin:auto;
    color: #fff !important;
    background-color: #590c24;
    font-family: 'Montserrat Alternates';
    letter-spacing: 2px;
    padding: 14.5px 23px;
    margin-top:15px;
    border-radius: 50px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-size: 1rem;
    line-height: 1.4rem;
}

.bouton-arrondis:hover {
  background-color: #201f21;
}

/*------------------------------------------
GALLERY
--------------------------------------------*/
.gallery {
	display: block !important;
	margin:0 auto;

}

.gallery ul {
	display:inline-block;
	margin:auto;
	text-align: center;
}
.gallery li{
    position:relative;
    float:left;
    width:30%;
    padding:10px;
    list-style:none;
}
          
ul li img {
     display:block;
     border:3px solid rgba(250,250,250,0.7);
}

ul li img:hover{
     border:3px solid #590c24;
}

.gallery-video {
	display: block !important;
	margin:0 auto;

}
.gallery-video ul {
	display:inline-block;
	margin:auto;
	text-align: center;
}
.gallery-video li{
    position:relative;
    float:left;
    width:45%;
    padding:10px;
    list-style:none;
}

.gallery-video video {
	max-width:100%;
}

.contact-img {
  position: relative;
}


/* -------------------------------------
CONTACT
-----------------------------------------*/
.contact-img_image {
  position: relative;
  max-width: 100%;
margin:auto;
}
.contact-img_container {
max-width: 560px;
width: 100%;
margin:auto;
text-align: center;
padding: 50px 0 50px 0;
position: absolute;
top: calc(50% - 25px);
transform: translate(-50%, -50%);
left: 50%;
background-color: rgba(255,255,255,0.9);
}

.contact-img_container h1 {
  font-size: 1.6rem;
}

/* -------------------------------------
FOOTER
-----------------------------------------*/
footer .main-footer{
	position:absolute;
	bottom:0 !important;
	left:50%;
	right:50%;
	width:100vw;
	margin-left:-50vw;
	margin-right:-50vw;
	margin-top:50px;
}


.main-footer ul {
 margin:auto;
 list-style:none outside none;
 background-color:#ededed;
}

.main-footer li {
  margin-right:50px;
  display: inline-block;
  position:relative;
}

.main-footer a {
	text-decoration:none;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 500;
	font-size:1.2rem;
	line-height: 3rem;
	color:#201f21;
	text-align: center;
}

.main-footer a:hover {
	color:#590c24;
}



/*------------------------------------------
RESPONSIVE
--------------------------------------------*/

/*SMARTPHONES
---------------------------------------------*/
.toggle_btn {
  height:30px;
  width:30px;
  position:fixed;
  right: 2px;
  float:right;
  margin-right: 10px;
  margin-top: 5px;
  cursor:pointer;
  background-color: #590c24;
  z-index: 4;
  text-align: center;
}

.toggle_btn span {
  height:2px;
  background-color: #fff;
  position:absolute;
  width:70%;
  top:15px;
  left:4.5px;
}

.toggle_btn span:before {
  content:"";
  height:2px;
  background-color: #fff;
  position:absolute;
  width:100%;
  top:-6px;
  left:0px;
}

.toggle_btn span:after {
  content:"";
  height:2px;
  background-color: #fff;
  position:absolute;
  width:100%;
  top:6px;
  left:0px;
}

.mobile_menu {
  background-color: #590c24;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  overflow: auto;
  z-index: 10;
  box-shadow: 0px 3px 12px 2px rgba(60,60,60,0.4)
}

.mobile_menu-pro {
  font-weight: 600;
}
.mobile_menu-text {
  margin-top:120px;
}

.mobile_menu img {
  width:30px;
}
.mobile_menu a {
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
  display:block;
  padding-top: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile_menu-text a:hover {
  font-weight: 600;
  padding-left:30px;
  transition:0.350s;
}

.mobile_navigation {
  margin-right:-250px;
  transition: 0.5s;
  z-index: 3;
}

.mobile_navigation-open {
  margin-right:0px;
  transition: 0.5s;
}


@media (max-width: 900px) {

  .home-img_image img {
    max-width: 100%;
  }
	
  .event_img {
    display:block;
    position: relative;
    width: 100%;
  }

  .event_text {
    max-width: 80%;
    display:block;
    position: relative;
  }

  .event:hover .overlay {
  	height: 0%;
  }

  .main-header_block-reseaux {
  display: none;
  }

  .main-header_block-button {
  display: none;
  }

  .navigation_ul {
    display:none;
  }

  .colonne-50{
    display:block;
    position: relative;
    width: 100%;
  }

  .colonne-50 img {
        max-width: 95%

  }
}


@media (min-width: 900px) {
  .toggle_btn {
    display: none;
  }

  .mobile_navigation {
    display:none;
  }
}

@media (max-width: 640px){
	.home-img_container {
	    display: block;
	    position: relative;
	    height: 0;
	    background: none;
	    margin-top:50px;
	    margin-bottom:5px;
  	}

 	.contact-img_container {
 		display: block;
    	position: relative;
    	background: none;
    	margin-top:100px;
    	margin-bottom:5px;
  	}
 
	.gallery li {
		width:100%;
		margin:auto;
	}
	.gallery img {
		max-width:85%;
	}

	.gallery-video li {
		width: 100%;
		margin:auto;
	}

	.gallery-video video {
		max-width: 85%;
	}
}

/*TABLETTES
---------------------------------------------*/

@media (max-width: 1500px) {
  .home-img_image img {
    max-width: 100%;
  }

  .event{
    max-width: 90%
  }

  .event_img img{
    max-width:70%;
  }
}


