* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}


.error {
color:red;
}
.erreur {
background-color:#ffb0a8;
}
/*position liste déroulante adresses*/
.position-absolute {
  position: relative !important;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  /*width: 50%;*/
  padding: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
}


a {
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover,a:focus,a:visited {
  color:#fff;
}

menu, nav, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
}

hr {
  text-align: left;
}

/*------*/

h1 {
  font-size: 2.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}

h2 {
  font-size: 1.375rem;
  letter-spacing: 120vwpx;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 1.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;}

h4 {
  font-size: 27px;
  letter-spacing: 1px;
  font-weight: 800;
}
h5 {
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 800;
}
h6 {
text-transform:uppercase;
font-size:1.2rem;
font-weight: 600;
letter-spacing: 0px;
}

.modal-content {
  background-color: #cecece !important;
}
  
.thin {
  font-weight: 600;
  letter-spacing: 3px;
}
.btn-success {
  background-color: #0C6450 !important;
  border-color:#0C6450!important;
}

.logotop {
  margin-bottom:4rem; 
  margin-top:3rem
}
.logotop2 {
  margin-bottom:3rem; 
  margin-top:2rem
}

.monacostyle{
font-size: 1rem;
}

/*------*/

hr {
  border: none;
}

hr.narrow {
  width: 60px;
  height: 1px;
  background-color: #929292;
}

hr.wide {
  width: 150px;
  height: 1px;
  background-color: #000;
}

/*------*/

#code1 {
border: solid 1px gray;
border-radius: 13px;
width: 200px;
padding: 1%;
text-align: center;
text-transform:uppercase
}

.txtcoupon {
font-size: 15px;
font-weight:600;
letter-spacing: 2px;
}

input, select {
  font-family: "Open Sans", sans-serif;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #c9c9c9;
  outline: none;
  cursor: text;
  color: #000;
  padding: 4px 0;
  width: 100%;
  margin-bottom: .75rem;
  letter-spacing: 2px;
  font-size: 0.95rem;
}
select {
background-color:#fff;
color:#6f6f6f;
font-family: "Open Sans", sans-serif;
font-weight:600;
}

input::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
}

input::-moz-placeholder {
  color: #000;
  font-weight: 600;
}

input:-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

input::-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

input::placeholder {
  color: #777;
  font-weight: 600;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #777;
   opacity:  1;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/*------*/

.control-label {
font-family: "Open Sans", sans-serif;
color:#777;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 600;
}
.compl{
font-size: 0.9rem;
  font-weight: 400;
  background-color: #dfdfdf;
padding: 6px;
}

.radio-set {
  margin-bottom: 1rem;
}

.radio-set label {
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 2rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.radio-set label:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.radio-set input[type="radio"] {
  display: none;
}

.radio-set label.radio-custom {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: solid 1px #000;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.radio-set input[type="radio"]:checked + label.radio-custom::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}


/*------*/

.checkbox-set,.checkbox-set2 {
  display: inline-block;
  margin-right: .5rem;
  position: relative;
  top: 3px;
}

.checkbox-set label,.checkbox-set2 label{
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 2px #000;
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox-set label:hover, ,.checkbox-set2 label:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.checkbox-set input, .checkbox-set2 input {
  display: none;
}

.checkbox-set input:checked + label::after {
  content: url(../img/mark.png);
  position: absolute;
  top: 0;
  left: 1px;
}
.checkbox-set2 input:checked + label::after {
  content: url(../img/mark.png);
  position: absolute;
  top: -4px;
  left: 1px;
}

/*---------------*/

#site {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  /*width: 58%;*/
  height: 100vh;
  position: relative;
}

.banner-image {
  height: 100vh;
  position: relative;
}

.banner-image img {
  height: 100%;
  max-width: 100%;
}

.banner-image a {
  display: block;
  width: 100%;
  height: 17%;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  height: 100vh;
  background-color: #fff;
  /*maryline a supprimer our faire marcher le calendrier*/
  /*z-index: 2;*/
  width: 42%;
  padding: 0.5rem 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.content.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content.scroll {
  overflow-y: auto;
}


footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0;
  background-color: #0C6450;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-size: 1rem;
  color: #fff !important;
}

footer menu li {
  padding: 0 .60rem;
  position: relative;
  color:#fff !important;
}

footer menu li:nth-child(2n)::before,
footer menu li:nth-child(2n)::after {
  content: "";
  width: 2px;
  height: .75rem;
  background-color: #fff;
  position: absolute;
}

footer menu li:nth-child(2n)::before {
  left: -1px;
  top: .34rem;
}

footer menu li:nth-child(2n)::after {
  right: -1px;
  top: .34rem;
}

footer menu li:hover a {
  opacity: .6;
  color:#fff !important;
}

footer menu li:visited a {
  color:#fff !important;
}


/*-------01--------*/

.content__meeting {
  text-align: center;
  padding: 1.5rem 0;
}

.content__meeting hr.narrow {
  margin: 2.75rem auto;
}

.content__meeting_time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content__meeting_time-number {
  font-size: 2.125rem;
  letter-spacing: 3px;
  font-weight: 600;
}

.content__meeting_time-dots {
  font-size: 2.125rem;
  font-weight: 600;
  padding: 0 2rem;
}

.content__meeting_time-description {
  color: #000;
  opacity: .42;
  visibility: visible;
  font-style: italic;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

/*-------02--------*/

.content__form {
  padding-top: 3rem;
}

.fieldset {
  margin-top: 3rem;
}

.fieldset hr {
  background-color: #000;
}

.fieldset-door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 1.25rem 0;
}

.fieldset-door__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.fieldset-door__lock {
  width: 16px;
  height: 16px;
  position: relative;
}

.fieldset-door__lock div {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #000;
  height: 2px;
  width: 16px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.fieldset-door__lock.plus div:last-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fieldset-door__lock.minus div:last-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.fieldset-content {
  display: none;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fieldset-content {
    max-width: 600px;
  }
}

@-webkit-keyframes dropdown {
  from {
    height: 1px;
    overflow-y: hidden;
  }
  to {
    height: 260px;
    overflow-y: hidden;
  }
}

@keyframes dropdown {
  from {
    height: 1px;
    overflow-y: hidden;
  }
  to {
    height: 260px;
    overflow-y: hidden;
  }
}

.dropped {
  -webkit-animation: dropdown .3s ease-out;
          animation: dropdown .3s ease-out;
  height: auto;
  width: 100%;
}


.upload-set {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 17rem;
  margin: 0 auto;
}

.upload-set label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  background-color: #0C6450;
  color:#fff;
  width: 17rem;
  padding: .5rem 1rem;
  letter-spacing: 2px;
  border-radius: 30px;
  border: solid 1px #0C6450;
  height: 3.4rem;
  overflow-y: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 1rem;
}

.upload-set label:hover {
  -webkit-filter: brightness(.85);
          filter: brightness(.85);
}
.upload-set2 label:hover {
  -webkit-filter: brightness(.85);
          filter: brightness(.85);
}
.upload-set input {
  display: none;
}

.upload-set2 input {
  display: none;
}

.upload-set__format {
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.4em;
  margin-top: .875rem;
  margin-bottom: .875rem;
  letter-spacing: 1px;
}

.upload-set2__format {
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  margin-top: .875rem;
  margin-bottom: .875rem;
  letter-spacing: 1px;
}

.politics__row {
  font-size: 0.7rem;
  line-height: 1.6em;
  letter-spacing: 1px;
  margin-bottom: .875rem;
}
.politics__row a, .politics__row a:hover, .politics__row a:focus, .politics__row a:visited{
color:#333;
text-decoration:underline !important;
}


.recaptcha {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input.submition {
  display: block;
  width: 15rem;
  margin: auto;
  margin-bottom: 2rem;
  background-color: #0C6450;
  padding: .5rem 2rem;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.submition {
  display: block;
  width: 15rem;
  margin: auto;
  margin-bottom: 2rem;
  background-color: #0C6450;
  padding: .5rem 2rem;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

input.submition:hover {
  -webkit-transform: scale(.99);
      -ms-transform: scale(.99);
          transform: scale(.99);
  -webkit-filter: brightness(.8);
          filter: brightness(.8);
}

/*-------03--------*/

.content__greeting {
  text-align: center;
  padding: 0.5rem 0;
}

.content__greeting_title {
  font-size: 2.625rem;
  line-height: 3rem;
  letter-spacing: 2px;
  /*margin-bottom: 2rem;*/
  margin-top : 1rem;
}

.content__greeting_title2 {
  font-size: 2.625rem;
  margin-bottom: 2rem;
  margin-top: 9rem;
}

.content__greeting_title3 {
  font-size: 2.625rem;
  line-height: 2rem;
  letter-spacing: 8px;
  margin-bottom: 2rem;
  margin-top: 9rem;
}


.content__greeting_title span {
  font-size: 2rem;
  letter-spacing: 3px;
}

.content__greeting_image img {
  /*height: 43vh;*/
}

.content__greeting h2 {
  color: #000;
  font-size: 1.875rem;
  margin-top: 1rem;
}

.content__greeting h3 {
  /*margin-top: 2rem;*/
}

.content__greeting_additional {
  /*margin-top: 2rem;*/
  letter-spacing: 2px;
  font-size: 0.8rem;
}

.content__greeting_networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0;
}

.content__greeting_networks a {
  display: block;
  padding: 0 1rem;
}

.content__greeting_networks a:hover {
  -webkit-transform: scale(.96);
      -ms-transform: scale(.96);
          transform: scale(.96);
}

/*---------------*/

/*-------Responsive--------*/

/*--desktop--*/

@media screen and (max-width: 1830px) {
  .banner {
    width: 62%;
  }

  .content {
    width: 38%;
    padding: 1.5rem 4%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  
  footer {
    padding: 1rem 0;
    width: 100%;
    width: 118.5vh;
  }

}


@media screen and (max-width: 1715px) {
  footer {
    padding: 1rem 0;
  }

  footer menu {
    font-size: 9px;
  }

  footer menu li {
    padding: 0 .6rem;
  }

  footer menu li:nth-child(2n)::before,
  footer menu li:nth-child(2n)::after {
    height: .6rem;
    top: 3px;
  }
}

@media screen and (max-width: 1580px) {
  html {
    font-size: 14px;
  }

  h1, .content__greeting_title, .content__greeting_title2, .content__greeting_title3 {
    letter-spacing: 3px;
  }

  h2 {
    letter-spacing: 2px;
  }

  h3, .thin, input,
  .radio-set label,
  .content__meeting_time-number,
  .fieldset-door__title,
  .upload-set label,
  .content__greeting_title span,
  .content__greeting_additional {
    letter-spacing: 1px;
  }

  h4 {
      font-size: 22px;
  }  

  .content {
    height: 100vh;  
  }
  .content__greeting {
     /* padding: 8rem 0;*/
     padding:0
  }  
  .content__greeting_image img {
      /*height: 51vh;*/
      width: 22vw;
  }
  .txtcoupon{
      font-size: 12px;
  }

  .logotop, .logotop2 {
      width: 275px;
      margin-top: 1rem;
      margin-bottom:4rem;
  }  
}

@media screen and (max-width: 1500px) {

  .column3 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .logotop, .logotop2 {
      width: 230px;
      margin-top: 1rem;
      margin-bottom:4rem;
  }

  .ecran {
    width: 360px;
  }

  .content {
    padding: 1.5rem 2%;
  }

  .content__greeting {
     padding:0
  }  

  h1,
  .content__meeting_time-number,
  .content__meeting_time-dots {
    font-size: 2rem;
  }

  h2,
  .fieldset-door__title {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.5rem;
  }
  
  h6{
    font-size: 1.1rem;
  }

  .content__greeting_title {
    font-size: 2.2rem;
    margin-top: 0;
  }
  
  .content__greeting_title2 {
    font-size: 2.2rem;
    margin-top: 11rem;
  }

  .content__greeting_title3 {
    font-size: 2.2rem;
    margin-top: 11rem;
  }
  
  
  .content__greeting_title span {
    font-size: 1.8rem;
  }

  .content__greeting_title2 span {
    font-size: 1.8rem;
  }

  .content__greeting h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {
  .content__greeting_image img {
    height: auto;
    width: 19vw;
  }

  .content__greeting_networks a {
    min-width: 80px;
    width: 7vw;
  }

  .upload-set label {
    width: 90%;
    padding: .5rem;
  }
  .upload-set2 label {
    width: 90%;
    padding: .5rem;
  }
    .content__meeting_time-dots {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 2560px) {
  @media screen and (min-width: 1920px) {
    @media screen and (max-height: 1254px) {
      .banner {
        width: auto;
      }

      .content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
  }
}

@media screen and (max-width: 1920px) {
  @media screen and (min-width: 1600px) {
    @media screen and (max-height: 940px) {
      .banner {
        width: auto;
      }

      .content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
    }

    @media screen and (max-height: 896px) {
      footer {
        padding: .75rem 0;
      }

      footer menu {
        font-size: 12px;
      }

      footer menu li {
        padding: 0 .5rem;
      }
    }
  }
}

/*maryline ici pour résolution en 125% 1920*1080 */
@media screen and (max-width: 1600px) {
  @media screen and (min-width: 1440px) {
    @media screen and (max-height: 860px) {
    footer menu {
        font-size: 11px;
    }
    
      .banner {
        width: auto;
      }

      .content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
    }
  }
}

@media screen and (max-width: 1300px) {
  @media screen and (min-width: 1140px) {
    @media screen and (max-height: 760px) {
      .banner {
        width: auto;
      }

      .content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }
    }
  }
}

/*--mobile--*/

@media screen and (max-width: 1140px) {
  #site {
    min-height: 100vh;
    max-height: none;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    /*ajout maryline pour affichage du formulaire de contact en RD */
    display: block;

  }

  .banner,
  .content {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .banner {
    position: static;
    z-index: 3;
    height: auto;
  }

  .banner-image {
    text-align: center;
    height: auto;
  }

  .banner-image img {
    height: auto;
    max-width: 100%;
  }

  .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 0 8%;
    /*padding-top: 3rem;*/
    padding-bottom: 6rem;
  }

  .content__form {
    width: 100%;
  }

  .content__greeting {
    /*padding-top: 3rem;*/
    padding-left: 12%;
    padding-right: 12%;
  }

  .content__greeting_image img {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {

input, select {
  font-size: 0.7rem;
}


.logotop, .logotop2 {
  margin-bottom:3rem; 
  margin-top:0rem
}  

  footer menu li {
    width: 100%;
    text-align: center;
    padding: 1rem .5rem;
  }

  footer menu li::before,
  footer menu li::after {
    display: none;
  }

  .content {
    padding-bottom: calc(6rem + 160px);
  }

  .content__greeting {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 620px) {
  .fieldset-content {
    padding-right: 0;
  }

  .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content__greeting_networks a {
    min-width: 65px;
    width: 7vw;
  }
}



@media screen and (max-width: 375px) {

  h1,
  .content__meeting_time-number,
  .content__meeting_time-dots {
    font-size: 1.4rem;
  }

  h2,
  .fieldset-door__title {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1rem;
  }

  h5 {
    font-size: 1.3rem;
  }
  .content__greeting_title, .content__greeting_title2 {
    font-size: 1.8rem;
  }

  .content__greeting_title span {
    font-size: 1.4rem;
  }

  .content__greeting_title2 span {
    font-size: 1.4rem;
  }
  
  .content__greeting h2 {
    font-size: 1.1rem;
  }

  input,
  .radio-set label {
    font-size: 0.7rem;
  }

  .upload-set label {
    font-size: 10px;
    width: 90%;
  }
  .upload-set2 label {
    font-size: 10px;
    width: 90%;
  }
  .content__meeting_time-dots {
    padding: 0 .5rem;
  }

  .fieldset {
    margin-top: 2rem;
  }

  .fieldset-door__title {
    font-size: .75rem;
  }

  .content__form,
  .content__greeting {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -4rem;
  }
}

@media screen and (min-width: 3440px) {
  footer {
    height:89px;
    background-color: red !important;
  }
}
