@charset "UTF-8";
/* CSS Document */


html {
  width: 100vw;
	font-family: 'Quicksand', sans-serif !important;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; 
}
    
body {
	display: flex;
	align-items: center;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font: normal 90% 'Quicksand',Sans-Serif;
    font-size: 1em;
    font-weight: 300;
}

header {
    display: flex;
	flex-direction: row;
	position: absolute;
    padding-right: 2%;
	text-align: right !important;
	margin-top: 2em !important;
}

#header1 img {
	width: 100%;
}

#header2 img {
	width: 100%;
}

nav#nav {
  justify-content: space-around;
  top: 88%;
  align-self: center;
  margin-right: 25px;
  margin-top: 10px;
  height: 30px;
  z-index: 10;
}

#DE{
color: #fff;
background: linear-gradient(180deg, rgba(0,0,0,1) 1%, rgba(240,27,27,1) 50%, rgba(255,212,3,1) 78%);
padding-left: 5px;
padding-right: 5px;
}
#FR{
background: #FR linear-gradient(90deg, rgba(10,0,255,1) 0%, rgba(242,241,255,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 66%, rgba(255,157,157,1) 66%, rgba(255,157,157,1) 66%, rgba(255,3,3,1) 100%);
	padding-left: 5px;
padding-right: 5px;
}

#container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

/* Mise en place des différentes parties / slides */
#slide1, #slide2, #slide3 {
	width: 100vw !important;
	
}
h1 {
  margin-top: 3% !important;
  font-size: 2em !important;
  font-weight: 300 !important;
  text-align: center;
}
h6 {
  text-align: center !important;
  font-size: 2.2em !important;
  font-weight: 300 !important;
}
h5 {
  margin-top: 3% !important;
  font-size: 2.5em !important;
  font-weight: 300 !important;

}
h4{
  text-align: center !important;
  margin-right: 0px;
  font-size: 1.3em !important;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  border-radius: 10px;
  line-height: 2;
  font-weight: 300 !important;
}
h3 {
	font-size: 2em !important;
  text-align: left !important;
  font-weight: 300 !important;
	padding-left: 80px;
}

.CV {
	align-content: center !important;
	width: 100% !important;
}
#logocenter {
    text-align: center !important;
}
#logocenter img {
    width: 30% !important;
}
#slide2 .slide_inside h2 {
  margin-top: 3%;
  width: 60%;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 80px;
  border-radius: 10px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}

.CV {
text-align: center !important;
font-weight: 700 !important;
color: #0537ff !important;
background: rgba(255, 38, 5, 0.11) !important;
}

#slide1 .slide_inside h2 {
  margin-top: 3%;
  width: 700px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-radius: 10px;
  font-weight: 300;
  line-height: 2;
  margin-left: auto;
  padding-right: 50px;
  text-align: justify;
}


#slide1 {
	flex-direction: column;
  height: 100%;
  background:url(img/slide1-bg.jpg) center 0 no-repeat fixed;
  background-size: cover !important;
}

#slide2 {
	background: url(img/slide2-bg.jpg) center 0 no-repeat fixed;
  background-size: cover !important;
	color: #7e0707 !important;
}

#slide3 {
	background: url(img/slide3-bg.jpg) center 0 no-repeat fixed;
  background-size: cover !important;
}


/* Gestion du contenu */
.slide_inside {
	width: 100%;
	margin: 0 auto;
}
.slide_inside_b {
	width: 100%;
	height: 90%;
	margin: 0 auto;
}

#slide1  .slide_inside p {
  text-align: justify !important;
  margin-right: 0px;
  font-size: 1.3em;
  padding: 25px;
  border-radius: 10px;
  line-height: 2;
}

#slide2 .slide_inside p {
  width: 40% !important;
  text-align: justify !important;
  margin-right: 0px;
  font-size: 1.3em !important;
  padding-bottom: 25px;
  padding-top: 25px;
  border-radius: 10px;
  line-height: 2;
  margin-left: auto;
  padding-right: 50px;
}

#slide3 .slide_inside {
	background-color: rgba(0, 0, 0, 0.55);
	margin-top:50px;
	padding:50px;
}

#parallax {
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 1000px;
	margin-top: 0px;
}

.cartes {
align-self: center 
}

figure img {
  text-align: right !important;
}
aside {
  text-align: right !important;
  padding-right: 55px;
	margin-top: 15%;
}
figure {
  
  display: flex;
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 800px;
  margin: 0;
  padding: 3.5%;
}

.conteneur {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 25%;
  padding-bottom: 200px;
  width: 90vw;
}

.conteneur2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  margin-top: 10%;
  padding-bottom: 200px;
  flex-wrap: wrap !important;
}

.prof_n {
  width: 100% !important;
  height: 100% !important;
}

.profil1 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(52, 152, 219, 0.55);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}

.profil2 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(192, 57, 43, 0.71);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil3 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(255, 196, 5, 0.72);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil4{
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(115, 243, 5, 0.57);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
figcaption { 
  position: absolute; 
  width: 100%;
  background-image: url("css/omg/LogoFpiededdepage.png");
  background: rgba(0,0,0,0.55); 
  color: white; 
  opacity: 0;
  bottom: 0; 
  left: -50%; /* Défini la direction et le point d'entrée de la legende */
  -webkit-transition: all 1s ease;
  -moz-transition:    all 0.5s ease;
  -o-transition:      all 0.5s ease;
}
figure:hover figcaption {
  opacity: 1;
  left: 0;
}

#section div {
  padding: 10px !important;
}
a {
	color: #fff;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 50px;
}

#section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#OUPS {
  display: flex;
  flex-direction: column;
	width: 100%;
	background: #7e0707;
	height: 380px;
  z-index: 1000 !important;
}
#corpo {
  flex-direction: column;
  background:url(img/fondrouge.jpg) center 0 no-repeat fixed;
  background-size: cover !important;
  text-align: center;
  width: 100vw;
  height: 100vh;
}

#log {
	text-align: center !important;
}
#footer {
  display: flex;
  flex-direction: column;
	width: 100%;
	background: #7e0707;
	height: 380px;
  z-index: 1000 !important;
}
div#foot {
  display: flex;
  flex-direction: column;
}

div#foot p {
  text-align: center;
margin: 0;
padding-top: 20px !important;
padding-bottom:   20px !important;
color: #fff !important;
}

td, td.label {
	color: #fff !important;
}

.fade-right {
	text-align: justify;
	font-size: 5em !important;
}
.bloc {
  
    text-align: right;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease-in;
  }

.bloc:hover {
  transform: translateX(-700px);
}


@media screen and (max-width: 790px) and (orientation: portrait) {

#slide1  .slide_inside p {
margin-right: 0px !important;
margin-left: 0px !important;
font-size: 1.3em;
padding-bottom: 0px;
padding-top: 90px;
padding-left: 25px !important;
line-height: 2;
text-align: left !important;
width: 90% !important;
}

aside {
  text-align: right !important;
  margin-top: 40% !important;
}
    #slide1 {
  flex-direction: column;
  height: 100%;
  background:url(img/slide1-bg.jpg) center 0 no-repeat fixed !important;
  background-size: cover !important;
}

  .navbar {
  background-color: rgba(255, 0, 0, .07);
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #ce0707;
  font-weight: 300;
}

.nav-link-2 {
  color: #ce0707;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  color: #ff0505;
  font-size: 2em;
  font-weight: 200;
}
  img {
    text-align: center;
    width: 50% !important;
	  margin-top: 50%;
  }
	.cartes img {
		margin-top: 0 !important;
	}	
img#header {
	width: 100% !important;
	text-align: right !important;
	margin-top: 0%;
	}
	
  #def_bas {
    width: 100% !important;
    height: 20% !important;
  }
	
.conteneur {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 25%;
  padding-bottom: 200px;
  width: 100vw !important;
}	
	
  .conteneur2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  margin-top: 10%;
  padding-bottom: 200px;
  flex-wrap: wrap !important;
}
  figure:not(hover) figcaption {
  opacity: 1;
  left: 0;
}
.prof_n {
  width: 100% !important;
  height: 100% !important;
}
#slide2 .slide_inside h2 {
  margin-top: 3%;
  width: 100% !important;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  font-weight: 300;
  line-height: 2;
}
}

@media screen and (max-width: 768px) and (orientation: landscape) {

#slide1  .slide_inside p {
margin-right: 0px !important;
margin-left: 0px !important;
font-size: 1.3em;
padding-bottom: 0px;
padding-top: 90px;
padding-left: 25px !important;
line-height: 2;
text-align: left !important;
width: 90% !important;
}
aside {
  text-align: right !important;
  margin-top: 70% !important;
}
    #slide1 {
  flex-direction: column;
  height: 100%;
  background:url(img/slide1-bg.jpg) center 0 no-repeat fixed !important;
  background-size: cover !important;
}
  img {
text-align: center;
width: 100% !important;
  }
  #def_bas {
    width: 100% !important;
    height: 20% !important;
  }
  .conteneur2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  margin-top: 10%;
  padding-bottom: 200px;
  flex-wrap: wrap !important;
}
  figure:not(hover) figcaption {
  opacity: 1;
  left: 0;
}
.prof_n {
  width: 100% !important;
  height: 100% !important;
}
}

@media screen and (min-width: 1020px) and (max-width: 1900px) and (orientation: landscape) {


  #slide1 {
  flex-direction: column;
  height: 100%;
  background:url(img/slide1-bg.jpg) center 0 no-repeat fixed !important;
  background-size: cover !important;
}

#slide2 {
  background: url(img/slide2-bg.jpg) !important;
  color: #7e0707 !important;
}

#slide3 {
  background: url(img/slide3-bg.jpg) center 0 no-repeat fixed;

}
 .navbar {
  background-color: rgba(255, 0, 0, .07);
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #ce0707;
  font-weight: 300;
}

.nav-link-2 {
  color: #ce0707;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  color: #ff0505;
  font-size: 2em;
  font-weight: 200;
}
	aside {
  text-align: right !important;
}
  .conteneur {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 25%;
    width: 90vw;
    padding-left: 5%;
  }
  
  .prof_n {
  width: 100% !important;
  height: 100% !important;
}


  #def_bas {
    width: 100% !important;
    height: 20% !important;
  }

.conteneur2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  margin-top: 10%;
  padding-bottom: 200px;
  flex-wrap: wrap !important;
}

.prof_n {
  width: 100% !important;
  height: 100% !important;
}

.profil1 {
  width: 200px;
  height: 400px;
  background-size: cover;
  background-color: rgba(52, 152, 219, 0.55);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}

.profil2 {
  width: 200px;
  height: 400px;
  background-size: cover;
  background-color: rgba(192, 57, 43, 0.71);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil3 {
  width: 200px;
  height: 400px;
  background-size: cover;
  background-color: rgba(255, 196, 5, 0.72);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil4{
  width: 200px;
  height: 400px;
  background-size: cover;
  background-color: rgba(115, 243, 5, 0.57);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}

  figure:not(hover) figcaption {
  opacity: 1;
  left: -100%;
}
}


@media screen and (min-width: 800px) and (max-width: 1019px) and (orientation: portrait) {


  #slide1 {
  flex-direction: column;
  height: 100%;
  background:url(img/slide1-bg.jpg) center 0 no-repeat fixed !important;
  background-size: cover !important;
}

#slide2 {
  background: url(img/slide2-bg.jpg) !important;
  color: #7e0707 !important;
}

#slide3 {
  background: url(img/slide3-bg.jpg) center 0 no-repeat fixed;
  background-size: cover !important;
}

.align {
  text-align: center !important;
}
	
.navbar {
  background-color: rgba(255, 0, 0, .07);
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #ce0707;
  font-weight: 300;
}

.nav-link-2 {
  color: #ce0707;
}

.nav-link-3 {
  font-family: Lato, sans-serif;
  color: #ff0505;
  font-size: 2em;
  font-weight: 200;
}
	
	aside {
  text-align: right !important;
  margin-top: 70% !important;
}
	
	
  .conteneur {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25%;
    width: 90vw;
    padding-left: 5%;
  }
  
  .prof_n {
  width: 100% !important;
  height: 100% !important;
}


  #def_bas {
    width: 100% !important;
    height: 20% !important;
  }

.conteneur2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around !important;
  margin-top: 10%;
  padding-bottom: 200px;
  flex-wrap: wrap !important;
}

.prof_n {
  width: 100% !important;
  height: 100% !important;
}

.profil1 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(52, 152, 219, 0.55);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}

.profil2 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(192, 57, 43, 0.71);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil3 {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(255, 196, 5, 0.72);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}
.profil4{
  width: 300px;
  height: 600px;
  background-size: cover;
  background-color: rgba(115, 243, 5, 0.57);
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: 8px 7px 43px 8px rgba(18, 18, 18, 0.47);
}

 figure:not(hover) figcaption {
  opacity: 1;
  left: 0;
}
#heading-1 {
font-size: 2em !important;
margin-bottom: 0;
margin-top: 20px !important;}
}