*{
    margin:0;
    outline: none;
    border: 0;
}

p, .p, label {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px 0;
  font-size: 18px;
}

p b {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

p strong {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

p i {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

p b i {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

p strong i{
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

h1, h2, h3, h4, #menu, .date{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;;
}

span.p{
  font-size:18px;
}
.lettrine{
    font-size: 150px;
  float: left;
  margin-top: -38px;
  margin-right: 8px;
}
content{
    margin:0 10%;
}
.part{
  width:60%;
  margin:60px 20%;

}
.part h2{
  margin:50px 0 30px;
}
header{
    text-align: center;
}
header img{
    width:80%;
    padding: 30px 10%;
}

#menu{
  position:sticky;
    top:0px;
    border:1px solid black;
    margin-top: 30px;
    background-color: whitesmoke;
}
footer{
  text-align: center;
  border-top:1px solid black;
  padding:20px 0;
  margin-top:30px;
   background-color: whitesmoke;
}
#menu ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    min-height:30px;
    padding:0;
  
}
#menu a{
    padding:20px 30px;
    font-size: 18px;
    color:black;
}
.btn{
  width:40px;
  height:40px;
  border-radius: 100%;
  border:1px solid black;
  background-color: whitesmoke;
  margin:0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top:20px;
}
.btn:hover{
background-color: gainsboro;
}

.arrow-R, .arrow-L{
width:40px;
height:1px;
background-color: black;
position: relative;
}
.arrow-R{
  left:4px;
  transform: rotate(50deg);
}
.arrow-L{
  right:4px;
  transform: rotate(-50deg);
}
.openable{
  overflow: hidden;
  height: auto;
  transition: 1s ease height;
}
.openable.close{
  height:0;
}

.main-video{
  width:1200px;
  max-width:100%;
  height:675px;
}
.EP{
  margin-top:30px;
}
.EP .cols{
  display:flex;
}
.EP .col {
  width:50%;
}
.EP .col img{
  width:100%;
}
.EP .link-EP-list{
  padding-left:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.EP .link-EP a{
  display: flex;
  flex-direction: row;
font-family: "Bebas Neue", sans-serif;
color:black;
  align-items: center;
  border:1px solid black;
  background-color: whitesmoke;
}
.EP .link-EP a:hover{
  background-color: lightgray;
}
.EP .link-EP a img{
  height:50px;
  width:50px;
  margin-right:20px;
}
#concerts ul li{
  list-style-type: none;
    font-size: 18px;
}
.list-medias{
  display: flex;
flex-wrap: wrap;
}
.list-medias img{
  max-height: 200px;
  width: auto;
  margin:5px;
}
.list-medias .video{
  margin:5px;
}

.produits{
  display: grid;
 display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
.prod{

  /* min-width: 300px; */
  padding: 10px;
  border: 1px solid black;
}
.prod img{
  width:100%;
}


@media (max-width: 1400px) {
  .main-video{
    width:800px;
    max-width:100%;
    height:475px;
}
}
@media (max-width: 810px) {
  header img {
  width: 90%;
  padding: 10px 5%;
}
  #menu a{
    padding:20px;
  }
  .part {
  width: 80%;
  margin: 30px 10%;
}
.list-medias .video,.list-medias .video iframe{

  width: 100%;
}
.main-video{
  width:100%;
  height:300px;
}
.produits{
  grid-template-columns: repeat(1, 1fr);
}
}
