* {
    margin: 0;
    padding: 0;
}

.header{
    display: flex;
    background-color: #5c8aac;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid rgb(255, 255, 255);
}

.gaucheheader{
    height: 95%;
    width: 62%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #5c8aac;
    box-shadow: 0px 4px 0px rgb(219, 219, 219);
}

.droiteheader{
    background-color: #5c8aac;
    height: 95%;
    width: 38%;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 0px rgb(219, 219, 219);
}

.main1{
    display: flex;
    height: 660px;
    width: 100%;
    background-color: #fbfbfa;
    align-items: center;
    justify-content: space-evenly;
}

.logo{
    background-color: #5c8aac;
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.saltygames{
    height: 90%;
    background-color: #5c8aac;
    width: 100%;
}

.nav{
    background-color: rgba(222, 184, 135, 0);
    height: 60%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    word-spacing: 20px;
    margin-left: 65%;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    text-decoration: none;
    color: black;
}

.slider{
  background-color: #fbfbfa;
  border: 1px solid rgb(124, 123, 123);
  width: 810px;
  height: 465px;
}

html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f6f2eb;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.gauchemain1{
  background-color: #fbfbfa;
  width: 59%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.droitemain1{
  background-color: #fbfbfa;
  width: 41%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.titre{
  background-color: #fbfbfa;
  width: 80%;
  height: 20%;
  font-family: 'Lucida Sans';
  font-size: 26.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.repasser{
  color: white;
  font-weight: bold;
}

.repasser:hover {
  cursor:pointer;
  transform:scale(1.50);
}

.icons:hover {
  cursor:pointer;
  transform:scale(1.11);
}

.yes:hover {
  cursor:pointer;
  transform:scale(1.07);
}

.bouton66:hover {
  cursor:pointer;
  transform:scale(1.07);
}

.valentin:hover {
  cursor:pointer;
  transform:scale(1.4);
}

.texte{
  background-color: #fbfbfa;
  width: 80%;
  height: 40%;
  font-family: 'Lucida Sans';
  font-size: 18.5px;
  text-align: justify;
}

.bouton{
  background-color: #028858;
  width: 35%;
  height: 8%;
  font-family: 'Lucida Sans';
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}

.bouton:hover {
  cursor:pointer;
  transform:scale(1.11);
}

.main2{
  display: flex;
  height: 840px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  align-items: center;
  justify-content: space-evenly;
}

.bandeau{
  display: flex;
  height: 160px;
  width: 100%;
  background-color: #f6f2eb;
  align-items: center;
  justify-content: space-evenly;
}

.devises{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 85%;
  width: 90%;
  background-color: #f6f2eb;
}

.dev1{
  display: flex;
  align-items: center;
  height: 85%;
  width: 25%;
  background-color: #f6f2eb;
  font-size: 17px;
  font-family: 'Lucida Sans';
  text-align: justify;
}


.copyright{
  font-size: 12px;
}

.commentaires{
  height: 58%;
  width: 100%;
  background-color: #f6f2eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.title22{
  height: 12%;
  width: 30%;
  background-color: rgba(156, 18, 202, 0);
  font-size: 25px;
  font-family: 'Lucida Sans';
  margin-left: -55%;
  display: flex;
  align-items: flex-end;
}

.avis{
  height: 70%;
  width: 85%;
  background-color: #f6f2eb;
  font-size: 25px;
  font-family: 'Lucida Sans';
  display: flex;
  justify-content: center;
  align-items: center;
}




html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slid {
  text-align: center;
  font-size: 18px;
  background: rgb(216, 188, 188);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.scrolldroite{
  background-color: rgba(10, 68, 49, 0);
  width: 21%;
  height: 90%;
}

.tabsgauche{
  background-color:rgb(160, 159, 209);
  width: 65%;
  height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-direction: column;
}

.scroll-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.scroll-container2 {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x:hidden;
  scroll-behavior: smooth;
}


.scroll-page1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 560%;
  color: white;
  flex-direction: column;
  background-color: rgba(95, 158, 160, 0);
}

.scroll-page2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 290%;
  color: white;
  flex-direction: column;
  background-color: rgba(95, 158, 160, 0);
}

.scroll-page {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 50%;
  font-size: 20px;
  color: white;
  flex-direction: column;
  background-color: rgba(28, 67, 68, 0);
}

.contritution{
  background-color: white;
  width: 80%;
  height: 370px;
  border: 2px solid rgb(172, 172, 172);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
}

.contritution2{
  background-color: white;
  width: 80%;
  height: 270px;
  border: 2px solid rgb(172, 172, 172);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
}

.footer{
  background-color: #5c8aac;
  width: 100%;
  height: 12.5%;
  display: flex;
}

/* tabs */
ul{
    display: flex;
    list-style: none;
    color: rgb(54, 54, 54);
    background-color: white;
    width: 100%;
    height:6%;
    align-items: center;
}

ul li{
    margin-right: 60px;
}

.tab-active{
    color:black;
    font-weight: bold;
    border-bottom: 2px solid;
}

.content{
    display: none;
    width: 100%;
    height: 100%;
    font-family: 'Lucida Sans';
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    border-top: 1px solid rgb(148, 147, 147);
    flex-direction: column;
}

.active{
  display: flex;
  justify-content: center;
  align-items: center;
}

fieldset{
    border: 0;
}

.campagne11{
  background-color: white;
  width: 100%;
  height: 3.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 26px;
  font-weight: bold;
  color: black;
}

.campagne1125{
  background-color: white;
  width: 100%;
  height: 3.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 26px;
  font-weight: bold;
  color: black;
}

.campagne112{
  background-color: white;
  width: 100%;
  height: 3.5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Lucida Sans';
  font-size: 26px;
  font-weight: bold;
  color: black;
}

.campagne12{
  background-color: white;
  color: black;
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.cartess{
  background-color: rgba(240, 61, 61, 0);
  color: black;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  font-family: 'Lucida Sans';
  font-size: 18px;
}

.campagne122{
  background-color: white;
  color: black;
  width: 100%;
  height: 580px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.campagne133{
  background-color: white;
  color: black;
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.campagne144{
  background-color: white;
  color: black;
  width: 100%;
  height: 1300px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.campagne31{
  background-color: white;
  color: black;
  width: 100%;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.paragraphe1{
  background-color: white;
  color: black;
  width: 88%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphebold{
  background-color: white;
  color: black;
  width: 88%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
}

.paragraphe111{
  background-color: white;
  color: black;
  width: 88%;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphe112{
  background-color: white;
  color: black;
  width: 88%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphe113{
  background-color: white;
  color: black;
  width: 88%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  flex-direction: column;
  font-weight: lighter;
}

.paragraphe114{
  background-color: white;
  color: black;
  width: 88%;
  height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Lucida Sans';
  font-size: 17px;
  flex-direction: column;
  font-weight: lighter;
}

.paragraphe31{
  background-color: white;
  color: black;
  width: 88%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.photo1{
  background-color: white;
  color: black;
  width: 40%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.videoytb{
  background-color: white;
  color: white;
  width: 80%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo12{
  background-color: white;
  color: black;
  width: 80%;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo13{
  background-color: rgb(219, 157, 157);
  color: black;
  width: 800px;
  height: 910px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drapeau{
  height: 120px;
}

.plateau{
  width: 85%;
}

.legume{
  height: 100%;
}

.photo2{
  background-color: rgb(68, 212, 24);
  color: black;
  width: 30%;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cartes{
  background-color: white;
  color: black;
  width: 88%;
  height: 35%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cartes2{
  background-color: white;
  color: black;
  width: 88%;
  height: 55%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.carte{
  background-color: white;
  color: black;
  width: 20%;
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cartemax{
  width: 85%;
  height: 87%;
}

.campagne21{
  background-color: white;
  color: black;
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 18px;
  flex-direction: column;
}

.paragraphe21{
  background-color: white;
  color: black;
  width: 88%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphe22{
  background-color: white;
  color: black;
  width: 88%;
  height: 12%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphe23{
  background-color: white;
  color: black;
  width: 88%;
  height: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.paragraphe24{
  background-color: white;
  color: black;
  width: 88%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Lucida Sans';
  font-size: 17px;
  text-align: justify;
  font-weight: lighter;
}

.title{
  color: black;
  width: 90%;
  height: 20%;
  background-color: rgba(207, 207, 207, 0);
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 19px;
  font-weight: bold;
}

.text{
  color: black;
  width: 90%;
  height: 40%;
  background-color: rgba(138, 87, 20, 0);
  font-family: 'Lucida Sans';
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#montant{
  width: 89%;
  height: 10%;
  background-color: rgba(222, 184, 135, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

#montant2{
  width: 65%;
  height: 90%;
  font-size: 18.5px;
  color: rgb(58, 58, 58);
}

.soutenir{
  color: black;
  font-family: 'Lucida Sans';
  font-size: 23px;
  width: 80%;
  height: 2%;
  background-color: rgba(228, 193, 148, 0);
  margin-top: -12%;
  font-weight: bold;
}

#euro{
  height: 88%;
  border: 1px solid rgb(58, 58, 58);;
}

.title2{
  color: black;
  width: 90%;
  height: 15%;
  background-color: rgba(207, 207, 207, 0);
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 20px;
  font-weight: bold;
  margin-left: 0%;
}

.title21{
  color: black;
  width: 90%;
  height: 10%;
  background-color: rgba(207, 207, 207, 0);
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 19px;
  font-weight: bold;
  margin-left: 0%;
}

.text2{
  color: black;
  width: 90%;
  height: 35%;
  background-color: rgba(138, 87, 20, 0);
  font-family: 'Lucida Sans';
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grr{
  width: 90%;
  height: 30%;
  background-color: rgba(64, 133, 91, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.foto{
  width: 100%;
  height: 90%;
  background-color: rgba(35, 105, 122, 0);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ex{
  height: 100%;
}

.bouton2{
  background-color: #028858;
  width: 55%;
  height: 10%;
  font-family: 'Lucida Sans';
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.bouton2:hover {
  cursor:pointer;
  transform:scale(1.08);
}

.ex:hover {
  cursor:pointer;
  transform:scale(1.65);
}

.bas{
  background-color: #5c8aac;
  width: 30%;
  height: 100%;
  display: flex;
  /*align-items: center;*/
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(83, 83, 83);
  margin-left: 35%;
  color: white;
}

.reseaux{
  height: 60%;
  width: 100%;
  background-color: #5c8aac;
  display: flex;
  justify-content: center;
}

.icons{
  height: 40%;
  margin: 0 10px;
  margin-top: 5%;
}

.remonter{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(83, 83, 83);
  font-family: 'Lucida Sans';
  font-size: 12px;
  color: white;
}

.commentaire{
  background-color: #f6f2eb;
  width: 75%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.parthaute{
  background-color: aquamarine;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}

.partbasse{
  background-color: #f6f2eb;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}

html { scroll-behavior: smooth; }

.pdp{
  background-color:#f6f2eb;
  width: 55%;
  height: 85%;
}

.contenantpdp{
  background-color: #f6f2eb;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenant2{
  background-color: #f6f2eb;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.nomclient{
  background-color: #f6f2eb;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: 'Lucida Sans';
  font-size: 18.5px;
}

.datepublication{
  background-color: #f6f2eb;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Lucida Sans';
  font-size: 14px;
  color: rgb(92, 91, 91);
}

.encoretext{
  background-color: #f6f2eb;
  width: 85%;
  height: 90%;
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 15.5px;
}

.maxime{
  background-color: white;
  width: 88%;
  height: 10%;
  display: flex;
  align-items: center;
}

.gauchemax{
  background-color: white;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.droitemax{
  background-color: white;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.photomax{
  background-color: white;
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
}

.nommax{
  background-color: white;
  width: 40%;
  height: 15%;
  font-family: 'Lucida Sans';
  font-size: 23px;
  color: black;
}

.descriptionmax{
  background-color: white;
  width: 90%;
  height: 45%;
  font-family: 'Lucida Sans';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: black;
  font-weight: lighter;
}

.espace{
  background-color: white;
  width: 100%;
  height: 25px;
}

.valentin{
  width: 100%;
}

.reponse{
  color: black;
  font-family: 'Lucida Sans';
  font-size: 14px;
  background-color: rgba(0, 255, 255, 0);
  width: 100%;
  display: none;
  font-weight: lighter;
}

.question{
  color: black;
  background-color: #02885900;
  width: 100%;
  font-family: 'Lucida Sans';
  font-size: 15.5px;
  height: 70px;
  display: flex;
  align-items: center;
}

.reponse.is-visible{
  display: block;
}

.bourrage{
  background-color: white;
  width: 100%;
  height: 3250px;
}

.campagne111{
  background-color: white;
  width: 100%;
  height: 3.5%;
  display: flex;
  justify-content: center;
  margin-top: -12%;
  font-family: 'Lucida Sans';
  font-size: 26px;
  font-weight: bold;
  color: black;
}

.bourrage6{
  background-color: white;
  height: 3200px;
  width: 80%;
}

.bourrage7{
  background-color: white;
  height: 2100px;
  width: 80%;
}

.campagne1115{
  background-color: white;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-top: -12%;
  font-family: 'Lucida Sans';
  font-size: 26px;
  font-weight: bold;
  color: black;
}

.comment{
  background-color: white;
  width: 80%;
  height: 6%;
  display: flex;
  align-items: flex-end;
  border-top: 1px solid rgb(207, 207, 207);
}

.comment2{
  background-color: white;
  width: 80%;
  height: 6%;
  display: flex;
  align-items: flex-end;
  margin-left: 10%;
}

.gaucher{
  background-color: white;
  width: 10%;
  height: 85%;
  display: flex;
  justify-content: center;
}

.droitier{
  background-color: white;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdpcomment{
  width: 60%;
  height: 37%;
}

.elnombre{
  background-color: white;
  width: 40%;
  height: 25%;
  color: black;
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 15px;
  font-weight: bold;
}

.teamprojet{
  background-color: rgb(17, 45, 206);
  width: 95%;
  height: 60%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lucida Sans';
  font-size: 11px;
  font-weight: bold;
}

.elnombre2{
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 100%;
  color: black;
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 15px;
  font-weight: bold;
}

.faischier{
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lucida Sans';
  font-size: 15px;
  font-weight: bold;
}

.faischier2{
  background-color: rgb(255, 255, 255);
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Lucida Sans';
  font-size: 15px;
  font-weight: bold;
}

.reponseteam{
  background-color: rgb(255, 255, 255);
  width: 35%;
  height: 25%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'Lucida Sans';
  font-size: 11px;
  font-weight: bold;
}

.elcomentario{
  background-color: white;
  width: 100%;
  height: 25%;
  color: black;
  display: flex;
  align-items: flex-end;
  font-family: 'Lucida Sans';
  font-size: 14px;
  font-weight: lighter;
}

.lafecha{
  background-color: white;
  width: 40%;
  height: 15%;
  color: black;
  display: flex;
  align-items: center;
  font-family: 'Lucida Sans';
  font-size: 10px;
  font-weight: lighter;
}

.leavecomment{
  background-color: white;
  width: 80%;
  height: 6%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.textareaa{
  resize : none;
  font-family: 'Lucida Sans';
  font-size: 12.5px;
}

.p{
  background-color: white;
  width: 35%;
  height: 30%;
  font-family: 'Lucida Sans';
  font-size: 14.5px;
  display: flex;
  align-items: center;
  color: black;
}

.bouton6{
  background-color: white;
  width: 100%;
  height: 30%;
  font-family: 'Lucida Sans';
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: black;
}

.bouton66{
  background-color: white;
  width: 8%;
  height: 60%;
  font-family: 'Lucida Sans';
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border-radius: 10px;
}

.bourrage2{
  background-color: white;
  width: 8%;
  height: 0.5%;
}

.plusvp{
  background-color: white;
  width: 10%;
  height: 1%;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-family: 'Lucida Sans';
  font-size: 12px;
  border: 2px solid grey;
  border-radius: 2px;
}

.videonow{
  background-color: white;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}