/*
*@colors
*bleu logo : #578ea8
*vert logo : #71b76e
*bleu foncé : #2c3f50
*/

@font-face {
    font-family: 'soljik-dambaekregular';
    src: url('soljik-dambaek-webfont.woff2') format('woff2'),
         url('soljik-dambaek-webfont.woff') format('woff'),
         url('Soljik-Dambaek.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
	background-color:#2c3f50;
	color:#fff;
}
a{
	color:#578ea8;
	font-weight:bold;
}
a:hover{
	color:#71b76e;
	text-decoration:none;
}
h1, h2, h3{
	font-family: 'soljik-dambaekregular';
}
h1{
	font-size: 4.5rem;
	color:#71b76e;
}
h2{
	font-size: 3rem;
	color:#578ea8;
}
h3{
	font-size:2rem;
}

/*
 #    # ######   ##   #####
 #    # #       #  #  #    #
 ###### #####  #    # #    #
 #    # #      ###### #    #
 #    # #      #    # #    #
 #    # ###### #    # #####
*/

/*
 #    #   ##   #####
 ##  ##  #  #  #    #
 # ## # #    # #    #
 #    # ###### #####
 #    # #    # #
 #    # #    # #
*/
/* modules/mod_pluscommap/media/css */

/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/

.menu-overlay{
	position:fixed;
	top:30px;
	right:30px;
	color:#71b76e;
	transition:all 0.3s;
	z-index:4;
	width:40px;
	height:70px;
  line-height: 0.6;
}

.menu-overlay i{
	font-size:30px;
}
.menu-overlay span{
	font-size:0.6rem;
}
.menu-overlay:hover{
	text-decoration: none;
	opacity:0.8;
	color:#71b76e;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(113, 184, 110, 0.9);
}

/* Overlay closing cross */
.overlay .overlay-close i {
  font-size:40px;
}
.overlay .overlay-close {
	width: 75px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: transparent;
	color: #fff;
  cursor:pointer;
	outline: none;
	z-index: 100;

}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 40px;
	line-height:1.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
  z-index:5;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close-overlay nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/

.img-chemin{
	padding-top:50px;
}
.img-logo-home{
	max-width:70%;
  margin-top:30px;
}
.img-logo{
	max-width:300px;
	padding:30px;
}

.breadcrumb {
    background-color: transparent;
}

.section{
  min-height:100vh;
  height:100%;
  width:100%;
  position:relative;
}
.section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
}

 #section03{
  display:flex;
}
 #section03 .container{
  margin:auto;
}

#section01{
  background-color:#2c3f50;
  /* min-height:900px; */
}

#section01 a span {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  margin-left: calc(175px/2 - 24px/2);
  border-left: 1px solid #578ea8;
  border-bottom: 1px solid #578ea8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
#section01 a{
  position: absolute;
  padding-top:70px;
  bottom: 20px;
  left: calc(50% - 175px/2);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #578ea8;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
#section02 table{
	width:100%;
}
#section02 table td{
	padding:20px;
	vertical-align:top;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.custom-file-input:lang(fr)~.custom-file-label::after{
  content:"Parcourir";
}
.custom-file-input:lang(en)~.custom-file-label::after{
  content:"Browse";
}

.item-page .icons{
  display:none;
}
.item-page img{
  max-width:100%;
  height:auto;
}

/*
 ######  ####  #####  #    #
 #      #    # #    # ##  ##
 #####  #    # #    # # ## #
 #      #    # #####  #    #
 #      #    # #   #  #    #
 #       ####  #    # #    #
*/
/* modules/mod_form/media/css */


/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer{
	text-align:center;
	padding: 20px;
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .img-logo-home{
    position: absolute;
    top: 50%;
    padding:0 30px;
    left: calc(50% - 300px/2);
    width: 300px;
    margin-top:0;
  }
  .img-chemin{
	padding:0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
