:root {
  --deg-gris: linear-gradient(135deg, #7C7C7C 0%, #D6D6D6 100%);
  --col-rouge: #C75656;
  --gris-p: #7C7C7C;
  --gris-s: #D6D6D6;
  --vert-p: #6E8C74;
}

::selection {
  background-color: #000;
  color: #fff;
}

.text-right {
  text-align: right;
}

.container-wide {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-weight: 600;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 60px 0;
}

.logo-menu {
  height: 80px;
  width: auto;
}

.lien-sin {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  color: var(--col-rouge);
  font-weight: 600;
  margin-right: 20px;
}

.lien-sin:hover {
  color: var(--col-rouge);
  opacity: 0.8;
}

.lien-log {
  text-decoration: none;
  background: var(--deg-gris);
  border-radius: 0 15px 0 15px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.lien-log:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.lien-log > i {
  margin-right: 10px;
}

.cont-btn-menu {
  display: flex;
  align-items: center;
}

.cont-banner {
  margin-bottom: 150px;
}

.banner {
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  width: 100%;
  border-radius: 0 100px 0 100px;
}

.logo-banner {
  height: 70px;
  width: auto;
  margin-bottom: 50px;
}

.text-banner {
  text-align: right;
  color: var(--gris-p);
  border-right: 8px solid var(--gris-s);
  padding: 10px;
  margin-bottom: 30px;
}

.cont-t-section {
  display: flex;
  align-items: flex-end;
}

.t-section {
  color: var(--vert-p);
}

.l-titre {
  display: block;
  height: 3px;
  width: 100px;
  background-color: var(--vert-p);
  margin-left: 10px;
  margin-bottom: 14px;
}

.cont-item-ass-p {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  height: 100%;
  width: auto;
}

.cont-item-ass-p:hover {
  color: #fff;
  opacity: 0.8;
}


.cont-item-ass-p > h6 {
  margin: 0 20px;
}

.cont-ilt > img {
  height: 80px;
  width: auto;
}

.cont-icn {
  height: 100%;
  display: grid;
  align-items: end;
}

.cont-icn > img {
  height: 30px;
  width: auto;
}

.radius-top-left {
  border-radius: 20px 20px 0 20px;
}

.radius-top-right {
  border-radius: 20px 20px 20px 0;
}

.radius-middle-left {
  border-radius: 20px 0 0 20px;
}

.radius-middle-right {
  border-radius: 0 20px 20px 0;
}

.radius-bottom-left {
  border-radius: 20px 0 20px 20px;
}

.radius-bottom-right {
  border-radius: 0 20px 20px 20px;
}

.rs-cond {
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cont-rs, .cond {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-rs > a {
  margin: 0 5px;
  text-decoration: none;
  color: #000;
  font-size: 30px;
}

.cont-rs > a:hover {
  opacity: 0.8;
  color: #000;
}

.cond > span {
  margin: 0 5px;
}

.cond > a {
  text-decoration: none;
  color: var(--gris-p);
  font-size: 14px;
}

.cond > a:hover {
  color: var(--gris-p);
  opacity: 0.8;
}

.cont-contact {
  background-image: url('../images/bg-contact.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  border-radius: 0 0 50px 50px;
  padding: 30px 50px;
  box-shadow: -1px 8px 5px rgba(0, 0, 0, 0.1);
  margin-top: 250px;
}

.cont-img-ebm > img {
  width: 100%;
  height: auto;
  margin-top: -180px;
}

.cont-item-contact {
  display: grid;
  justify-items: center;
  align-content: space-between;
  height: 100%;
}

.text-contact {
  text-align: center;
  color: var(--gris-p);
  margin-bottom: 20px;
}

.map-contact {
  margin-top: 20px;
}

.map-contact > a {
  text-decoration: none;
  color: #1d2b4d;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.map-contact > a > i {
  font-size: 24px;
  margin-right: 10px;
}

.cont-d-contact {
  display: flex;
  align-items: center;
}

.cont-d-contact > a {
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.cont-icn-contact {
  margin-right: 20px;
  font-size: 30px;
}

.cont-d-contact > a > div > h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.gd-t-section {
  color: var(--gris-p);
  border-left: 8px solid var(--gris-s);
  padding: 10px;
  margin-bottom: 30px;
  display: inline;
}

.item-part {
  text-align: center;
}

.item-part > img {
  height: auto;
  width: 100%;
}

.cont-innov {
  margin-bottom: 150px;
}

.cont-text-innov {
  margin-left: 100px;
}

.item-innov {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  height: 100%;
}

.item-innov > div {
  display: inline-block; /* nécessaire pour la transformation */
  animation: float-rotate 4s infinite ease-in-out;
  margin-right: 20px;
}

@keyframes float-rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(10deg); /* monte et tourne légèrement */
  }
  50% {
    transform: translateY(0) rotate(0deg); /* revient au centre */
  }
  75% {
    transform: translateY(10px) rotate(-10deg); /* descend et tourne dans l'autre sens */
  }
  100% {
    transform: translateY(0) rotate(0deg); /* revient à la position initiale */
  }
}

.item-innov > div > i {
  font-size: 100px;
  color: #fff;
}

.item-innov > h5 {
  text-align: center;
  margin-bottom: 0;
  color: #7C7C7C;
}

.cont-item-ass-e {
    text-decoration: none;
    color: #fff;
    display: grid;
    padding: 30px;
    height: 100%;
    width: auto;
}

.cont-item-ass-e:hover {
    opacity: 0.8;
    color: #fff;
}

.e-radius-bottom-right {
  border-radius: 20px 20px 0 20px;
}

.e-radius-bottom {
  border-radius: 20px 20px 0 0;
}

.e-radius-bottom-left {
  border-radius: 20px 20px 20px 0;
}

.cont-item-ass-e > div > img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
}

.cont-item-ass-e > h6 {
    margin-bottom: 0;
    text-align: center;
}

.cont-esp-clt {
  height: 100vh;
  background: var(--deg-gris);
}

.overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg-design.png);
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-app {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Comic Sans MS", cursive;
  font-size: 35px;
  margin-bottom: 50px;
}

.logo-app > img {
  width: 90px;
  height: auto;
  margin-right: 10px;
}

.store-app {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.store-app > a > img {
  height: 50px;
  width: auto;
  margin: 10px;
}

.desc-app > img {
  height: 50vh;
  width: auto;
}

.desc-app {
  display: flex;
  align-items: center;
}

.desc-app > p {
  font-size: 25px;
  color: #6c6c6c;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
}

.cont-info-app {
    display: grid;
    align-items: center;
}

.cont-info-log {
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  padding: 80px;
  margin: 0 130px;
}

.cont-log {
  display: grid;
  align-items: center;
  justify-items: center;
  align-content: space-evenly;
}

.t-form-log {
  margin-bottom: 80px;
  color: var(--vert-p);
  text-align: center;
}

.champ {
  width: 100%;
  height: 50px;
  border: none;
  border-left: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  outline: none;
}

.btn-val {
  border: none;
  background: var(--deg-gris);
  border-radius: 0 15px 0 15px;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
}

.btn-val:hover {
  opacity: 0.8;
}

.lien-mdp {
  text-decoration: none;
  color: var(--gris-p);
  font-size: 14px;
}

.lien-mdp:hover {
  opacity: 0.8;
  color: var(--gris-p);
}

.cont-pass {
  display: flex;
  align-items: center;
}

.msg-error-log {
  color: var(--col-rouge);
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}

.cont-btn-menu-mobile {
  display: flex;
  align-items: center;
}

.lien-sin-mobile {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  color: var(--col-rouge);
  font-weight: 600;
  margin-right: 20px;
  font-size: 25px;
}

.lien-sin-mobile:hover {
  color: var(--col-rouge);
  opacity: 0.8;
}

.lien-log-mobile {
  text-decoration: none;
  background: var(--deg-gris);
  border-radius: 0 15px 0 15px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 25px;
}
.lien-log-mobile:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.cont-forme-ass {
  box-shadow: -1px 8px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100px 0 100px 0;
  padding: 80px 50px;
}

.t-form-prime {
  color: var(--vert-p);
  margin-bottom: 50px;
}

.sep-form {
  display: block;
  width: 5px;
  height: 300px;
  background: var(--gris-s);
  margin: 0 50px;
}

.up-form-prime-label {
  font-size: 25px;
  color: var(--gris-p);
}

.file-wrapper {
    position: relative;
    width: 100%;
}

.file-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* cache l’input */
    cursor: pointer;
}

.file-box {

}

.file-box:hover {
    background-color: #e0e0e0;
}

.file-box i {
    font-size: 100px;
    color: var(--gris-p)
}

/* Afficher le nom du fichier choisi */
.file-wrapper span.file-name {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.form-prime-ass {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.t-form-prime-ass {
  color: var(--gris-p);
}

.ts-form-prime-ass {
  color: var(--col-rouge);
}

.gd-t-section > p {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.item-grt {
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 50px 30px;
  height: 100%;
  text-align: center;
}

.item-grt > h5 {
  margin-bottom: 0;
  color: #7C7C7C;
}

.sep-grt {
  display: block;
  width: 50%;
  height: 5px;
  background: #fff;
  margin: 20px 0;
}

.item-grt > p {
  margin-bottom: 0;
  color: #7C7C7C;
}