/***** SOMMAIRE *****/
/*
/* 1) PAGE index.php
/* 2) CSS gif loader    
/* 3) PAGE admin.php
/* 4) MEDIA PAGE admin.php
/* 5) PAGE Superadmin.php
/* 6) @MEDIA PAGE Superadmin
/* 7) @MEDIA Général
/* 8) KEYFRAMES
/*******************/

/***** PAGE index.php *****/
/*************************/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #F6F4F4;
  line-height: 1.2;
}

/* Style appeler si pas de JS activer */
noscript {
  display: block;
}

.no-JS,
.container-404 {
  text-align: center;
}

.noscriptmsg,
.msg-404 {
  margin-top: 150px;
  font-weight: bold;
  animation: show 3s forwards;
  font-size: 25px;
}

.msg-404 {
  font-size: 40px;
}

#my-form {
  display: none;
}

#my-form select {
  width: 100%;
}

.main-index {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* FIN de ce style */

#link {
  width: 30%;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
  display: block;
  margin: 0 auto 0 0;
  font-size: 25px;
}

#link-footer {
  width: 30%;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 500;
}

.link-home {
  font-weight: 300;
  color: #ED1C24;
}

form {
  width: 85%;
  max-width: 600px;
  min-width: 220px;
  margin: 40px auto 0;
  padding: 14px;
  opacity: 1;
}

.body-form {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.change-lang {
  opacity: 0;
}

.opacity-hide {
  animation: opacity-hide 1.5s forwards;
}

.hide {
  animation: hide 1.5s forwards;
}

header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E5DFDF;
  margin-bottom: 30px;
}

#container-logo {
  width: 50%;
  text-align: left;
  height: 90%;
  font-size: 16px;
  padding: 12px 0;
}

#container-logo a {
  display: block;
  height: 100%;
}

#main-box-langue {
  position: relative;
  width: auto;
  min-width: 50px;
  height: 40px;
  border: 1px solid #d9d9d9e6;
  cursor: pointer;
  border-radius: 2px;
  z-index: 600;
}

#main-box-langue:hover {
  box-shadow: 0 6px 22px 0 #d9d9d9e6;
}

#container-langue {
  position: relative;
  background-color: #fff;
  z-index: 58;
  transition: all 3s ease-in-out;
}

.lang-select {
  width: 100%;
}

.d-none {
  display: none;
}

.displayToggle {
  display: block;
}

#ul-langue {
  width: auto;
}

.text-main-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.color-grey {
  display: inline-block;
  color: hsla(0, 0%, 85%, .6);
}

fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-info {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #494949;
}

.container-input {
  border: 1px solid#dae0ea;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 85%, .6);
  border: 1px solid hsla(0, 0%, 85%, 0.9);
  transition: all 0.3s ease-in-out;
}

.container-input:hover {
  border: 1px solid #d9d9d9e6;
  box-shadow: 0 6px 22px 0 #d9d9d9e6;
}

input,
select,
textarea {
  padding: 5px;
}

.input-info {
  display: block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #dddbdb;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.input-info:focus {
  box-shadow: 0 12px 22px 0 #d9d9d9e6;
}

.container-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.submit-arrow {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.input-submit {
  width: 70%;
  background: #ED1C24;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-family: 'Poppins', sans-serif;
}

.input-submit:hover + .logo-arrow {
  opacity: 1;
}

#ul-lang {
  position: relative;
  min-width: 43px;
  padding: 0;
  border: 1px solid hsla(0, 0%, 85%, .8);
  z-index: 56;
  margin-top: 0px;
  height: 38px;
}

#ul-lang li {
  position: relative;
  width: auto;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 85%, .6);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

#ul-lang li:hover {
  background-color: rgb(231, 229, 229);
}

#container-cheked {
  display: inline-block;
  width: auto;
}

.valeur-lang {
  display: inline-block;
  width: 100%;
}

.valeur-lang a {
  text-decoration: none;
  color: #494949;
}

#cheked {
  width: 8px;
}

footer {
  width: 100%;
  text-align: center;
}

footer p {
  margin: 0;
  color: rgba(119, 117, 117, 0.9);
  font-size: 12px;
  font-weight: 300;
}

footer p span {
  display: inline-block;
  margin-left: 10px;
}

.logo-cocci {
  width: 120px;
  height: auto;
}

.logo-solo {
  width: 120px;
  height: auto;
}

.logo-arrow {
  position: absolute;
  right: 26%;
  width: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.textarea {
  width: 100%;
  height: 130px;
}

.reponse {
  opacity: 0;
  width: 40%;
  min-height: 45px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  border: 1px solid rgb(125, 184, 38);
  padding: 12px 2px;
  color: #ED1C24;
  transition: all 0.4s ease-in-out;
}

.reponse-success {
  margin-top: 240px;
  opacity: 1;
  color: #fff;
  font-weight: 300;
  background-color: rgb(125, 184, 38);
}

.reponse-error {
  opacity: 1;
  border: 1px solid #ED1C24;
  color: #fff;
  background-color: rgba(236, 33, 40, 0.8);
  font-weight: 300;
}

.reponse-success2 {
  opacity: 0;
  color: #fff;
  font-weight: 300;
  background-color: rgb(125, 184, 38);
}

.reponse-error2 {
  opacity: 0;
  border: 1px solid #ED1C24;
  color: #fff;
  background-color: rgba(236, 33, 40, 0.8);
  font-weight: 300;
}

.reponse-style {
  margin: 15px auto;
  opacity: 1;
}

footer {
  margin: 15px auto;
}

/***** css gif loader *****/
.loader {
  opacity: 0;
  width: 40%;
  transition: all 0.2s ease-in-out;
}

.gif {
  width: 50%;
  max-width: 70px;
}

.loader-actif {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

/***** Fin css gif loader *****/

/*****  ClosdesFees *****/
#size-img-closdesfees {
  width: auto;
  height: 100%;
}

.body-form fieldset p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #494949;
}

.radio-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.radio-field label {
  margin: 0;
}

.radio-field input {
  width: 10%;
  margin-bottom: 2px;
}

.checkbox-field {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.checkbox-field label{
  padding-right: 10px;
}

#section-reponse {
  width: 100%;
}

#container-change-form {
  display: none;
  width: 90%;
}

#container-change-form h5 {
  width: 230px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid black;
  font-size: 14px;
  background-color: rgba(192, 40, 45, 0.8);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  display: block;
  color: #fff;
}

#container-change-form h5:hover {
  color: #ECCB93;
  border-radius: 10px;
}

.all-forms-on {
  opacity: 1;
}

.all-forms-off {
  animation: opacity-hide 0.6s forwards ease-in-out;
}

#container-all-forms {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 35px auto 50px auto;
}

#title-all-forms {
  width: 90%;
}

#table-forms {
  width: 100%;
  margin: 0px auto 40px;
}

.container-create-form {
  width: 100%;
  display: none;
  opacity: 0;
  margin: 35px auto 50px auto;
  padding: 15px;
  border: 1px solid black;
}

#header-create {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

#header-create h5 {
  width: 100%;
  font-size: inherit;
}

#header-create div {
  width: 8%;
  text-align: center;
}

.logo-cross {
  font-size: 28px;
  cursor: pointer;
  color: rgba(15, 15, 15, 0.698);
  transition: all 0.3s ease-in-out;
}

.logo-cross:hover {
  color: rgba(192, 40, 45, 0.8);
}

#body-create {
  width: 100%;
}

#body-create div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

#body-create p {
  margin: 0;
}

#body-create input {
  margin: 10px 0;
}

.short-url-decide {
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#footer-create div{
  text-align: center;
  margin: 20px auto 5px;
}

#create-submit {
  cursor: pointer;
  background-color: rgba(192, 40, 45, 0.8);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}

#create-submit:hover {
  color: #ECCB93;
}

.reveal-content {
  display: block;
  animation: reveal 0.6s forwards ease-in-out;
}

.big-intro, .little-intro {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.big-intro p {
  font-size: 19px;
}

.little-intro p {
  font-size: 16px;
}

#container-form-rgpd {
  display: block;
  margin: 10px auto;
}

#container-form-rgpd label {
  display: inline-block;
  width: 80%;
  margin-left: 10px;
  color: #494949;
}

#container-form-rgpd div {
  width: auto;
  display: inline-block;
}

#span-conditions {
  cursor: pointer;
  text-decoration: underline;
}

#span-conditions:hover {
  color: #1E3EA8;
}

#layout-rgpd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17,17,17,0.7);
  justify-content: center;
  align-items: center;
  z-index: 200;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.rgpd-off {
  display: none;
}

.active-rgpd {
  display: flex;
  animation: reveal 0.6s ease-in-out forwards;
}

#modal-rgpd {
  width: 80%;
  margin: 0 auto;
  border: 1px solid black;
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 210;
}

#header-rgpd {
  display: flex;
  justify-content: center;
}

#header-rgpd h4 {
  width: 100%;
}

#header-rgpd div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-marg {
  margin-top: -4px;
  font-size: 28px;
  cursor: pointer;
  color: rgba(15, 15, 15, 0.698);
  transition: all 0.3s ease-in-out;
}

.logo-marg:hover {
  color: rgba(192, 40, 45, 0.8);
}
/***** PAGE admin.php *****/
/*************************/
.main-admin {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  height: 100%;
  overflow: initial;
  padding-bottom: 40px;
}

.main-admin #page-admin {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E5DFDF;
  margin-bottom: 10px;
  z-index: 1030;
}

.main-admin #connexion-admin, #connexion-super {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-modal-connexion, #container-modal-connexion-super {
  width: 60%;
  background-color: #fff;
  border: 4px solid #e9ecef;
  box-shadow: 0 .25rem .125rem 0 rgba(0,0,0,0.025);
  border-radius: 8px;
}

#body-modal-connexion, #body-modal-connexion-super {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  font-family: "Montserrat";
  color: #495057;
}

#body-modal-connexion h3, #body-modal-connexion-super h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #495057;
}

.main-admin .field-admin, .main-super-admin .field-admin{
  width: 100%;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.0125),0 1px 1px rgba(0,0,0,0.05);
  border-top-width: .0625rem;
  border-bottom-width: calc(.2rem + .0625rem);
}

#body-modal-connexion form, #body-modal-connexion-super form {
  width: 100%;
  padding: 0;
}

.field-admin-submit {
  display: block;
  width: 60%;
  color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.0125),0 1px 1px rgba(0,0,0,0.05);
  border-top-width: .0625rem;
  border-bottom-width: calc(.2rem + .0625rem);
  background-color: #f4767b; /* RGB (244,118,123) */
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.erreur-connexion {
  height: 18px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  color: #f4767b;
  opacity: 0;
}

.animate-erreur {
  animation: reveal 0.6s ease-in-out forwards;
  text-align: center;
}
@keyframes reveal {
  0% {opacity: 0}
  100% {opacity: 1}
}

.deconnexion {
  margin-left: 30px;
  width: 11%;
  min-width: 110px;
}

#page-admin .deconnexion {
  width: 11%;
  min-width: 110px;
}

.deconnexion input {
  width: 100%;
  color: #fff;
  margin: 0px;
  padding: 5px;
  font-size: 14px;
  background-color: rgba(192, 40, 45, 0.8);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: block;
}

.deconnexion input:hover {
  color: #ECCB93;
}
#page-admin #container-title {
  width: 80%;
}

#page-admin div:nth-child(2) {
  margin-right: 25px;
}

main {
  display: none;
  margin: 0 auto 80px;
  width: 90%;
}

#title-company {
  text-align: center;
  color:rgba(15, 15, 15, 0.698);
  font-size: 30px;
  margin: 35px auto;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300;
}

#container-table {
  overflow-x: auto;
}

#container-form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 35px auto 8px auto;
}

#table-admin {
  width: 90%;
  margin: 0px auto 40px;
}

#container-table-forms {
  width: 90%;
}

#table-admin,
#table-admin tr td,
#table-forms,
#table-forms tr td {
  border: 1px solid hsla(0, 0%, 85%, .6);
  border-collapse: collapse;
  text-align: center;
  padding: 6px;
  font-family: 'Poppins', sans-serif;
}

#table-forms a {
  text-decoration: none;
  color: inherit;
}

#table-forms a:hover {
  color: indianred;
}

#table-admin thead tr th,
#table-forms thead tr th {
  border-collapse: collapse;
  border: 1px solid hsla(0, 0%, 85%, .6);
  padding: 10px;
  background-color: rgb(238, 27, 34, 0.9);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

#tbody-admin tr:nth-of-type(odd),
#body-forms tr:nth-of-type(odd) {
  background-color: rgb(232, 232, 232);
}

#tbody-admin tr:nth-of-type(even),
#body-forms tr:nth-of-type(even) {
  background-color: hsla(0, 0%, 85%, .9);
}

#table-admin tr,
#table-forms tr {
  transition: all 0.05s ease-in-out;
}

#table-admin tr:hover,
#table-forms tr:hover {
  background-color: rgba(238, 203, 147, 0.5);
}

#getCSV,
#getXLS {
  display: block;
  width: 25%;
  text-align: center;
  margin: 0;
}

#button-xls,
#button-xls-super {
  display: block;
  width: 23%;
  min-width: 162px;
  background-color: rgb(70, 63, 63);
  cursor: pointer;
  border: none;
  color: #fff;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

#new-admin-form {
  min-width: 100%;
  margin: 0;
}
/***** MEDIA PAGE admin.php *****/
/******************************/

#button-xls,
#button-xls-super {
  background-color: rgb(30, 108, 65);
}

#button-xls:hover,
#button-xls-super:hover {
  background-color: rgba(30, 108, 65, 0.6);
  color: rgb(238, 203, 147);
}

@media screen and (max-width: 500px) {

  #table-admin {
    margin: 0px auto 30px;
  }

  #title-company {
    font-size: 20px;
  }

  #container-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 60px auto;
  }

  #getCSV,
  #getXLS {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 0 auto;
  }
}

/***** Fin PAGE admin.php *****/
/******************************/

/***** PAGE Superadmin.php ****/
/******************************/
#visual-compagny {
  width: 80%;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#container-company-choice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  text-align: center;
  padding: 10px;
}

#container-title-company {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 290px;
  text-align: center;
  padding: 10px;
}

#company-choice {
  width: 70%;
  min-width: 290px;
  color: #fff;
  margin: 0px;
  padding: 8px;
  font-size: 16px;
  background-color: rgba(192, 40, 45, 0.8);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#company-choice:hover {
  background-color: rgba(192, 40, 45, 0.7);
}

#container-company-choice:hover #company-choice {
  color: rgb(238, 203, 147);
}

#titles-company {
  width: 70%;
  min-width: 290px;
  text-align: center;
  color:rgba(192, 40, 45, 0.8);
  background-color: #fff;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif !important;
}

#modal-compagnies {
  position: absolute;
  width: 90%;
  opacity: 0;
  min-height: 0vh;
  background-color: #fff;
  z-index: -2;
}

#super-admin-container-form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 35px auto;
}

#body-modal {
  width: 90%;
  margin: 0 auto;
  min-height: 0px;
  border: 1px solid rgb(87, 82, 82);
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  overflow: scroll;
}

.sliderCompany {
  animation: derouleurCompany 1.5s forwards;
}

.sliderbodyModal {
  animation: derouleurBodyModal 3s forwards;
}

#close-modal {
  width: 15%;
  min-width: 80px;
  font-size: 16px;
  margin: 20px auto;
  padding: 6px 2px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.25s ease-in-out;
}

#close-modal:hover {
  border: 1px solid black;
}

.modal-company {
  width: 30%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(0, 0%, 85.1%);
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.modal-company:hover {
  background-color: rgb(30, 108, 65, 0.7);
  color: #fff;
}
.active-choice-company {
  border: 3px solid rgb(30, 108, 65, 1);
  background-color: rgb(30, 108, 65, 0.7);
}
/******** @MEDIA PAGE Superadmin *********/
/*****************************************/
@media screen and (max-width: 1000px) {
  #visual-compagny {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #titles-company,
  #company-choice {
    font-size: 14px;
    min-width: 250px;
  }
}
/***** Fin Superadmin.php *****/
/******************************/

/******** @MEDIA Général *********/
/*************************/
@media screen and (max-width: 800px) {
  
  #my-form header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    z-index: 600;
  }

  #my-form .body-form {
    margin-top: 100px;
  }

  .logo-arrow {
    display: none;
  }

  #main-box-langue {
    min-width: 44px;
    margin-right: 15px;
    border-radius: 6px;
  }

  .reponse {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {

  #my-form header {
    position: fixed;
    top: 0%;
    padding-top: 20px;
  }
  
  header {
    padding-bottom: 15px;
  }

  #my-form .body-form {
    margin-top: 0px;
  }

  form {
    font-size: 12px;
  }

  #main-box-langue {
    margin-right: 4px;
  }

  .input-info {
    font-size: 14px;
  }

  #ul-langue {
    margin-right: 24px;
  }

  .label-info {
    margin: 4px 0;
  }

  .reponse {
    width: 92%;
    font-size: 14px;
  }

  .submit-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 10px;
  }

  .input-submit {
    width: 100%;
    background: #ED1C24;
    border: none;
    border-radius: 6px;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 320px) {

  #ul-langue select {
    padding: 0;
    margin-right: -12px;
  }
}

/*******  KEYFRAMES   *******/
/***************************/
@keyframes opacity-hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    height: 718px;
  }

  100% {
    height: 0px;
  }
}

@keyframes deroule {
  0% {
    height: 38px;
  }

  100% {
    height: auto;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes derouleurCompany {
  0% {
    min-height: 0vh;
    opacity: 0;
    z-index: -2;
  }

  10% {
    z-index: 100;
  }

  100% {
    min-height: 82vh;
    opacity: 1;
    z-index: 100;

  }
}

@keyframes derouleurBodyModal {
  0% {
    min-height: 0vh;
    opacity: 0;
    z-index: -2;
  }

  10% {
    z-index: 100;
  }

  100% {
    min-height: 70vh;
    opacity: 1;
    z-index: 100;
  }
}

/*******  fin KEYFRAMES   *******/
/***************************/