@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&display=swap');

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #fff813;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #fff813; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #fff813; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #fff;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	overflow: hidden;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
width: 100px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 40%;
    background-image: url(../images/preloader.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 50%;
}
a {
	text-decoration: none !important;
	color: #fff813;
}

a:hover { color: #fff813; }

a img { border: none; }

img { max-width: 100%; padding: 10px 0px; }

iframe { border: none !important; }

/* ----------------------------------------------------------------
	General
-----------------------------------------------------------------*/
.mtop-20 {
	margin-top: 20px;
}
.mtop-30 {
	margin-top: 30px;
}
.mtop-40 {
	margin-top: 40px;
}
.mtop-60 {
	margin-top: 60px;
}
.orange {
	color: #fff813;
}

.logo {
    max-width: 250px;
    padding: 0;
    margin: 0 auto 20px auto;
    
}
/*.logo {
	margin: 40px auto 0;
	max-width: 320px;
	text-align: center;
}*/
.logo-footer {
	margin: 40px auto;
	max-width: 200px;
	text-align: center;
}
.actions img {
	padding: 0;
}
.legend {
	text-align: center;
    background-color: #000;
    font-size: 12px;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-1 {
	color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    border: 2px solid #fff813;
    border-radius: 50px;
    margin: 50px auto;
    max-width: 250px;
    display: inline-block;
    box-sizing: initial;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-1-center {
	left: 50%;
    transform: translate(-50%, 0);
	margin-bottom: 100px;
}
.btn-1:hover {
	color:#000;
	background-color: #fff813;
	border: 2px solid #fff813;
}

.btn-sociaux, .btn-sociaux-nav {
	list-style: none;
}
.btn-sociaux-nav {
	text-align: center;
    position: relative;
    top: 90%;
}
.btn-sociaux li, .btn-sociaux-nav li {
	display: inline-block;
    font-size: 40px;
    margin: 10px 5px;
}
.btn-sociaux a, .btn-sociaux-nav a {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-sociaux a:hover, .btn-sociaux-nav a:hover {
	color:#fff813;
}

.titre-h2 {
	font-size: 50px;
	font-weight: 800;
	color: #fff813;
}
.titre-h4 {
	text-transform: uppercase;
	color: #fff;
}

hr {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 30px;
}
.about {
	background: url("../images/bg-about.jpg") no-repeat center center;
	background-size:inherit;

}
.about .img {
	mix-blend-mode: screen;
}

.contact {
	background: url("../images/bg-contact.jpg") no-repeat center center;
	background-size:inherit;
	padding: 100px 0;
}

.actions {
	background: url("../images/actions/bg.jpg") no-repeat center center;
	background-size: inherit;
	padding: 50px 0 150px 0;
}
.home {
	background: url("../images/bg-home8.jpg") no-repeat center center;
	background-size: contain;
    height: 750px;
}
.home-m {
	background: url("../images/bg-home8-m.jpg") no-repeat center center;
	background-size: contain;
    height: 500px;
}
.titre-intro {
	padding: 200px 0;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.titre-intro p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 4em;
	color: #fff;
	opacity: 0;
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	animation: rotatedemo2 30s ease-in 0s infinite;
}

.titre-intro p:nth-child(2) {
    animation-delay: 6s;
}

.titre-intro p:nth-child(3) {
    animation-delay: 12s;
}

.titre-intro p:nth-child(4) {
    animation-delay: 18s;
}
.titre-intro p:nth-child(5) {
    animation-delay: 24s;
}

@keyframes rotatedemo2 {
    0%   { opacity: 0; }
    4%   { opacity: .6; }
    21%  { opacity: .6; }
    25%  { opacity: 0; }
    100% { opacity: 0; }
}
/*.home {
    animation: bgfade 30s infinite;
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 940px;
    padding-bottom: 50px;
    background-color: #000;
}

@keyframes bgfade {
  0% {
    background-image: url('../images/bg-home5.jpg');
  }
  25% {
    background-image: url('../images/bg-home2.jpg');
  }
  50% {
    background-image: url('../images/bg-home3.jpg');

  }
  75% {
    background-image: url('../images/bg-home4.jpg');

  }
  100% {
    background-image: url('../images/bg-home5.jpg');

  }
}*/
.bloc-contact {
	margin-bottom: 100px;
}
#footer {
	font-size: 12px;
	font-weight: 300;
}

#gotoTop {
	display: none;
	z-index: 1;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #fff813;
	background-color: rgba(255,248,19,1);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #000;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 50%;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

#gotoTop:hover { background-color: #ff0794; }

/* ----------------------------------------------------------------
	Hover Effect
-----------------------------------------------------------------*/
.vignette {
	padding: 10px;
}
.hovereffect {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff9947 0%, #ff9947 100%);
  background: linear-gradient(45deg, #ff9947 0%,#ff9947 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
	padding: 0;
  width: calc(100% + 10px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: perspective(500px) translate3d(0, 0, 100px);
  transform: perspective(500px) translate3d(0, 0, 100px);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: center;
}
.hovereffect p {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 40px;
  background-color: transparent;
  padding: 0;
  margin-top: -20px;
}
.hovereffect .title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  margin-top: -10px;
}
.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: perspective(500px) translate3d(0, 0, 100px);
  transform: perspective(500px) translate3d(0, 0, 100px);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: perspective(500px) translate3d(0, 0, 100px);
  transform: perspective(500px) translate3d(0, 0, 100px);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (max-width: 992px) {
.titre-intro p {
	font-size: 2em;
}
	.titre-h2 {
	font-size: 32px;
}
	.titre-intro {
    padding: 100px 0;
}
}
@media (max-width: 600px) {
		.event img {
	width: 100% !important;
	height: 80% !important;
}
	.home-m {display: block;}
	.home {display: none;}
}
@media (min-width: 601px) {
	.home-m {display: none;}
	.home {display: block;}
}
