/* balses principales */

header {
    background-color: black;
  }

nav {
    height: 80px;
    background-color: red;
    color : white;
  }

aside {
    height: auto;
    background-color: lightslategray;
  }

footer {
    min-height: 100px;
    background-color: black;
    color : gainsboro;
    clear : both;
  }

body {
      background-color : red;
      width : 95%;
      margin : auto;
  }

h1 {
  font-size: 2em;
  font-weight: 600;
}

/* style couleurs */

.white {
      background-color: white;
  }

.black {
      background-color: black;
      color : white;
  }

.red {
  background-color: red;
  color : white;
}

.pink {
  background-color: pink;
}


/* styles sur les card */

.card-pink{
    background-color: pink;
  }

.card-black {
      background-color: black;
      color : white;
  }

.card-top {
      background-color: pink;
      min-height : 205px;
  }

.card-pitch {
  height : 350px;
}

.card-who {
    height : 330px;
  }

.presentation-card {
    min-height : 200px;
  }

.card-index {
    min-height : 160px;
  }

.card-accueil:hover {
  border : yellow;
  background-color: pink;
  margin : 1px;
}

.navigation {
      background-color: white;
  }

.aeration {
      height : 1em;
  }

.justify {
      text-align : justify
  }

.taille-vignette-index {
    background-size: cover;
    height : 200px;
  }



/* Style the buttons that are used to open and close the accordion panel */

     .accordion {
      background-color: pink;
      color: black;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      transition: 0.4s;
    }
    
    .active2, .accordion:hover {
      background-color : red;
      color : white;
      font-weight: 600;
    }
    
    .accordion:after {
      content: '\002B';
      color: darkslategray;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .active2:after {
      content: "\2212";
    }
    
    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
  
.flotte {
        float : left;
    }

.video {
      max-width : 100%;
      height : auto;
      margin-top : 10px;
    }

.accroche {
  text-shadow: 1px 1px 2px pink;
  margin-top: 15px;
  font-size: 1.2em;
  margin-left : 15px;
  margin-right : 15px;
  text-align : center;
  margin-bottom : -8px;

}

.bloc-accroche{
  display : flex;
  justify-content : space-evenly;
  height : 60px;
  align-items : center;
}

.bloc-sous-titre{
  display : flex;
  justify-content : space-evenly;
  height : 90px;
  align-items : center;
  margin-bottom : -25px;
  margin-top : 15px;
}

.text-sous-titre{
  margin-left : 15px;
  margin-right : 15px;
  text-align : center;
}

.bloc-titre{
  display : flex;
  justify-content : space-evenly;
  height : 70px;
  align-items : center;
  margin-top : -5px;
}

.text-titre{
  margin-left : 15px;
  margin-right : 15px;
  text-align : center;
}

/** images **/

.img-pitch, .card-img {
      width : 90%;
      text-align : middle;
      margin-top : 20px;
      box-shadow : 4px 4px 10px 3px rgba(255, 144, 144, 0.75);
    }
  
.img-menu {
  display : inline;
  width : 90%;
  max-height : 300px;
  max-width : 200px;
  box-shadow : 4px 4px 10px 3px rgba(255, 144, 144, 0.75);
  transition : 0.2s;
}

.img-menu:hover {
  width : 85%;
  border : solid yellow;
  transition : 0.2s;
}

.img-bloc-menu {
  display : flex;
  direction : row;
  flex-wrap : nowrap;
  justify-content : space-evenly;
  align-items : center;
  justify-items : center;
}

.img-center {
  text-align : center;
}

.enveloppe {
  width: 4%;
}
.enveloppe:hover{
  width :4.5%;
  transition : 0.2s ;
}

.btn:hover{
  box-shadow : 2px 4px 10px 3px rgba(255, 144, 144, 0.75);

}

.logo{
  width : 90%;
}


@media (min-width:992px){
  .pc-only {
    display: block !important;
  }

  .card-footer-mobile {
    display : none;
  }
}

@media (max-width:991px){
  .pc-only{
    display: none !important;
  }

  .mobile-border {
    border : solid black 1px;
  }

  .card-footer-mobile {
    height : 10px;
  }
}

.nav-item {
  text-align : center;
}

.img-index {
  width : 100%;
  text-align : middle;
  box-shadow : 4px 4px 10px 3px rgba(255, 144, 144, 0.75);
  margin-top : -5px;
}

.go-up:hover {
  height : 18px;
}

.img-avignon {
  width : 75%;
  text-align : middle;
  box-shadow : 4px 4px 10px 3px rgba(0, 0, 0, 0.75);
  margin-top : -5px;
}

.card-img-avignon{
  width:75%;
  text-align : middle;
  margin-top : 20px;
  box-shadow : 4px 4px 10px 3px rgba(0, 0, 0, 0.75);
}

.article-avignon:hover{
  border : black;
  background-color: red;
}

.bg-avignon{
  background-color: yellow;
}