.couverture_accueil {
  background: url(../image/Shinjuku-Tokyo-Kabukicho-1280x720.jpg) fixed
    no-repeat 50% 50%;
  background-size: cover;
  height: 25rem;
}
/**********************SECTION-INFORMATION****************************/
.information {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5% 0 5% 0;
}
.container_info-site {
  flex: 1;
  width: 100%;
  min-width: 20rem;
  margin-right: 5%;
  margin-bottom: 1rem;
}
.title_info-site {
  margin-bottom: 1rem;
}
.info-site {
  margin-left: 1rem;
  text-align: justify;
}
.container_info-contact {
  width: 25%;
  min-height: 20rem;
  min-width: 15rem;
  background: #2b2d42;
  color: #edf2f4;
}
.title_info-contact {
  margin-top: 1rem;
  text-align: center;
}
.info-contact {
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles pour cette Media Queries */
  .container_info-site {
    min-width: 15rem;
    margin: 2rem 0;
  }
}
/*************************SECTION-SLIDER*************************/
.container {
  width: 95%;
  display: flex;
  padding: 20px 20px;
  justify-content: center;
  align-items: center;
  background: #2b2d42;
  border-radius: 15px;
}

.slide {
  position: relative;
  height: 80vh;
  margin: 10px;
  display: flex;
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: flex 0.3s;
  -webkit-transition: flex 0.3s;
  -moz-transition: flex 0.3s;
  -ms-transition: flex 0.3s;
  -o-transition: flex 0.3s;
}

.slide h3 {
  text-align: center;
  padding: 1rem 0;
  width: 100%;
  font-size: 24px;
  letter-spacing: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  -ms-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
}

.slide a {
  padding: 1rem 2rem;
  color: #edf2f4;
  background: #2b2d42;
  transition: 1s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.slide a:hover {
  color: #e5383b;
}

.slide.active {
  flex: 10;
}

.slide.active h3 {
  opacity: 1;
}

.line {
  margin-top: 4rem;
  width: 100%;
  height: 1px;
  background: #2b2d42;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles pour cette Media Queries */
  .container {
    display: none;
  }
}

/****************************Galery-picture*****************************/
.section_galery {
  width: 100%;
}
.container_picture {
  display: flex;
  margin-bottom: 5%;
  width: 100%;
  flex-wrap: wrap;
}
.picture_left {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 290px;
}
.picture_top {
  display: flex;
  width: 100%;
}
.picture_right {
  display: flex;
  flex-direction: column;
  flex: 2;
  width: 100%;
  min-width: 290px;
}
.picture_bottom {
  display: flex;
  width: 100%;
}
.picture_1 {
  background: url(../image/IMG_20200228_093439.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 65%;
  height: 12rem;
}
.picture_2 {
  background: url(../image/IMG_20200228_104446.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 35%;
  height: 12rem;
}
.picture_3 {
  background: url(../image/P1010091.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 15rem;
}
.picture_4 {
  background: url(../image/P1010015.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 19rem;
}
.picture_5 {
  background: url(../image/P1010029.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 8rem;
}
.picture_6 {
  background: url(../image/P1010151.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 8rem;
}
.picture_7 {
  background: url(../image/IMG_20200302_115403.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 8rem;
}
