@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	border-width: 0;
}
.preload-images{
	background-image: url('../img/1.jpg'),url('../img/2.jpg'),url('../img/3.jpg'),url('../img/4.jpg'),url('../img/5.jpg'),url('../img/6.jpg'),url('../img/7.jpg');
	background-position: -9999px -9999px
}
@keyframes changeBackground {
    0%   {background-image: url('../img/1.jpg');}
    14%  {background-image: url('../img/2.jpg');}
    28%  {background-image: url('../img/3.jpg');}
    42% {background-image: url('../img/4.jpg');}
    56% {background-image: url('../img/5.jpg');}
    70% {background-image: url('../img/6.jpg');}
    100% {background-image: url('../img/7.jpg');}
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	  -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Old versions of Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}
.color-green{
	color:#5ebb47 !important;
}
.no-height{
	line-height: 0 !important;
}
.headerline{
	border-bottom: 2px solid #8ec642;
    padding-bottom: 15px;
    display: inline-block;
}
h1{
	text-transform: capitalize;
}
.logo img{
	max-width: 80% !important;
	width: 200px;
	z-index: 100
}
.menu-des{
	display: initial;
}
.uk-navbar-container{
	background-image: url("../img/header.png") !important;
	height: 100px;
}
.menu-des .uk-navbar-container .uk-tab::before{
	border: none !important;
}
.menu-des .uk-navbar-container .uk-tab>.uk-active>a{
	border-bottom: .5rem solid green;
    border-color: #8ec642 !important;
}
.uk-navbar-container .uk-navbar-nav li a{
	color: white !important;
	margin-left: 16px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.uk-navbar-nav>li.uk-active>a{
	color: white !important;
}
.menu-mobile{
	display: none;
}
.menu-mobile .uk-navbar-right .uk-icon{
	color: white;
	font-weight: bold;
}
.menu-mobile .uk-navbar-right .uk-button-default{
	border: none !important;
}

.mobile{
	display: none !important;
}
.des{
	display: flex !important;
}
.menu-mobile .uk-nav, .uk-nav ul{
	padding: 20px 0px;
}
.menu-mobile .uk-nav li{
	margin-bottom: 25px;
}

#main{
	animation: changeBackground 40s linear infinite;
	height: 100vh;
	background-size: cover;
	background-position: center center
}
.main_title {
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 5rem;
    padding-top: 70vh;
    text-transform: uppercase;
}
.main_title .letter {
    display: inline-block;
    line-height: 1em;
}
.main_text{
	text-align: center;
	color: white;
	font-size: 1rem;
	padding-top: 8px;
	text-transform: uppercase;
}

#team{
	margin-top: 16px;
	text-align: center;
	margin-bottom: 40px;
}
#team h1{
	margin-top: 64px;
	font-size: 2rem;
	position: relative;
	text-transform: uppercase !important;
}

#team p{
	padding: 10px 20px;
	font-size: 1.2rem;
}
#team button{
	margin-top: 20px;
	border: 0;
	background: linear-gradient(to right,#5ebb47,#8ec642);
	color: white;
}

#offres .uk-card-body{
	padding: 20px !important;
	padding-top: 40px !important;
}
#offres .icon-size{
	font-size: 4rem !important;
	color: #33871e !important;
	width: 85px;
	margin-bottom: 15px;
}
#offres .title{
	font-weight: bold;
	font-size: 1.4rem;
	padding-bottom: 15px;
	margin: 30px auto;
	/*color: #5ab145 !important;*/
	color: #33871e !important;
}
#offres p{
    font-size: 14px;
}
#offres .headerline{
	text-transform: uppercase;
}
#offres li .uk-card{
	cursor: pointer;
}


#services .uk-grid+.uk-grid{
    margin-top: 0 !important;
}
#services .article p{
	font-size: 14px;
}
#services .article .txt{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#grids .uk-card-media-top{
 overflow: hidden;
}
#grids .uk-card-media-top img{
	width: 100%;
    object-fit: cover;
}
#grids .uk-card-body{
	padding: 20px !important;
}
#grids{
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}

#join{
	display: flex;
	justify-content: center;
	background-image: linear-gradient(
		rgba(0, 0, 0, 0.7), 
		rgba(0, 0, 0, 0.7)
	  ),url('../img/world.jpg');
	background-size: cover;
	padding: 64px;
	background-position: 8px -64px;
}
._join{
	width: 60%;
	text-align: center;
}
#join h1{
	padding-top: 64px;
	color: white;
	font-size: 2rem;
	text-transform: uppercase;
	position: relative;
}

#join p{
	color: white;
	font-size: 1.2rem;
}
#join button{
	margin-top: 64px;
	border: 0;
	background: linear-gradient(to right,#5ebb47,#8ec642);
	padding: 14px;
	width: 150px;
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;

}

#management{
    margin-top: 48px;
    padding: 16px;
}
#management p{
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
    margin-top: -60px;
}
.management_p{
	margin-top: 16px !important;
}
#management h1{
	position:relative;
	text-align: center;
	margin-top: 64px;
	text-transform: uppercase !important;
}
.box1{
    margin: 20px auto;
    position: relative;
    width: 80%;
    overflow: hidden;
    height: 400px;
    display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-color: rgba(23,23,23,0.4);
}
.box2 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    height: 80%;
    border: 1px solid white;
    margin: auto;
}
.box_title {
	font-size: 1.2rem;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 100px;
}
.box_p{
	margin-top: 0 !important;
	color: white;
}
#contact{
    background-color: #151515;
	/* background-image: url('../img/901-01.jpg'); */
	background-size: cover;
	text-align: center;
	background-position: 0px -180px;
}
#contact h3{
	font-size: 2rem;
	padding-top: 64px;
	color: white;
	text-transform: uppercase;
	position: relative;

}

#contact p{
	margin-top: 20px;
	color: white;
	padding: 20px;

}
.form{
	margin-top: 20px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
input[type=text]{
	width: 100%;
	margin-top: 16px;
	padding:8px;
}
textarea{
	width: 100%;
	margin-top: 16px;
	padding: 8px;
}
#contact button{
	border: 0;
	background: linear-gradient(to right,#5ebb47,#8ec642);
	color: black;
	padding: 8px;
	margin-top: 8px;
	width: 150px;
	margin-bottom: 32px;
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-logo{
    margin: 25px auto;
    width: 140px !important;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .menu-des .uk-navbar-right{
		margin-right: 5rem;
	}
	.menu-des .uk-navbar-left{
		margin-left: 8rem;
    }
    .boxes{
        width: 80%;
        margin: auto;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .menu-des .uk-navbar-right{
		margin-right: 5rem;
	}
	.menu-des .uk-navbar-left{
		margin-left: 8rem;
    }
    .boxes{
        width: 98%;
        margin: auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .menu-mobile .uk-offcanvas-bar .uk-icon svg{
        width: 25px;
    }
    .menu-mobile .uk-navbar-right> button .uk-icon svg{
        width: 50px;
    }
	.main_text{
        font-size: 1.2rem !important;
        padding: 0 10px;
	}
    #management {
        margin-top: 0px;
    }
    #join {
        padding: 64px 0px;
    }
    ._join{
        width: 80%;
    }
    #services .article .txt{
        position: relative;
        top: 0;
        transform: inherit;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .menu-mobile .uk-offcanvas-bar .uk-icon svg{
        width: 25px;
    }
    .menu-mobile .uk-navbar-right> button .uk-icon svg{
        width: 50px;
    }
	.main_text{
        font-size: 1.2rem !important;
        padding: 0 10px;
	}
    #management {
        margin-top: 0px;
    }
    #join {
        padding: 64px 0px;
    }
    ._join{
        width: 80%;
    }
    #services .article .txt{
        position: relative;
        top: 0;
        transform: inherit;
    }
    
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo img {
        width: 145px;
    }
    .menu-des{
		display: none !important;
	}
	.menu-mobile{
		display: initial !important;
    }
    .form{
        width: 65%;
    }
    .form div{
        display: block !important;
        width: 100% !important;
    }
    .main_title {
        font-size: 2.8rem;
    }
    #management p{
        font-size: 1rem;
    }
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo img {
        width: 145px;
    }
    .menu-mobile .uk-offcanvas-bar .uk-icon svg{
        width: 25px;
    }
    .menu-mobile .uk-navbar-right> button .uk-icon svg{
        width: 50px;
    }
    .main_title{
		font-size: 1.8rem;
		/* padding-top: 80vh; */
	}
	.main_text{
        font-size: 1rem !important;
        padding: 0 10px;
	}
	.menu-des{
		display: none !important;
	}
	.menu-mobile{
		display: initial !important;
	}
	.mobile{
		display: flex !important;
	}
	.des{
		display: none !important;
    }
    #management {
        margin-top: 0px;
    }
    #join {
        padding: 64px 0px;
    }
    ._join{
        width: 80%;
    }
    #services .article .txt{
        position: relative;
        top: 0;
        transform: inherit;
    }
    .form{
        width: 80%;
    }
    .form div{
        display: block !important;
        width: 100% !important;
    }
}



#footer{
	background-color: #151515;
	padding-bottom: 32px;
}