/* General */

@import url('https://fonts.googleapis.com/css?family=Montserrat');

html, body {
	margin: 0 !important;
  padding: 0 !important;
	color:black;
	font: normal 90% "Montserrat",Sans-Serif;
    scroll-behavior: smooth;
    background-attachment: fixed;
    cursor: crosshair;
    overflow: hidden;
    height: 100%;
    width: 100%;
}


.container_{
	width: 100%;
    height: 100%;
	overflow: auto;
	scroll-behavior: smooth;
}

.OuJeVais  a{
    font-size: 26px;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#containerHori{
	overflow-x: hidden;
	scroll-behavior: smooth;
}

a{
	text-decoration: none;
	color: black;
}

footer{
    padding-top: 100px;
    padding-bottom: 100px;
    align-content: center;
    text-align: center;
    z-index: -10;
    background: white;
    width: 100%
}
footer img{
    width: 60%;
    max-width: 300px;
}

ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
/* Affichage Desktop */

@media (min-width: 1250px) {
	.crawl{
		font-size: 60px;
		border: none;
		background-color: Transparent;
	}
.carousel-items {
    display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    scroll-direction: horizontal;
}

.carousel-item {
    flex: 1 0 200px;
    margin-left: 1rem;
}
    
.MeContacter iframe{
    margin-top: 15px;
    width: 100%; 
    height: 700px;
    border-radius: 90px;
    margin-left: 0;
    margin-right: 0;
}
    
.mobile{
    display: none;
}

.card-content p{
font-size: 9px;
}

.menu {
    z-index: 15;
    position: fixed;
    left: 15px;
	top: -11px;
	bottom: 0;
	padding-top: 0;
	padding-left: 0px;
	margin-bottom: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	overflow: hidden;
    mix-blend-mode: difference;
}

.menu_top {
  display: block;
  overflow: hidden;
  width: 25px;
  line-height: 25px;
  padding: 10px 0;
  margin: 10px 0 0;
  color: white;
}

.menu_bottom {
  display: block;
  width: 25px;
  line-height: 25px;
  overflow: hidden;
  padding: 100px 0;
  color: white;
}
    
.menu_bottom a{
  color: white;
}

.menu_bottom_wac {
  display: inline-block;
  position:absolute;
  transform: translate(0,100%) rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  bottom: 10px;
  color: #fff; /* Définir une couleur de base */
}

.menu_top_wac {
  display: inline-block;
  vertical-align: top;
  transform: translate(0,100%) rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
  color: #fff; /* Définir une couleur de base */

}

.menu_top_wac:after {
    content: "";
    float: left;
    margin-top: 100%;
}

.menu_bottom_wac:after {
    content: "";
    float: left;
    margin-top: 100%;
}


.bienvenue {
    mix-blend-mode: difference;
    z-index: 8;
    width: 100%;
    margin: 0;
    background-color: transparent;
    position:absolute;
    height: 110px;
	display: flex;
    flex-basis: auto;
	justify-content: space-between; /* Sépare l'image et le menu */
	align-items: center; /* Aligne verticalement au centre */
}
    
.rounded-btn {
    display: inline-block;
    border-style: solid;
    padding: 15px 15px; /* Ajustez selon la taille souhaitée */
    color: #fff; /* Couleur du texte */
    border-color: white;
    text-decoration: none; /* Retire le soulignement du lien */
    border-radius: 50px; /* Arrondit les côtés */
    text-align: center;
}


.bienvenue img {
	width: 200px;
	height: auto;
	max-width: 60%;
	margin-left: 0px; /* Supprime les marges supplémentaires */
}

.bienvenue a {
	padding-left: 10px;
    color: white;
}
    
.site-logo a:hover img  {
    transition: .5s ease;
    opacity: 0.6;
}

.lol a:hover {
    text-decoration: underline;
    transition: .5s ease;
    opacity: 0.6;
}

.bienvenue ::selection {
 color: black;
 background: white;
 }
.bienvenue h1{
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 250px;
	font-size: 80px;
}

    
.site-logo{
    padding-left: 50px;
    width: 200px;
    height: 90px;
    max-width: auto;
    height: auto;
}
.bienvenue h2{
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 50px;
	line-height: normal;
	text-transform: uppercase;

}
.bienvenue h3{
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 40px;
	text-transform: uppercase;
}
.bienvenue .lol{
    text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
    padding-right: 20px;
}

.bienvenue a{
	padding-left: 10px;
}

.QuiSuisJe {
    z-index: 1;
    text-align: left;
    height: 100vh;
    padding-left: 50px;
    display: flex;
    align-items:flex-end;
}
    
#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.QuiSuisJe p {
    font-size: 50px;
    position: relative;
    color: white;
    mix-blend-mode: difference;
}
.QuiSuisJe a {
    font-size: 50px;
    position: relative;
    color: white;
    mix-blend-mode: difference;
}

.QuiSuisJe ::selection {
 color: white;
 background: #1649ff;
 }

.OuJeVais {
	padding-top: 100px;
  text-align: left;
  background: #0F0F0F;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 100px;
	text-align: justify;
    color: white;
}

.OuJeVais ::selection {
 color: #0F0F0F;
 background: white;
 }
    
.OuJeVais button {
    border: 0.2px solid #fff; 
    border-radius: 5px; 
    color: white; 
    text-align: center; 
    font-size: 40px; 
    text-decoration: none; 
    cursor: default; 
    background-color: black; 
    align-items: center; 
    margin-top: 50px; 
    padding: 40px;
    transition: .5s ease;
    text-transform: uppercase;
}

.OuJeVais button:hover {
    border: 0.2px solid #fff; 
    transition: .5s ease;
    padding: 90px;
}


.OuJeVais  p{
	font-size: 20px;
    color: white;
}

.MeContacter {
	padding-top: 100px;
  background: white;
	padding-bottom: 100px;
}
    
.MeContacter p{
    margin-left: 45px;
}
.MeContacter h2{
    margin-left: 45px;
}
    
.MeContacter h1{
    margin-left: 45px;
}

.MeContacter ::selection {
 color: white;
 background: #1649ff;
 }


.MeContacter .abientot{
	font-size: 50px;
}
    
.MeContacter .abientot img{
	width: 300px;
    max-width: 40%;
    height: auto;
}

.aplus{
	padding-top: 100px;
}

.card img{
	height:330px;
	width: auto;
}

.card iframe{
	height:330px;
	width: 600px;
}
}

/* Affichage Mobile */
@media (max-width: 1250px) {

    
#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}


/* Styles pour le menu burger */
.burger {
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    background-color: transparent;
    border: none;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    border: 2px solid #fff; /* Bordure blanche */
    background-color: #fff; /* Bordure blanche */
    border-radius: 50%; /* Pour rendre l'élément rond */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Styles pour le menu plein écran */
.menu {
    display: none; /* Cacher par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; /* Fond noir */
    color: white; /* Texte blanc */
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Ajout d'une transition */
    opacity: 0;
    visibility: hidden; /* Cacher le menu */
}

/* Affichage du menu lorsqu'il est actif */
.menu.active {
    display: flex; /* Afficher le menu */
    opacity: 1; /* Rendre le menu visible */
    visibility: visible; /* Rendre le menu visible */
}

/* Lien dans le menu */
.menu a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    margin: 15px 0;
}

/* Styles pour la croix de fermeture */
.close {
    position: absolute;
    bottom: 20px; /* Espacement depuis le bas */
    font-size: 35px;
    cursor: pointer;
    color: white; /* Couleur blanche */
}

.mobile {
    display: flex;
    justify-content: center; /* Centre l'image horizontalement */
    align-items: center; /* Centre l'image verticalement */
    height: 80px;
    padding: 0;
    margin: 0;
    width: 100%; 
}
    
.mobile img{
    margin-left: 0px;
    margin-right: 0;
    padding: 0;
    width: 30%; 
    max-width: 700px;
    height: auto; /* Garde les proportions de l'image */
 }
    
.carousel-item {
	margin-left:0;
}
    
.container_{
    width: 100%;
    overflow-x: hidden;
}

.card{
    width: 60%;
}
    
.card img{
	height:auto;
	width: 80%;
}

.card iframe{
	height:150px;
	width: 100%;
}
.card-content p{
	font-size: 9px;
}


.site-logo{
    display: none;
}

.bienvenue .lol{
    display: none;
}
    
.menu {
    display: none;
}

.bienvenue{
    display: none;
}

.QuiSuisJe {
    height: 900px;
    text-align: justify;
    vertical-align: bottom;
    text-align: center;
    z-index: -5;
    align-content: center;
}

.QuiSuisJe  p{
	display: none;
}

.OuJeVais {
    padding: 10px;
    text-align: left;
    background: #1649ff;
    color: white;
    padding-right: 10px;
    padding-bottom: 100px;
    text-align: justify;
    
}

.OuJeVais  p{
    font-size: 12px;
}
    
.OuJeVais  a{
    font-size: 15px;
}
    
    
.container{
    display: none;
}

.MeContacter {
    padding-top: 40px;
    background: white;
    padding-bottom: 100px;
}

.MeContacter .abientot{
	font-size: 15px;
}

.MeContacter img{
    width: 100%;
}

.MeContacter h1{
    padding: 10px;
}

.MeContacter p {
    padding: 10px;
}

    
.aplus{
	padding-top: 100px;
}

.crawl{
	visibility: hidden;
}
    

    
.MeContacter iframe{
    width: 100%; height: 200px;
    border-radius: 60px;
}

}
