@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: rgb(255, 255, 255);
  background: #16a083;
}

.btn-primary:hover {
  background: #117964;
  transition: background 0.3s ease-in-out;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  box-shadow: 0px 5px 10px 0px rgb(143, 143, 143);
  position: fixed;
  width: 100%;
  background: rgb(2,0,36);
  background: rgb(243, 243, 243);;
  color: #000;
  height: 75px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: right;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: -0.5rem;
  font-size: 1.5rem;
}

.menu-items a {
  text-decoration: none;
  color: rgb(78, 78, 78);
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #000000;
  transition: color 0.3s ease-in-out;
}

.logo {
  margin-top: -200px;
  margin-left: 20px;
  font-size: 1.0rem;
  margin-bottom: 0.1rem;
  width: 300px;
}
@media (max-width: 768px) {
  .navbar {
    opacity: 1.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #333;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    z-index : 15;
  }

  .navbar .menu-items li{
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 { 
    transform: rotate(-35deg);
  }
}

.Image1_1 {
  position : relative;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.Image1_2 {
    display : none;
  position : relative;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.carrediv{
  display: flex;
  justify-content: right;
  align-items: right;
}

#carre {
  z-index: 1;
  position: absolute;
  width  : 500px;
  height : 700px;
  background : #ffffff;
  margin-top: -500px;
  margin-right: 25px;
  border-radius: 30px;
  border: 1px solid rgb(117, 117, 117);
  box-shadow: 0px 0px 15px rgb(110, 110, 110);;
  position: fixed;
}

.logoForm{
  height : 112px;
  width: 150px;
  margin-left: 188px;
  margin-top:20px;
}

.Formulaire{
  width: 300px;
  height: 145px;
  /* Mise de la zone vert au centre de l'ecran */
 /* background-color: #32a852;*/
  margin-left: 340px;
  margin-right: auto;
  margin-top: -80px;
  /* Mise de l'intérieur de la zone vert au centre de le la zone verte */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.BouttonVali{
  border-radius: 10px;
  margin-left: 390px;
  margin-top: 240px;
  background:none;
  width: 200px;
  height: 60px;
  border:4px solid rgb(78, 78, 78);
  font-size: 20px;
  font-weight: bold;
  color: rgb(78, 78, 78);
  transition: .1s linear;
  position: relative;
  cursor: pointer;
}

.BouttonVali:hover{
  color:rgb(255, 255, 255);
}

.BouttonVali::before{
  content: "";
  position: absolute;
  width: 0px;
  height: 55px;
  top:0px;
  left:0px;
  background-color: rgb(78, 78, 78);
  z-index: -1;
  cursor: pointer;
}

.BouttonVali:hover::before{
  border-radius: 5px;
  width: 196px;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.Titre{
  /* background-color: aqua; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:40px;
  margin-left:490px;
  margin-bottom: 100px;
  margin-top: 30px;
  
}

.zoneform{
  /* background-color: green; */
  margin-top: 60px;
  width: 300px;
  height: auto;
  margin-left:-235px;
  margin-top: -60px;
}

.Formulaire li{
  margin: 4px;
  background-color: rgb(255, 255, 255);
}

.zoneform select{
  border-width : 0;
  text-align:center
}
.zoneform input{ 
  border-width : 0;
  text-align:center
}

select{
  background-color: rgb(243, 243, 243);
  border-width : 0;
  height:50px;
  width: 240px;
  border-radius:5px;
  margin-left:27px;
}

.datetime{
  background-color: rgb(243, 243, 243);
  margin-left: 27px;
  margin-top: 9px;
  width: 300px;
}

.tele{
  background-color: rgb(243, 243, 243);
  margin-left: 30px;
  width: 300px;
}

.email{
  background-color: rgb(243, 243, 243);
  margin-left: 30px;
  width: 300px;
}

.nom{
  background-color: rgb(243, 243, 243);
  margin-left: 30px;
  width: 300px;
}

.prenom{
  background-color: rgb(243, 243, 243);
  margin-left: 30px;
  width: 300px;
}

.Cliquediv{
  display: flex;
  justify-content: right;
  align-items: right;
  margin-right:25px;
  margin-top: 0px;
}
.Clique{
  z-index: 1;
  position: fixed;
  height : 50px;
  width: 230px;
}

.cut{
  display: flex;
  position: absolute;
  height : 30px;
  width: 30px;
  margin-left:450px;
  margin-top: -125px;
}

.Titre2 {
  margin-top: 50px;
  font-size: 4vh;
  font-weight: bold;
  display:flex;
  align-items: center;
  justify-content: center;
}

/* Conseil N°1 */

.conseil1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:600px;
}

.imageA1{
  display:flex;
}

#carreA1 {
  position: absolute;
  width  : 500px;
  height : 250px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top:475px;

}

/* Text pour touts les Carré */

.textA {
  margin: 30px;
}

.textA p {
  font-size: 15px;
  color:rgb(139, 139, 139);
}

.textA h2 {
  color:rgb(73, 73, 73);
}

/* Conseil N°2 */


.conseil2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:600px;
  margin-top:-350px;
}

.imageA2{
  display:flex;
}

#carreA2 {
  position: absolute;
  width  : 500px;
  height : 250px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 800px;
}

/* Conseil N°3 */


.conseil3{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:600px;
  margin-top:-100px;
}

.imageA3{
  display:flex;
}

#carreA3 {
  position: absolute;
  width  : 500px;
  height : 500px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 700px;
}

/* Conseil N°4 */

.conseil4{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:600px;
  margin-top:0px;
}

.imageA4{
  display:flex;
}

#carreA4 {
  position: absolute;
  width  : 500px;
  height : 270px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 450px;
}

/* Conseil N°5 */

.conseil5{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:600px;
  margin-top:150px;
}

.imageA7{
  display:flex;
}

#carreA7{
  position: absolute;
  width  : 500px;
  height : 450px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 950px;
}

/* Conseil N°6 */

.conseil6{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:600px;
  margin-top:-600px;
}

.imageA9{
  display:flex;
}

#carreA9{
  position: absolute;
  width  : 500px;
  height : 250px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 450px;
}

/* Conseil N°7 */

.conseil7{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:600px;
  margin-top:250px;
}

.imageA12{
  display:flex;
}

#carreA12{
  position: absolute;
  width  : 500px;
  height : 330px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 500px;
}

/* Conseil N°8 */

.conseil8{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:600px;
  margin-top:75px;
}

.imageA16{
  display:flex;
  width: 555px;
}

#carreA16{
  position: absolute;
  width  : 500px;
  height : 300px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top:1000px;
}

/* Conseil N°9 */

.conseil9{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:600px;
  margin-top:-650px;
}

.imageA17{
  display:flex;
}

#carreA17{
  position: absolute;
  width  : 500px;
  height : 250px;
  background : rgb(255, 255, 255);
  border: 2px solid #aaa;
  margin-top: 450px;
}

footer{
  box-shadow: 10px 10px 10px 10px rgb(143, 143, 143);
  margin-top:550px;
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: rgb(243, 243, 243);
  color: #000000;
}

.trait{
  display: flex;
  align-items: center;
  justify-content: center;
}
#trait_dessus{
  border-top: 1px solid #d8d8d8;
  width : 700px;
} 

.logofooter{
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo23{
  width: 400px;
  margin-top:50px;
}

.adressefooter{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#535353;
}

.numfooter{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#535353;
}

.mailfooter{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#535353;
}

.copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#d1d1d1;
}

.Titre3 {
  margin-top: 50px;
  font-size: 3vh;
  display:flex;
  align-items: center;
  justify-content: center;
  color:#5a5a5a;
}

.divaccord1{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord1{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord1:hover{
  background: #dbdbdb;
}

#accord1{
  background-color: #e7e8e9;
}

#carreaccord1{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 700px;
  background: rgb(243, 243, 243);
}

.divtextaccord1{
  margin:15px;
}

.divaccord2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord2{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord2:hover{
  background: #dbdbdb;
}

#accord2{
  background-color: #e7e8e9;
}

#carreaccord2{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 300px;
  background: rgb(243, 243, 243);
}

.divtextaccord2{
  margin:15px;
}

.divaccord3{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord3{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord3:hover{
  background: #dbdbdb;
}

#accord3{
  background-color: #e7e8e9;
}

#carreaccord3{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 125px;
  background: rgb(243, 243, 243);
}

.divtextaccord3{
  margin:15px;
}

.divaccord4{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord4{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord4:hover{
  background: #dbdbdb;
}

#accord4{
  background-color: #e7e8e9;
}

#carreaccord4{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 100px;
  background: rgb(243, 243, 243);
}

.divtextaccord4{
  margin:15px;
}

.divaccord5{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord5{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord5:hover{
  background: #dbdbdb;
}

#accord5{
  background-color: #e7e8e9;
}

#carreaccord5{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 2100px;
  background: rgb(243, 243, 243);
}

.divtextaccord5{
  margin:15px;
}

.divaccord6{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord6{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord6:hover{
  background: #dbdbdb;
}

#accord6{
  background-color: #e7e8e9;
}

#carreaccord6{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 200px;
  background: rgb(243, 243, 243);
}

.divtextaccord6{
  margin:15px;
}

.divaccord7{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord7{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord7:hover{
  background: #dbdbdb;
}

#accord7{
  background-color: #e7e8e9;
}

#carreaccord7{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 205px;
  background: rgb(243, 243, 243);
}

.divtextaccord7{
  margin:15px;
}

.divaccord8{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord8{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord8:hover{
  background: #dbdbdb;
}

#accord8{
  background-color: #e7e8e9;
}

#carreaccord8{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 100px;
  background: rgb(243, 243, 243);
}

.divtextaccord8{
  margin:15px;
}

.divaccord9{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord9{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord9:hover{
  background: #dbdbdb;
}

#accord9{
  background-color: #e7e8e9;
}

#carreaccord9{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 280px;
  background: rgb(243, 243, 243);
}

.divtextaccord9{
  margin:15px;
}

.divaccord10{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord10{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord10:hover{
  background: #dbdbdb;
}

#accord10{
  background-color: #e7e8e9;
}

#carreaccord10{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 150px;
  background: rgb(243, 243, 243);
}

.divtextaccord10{
  margin:15px;
}

.divaccord11{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord11{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord11:hover{
  background: #dbdbdb;
}

#accord11{
  background-color: #e7e8e9;
}

#carreaccord11{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 150px;
  background: rgb(243, 243, 243);
}

.divtextaccord11{
  margin:15px;
}

.divaccord12{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord12{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord12:hover{
  background: #dbdbdb;
}

#accord12{
  background-color: #e7e8e9;
}

#carreaccord12{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 175px;
  background: rgb(243, 243, 243);
}

.divtextaccord12{
  margin:15px;
}

.divaccord13{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord13{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord13:hover{
  background: #dbdbdb;
}

#accord13{
  background-color: #e7e8e9;
}

#carreaccord13{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 600px;
  background: rgb(243, 243, 243);
}

.divtextaccord13{
  margin:15px;
}

.divaccord14{
  display: flex;
  align-items: center;
  justify-content: center;
}

.Accord14{
  width: 600px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(109, 109, 109);
  transition: .2s linear;
  position: relative;
  cursor: pointer;
  border-width : 0;
}

#accord14:hover{
  background: #dbdbdb;
}

#accord14{
  background-color: #e7e8e9;
}

#carreaccord14{
  display:none;
  border:1px solid #6e6e6e;
  width: 600px;
  height: 970px;
  background: rgb(243, 243, 243);
}

.divtextaccord14{
  margin:15px;
}

.divimagefin{
  display: flex;
  align-items: center;
  justify-content: center;
}

.divimagefin ul img{
  margin:20px;
}

.divformmm{
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoneform2{
  margin-top: 60px;
  width: 300px;
  height: auto;
  margin-left:-675px;
}
  
.zoneform2 select{
  border-width : 0;
  text-align:center
}
.zoneform2 input{ 
  border-width : 0;
  text-align:center
}

.Cliquediv2{
  display: flex;
  justify-content: right;
  align-items: right;
  margin-right:25px;
}
.Clique2{
  z-index: 1;
  position: fixed;
  height : 50px;
  width: 230px;
  margin-top: 397px;
}

.carrediv2{
  display: flex;
  justify-content: right;
  align-items: right;
}

#carre2 {
  z-index: 1;
  position: absolute;
  width  : 500px;
  height : 700px;
  background : rgb(240, 240, 240);
  margin-top: -250px;
  margin-right: 25px;
  border-radius: 30px;
  border: 1px solid rgb(117, 117, 117);
  box-shadow: 0px 0px 15px rgb(110, 110, 110);;
  position: fixed;
}

@media (max-width: 1124px){

  .conseil1{
    margin-right: 0px;
  }

  .conseil2{
    margin-left: 0px;
    margin-top:200px;
  }

  .conseil3{
    margin-right: 0px;
    margin-top:185px;
  }

  .conseil4{
    margin-left: 0px;
    margin-top:435px;
  }

  .conseil5{
    margin-right: 0px;
    margin-top:195px;
  }

  .conseil6{
    margin-left: 0px;
    margin-top:365px;
  }

  .conseil7{
    margin-left: 0px;
    margin-top:190px;
  }

  .conseil8{
    margin-right: 0px;
    margin-top:250px;
  }

  .conseil9{
    margin-left: 0px;
    margin-top:230px;
  }
  
  .Image1_1{
    position : relative;
    height: 100%;
    width: 100%;
    opacity: 1;
  }

  .Clique{
    margin-top:550px;
  }

  .carrediv{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #carre{
    margin-top:375px;
    margin-left:25px;
    height:600px;
    width: 350px;
    margin-top:600px;
  }

  .zoneform{
    margin-left:-315px; 
    margin-top:-30px;
  }

  .logoForm{
    display:none;
  }


  .cut{
    margin-top:10px;
    margin-left:305px;
  }


 .imageA1{
  height: 200px;
 }

 #carreA1{
  width  : 300px;
  height : 300px;
  margin-top:450px;
 }

 .imageA2{
  height: 410px;
  margin-top : 100px;
 }

 #carreA2{
  width  : 300px;
  height : 310px;
  margin-top:750px;
 }

 .imageA3{
  height: 205px;
  margin-top:120px;
 }

 #carreA3{
  width  : 300px;
  height : 680px;
  margin-top:900px;
 }

 .imageA4{
  height: 205px;
  margin-top:210px;
 }

 #carreA4{
  width  : 300px;
  height :380px;
  margin-top:730px;
 }

 .imageA7{
  height: 405px;
  margin-top:180px;
 }

 #carreA7{
  width  : 300px;
  height :680px;
  margin-top:1180px;
 }

 .imageA9{
  height: 205px;
  margin-top:295px;
 }

 #carreA9{
  width  : 300px;
  height :345px;
  margin-top:750px;
 }

 .imageA12{
  height: 205px;
  margin-top:135px;
 }

 #carreA12 {
  width  : 300px;
  height :415px;
  margin-top:685px;
 }

 .imageA16{
  height: 500px;
  width: 325px;
  margin-top:160px;
 }

 #carreA16{
  width  : 300px;
  height :390px;
  margin-top:995px;
 }

 .imageA17{
  height: 205px;
  margin-top:170px;
 }

 #carreA17{
  width  : 300px;
  height :310px;
  margin-top:640px;
 }

}

@media (max-width: 768px){
    
  .divlogoo{
    display: flex;
    align-items: end;
    justify-content: end;
    
  }

  .logo{
    display:absolute;
    margin-right: -160px;
    margin-top: -50px;
    z-index :10;
  }

  .divlogo{
    display:absolute;
    margin-left:120px;
    margin-top:-20px
  }

  #trait_dessus{
    border-top: 1px solid #5a5a5a;
    width : 400px;
  } 

  .divimage1-1{
    display: flex;
    align-items: start;
    justify-content: start;
  }

  .Image1_1{
    display:none;
  }
  .Image1_2{
    display: block;
    margin-bottom: -50px;
    position : relative;
    height: 100%;
    width: 100%;
    opacity: 1;
  }

  .Clique{
    margin-top:350px;
  }

  #carre{
    margin-top:400px;
  }

  .Accord1{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord1{
    width: 300px;
    height: 1330px;
  }

  .Accord2{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord2{
    width: 300px;
    height: 380px;
  }

  .Accord3{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord3{
    width: 300px;
    height: 250px;
  }

  .Accord4{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord4{
    width: 300px;
    height: 120px;
  }

  .Accord5{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord5{
    width: 300px;
    height: 2500px;
  }

  .Accord6{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord6{
    width: 300px;
    height: 280px;
  }

  .Accord7{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord7{
    width: 300px;
    height: 350px;
  }

  .Accord8{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord8{
    width: 300px;
    height: 170px;
  }

  .Accord9{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord9{
    width: 300px;
    height: 490px;
  }

  .Accord10{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord10{
    width: 300px;
    height: 220px;
  }

  .Accord11{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord11{
    width: 300px;
    height: 220px;
  }

  .Accord12{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord12{
    width: 300px;
    height: 240px;
  }

  .Accord13{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord13{
    width: 300px;
    height: 770px;
  }

  .Accord14{
    width: 300px;
    font-size: 13px;
  }

  #carreaccord14{
    width: 300px;
    height: 1870px;
  }

  .imageAcc{
    width: 190px;
  }

  .divimagefin ul img{
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

@media (max-width: 410px){
  #trait_dessus{
    border-top: 1px solid #5a5a5a;
    width : 200px;
  } 
  .logo23{
    width: 300px;
  }
}
