body {
  background: linear-gradient(#010125, #3333a6);
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

*,
html {
  scroll-behavior: smooth;
}

                  /*header*/

header {
  height: 345px;
  width: 1080px;
  background-color: #bdbdf1;
  box-shadow: rgb(182, 181, 196) 0 -5px 30px 10px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}



nav {
  display: flex;
  align-items: center;
  width: 100%;
}


nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;

}


nav ul li.pdc {
  transform: rotate(-10deg);
  transition: all 0.1s ease-in-out;

  margin: 0 2px;
  color: rgb(248, 252, 237);
  font-size: 27px;
  font-family: 'Delius Swash Caps', static;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgb(152, 207, 14);
  box-shadow: rgba(88, 142, 0, 0.477) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;


}

nav ul li.ddc {
  transform: rotate(6deg);
  transition: all 0.1s ease-in-out;

  margin: 0 2px;
  color: rgb(248, 252, 237);
  font-size: 27px;
  font-family: 'Delius Swash Caps', static;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgb(152, 207, 14);
  box-shadow: rgba(88, 142, 0, 0.477) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;


}

nav ul li.tdc {
  transform: rotate(8deg);
  transition: all 0.1s ease-in-out;

  margin: 0 2px;
  color: rgb(248, 252, 237);
  font-size: 27px;
  font-family: 'Delius Swash Caps', static;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgb(152, 207, 14);
  box-shadow: rgba(88, 142, 0, 0.477) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;


}

nav ul li.qdc {
  transform: rotate(-6deg);
  transition: all 0.1s ease-in-out;

  margin: 0 2px;
  color: rgb(248, 252, 237);
  font-size: 27px;
  font-family: 'Delius Swash Caps', static;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgb(152, 207, 14);
  box-shadow: rgba(88, 142, 0, 0.477) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;


}

nav ul li.cdc {
  transform: rotate(10deg);
  transition: all 0.1s ease-in-out;

  margin: 0 2px;
  color: rgb(248, 252, 237);
  font-size: 27px;
  font-family: 'Delius Swash Caps', static;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: rgb(152, 207, 14);
  box-shadow: rgba(88, 142, 0, 0.477) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;

}

nav ul li a {
  text-decoration: none;
  color: inherit;
}

nav ul li a.active {
  color: rgb(9, 107, 2);
  text-shadow: 2px 2px 5px rgb(235, 254, 220);
}


nav ul li.pdc:hover {
  transform: rotate(7deg) translateY(-20px);
  box-shadow: rgba(63, 102, 0, 0.567) 6px 9px 30px 2px;
}

nav ul li.ddc:hover {
  transform: rotate(-7deg) translateY(-25px);
  box-shadow: rgba(63, 102, 0, 0.567) 6px 9px 30px 2px;

}

nav ul li.tdc:hover {
  transform: rotate(-7deg) translateY(-25px);
  box-shadow: rgba(63, 102, 0, 0.567) 6px 9px 30px 2px;
}

nav ul li.qdc:hover {
  transform: rotate(7deg) translateY(-20px);
  box-shadow: rgba(63, 102, 0, 0.567) 6px 9px 30px 2px;
}

nav ul li.cdc:hover {
  transform: rotate(-4deg) translateY(-25px);
  box-shadow: rgba(63, 102, 0, 0.567) 6px 9px 30px 2px;
}

#logo {
  position: absolute;
  width: 100px;
  height: 100px;
  margin-top: 25px;
  margin-left: 870px;
}


h1#ludo {
  font-family: 'Henny Penny', regular;
  font-size: 75px;
  margin-top: 15px;
  margin-left: 65px;
  padding: none;
  height: 40px;
  color: rgb(132, 182, 8);
  text-shadow: 5px 2px 5px rgba(227, 243, 186, 0.786);
  transition: all 0.1s ease-in-out;

}

#ludo:hover {
  text-shadow: 8px 2px 5px rgba(255, 255, 255, 0.891);
}

p.stitre {
  font-family: 'Delius Swash Caps', static;
  font-size: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: #010156;
  transition: all 0.2s ease-in-out;

}

p.stitre:hover {
  color: #4d5c02;
  text-shadow: 2px 2px 5px rgba(227, 243, 186, 0.786);
  ;
}

                      /*footer*/

footer {
  height: 60px;
  width: 1080px;
  margin-top: 0;
  background-color: #bdbdf1;
  margin: 0 auto;
  padding: 10px 10px;
  box-shadow: rgb(182, 181, 196) 0 -5px 30px 10px;
  text-align: center;
  color: #010156;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  transition: all 0.2s ease-in-out;

}

footer:hover {
  color: #4d5c02;
  text-shadow: 2px 2px 5px rgba(227, 243, 186, 0.786);
}


.go-top {
  bottom: 20px;
  right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  text-decoration: none;
  color: rgb(237, 239, 252);
  font-size: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(2, 0, 99, 0.647);
  box-shadow: rgba(40, 0, 142, 0.477) 6px -6px 25px -10px;
  transition: all 0.1s ease-in-out;


}

.go-top:hover {
  background-color: rgb(220, 226, 245);
  color: rgba(2, 0, 99, 0.647);
  transform: translateY(-4px);
}



                    /*Pages crédits*/

#credits {
  text-decoration: none;
  color: #010156;
  padding: 8px;
  background-color: rgba(190, 199, 255, 0.816);
  border-radius: 8px 8px 8px 8px;
  border: 3px dashed rgba(45, 0, 159, 0.514);
  transition: all 0.1s ease-in-out;
}


.cred {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  width: 980px;
  background-color: #e7e6fd;
  padding: 10px;
  box-shadow: rgba(21, 0, 114, 0.708) 7px -7px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(143, 141, 253, 0.717);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.2s ease-in-out;

}

.cred:hover {
  box-shadow: rgba(21, 0, 114, 0.708) 3px -3px 20px -9px;
  transform: translateY(-5px) translateX(5px);
}



                      /*Main*/

main {
  font-family: 'Delius Swash Caps', static;
  margin: 0 auto;
  color: #010156;
  padding: 20px;
  margin-top: 0;
  padding-bottom: 200px;
  width: 1080px;
  background-color: #bdbdf1;
  box-shadow: 0px 0px 30px -3px #1f063f;
  position: relative;
}

.titrepage {
  top: 30px;
  color: #010156;
  text-align: center;
  font-family: 'Delius Swash Caps', static;
  transition: all 0.1s ease-in-out;
}

.titrepage:hover {
  color: #4d5c02;
  text-shadow: 2px 2px 5px rgba(227, 243, 186, 0.786);

}


.elementacc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.txt {
  width: 590px;
  text-align: justify;
  font-size: 20px;
  padding: 15px;
  background-color: rgba(243, 236, 249, 0.525);
  border-radius: 8px 8px 8px 8px;
  font-size: 20px;
  margin-bottom: 35px;
  margin-left: 30px;
  box-shadow: rgba(238, 237, 252, 0.786) 0 0px 30px 10px;
  transition: all 0.3s ease-in-out;

}

.txt:hover {
  box-shadow: none;
}

.txtacc2 {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;

}


.card {
  left: 380px;
  top: 55px;
  width: 320px;
  height: 190px;
  perspective: 1000px;
  background-color: rgb(184, 186, 252);
  box-shadow: rgba(26, 0, 142, 0.394) 6px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  border: thick double rgba(241, 255, 206, 0.557);
  border-radius: 8px 8px 8px 8px;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;

}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-back {
  transform: rotateY(180deg);
  text-align: center;
  background-color: rgba(242, 253, 214, 0.8);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  color: #010156;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




                        /*Pages accueil*/

#video {
  width: 850px;
  height: 500px;
  margin-top: 70px;
  left: 140px;
  background-color: rgba(237, 255, 190, 0.816);
  border-radius: 8px 8px 8px 8px;
  border: 3px dashed rgba(114, 159, 0, 0.667);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.1s ease-in-out;

}

#video:hover {
  transform: rotate(1deg) translateX(20px);
}

#descvid {
  width: 800px;
  text-align: justify;
  color: #010156;
  margin-top: 70px;
  padding: 20px;
  background-color: rgba(237, 255, 190, 0.816);
  border-radius: 8px 8px 8px 8px;
  border: 3px dashed rgba(114, 159, 0, 0.667);
  transition: all 0.1s ease-in-out;
}

#descvid:hover {
  transform: rotate(-1deg) translateX(20px);
}

.txtacc {
  width: 1000px;
  text-align: justify;
  font-size: 20px;
  padding: 15px;
  background-color: rgba(243, 236, 249, 0.525);
  border-radius: 8px 8px 8px 8px;
  font-size: 20px;
  margin-bottom: 40px;
  margin-left: 30px;
  box-shadow: rgba(238, 237, 252, 0.786) 0 0px 30px 10px;
  transition: all 0.3s ease-in-out;

}

.txtacc:hover {
  box-shadow: none;
}



                            /*Pages donnees*/

#tableau {
  padding: 20px;
  background-color: rgba(245, 255, 220, 0.78);
  border-radius: 8px 8px 8px 8px;
  border: 3px dashed rgba(61, 0, 159, 0.667);
  font-size: 20px;
}

thead {
  font-family: 'Delius Swash Caps', static;
  font-size: 25px;
  background-color: #c0b5fe;
  color: #01014f;
}

td.u {
  background-color: #eae6fd;
}

td.d {
  background-color: #fbfaff;
}

.dataTables_filter {
  position: relative;
  margin: 20px 0;
  text-align: right;
}

img#imgdonnees {
  width: 350px;
  height: 350px;
  position: absolute;
  right: 50px;
  border-radius: 200px;
  box-shadow: 10px 10px 25px rgba(18, 0, 77, 0.477);
  transition: all 0.3s ease-in-out;
}

img#imgdonnees:hover {
  width: 380px;
  height: 380px;
}

                                /*Pages contact*/


#form {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e7e6fd;
  padding: 10px;
  box-shadow: rgba(21, 0, 114, 0.708) 7px -7px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(143, 141, 253, 0.717);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.2s ease-in-out;

}

#form:hover {
  box-shadow: rgba(21, 0, 114, 0.708) 3px -3px 20px -9px;
  transform: translateY(-5px) translateX(5px);
}

#button {
  text-align: center;
  text-decoration: none;
  color: rgb(248, 252, 237);
  font-size: 15px;
  font-family: 'Delius Swash Caps', static;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgb(36, 6, 136);
  box-shadow: rgba(2, 0, 99, 0.647) 5px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(165, 181, 241, 0.694);
  border-radius: 8px 8px 8px 8px;
  margin-left: 75px;
  margin-top: 25px;
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;

}

#button:hover {
  background-color: rgb(252, 251, 255);
  color: rgb(45, 6, 142);
  transform: rotate(6deg) translateY(-10px);
}

.name {
  width: 140px;
}

.email {
  padding: 10px;
}

.message {
  padding: 10px;
}

#nom {
  width: 130px;
}

#prenom {
  width: 130px;
}

#email {
  width: 260px;
}

#message {
  width: 260px;
  height: 90px;

}



p.bg-red {
  background-color: red;
  color: white;
  padding: 5px 25px;
  margin: 35px auto;
}

p.bg-green {
  background-color: green;
  color: white;
  padding: 5px 25px;
  margin: 35px auto;
}


                                /*Pages galerie*/


#galtel {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #e7e6fd;
  padding: 10px;
  box-shadow: rgba(21, 0, 114, 0.708) 7px -7px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(143, 141, 253, 0.717);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.2s ease-in-out;
}

#galtel:hover {
  box-shadow: rgba(21, 0, 114, 0.708) 3px -3px 20px -9px;
  transform: translateY(-5px) translateX(5px);
}

#tel {
  text-align: center;
  text-decoration: none;
  color: rgb(248, 252, 237);
  font-size: 15px;
  font-family: 'Delius Swash Caps', static;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgb(36, 6, 136);
  box-shadow: rgba(2, 0, 99, 0.647) 5px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(165, 181, 241, 0.694);
  border-radius: 8px 8px 8px 8px;
  transition: all 0.2s ease-in-out;
}


#tel:hover {
  background-color: rgb(252, 251, 255);
  color: rgb(45, 6, 142);
  transform: translateX(-6px);
}

.galerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.galeriecontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px auto;
  padding: 10px;
  background-color: rgba(223, 228, 245, 0.694);
  box-shadow: rgba(2, 0, 99, 0.647) 5px -6px 25px -10px;
  border-radius: 8px 8px 8px 8px;
  border: thick double rgba(135, 159, 244, 0.625);
  border-radius: 8px 8px 8px 8px;
  gap: 10px;
  transition: all 0.2s ease-in-out;
}

.galeriecontainer:hover {
  box-shadow: rgba(2, 0, 99, 0.647) 5px -6px 15px -5px;
}

.image-telechargee {
  width: 230px;
  height: 190px;
  filter: blur(5px) grayscale(60%);

}

.image-telechargee:hover {
  width: 230px;
  height: 190px;
  filter: none;

}


                          /*pages partenaires */

#part {
  background-color: #fffcfc;
}

#bgimage-container {
  position: relative;
}

#bgimage {
  background-image: url('../images/partenaires-bg.jpg');
  background-size: cover;
  background-position: center;
  width: 1120px;
  height: 350px;
  margin-top: 25px;
  opacity: 87%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
}

#bgimage:hover {
  filter: brightness(60%);
}

#ppart {
  color: #010156;
  text-align: center;
  font-size: 58px;
}

#pptxt {
  text-align: center;
  font-size: 35px;
  margin-top: -35px;
  color: #010156;
  font-weight: 100;

}

#ptxt {
  font-size: 25px;
  text-align: center;
  margin-top: -35px;
  color: #010156;
  font-weight: 100;

}


#ndoc {
  position: absolute;
  top: 155px;
  left: 100px;
}

#uldoc {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li a#doc {
  display: flex;
  text-decoration: none;
  font-weight: 700;
  background-color: black;
  margin: 40px;
  padding: 8px;
  color: white;
  border-radius: 10px;
  text-align: center;
  left: -40%;
  position: relative;
  bottom: 120px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  flex-direction: column;

}

li a#doc:hover {
  transform: translateY(-8%);
}

#photo {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 15px;
  object-fit: cover;
}

#bgimage-container:hover #bgimage {
  filter: brightness(60%);
}

#membres {
  display: flex;
  margin: 3%;
  position: relative;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  height: 950px;
  margin: 28px auto 0 auto;
  margin-bottom: 50px;
}

#membres>div {
  flex: 0 0 47%;
  box-sizing: border-box;
  height: 485px;
}

#houroiti {
  background-color: #e6e6e6;
  margin-top: 40px;
}

#samantha {
  background-color: #e6e6e6;
  margin-top: 40px;

}

#laetitia {
  background-color: #e6e6e6;
}

#celia {
  background-color: #e6e6e6;
}

#membres h2 {
  position: relative;
  left: 94px;
  bottom: 105px;
}

#desi {
  position: relative;
  left: -45px;
}

#membres p {
  font-family: "athelas", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  color: black;
  position: relative;
  bottom: 97px;
  right: 0px;
  text-align: justify;
  padding: 18px;
  color: #010156;

}

#dev {
  position: relative;
  left: -14px;
}

h3 {
  text-align: center;
  font-size: 25px;
  margin-top: -25px;
  color: grey;
  font-family: sans-serif;
  font-weight: 100;
}

#membres h2 {
  font-family: "athelas", serif;
  position: relative;
  left: 103px;
  bottom: 105px;
  width: 168px;
}

#membres h3 {
  font-family: "athelas", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  color: black;
  position: relative;
  bottom: 94px;
  right: 37px;
}

#logosite {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
  left: 230px;
  position: relative;
  bottom: 29px;
}

#logosite img {
  width: 100%;
  height: auto;
  display: block;
}