@import url(../style.css);

#contact {
    background-color: var(--gris-pale);
    padding-top: 120px;
  }
  
  #contact .en-tete {
    margin-bottom: 29.5px;
  }
  
  #contact .en-tete h1 {
    margin-bottom: 29.5px;
  }
  
  #contact .section1 {
    color: black;
    padding-bottom: 64.52px;
    margin-bottom: 90px;
  }
  
  #contact .section1 .container {
    display: flex;
  }
  
  @media screen and (max-width: 800px) {
    #contact .section1 .container {
      flex-flow: column;
    }
  }
  
  #contact .section1 .container .left {
    width: 50%;
    justify-content: end;
    display: flex;
    flex-flow: column;
    margin-bottom: 92px;
  }
  
  @media screen and (max-width: 600px) {
    #contact .section1 .container .left {
      width: 95%;
    }
  }
  
  #contact .section1 .container .left h2 {
    margin-bottom: 47.8px;
  }
  
  #contact .section1 .container .left p {
    width: 70%;
  }
  
  @media screen and (max-width: 800px) {
    #contact .section1 .container .left p {
      width: auto;
    }
  }
  
  #contact .section1 .container .right {
    width: 50%;
  }
  
  @media screen and (max-width: 800px) {
    #contact .section1 .container .right {
      width: auto;
    }
  }
  
  #contact .section1 .container .right .wpcf7 label span input,
  #contact .section1 .container .right .wpcf7 label span textarea {
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid black;
    padding: 10px 0 10px 24px;
    width: 95%;
  }
  
  #contact .section1 .container .right .wpcf7 label span .wpcf7-form-control::-webkit-input-placeholder {
    color: black;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 label span .wpcf7-form-control::-moz-placeholder {
    color: black;
    font-size: 16px;
    opacity: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 label span .wpcf7-form-control:-ms-input-placeholder {
    color: black;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 label span .wpcf7-form-control::-ms-input-placeholder {
    color: black;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 label span .wpcf7-form-control::placeholder {
    color: black;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  #contact .section1 .container .right .wpcf7 .wpcf7-submit {
    background-color: var(--rose);
    border-radius: 20px;
    border: none;
    padding: 10px 0 10px 0;
    margin-top: 20px;
    width: 200px;
    color: white;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  #contact .section1 .container .right .wpcf7 .joindre {
    margin-left: 10px;
  }
  
  #contact .section1 .container .right .wpcf7 .multilinefile-775 {
    margin: 20px 0;
  }
  
  #contact .section1 .container .right .wpcf7 .button-primary {
    width: 19.438px;
    height: 20.611px;
    top: 10px;
    z-index: 2;
    position: absolute;
    opacity: 0;
  }
  
  #contact .section1 .container .right .wpcf7 #mfcf7_zl_multifilecontainer {
    margin-bottom: 20px;
  }
  
  #contact .section1 .container .right .wpcf7 #mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file {
    text-decoration: none;
    color: black;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    padding-left: 10px;
  }
  
  #contact .section1 .container .right .wpcf7 .filesContainer {
    margin: 30px 0;
    position: relative;
    display: flex;
  }
  
  #contact .zone-info-contact {
    background-color: var(--rose);
  }
  
  #contact .zone-info-contact .container {
    display: flex;
    justify-content: space-between;
  }
  
  @media screen and (max-width: 800px) {
    #contact .zone-info-contact .container {
      flex-flow: column;
    }
  }
  
  #contact .zone-info-contact .container .left {
    width: 50%;
  }
  
  @media screen and (max-width: 600px) {
    #contact .zone-info-contact .container .left {
      width: 95%;
    }
  }
  
  #contact .zone-info-contact .container .left h2 {
    padding-top: 75px;
    padding-bottom: 143px;
    color: white;
  }
  
  @media screen and (max-width: 600px) {
    #contact .zone-info-contact .container .left h2 {
      padding-bottom: 60px;
    }
  }
  
  #contact .zone-info-contact .container .left .infos {
    color: white;
  }
  
  #contact .zone-info-contact .container .left .infos .quebec {
    margin-bottom: 32px;
  }
  
  #contact .zone-info-contact .container .left .infos .sainte-marie {
    margin-bottom: 60px;
  }
  
  #contact .zone-info-contact .container .left .infos a {
    color: white;
    text-decoration: none;
  }
  
  #contact .zone-info-contact .container .right {
    width: 50%;
  }
  
  @media screen and (max-width: 800px) {
    #contact .zone-info-contact .container .right {
      width: 100%;
      height: 50vh;
    }
  }