TD {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  color: black;
}

A {
  font-weight: bold;
  color: #2b4156;
  font-family: Verdana;
  text-decoration: none;
}

A:hover {
  font-weight: bold;
  color: #2b4156;
  font-family: Verdana;
  text-decoration: underline;
}

.Ainverse,
.Ahover {
  font-weight: bold;
  font-size: 10px;
  color: #2b4156;
  font-family: Verdana;
  text-decoration: underline;
}

.Ainverse:hover {
  font-weight: bold;
  font-size: 10px;
  color: #2b4156;
  font-family: Verdana;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.InputTxt {
  width: 165px;
}

.LienBlanc {
  font-weight: bold;
  font-size: 10px;
  color: white;
  font-family: Verdana;
  text-decoration: none;
}

.LienBlanc:hover {
  font-weight: bold;
  font-size: 10px;
  color: white;
  font-family: Verdana;
  text-decoration: none;
}

.LienPrecSuiv {
  font-weight: bold;
  font-size: 10px;
  color: white;
  font-family: Verdana;
  text-decoration: none;
}

.LienPrecSuiv:hover {
  font-weight: bold;
  font-size: 10px;
  color: white;
  font-family: Verdana;
  text-decoration: underline;
}

.TxtGras {
  font-weight: bold;
  font-size: 10px;
  color: #2b4156;
  font-family: Verdana;
}

.TxtGrasInactif {
  font-weight: bold;
  font-size: 10px;
  color: lightsteelblue;
  font-family: Verdana;
}

.TxtGrasBlanc {
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  font-family: Verdana;
}

.TxtBloc {
  font-weight: bold;
  font-size: 10px;
  color: #687b8d;
  font-family: Verdana;
  text-decoration: none;
}

.TxtBloc:hover {
  font-weight: bold;
  font-size: 10px;
  color: #687b8d;
  font-family: Verdana;
  text-decoration: underline;
}

.TitreFormulaire {
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-family: Verdana;
}


.SousTitreFormulaire {
  font-weight: bold;
  font-size: 12px;
  color: #2B4156;
  font-family: Verdana;
}

.TxtChampFormulaire {
  padding-right: 5px;
  font-weight: bold;
  font-size: 10px;
  vertical-align: middle;
  color: #2b4156;
  font-family: Verdana;
  text-align: right;
}

.ChampFormulaire {
  padding: 1px;
}

.TxtErreurFormulaire {
  font-weight: normal;
  font-size: 10px;
  color: Red;
  font-family: Verdana;
  text-align: center;
}

#bandeaucookies {
  display: none;
  color: #FFF;
  min-height: 30px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
  padding: 6px 20px 4px;
  background-color: rgba(70, 70, 70, 0.85);
  text-align: left;
  font-size: 13px;
}

#bandeaucookies .cg {
  float: left;
  width: 76%;
}

#bandeaucookies .cd {
  float: left;
  width: 18%;
  margin-left: 1%;
  text-align: right;
}

#bandeaucookies #bt-cookies {
  line-height: 20px;
  background: #999999 none repeat scroll 0% 0%;
  border: medium none;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

#bandeaucookies a {
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  color: White;
}

#bandeaucookies a:hover {
  text-decoration: underline;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

select {
  -webkit-appearance: menulist;
}

BODY {
  top: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #2B4156;
  font-family: Verdana;
  font-size: 10px;
  color: Black;
}

html,
body.accueil {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font: 400 13px "Muli";
  color: #2b4256;
}

body.accueil {
  min-width: 320px;
}

.container {
  padding: 0 0 26px;
}

/* Upper zone */
.logo {
  display: block;
  max-width: 100px;
  margin: 0 auto 50px;
}

.disclaimer-search {
  padding: 37px;
  background: url(../../Images/2019/fond_forme.png) no-repeat center;
  background-size: cover;
}

@media (min-width: 375px) {
  .disclaimer-search {
    padding: 37px 45px;
  }
}

.disclaimer {
  font-size: 20px;
  line-height: 1.125em;
  color: #819fbb;
}

.disclaimer:after {
  content: "";
  display: block;
  margin: 10px 0 0;
  width: 20px;
  height: 3px;
  background: #2b4256;
}

.disclaimer>strong {
  color: #2b4256;
}

.search {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #2b4256;
  border-width: 10px 15px;
  background: url(http://bourgengironde.spe.a3w.fr/Images/2019/pictoloupe.png) no-repeat top left;
  background-size: auto 20px;
  background-color: #2b4256;
  transition: all 300ms ease;
}

.search:hover {
  background-color: #344f67;
  border-color: #344f67;
  color: #fff;
}

/* Lower zone */
.contact {
  background: #2b4256;
}

/* Header */
.contact-header {
  z-index: 0;
  position: relative;
  padding: 37px;
  overflow: hidden;
  background: url(../../Images/2019/image1.jpg) no-repeat center;
  background-size: cover;
}

.contact-header:after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  right: 0;
  left: -100%;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: 40px 100vw 0 100vw;
  border-right-color: #2b4256;
}

@media (min-width: 375px) {
  .contact-header {
    padding: 37px 45px;
  }
}

.title {
  margin: 0;
  font: 400 29px "Yellowtail";
}

.title .first {
  z-index: 0;
  position: relative;
  display: inline-block;
  padding: 0 8px 0 0;
  color: #81a0bd;
}

@media (min-width: 375px) {
  .title .first {
    padding: 0 25px 0 0;
  }
}

.title .first:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: -45px;
  background: #fff;
}

.title .second {
  display: block;
  margin: -10px 0 0;
  padding: 0 0 0 45px;
  color: #fff;
}

.contact-text {
  color: #fff;
  margin: 25px 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #fff;
}

/* Form */
.contact-form {
  z-index: 0;
  position: relative;
  padding: 37px;
  color: #fff;
}

@media (min-width: 375px) {
  .contact-form {
    padding: 37px 45px;
  }
}

.contact-form:before {
  content: "";
  position: absolute;
  top: -58px;
  left: 24px;
  width: 142px;
  height: 100px;
  background: url(../../Images/2019/pictoAvion.png);
}

.input {
  z-index: 0;
  margin: 15px 0;
  padding: 10px 0;
  position: relative;
  border: 1px solid #fff;
}

.input>label {
  position: absolute;
  top: -8px;
  left: 10px;
  padding: 0 5px;
  background: #2b4256;
}

.input>input,
.input>textarea {
  display: block;
  padding: 5px 15px;
  width: 100%;
  color: #fff;
  font: 400 13px "Muli";
  border: 0;
  background: transparent;
}

.input>textarea {
  height: 80px;
}

.field {
  display: flex;
  margin: 15px 0;
}

.field label {
  padding-left: 10px;
  color: white;
  font-size: 1.1rem;
}

.field label a,
.field label a:hover {
  color: white;
}

.submit {
  text-transform: uppercase;
  display: block;
  margin: 15px 0 0;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #819fbb;
  border: 0;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #2b4256;
}

.footer>a {
  margin: 0 8px;
  color: #fff;
  text-decoration: none;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

@media (min-width: 975px) {

  html,
  body {
    height: 100%;
    font-size: 16px;
  }

  .container {
    display: flex;
    min-height: 100%;
  }

  .logo {
    position: absolute;
    max-width: 250px;
    top: 100px;
    left: 10%;
  }

  .disclaimer-search {
    padding: 0 8% 0 10%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .disclaimer-search p {
    margin: 32px 0;
  }

  .disclaimer {
    font-size: 50px;
  }

  .search {
    padding: 10px 20px;
    background-size: auto 35px;
    border-width: 10px 20px;
  }

  .contact {
    min-width: 50%;
    display: flex;
    flex-direction: column;
  }

  .contact-header {
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-header:after {
    border-width: 40px 50vw 0 50vw;
  }

  .title {
    font-size: 44px;
  }

  .title .second {
    padding: 0;
    margin: -15px 6% 0;
  }

  .contact-text {
    margin: 32px 6%;
  }

  .contact-form {
    margin: 0 6%;
    padding-bottom: 0;
  }

  .contact-form:before {
    top: -50px;
    left: -15px;
    width: 142px;
    height: 100px;
  }

  .input {
    margin: 10px 0;
    padding: 5px 0;
  }

  .input>label {
    top: -10px;
  }

  .lastname,
  .email,
  .firstname,
  .phone {
    width: 48%;
  }

  .lastname,
  .email {
    float: left;
  }

  .firstname,
  .phone {
    float: right;
  }

  .email,
  .phone {
    margin-bottom: 20px;
  }

  .message {
    clear: both;
  }

  .g-recaptcha {
    float: left;
  }

  .submit {
    float: right;
    width: auto;
  }
}

@media (min-width: 1300px) {
  .title .second {
    margin: -15px 15% 0;
  }

  .contact-text {
    margin: 32px 15%;
  }

  .contact-form {
    margin: 0 15%;
  }

  .contact-form:before {
    left: -15%;
  }
}