body {
	background:
        linear-gradient(
            to bottom,
            #111,
            #1f1f1f,
            #111
        );
    color: var(--creme);
  

    font-family: Arial, sans-serif;
	
}
h1 {
    color: bisque;
}
h3 {
	font-family: 'Righteous', cursive;

    color: var(--rouge);

    text-transform: uppercase;

    letter-spacing: 3px;

    margin-bottom: 20px;
}
h2{
    color: bisque;
    text-align: center;
}
.affiche{
    width:100%;
    max-width:400px;
    height:auto;
    display:block;
}


/*----------------------------------------------------------------section pages----------------------------------------------*/  
#presse {
  display: flex;
  background-image: url(../image/Elvis.webp);
  background-color: rgba(255, 0, 0, 0.404);
  background-repeat: no-repeat;
  background-position: 50%;
  max-width: 600px;
}

#sec1 {
	display: flex;
	justify-content: center;
	padding: 2em;
	
  }

 #sec1 div {
    background: rgb(52, 48, 48);

    border-left: 5px solid var(--rouge);

    padding: 30px;

    margin-bottom: 40px;

    border-radius: 10px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.85);

    text-align: center;
 
	
 }

img,
iframe{
    max-width:100%;
}
 #sec2 {
	display: flex;
	justify-content: center;
	padding: 2em;
	border-radius:20px;
  }
 #sec2 div {
    background-color: rgba(122, 40, 40, 0.434);
	border-radius:20px;
	padding : 2em;
	margin: 5px;
	
 }
 #article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.85);
    border-radius: 20px;
    margin-left: 50px;
    text-align: center;
 }

#foot {
	background-color: rgba(100, 100, 200, 0.3);
	padding: 2em;
	text-align: center;
 }
 #tech{
	background-color: rgba(100, 100, 200, 0.3);
	padding: 2em;
	text-align: center;
	font-size: 20px;
 }
/*------------------------------------------------Vidéos------------------------------------------------------*/
#affvideo {
	border-radius: 20px;
	height: 300px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 2px;
	margin: 10px;
	
}
#video{
	background-color: rgba(1, 1, 1, 0.252);
	outline: 2px solid white;
	padding: 1em;
	width: 100%;
    max-width: 400px;
	height: 200px;
    box-sizing: border-box;
	background-size: 50% ;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	text-align: center;	
    display: flex;
    align-items: last baseline;
    justify-content: center;
}

#affvideo div, #affvideo1 div {
	margin: 50px;
	padding: 10px;
	text-align: center;
}

.open {
	color:black;
  padding: 5px;
	margin:10px;
	border: 100px;
	border-color: white;
  background-color:white;
  border-radius: 10px;
}


#affvideo button {
	text-decoration: none;
    background-color: black;
    /*border-radius: 20px;*/
    margin: 5px;
    color:white;
    font-size: 0.8em;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
	
#affvideo button:hover, #affvideo1 button:hover{
	background-color: red;
}
.button {
	
	color:rgb(255, 255, 255);
  padding: 20px;
	margin:10px;
	border: 100px;
	border-color: white;
  background-color:rgb(0, 0, 0);
  border-radius: 10px;
}
#button {
	color:black;
    padding: 5px;
	margin:10px;
	border: 100px;
	border-color: white;
     background-color:orange;
    border-radius: 10px;
}
#button button:hover{
	background-color:red;
}
.close {
    
    color:white;
    top: 10;
    left: 10;
    right: 10;
    bottom: 10;
    background-color: red;
	border: 50px;
    border-radius: 10px;
}
.affclip {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 80%;
    max-width: 800px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 10, 0, 0.75);
    padding: 20px;
    border-radius: 20px;
    z-index: 9999;
}
.affclip video{
    width:100%;
    height:auto;
    border-radius:20px;
}

/*--------------------------------------------------Footer--------------------------------------------------*/
 footer {
	background: #111;

    border-top:  4px solid #d62828;

    padding: 40px 20px;
	border-radius: 20px;
	
	text-align: center;
 }
 footer a, #foot a {
	margin: 10px;
	font-size: 30px;
	color: white;
	transition: 0.3s;
 }
 footer a:hover, #foot a:hover, #tech a:hover {
	color: #007BFF;
 }

 

/*----------------------------------------------------formulaire-----------------------------------*/
label {
	color: white;
}

#sec11 {
	display: flex;
	margin-left: 50px;
	justify-content:center ;
    align-items: center;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.85);
		
  }
  #sec11 div {
	
	border-radius: 20px;
	padding: 2em;
	margin: 10px;
  }
#date {
	background-color: rgb(55, 54, 54);
    

   
}
#date div {
	color: #fef9f9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.85);
    
}

#fen {
	    
	background-color: rgba(122, 47, 62, 0.412);
    font-family: Arial, sans-serif;
	width: 600px;
    height: 550px;
    
	
    }
#im {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
    height: 550px;
	animation: zoom 10s infinite alternate;
	
}
textarea {
    width: 100%;
    max-width: 600px;
    height: 230px;
}

@keyframes zoom {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1.3);
  }
}
/*----------------------------------------------------------------*/
.box {
  background-image: url("image/victor.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.5s;
  width: 100%;
 
}

.box:hover {
  background-size: 150%;
  background-position: top;
  
}
/*----------------------------------Gallery--------------------------------*/


.media{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background:
        linear-gradient(
            to bottom,
            #000000,
            #424242,
            #000000
        );
    color: var(--creme);
    margin: 40px;
    border-radius: 20px; 
    padding: 5px; 
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.85);
}


/* =========================================
   RESPONSIVE TABLETTE ET MOBILE
   ========================================= */

@media screen and (max-width: 768px) {

    /* Header */
    header {
        flex-direction: column;
        padding: 10px;
    }

    #logo {
        flex-direction: column;
        text-align: center;
    }

    #logo img {
        max-width: 150px;
        height: auto;
    }

    /* Navigation */
    #navigation {
        margin: 10px 0;
    }

    nav ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    nav li {
        margin: 10px 0;
    }

    #navigation a {
        display: block;
        font-size: 1.2rem;
        padding: 10px 20px;
    }

    /* Sections */
    #sec1,
    #sec2,
    #sec11 {
        flex-direction: column;
        padding: 10px;
        margin: 0;
    }

    #sec1 div,
    #sec2 div,
    #sec11 div {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    /* Formulaire */
    input,
    textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    textarea {
        height: 200px;
    }

    /* Fenêtre fixe */
    #fen {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #im {
        width: 100%;
        height: auto;
    }
   
    /* Texte */
    h1 {
        font-size: 1.8rem;
        color: bisque;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1rem !important;
    }

    /* Footer */
    footer {
        flex-direction: column;
        padding: 15px;
    }
}
/* Bouton caché sur PC */
#menu-toggle {
    display: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

/* Version mobile */
@media screen and (max-width: 768px) {

    #menu-toggle {
        display: block;
    }

    #menu {
        display: none;
        width: 100%;
    }

    #menu.active {
        display: block;
    }

    #menu ul {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #menu li {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
.map {
    width: 100%;
    max-width: 600px;
    height: 450px;
    border: 0;
}

@media screen and (max-width: 768px) {

    .affclip {
        width: 95%;
        top: 2%;
        padding: 10px;
        border-radius: 15px;
    }

    .affclip video {
        width: 100%;
        height: auto;
    }
    #affvideo div{
        margin:10px;
    }

    .close {
        margin-top: 10px;
        font-size: 1rem;
        padding: 10px;
    }

}
@media screen and (max-width: 768px) {

    .affclip {
        width: 100vw;
        height: 100vh;
        margin: 0;
        left: 0;
        top: 0;
        transform: none;
        border-radius: 0;
        justify-content: center;
    }

    .affclip video {
        width: 100%;
        max-height: 80vh;
    }
    #affvidéo{
         width: 100%;
        height: 250px;
        margin: 20px auto;
    }
    #video{
        width:100%;
        max-width:100%;
        height:250px;
    }
    .media{
        flex-direction: column;
        margin: 10px;
        width: calc(100% - 20px);
    }

}
