/* © 2024 Blaton */	                                                                                    

@media screen and (max-width: 999px) and (orientation: portrait) {

	
			.lecteurvideo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 90%;
    object-fit: cover;
    z-index: 2;
}
	
	.btlect {
	height: 150px;
z-index: 300;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;

}
	
	

.btlect:hover {
animation-name: btmenub;
cursor:pointer;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
	
	
		.btdate {
	height: 150px;
z-index: 300;
}

        .precedent img {
            top: 80%;
            transform: translateY(-50%);
            width: 130px;
            position: fixed;
            left: 15px;
            animation-name: btmenuaopac;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 200;
        }

        .precedent:hover img {
            animation-name: btmenubopac;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }

		
		
		
        .suivant img {
            top: 80%;
            transform: translateY(-50%);
            width: 130px;
            position: fixed;
            right: 15px;
            animation-name: btmenuaopac;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 200;
        }

        .suivant:hover img {
            animation-name: btmenubopac;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }
	
	

    .image-overlay-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center; max-height: 100vh;
    }
	
	

    .fond {
        background-size: cover;
        background-position: -100% center; 
    }


.fond2-container {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden; 
}



	.fond2b-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-35%);
    }

	.fond2c-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-45%);
    }
	
.fond2d-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-62%);
    }
	
   
	
	.fond2e-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-58%);
    }
	
    .fond2 img {
        width: 100%;
        height: auto;
    }


   .fond3-container {
   position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    width: 70%; 
    max-width: 100%;
    height: auto;
}


.fond3 {

height: 80px;
}
	
	.fond4-container {
   position: absolute;
z-index: 100;
		top: 50%;
    right: 35%;
    transform: translate(-50%, -50%);
}


.fond4 {

height: 80px;
}
	
	.police1 {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 5px; }
	
	
	.police1-envois {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 8vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 5px; }

.police2 {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
	.police2-form {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 4vw;
			color: #FFF;
 margin: 0px;
}
	

	
	
	
	.police1-legend {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 4vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-legend {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 3vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
	
	
	
	
	
	
		.police-confirm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
	font-size: 4vw;
color: #FFF;
text-shadow: 3px 3px 5px #000;
	display: none;
}
	
	
	.textes {
	z-index: 2;
	 position: absolute;
		left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 50%; 
    text-align: center;
    padding: 0px; 
	overflow: hidden; 
}
	

	.police1-mentions {
	font-size: 2.3vw;

}

	
	
		form {
  display: grid;
  gap: 10px;
}

input, textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
	resize: vertical;
}


.formulaire-container {
    top: 50%;
    left: 50%;
	width: 80%;
    position: fixed;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    z-index: 101;
    color: white;
    transition: background 1s ease, display 1s ease; 
    display: none;
}
	
	.reseauxcontainer {
		width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin: 0 auto; 
    justify-content: space-between;
}




		.resboutons {
width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 

}
	
	
			.resboutonsdm {
width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
}
	
	
	.btreseaux {
	width: 100px;
	margin: 10px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
}
	
	
	#mention_container {
    display: flex;
    flex-direction: column; 
}

#mention_texte1,
#mention_texte2,
#mention_texte3 {
    margin-bottom: 20px;
}

	
	.p1-mention {
	font-size: 3vw;
}

.p2-mention {
	font-size: 3vw;
}


.p2-mentionjust {
	font-size: 3vw;
}

.p2-mentiongr {
	font-size: 3vw;
}

.p1-mention-titre {

	font-size: 10vw;
}

.retour {
	font-size: 5vw;
}
	
	
	
	
		 .menucontainer {
            position: absolute;
            top: 70%;
            right: 0%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            z-index: 100; overflow: hidden;
        }

 .boutonmenu {
			width: 40vw;
            margin-bottom: 8vw;
            
		}
	
	
	
	.logo_mention {

  width: 40vw;
z-index: 100;
  
}


.logo {
	position: fixed;
  bottom: 5vw;
  width: 30vw;
	right: 7vw;
	z-index: 100;
}
	
	
	
		.entrez {
  bottom: 30vw;
	font-size: 8vw;
	left: 38%;
}	
	

		
		
		
		.infosdumoment-container {
			margin-top: 5vw;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
} 
	

	
	
	
	.police1-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: left;
		font-size: 5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-vdm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 3vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;}
	
	
	.police3-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 4vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }
	
	.btreseauxdm { 
	width: 80px;
	margin: 8px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
	
}	
	
	
	.affichedumoment {
	margin-right: 5vw; 
			box-shadow: 8px 8px 12px #000;
}
	
.affichedumoment img {
    width: 40vw;
	
}
	
	
		.videodm-container {
        z-index: 2;
		margin-top: 55vw;
}
		.reseauxdm-container{
		
		width: 80%;
	}
	
	.textedumoment {
    width: 80vw;
	margin-left: 1vw;
	margin-top: 5vw;
	
}	
	
	
}

                                                                                                   /*  2 */          

@media screen and (max-width: 999px) and (orientation: landscape) {
	
			.lecteurvideo {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
    object-fit: cover;
    z-index: 2;
}


.btlect {
	height: 150px;
z-index: 300;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;

}

.btlect:hover {
animation-name: btmenub;
cursor:pointer;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
		.btdate {
	height: 150px;
z-index: 300;

}
        .precedent img {
            top: 60%;
            transform: translateY(-50%);
            width: 100px;
            position: fixed;
            left: 15px;
            animation-name: btmenua;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 10;
        }

        .precedent:hover img {
            animation-name: btmenub;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }

		

		
		
        .suivant img {
            top: 60%;
            transform: translateY(-50%);
            width: 100px;
            position: fixed;
            right: 15px;
            animation-name: btmenua;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 10;
        }

        .suivant:hover img {
            animation-name: btmenub;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }
	
	

    .image-overlay-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center; max-height: 100vh;
    }
	
.fond2-container {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
	margin-left: -20%;
}



	
	    .fond2b-container  {
   flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-50%);
    }
	
	    .fond2c-container  {
   flex: 1;
        display: flex;
        justify-content: center; 
		
	position: relative; 
    left: 47%;
    transform: translateX(-50%);
    }
	
	    .fond2d-container  {
   flex: 1;
        display: flex;
        justify-content: center; 
		position: relative; 
    left: 47%;
    transform: translateX(-60%);
    }

	
	.fond2e-container  {
   flex: 1;
        display: flex;
        justify-content: center; 
		position: relative; 
    left: 47%;
    transform: translateX(-60%);
    }

    .fond2 img {
      width: 100%;
        height: auto;
    }


   .fond3-container {
   position: absolute;
    top: 60%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
    height: auto;
}


.fond3 {

height: 80px;
}
	
	.fond4-container {
   position: absolute;
z-index: 100;
		top: 30%;
    right: 30%;
    transform: translate(-50%, -50%);
}


.fond4 {

height: 80px;
}
	.police1 {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 5px; }
	
	
	.police1-envois {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 2.5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2 {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 3vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
		.police2-form {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 1.5vw;
			color: #FFF;
 margin: 0px;
}
	
	
	
	
	.police1-legend {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 1.8vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-legend {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 1.5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
		.police-confirm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
	font-size: 2vw;
color: #FFF;
text-shadow: 3px 3px 5px #000;
display:none;
}
	
	.textes {
	z-index: 2;
	 position: absolute;
    bottom: 15%;
    width: 100%; 
    text-align: center;
    padding: 0px; 
	overflow: hidden; 
}

.police1-mentions {
	font-size: 1.3vw;

}
	

	
	form {
  display: grid;
  gap: 3px;
}

input, textarea {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
	resize: vertical;
}


	.formulaire-container {
		overflow: hidden;
    top: 50%;
    left: 50%;
	width: 80%;
    position: fixed;
    transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    z-index: 101;
    color: white;
    transition: background 1s ease, display 1s ease; 
   
}
	
		.reseauxcontainer {
     width: 30%;  float: left; align-items: center;
    
}
	.formcontainer {
    width: 70%;   float: left;
     
}
	
.btreseaux { 
	width: 50px;
	margin: 0px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
	
}
	

	
	
	.resboutons {
width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
}


#mention_container {
    display: flex;
    flex-direction: column; 
}

#mention_texte1,
#mention_texte2,
#mention_texte3 {
    margin-bottom: 20px;
}

	
	.p1-mention {
	font-size: 2vw;
}

.p2-mention {
	font-size: 2vw;
}


.p2-mentionjust {
	font-size: 2vw;
}

.p2-mentiongr {
	font-size: 2vw;
}

.p1-mention-titre {

	font-size: 4vw;
}

.retour {
	font-size: 3vw;
}
	
	
	 .menucontainer {
            position: absolute;
            top: 50%;
            right: 5%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            z-index: 100; overflow: hidden;
        }

 .boutonmenu {
			width: 50vh;
            margin-bottom: 1vw;
            
		}
	
.logo_mention {

  width: 30vw;
z-index: 100;
  
}


.logo {
	position: fixed;
  bottom: 3vw;
  width: 15vw;
	right: 8vw;
	z-index: 100;
}
	
	.entrez {
  bottom: 5vw;
	font-size: 5vw;
	left: 42%;
}	
	
	


            
	
		
		
		.infosdumoment-container {
			margin-top: 5vw;
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
} 

	

	
	.police1-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: left;
		font-size: 2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-vdm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 1vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;}
	
	.police3-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 1.4vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }
	
		.resboutonsdm {
width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
}
	
		.btreseauxdm { 
	width: 40px;
	margin: 8px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
	
}
	
	
	.affichedumoment {
	margin-right: 5vw; 
			box-shadow: 8px 8px 12px #000;
}
	
.affichedumoment img {
    width: 10vw;
	
}
	
		.videodm-container {
        z-index: 2;
		margin-top: 25vw;
}
	
	
		.reseauxdm-container{
		
		width: 80%;
	}
	
	.textedumoment {
    width: 50vw;
	margin-left: 1vw;
	margin-top: 5vw;
	
}	
}

                                                                                 /*  3 */
@media screen and (min-width: 1000px) {
	
	
	
			.lecteurvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 12px #000;
    border-radius: 30px 30px 30px 30px;
    width: 80%;
    object-fit: cover;
    z-index: 10;
}
	
	.btlect {
	height: 150px;
z-index: 300;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;

}
	
	
	.btdate {
	height: 300px;
z-index: 300;

}
	
	
.btlect:hover {
animation-name: btmenub;
cursor:pointer;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
	


        .precedent img {
            top: 80%;
            transform: translateY(-50%);
            width: 100px;
            position: fixed;
            left: 15px;
            animation-name: btmenua;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 10;
        }

        .precedent:hover img {
            animation-name: btmenub;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }


		
		
        .suivant img {
            top: 80%;
            transform: translateY(-50%);
            width: 100px;
            position: fixed;
            right: 15px;
            animation-name: btmenua;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
            z-index: 10;
        }

        .suivant:hover img {
            animation-name: btmenub;
            cursor: pointer;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            animation-iteration-count: 1;
            animation-timing-function: linear;
        }
	

    .image-overlay-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
    }
	
	
.fond2-container {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden; 
	margin-left: -20%;
}


	 .fond2b-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		top: 0;
	position: relative;
    left: 47%;
    transform: translateX(-65%);
    }
	
	 .fond2c-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		top: 0;
	position: relative;
    left: 47%;
    transform: translateX(-65%);
    }
	
	 .fond2d-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		top: 0;
	position: relative;
    left: 47%;
    transform: translateX(-75%);
    }
	
		 .fond2e-container {
        flex: 1;
        display: flex;
        justify-content: center; 
		top: 0;
	position: relative;
    left: 47%;
    transform: translateX(-75%);
    }

    .fond2 img {
        width: auto;
        height: 100%;
    }

   .fond3-container {
   position: absolute;
    top: 70%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 100%;
    height: auto;
}

.fond3 {

height: 170px;
}
	

.fond4-container {
 position: absolute;
z-index: 100;
top: 50%;
right: 20%;
transform: translate(-50%, -50%);
}

.fond4 {
height: 120px;
}
	
	
	.fond4b-container {
 position: absolute;
z-index: 100;
top: 50%;
right: -50px;
transform: translate(-50%, -50%);
}
	
	
	.fond4b {
height: 250px;
}
	
	.police1 {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 1.5vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }
	
	
	.police1-envois {
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
		font-size: 2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2 {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
	
		.police1-legend {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 1.2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-legend {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
		font-size: 1vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;
}
	
	
	.police1-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: left;
		font-size: 2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }

.police2-vdm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 1vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000;
 margin: 0px;}
	
	
	.police3-vdm {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
		font-size: 1.2vw;
			color: #FFF;
			  text-shadow: 3px 3px 5px #000; 
	margin: 0px; }
	
	
	.police2-form {
	font-family: 'police2';
	font-weight: lighter;
    text-align: left;
		font-size: 1vw;
			color: #FFF;
 margin: 0px;
}
	
	.police-confirm {
	font-family: 'police2';
	font-weight: lighter;
    text-align: center;
	font-size: 1.5vw;
color: #FFF;
text-shadow: 3px 3px 5px #000;
display:none;
			
}
	
.police1-mentions {
	font-size: 0.7vw;

}
	
	
	
	.textes {
	z-index: 2;
	 position: absolute;
    left: 20%;
    bottom: 7%;
    width: 100%; 
    text-align: center;
    padding: 0px; 
	overflow: hidden; 
}

	
	
	form {
  display: grid;
  gap: 5px;
}

input, textarea {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
	resize: vertical;
	margin: 5px;
}


	.formulaire-container {
		overflow: hidden;
    top: 50%;
    left: 35%;
	width: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 10px;
    z-index: 101;
    color: white;
    transition: background 1s ease, display 1s ease; 
   
}
	
		.reseauxcontainer {
     width: 25%;  float: left; align-items: center;
    
}
	.formcontainer {
    width: 70%;   float: left; margin: 10px;
     
}
	
.btreseaux { 
	width: 100px;
	margin: 8px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
	
}


	
	
	.resboutons {
width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

	
		.resboutonsdm {
width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
}
	
	#mention_container {
    display: flex;
    justify-content: space-between;
}

#mention_texte1,
#mention_texte2,
#mention_texte3 {
    flex: 1;
    max-width: 30%;
}
	
	.p1-mention {
	font-size: 1vw;
}

.p2-mention {
	font-size: 1vw;
}


.p2-mentionjust {
	font-size: 1vw;
}

.p2-mentiongr {
	font-size: 1vw;
}

.p1-mention-titre {

	font-size: 4vw;
}

.retour {
	font-size: 2vw;
}
	
	
	
	 .menucontainer {
            position: absolute;
            top: 50%;
            right: 10%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            z-index: 100;
        }

 .boutonmenu {
			width: 20vw;
            margin-bottom: 2vw;
            
		}
	

		.logo_mention {

  width: 20vw;
	
	z-index: 100;
  
}


.logo {
	position: fixed;
  bottom: 3vw;
  width: 15vw;
	right: 5vw;
	z-index: 100;
}
	
	
	
	.entrez {
  bottom: 3vw;
	font-size: 4vw;
	left: 42%;
}	
	
	
		
	.reseauxdm-container{
	
		width: 80%;
	}
	
	
		
		.infosdumoment-container {
			margin-top: 5vw;
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
} 
	

	
	
		.btreseauxdm { 
	width: 60px;
	margin: 8px;
	cursor: pointer;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
	
}
	
	
	.affichedumoment {
	margin-right: 5vw; 
		box-shadow: 8px 8px 12px #000;
}
	
.affichedumoment img {
    width: 10vw;
	
}
	
		.videodm-container {
        z-index: 2;
		margin-top: 25vw;
}
	
	.textedumoment {
    width: 50vw;
	margin-left: 1vw;
	margin-top: 5vw;
	
}	
	
}
		
		
		
		
	                                                                             
		                                                                     /* 4 */




.entrez {	
	position: fixed;     
	will-change: transform;
	transform: translateX(-50%);
	z-index: 100;
	font-family: 'police1';
	font-weight: bold;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	 display: none;
}

.entrez:hover {
	
	animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
}




#copyr {
	
	position: fixed; 
	bottom: 1vw;
    right: 8vw;
	z-index: 100;
	
	
}
	



		
.p1-mention {
	font-family: 'police1';
	font-weight:lighter;
    text-align: center;
	color: #FFF;
}

.p2-mention {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
	color: #FFF;
}


.p2-mentionjust {
	font-family: 'police2';
	font-weight:lighter;
    text-align:justify;
	color: #FFF;
}

.p2-mentiongr {
	font-family: 'police2';
	font-weight:bold;
    text-align:justify;
	color: #FFF;
}

.p1-mention-titre {
	font-family: 'police1';
	font-weight:bold;
    text-align: center;
	color: #FFF;

}

.retour {
	font-family: 'police1';
	font-weight:bold;
    text-align: center;
	color: #FFF;
	text-decoration: none;
	animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
}

.retour:hover {
	
	animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
}


.police1-mentions {
	font-family: 'police2';
	font-weight:lighter;
    text-align: center;
	color: #FFF;
	text-shadow: 3px 3px 5px #000; 
	margin: 0px;
  cursor: pointer;
    transition: transform 0.3s ease;
   transform-origin: center;
	background: none; 
    border: none; 
	
	animation-name: btmenuaso;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
  

}




.police1-mentions:hover {

	
	animation-name: btmenubso;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
  

}




.video-section {
    z-index: 10;
}



.carousel {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out; 
}

.carousel-section {
    height: 100vh;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-size: cover;
    color: white;
    padding: inherit;
    position: relative;
    overflow: hidden;
}
		
		
		

.image {
max-height: 100vh;
}
	

    .image-overlay {

max-height: 100vh;
    }

   
		
		

.parallax {
    width: 100%;
    height: 100vh;
}


.Save {
    position: absolute;
    animation-fill-mode: forwards;
}

		
	.fond2-container img {
    width: auto; 
    height: 100%;
    object-fit: contain;
}	

.fond2 {
    animation: moveUp 2s ease; 
    animation-iteration-count: 1; 
    z-index: 0; 
}


@keyframes moveUp {
    0% {
        transform: translateX(50%); 
    }
    100% {
        transform: translateX(0%); 
    }
}


.fond3 {
    animation: moveUpb 2s ease; 
    animation-iteration-count: 1; 
    z-index: 0; 
}


@keyframes moveUpb {
    0% {
        transform: translateX(-50%); 
    }
    100% {
        transform: translateX(0%); 
    }
}

		

.carousel-buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    margin: 0 10px;
}


html, body {
    margin: 0;
    padding: 0;
}
		
		


		
		
	.btmenu img{
	width: 100px;
	position: fixed;
	left: 15px;
	top: 10px;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
		z-index: 10;
}

.btmenu:hover img{
animation-name: btmenub;
cursor:pointer;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}

	
.btpaus {
display: none;
z-index: 200;
width: 100px;
position: fixed;
top: 7%;
right: 12%;
cursor:pointer;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
		
.btpaus:hover {
display: none;
z-index: 200;
width: 100px;
position: fixed;
top: 7%;
right: 12%;
cursor:pointer;
animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
		
		
	.btfermer {
width: 50px;
cursor:pointer;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
		
.btfermer:hover {
width: 50px;
cursor:pointer;
animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}



	.affichedumoment {
cursor:pointer;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}
	.affichedumoment:hover {
cursor:pointer;
animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
}

		
@keyframes btmenua {  
 0% {transform: scale(1.2);text-shadow: 0px 0px 5px #FFF; }
100% {transform: scale(1);text-shadow: 0px 0px 5px #000; }
}

@keyframes btmenub {  
 0% {transform: scale(1);text-shadow: 0px 0px 5px #000; }
100% {transform: scale(1.2);text-shadow: 0px 0px 5px #FFF; }
}	
		
		
	

@keyframes btmenuaopac {  
 0% {transform: scale(1.2);text-shadow: 0px 0px 5px #FFF; opacity: 1;}
100% {transform: scale(1);text-shadow: 0px 0px 5px #000; opacity: 0.2;}
}

@keyframes btmenubopac {  
 0% {transform: scale(1);text-shadow: 0px 0px 5px #000; opacity: 0.2;}
100% {transform: scale(1.2);text-shadow: 0px 0px 5px #FFF; opacity: 1;}
}	


@keyframes btmenuaso {  
 0% {transform: scale(1.2); }
100% {transform: scale(1); }
}

@keyframes btmenubso {  
 0% {transform: scale(1); }
100% {transform: scale(1.2); }
}	

		
		.masque {
    display: none;
}
	

@font-face {
    font-family: 'police1';
    src: url('police1/police.eot');
    src: url('police1/police.eot?#iefix') format('embedded-opentype'),
         url('police1/police.woff') format('woff'),
         url('police1/police.ttf') format('truetype'),
         url('police1/police.svg#waltographregular') format('svg');
	font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'police2';
    src: url('police2/police.eot');
    src: url('police2/police.eot?#iefix') format('embedded-opentype'),
         url('police2/police.woff') format('woff'),
         url('police2/police.ttf') format('truetype'),
         url('police2/police.svg#waltographregular') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'police3';
    src: url('police3/police.eot');
    src: url('police3/police.eot?#iefix') format('embedded-opentype'),
         url('police3/police.woff') format('woff'),
         url('police3/police.ttf') format('truetype'),
         url('police3/police.svg#waltographregular') format('svg');
    font-weight: normal;
    font-style: normal;}







        #fond_menu, #fond_menu_portrait {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
			z-index: 0;
        }

        #fond_menu_portrait {
            display: none;
        }
		
	     #muteButton {
            position: absolute;
            bottom: 2vw;
            left: 10px;
            background-color: transparent;
            color: white;
            border: none;
            font-size: 16px;
            cursor: pointer;
            z-index: 100;
        }
		
		 #playButton {display: none;
            position: absolute;
            bottom: 10px;
            right: 100px;
            background-color: transparent;
            color: white;
            border: none;
            font-size: 16px;
            cursor: pointer;
            z-index: 100;
        }
		
		 #muteIcon, #muteIconOff {
            width: 100px; 
            height: 100px;
            fill: white; 
			 cursor:pointer;
animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
        }
		
		
		
		#muteIcon:hover, #muteIconOff:hover {
            width: 100px; 
            height: 100px;
            fill: white; 
			 cursor:pointer;
animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: linear;
        }
		
		




        .boutonmenu {
            cursor: pointer;
		animation-name: btmenua;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
		}	
			.boutonmenu:hover {
		animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;

			
        }




.btreseaux:hover {
		animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
}
.btreseauxdm:hover {
		animation-name: btmenub;
animation-fill-mode:forwards;
animation-duration: 0.3s;
animation-iteration-count: 1;  
animation-timing-function: linear;
	
}


.btenvoyer-container {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    transform-origin: center; 
	background: none;
    border: none; 
    color: white;
}

.btenvoyer-container:hover {
    transform: scale(1.2);
}




.formulaire-container.visible {
    background: rgba(0, 0, 0, 0.7);
    display: block; 
}

#fermerFormulaire {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}



 
		.sectiondm {
			
display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
  height: 100vh;
    background-size: cover;
			background-attachment: fixed;
    overflow-y: auto; 
}
		

		
		
		.lecteurvideodm {
			width: 80vw;
   box-shadow: 8px 8px 12px #000;
    border-radius: 30px;
}	
		


		



