/* General Styles */
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #fff;
}



.open-sans-<uniquifier> {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.sen-<uniquifier> {
font-family: "Sen", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}


.roboto-<uniquifier> {
font-family: "Roboto", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
  "wdth" 100;
}

.container-background {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.bandeau-top { background-color: #532269; height: 73px; width: 100%;}

.logo {
  float: right;
  top: -180px;
  position: relative;
  padding-right: 8px;
}

.container-top {
  max-width: 920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.texte {
  float: left;
  position: relative;
  width:100%;
  text-align:center;
  margin-top: -80px;
}

.date, .horaire, .lieu, .adresse, .remerciement, input[type=text],  input[type=email], .form-group button, .mentions, .merci{ font-family: "Open Sans", serif;}

.merci { font-size: 22px; font-weight: bold; color:#9d428f; margin-top: 50px;}
.mentions { font-size: 11px; color:#532269; }
.mentions-merci { margin-top:300px; }

.mentions {
   left: 0;
   bottom: 5%;
   width: 100%;
   text-align: center;
   font-size: 11px;
   color:#532269;


    float: left;
    position: relative;
}


/*  .date { font-size: 15px; color: #8cc168; font-weight: bold;}
.horaire { color: #532269; font-weight: normal;}
.lieu { font-size: 12px; font-weight: bold; color: #532269; }
.adresse { font-size: 9px; font-weight: normal; color: #532269; }
.remerciement { font-size: 11px; color: #532269; margin-top: 33px; margin-bottom: 18px;} */

.date { font-size: 18px; color: #8cc168; font-weight: bold;}
.horaire { color: #532269; font-weight: normal;}
.lieu { font-size: 15px; font-weight: bold; color: #532269; }
.adresse { font-size: 12px; font-weight: normal; color: #532269; }
.remerciement { font-size: 13px; color: #532269; margin-top: 33px; margin-bottom: 22px;}

.container {
    background-color: #fff;
    /*max-width: 920px;*/
    max-width: 1190px;
    width: 100%;

    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
}
.container-form {
    background-color: #cd87b6;
    padding: 30px 20px 20px 20px;
    border-radius: 8px;

    max-width: 285px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.form-group {
    margin-bottom: 15px;
    text-align: center;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input {
    width: 80%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 6px;
    border-style: hidden;
}

::placeholder {
color: #532269;
opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
color: #532269;
}



input[type=text],  input[type=email]{
box-sizing: border-box;
border: 0px solid #ccc;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
box-shadow: 0 1px 4px 0 rgb(83 35 106 / 64%), 0 2px 1px 0 rgba(0, 0, 0, 0.19);
}

input[type=text]:focus {
border: Opx solid #555;
}


.form-group button {
    width: 80%;
    padding: 10px 20px;
    background-color: #532269;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0 1px 4px 0 rgb(83 35 106 / 64%), 0 2px 1px 0 rgba(0, 0, 0, 0.19);
}
.form-group button:hover {
    background-color: #692985;
    box-shadow: 0 0px 0px 0 rgb(83 35 106 / 64%), 0 2px 1px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 1200px) {

  .container {
      max-width: 90%;
    }
}


@media (max-width: 600px) {
    .container {
        padding: 15px;
        width: auto;
    }

  .texte {margin-top: -60px;}

  .imglogo {
        height: 67px;
        width: auto;
        padding-right: 0px;
    }

  .rgpd {text-align: justify;}
}


/*@media (max-width: 500px) {

  .logo {
    /*padding-right: 4px;*/
    /*padding-right: 6px;
    top: -140px;
  }
      .imglogo {
      /*height: 85px;*/
    /*  height: 80px;
    /*  width: auto;

    }

  .imghfho { height: 140px; width: 202px; }

  .bandeau-top { height: 57px }


}

/*@media (max-width: 499px) {
    .imglogo {
    height: 65px;
    width: auto;
  }*/



/*}
