@charset "UTF-8";
/* < MOBILE */
/* < TABLETTE PORTRAIT */
/* < TABLETTE PAYSAGE > ORDINATEUR */
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerCenterAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* < MOBILE */
/* < TABLETTE PORTRAIT */
/* < TABLETTE PAYSAGE > ORDINATEUR */
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerCenterAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* line 3, ../sass/partial/_shared.scss */
:root {
  --texte: Roboto, sans-serif;
  --default-border-radius: 20px;
  --header-height: 50px;
  --animate-duration: 300ms !important;
  --border-radius: 20px;
  --border-radius-small: 10px;
  --max-width: 1200px;
  --color-valid: #62b762;
  --color-error: #ed6e50;
  --animate-duration: 300ms !important;
  --primary: #D83B1E;
  --primary-rgb: 0, 24, 86;
  --red: #e81217;
  --green: #389f53;
  --lightgreen: #4bbf69;
  --darkgreen: #425347;
  --black: #171b1e;
  --bg-error: white;
  --bg-warning: #fff5d7;
  --bg-site: #F0F1F3;
  --error: #ed6e50;
  --warning: #d79f00;
  --radius-input: 6px;
  --padding-horizontal: 32px;
  --padding-vertical: 64px;
  --form-border: 1px solid #EAEAEA;
  --form-gap: 16px;
  --padding-input: 16px;
  --font-size-input: 1.6rem;
  /* Ne pas réduire, sinon zoom sur iphone ^^ */
  --dropzone-color: #BEBEBE;
  --dropzone-border-color: #DFDFDF;
  --grey: #CFCFCF;
  --darkgrey: #a2a2a2;
  --yellow: #edb40a;
  --white: #fff;
  --lightgrey: #EAEAEA;
  --darkgrey: #676767;
  --text-font-size: 1.2rem;
  --letter-spacing: 1.2px;
}
@media (max-width: 749px) {
  /* line 3, ../sass/partial/_shared.scss */
  :root {
    --padding-horizontal: 16px;
    --padding-vertical: 42px;
  }
}
@media (max-width: 575px) {
  /* line 3, ../sass/partial/_shared.scss */
  :root {
    --padding-vertical: 20px;
  }
}
@media (max-width: 459px) {
  /* line 3, ../sass/partial/_shared.scss */
  :root {
    --padding-vertical: 20px;
  }
}

/* line 9, ../sass/mains.scss */
::selection {
  background: #e81217;
  /* Safari */
  color: White;
}

/* line 14, ../sass/mains.scss */
::-moz-selection {
  background: #e81217;
  /* Firefox */
  color: White;
}

/* RESPONSIVE CLASS */
@media screen and (max-width: 640px) {
  /* line 25, ../sass/mains.scss */
  .mobile {
    display: inline !important;
  }

  /* line 29, ../sass/mains.scss */
  .not_mobile {
    display: none !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 36, ../sass/mains.scss */
  .tablette {
    display: inline !important;
  }

  /* line 40, ../sass/mains.scss */
  .not_tablette {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  /* line 47, ../sass/mains.scss */
  .desktop {
    display: inline !important;
  }

  /* line 51, ../sass/mains.scss */
  .not_desktop {
    display: none !important;
  }
}
/* line 57, ../sass/mains.scss */
body {
  margin: 0;
  padding: 0;
  background: white;
  position: relative;
  font-family: var(--texte);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 65, ../sass/mains.scss */
body:has(header.open_header) {
  overflow: hidden;
}
/* line 69, ../sass/mains.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 73, ../sass/mains.scss */
body a {
  text-decoration: none;
  color: black;
  font-weight: 700;
  transition: background-color .4s, color .4s;
  letter-spacing: var(--letter-spacing);
}
/* line 80, ../sass/mains.scss */
body a:hover {
  color: #e81217;
}
/* line 85, ../sass/mains.scss */
body p {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
  font-size: 1rem;
  color: black;
}
/* line 97, ../sass/mains.scss */
body ul li {
  font-family: "Roboto", sans-serif;
  line-height: 1.4rem;
}
/* line 103, ../sass/mains.scss */
body h1 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  /* line 103, ../sass/mains.scss */
  body h1 {
    font-size: 1.4rem;
  }
}
/* line 113, ../sass/mains.scss */
body h2 {
  color: #171b1e;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  line-height: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  border-left: 10px solid #e81217;
}
/* line 129, ../sass/mains.scss */
body .breadcrumb {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  padding: 7px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1250px) {
  /* line 129, ../sass/mains.scss */
  body .breadcrumb {
    padding: 0 15px;
  }
}
/* line 140, ../sass/mains.scss */
body .breadcrumb li, body .breadcrumb a {
  color: #171b1e;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 148, ../sass/mains.scss */
body .breadcrumb li {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
}
/* line 151, ../sass/mains.scss */
body .breadcrumb li:after {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  content: '/';
  padding: 0 7px;
}
/* line 158, ../sass/mains.scss */
body .breadcrumb li:last-of-type:after {
  display: none;
}
/* line 164, ../sass/mains.scss */
body .breadcrumb a {
  transition: background-color .4s, color .4s;
}
/* line 167, ../sass/mains.scss */
body .breadcrumb a:hover {
  cursor: pointer;
  color: #e81217;
}
/* line 174, ../sass/mains.scss */
body .center {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  color: black;
}
/* line 182, ../sass/mains.scss */
body .center_small {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  color: black;
}
/* line 190, ../sass/mains.scss */
body .btn {
  background-color: var(--primary);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background-color .4s, color .4s;
}
/* line 199, ../sass/mains.scss */
body .btn.upper {
  text-transform: uppercase;
}
/* line 203, ../sass/mains.scss */
body .btn:hover {
  color: white;
  background-color: var(--red);
}

/* line 211, ../sass/mains.scss */
#Header {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url("/images/general/header-bg.png");
  padding: 0 var(--padding-horizontal);
}
/* line 217, ../sass/mains.scss */
#Header > .content {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: var(--max-width);
  padding-top: 48px;
}
/* line 223, ../sass/mains.scss */
#Header > .content > .left {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 223, ../sass/mains.scss */
  #Header > .content > .left {
    padding: 20px;
  }
}
/* line 232, ../sass/mains.scss */
#Header > .content > .left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
/* line 243, ../sass/mains.scss */
#Header > .content > .left > a {
  width: 234px;
  z-index: 10;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 243, ../sass/mains.scss */
  #Header > .content > .left > a {
    width: 180px;
  }
}
/* line 252, ../sass/mains.scss */
#Header > .content > .left > a > img {
  width: 100%;
  height: auto;
}
/* line 259, ../sass/mains.scss */
#Header > .content > .center {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  color: white;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
/* line 267, ../sass/mains.scss */
#Header > .content > .center > li {
  height: 100%;
}
@media (max-width: 1023px) {
  /* line 267, ../sass/mains.scss */
  #Header > .content > .center > li {
    display: none;
  }
}
/* line 274, ../sass/mains.scss */
#Header > .content > .center > li > a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  letter-spacing: var(--letter-spacing);
  font-size: .8rem;
  position: relative;
  height: 100%;
}
@media (max-width: 1199px) {
  /* line 274, ../sass/mains.scss */
  #Header > .content > .center > li > a {
    padding: 0 22px;
  }
}
/* line 290, ../sass/mains.scss */
#Header > .content > .center > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
}
/* line 304, ../sass/mains.scss */
#Header > .content > .center > li:first-of-type > a {
  padding-left: 0;
}
/* line 312, ../sass/mains.scss */
#Header > .content > .center > li:last-of-type > a:after {
  display: none;
}
/* line 320, ../sass/mains.scss */
#Header > .content > .center > li.selected > a {
  text-decoration: underline;
}
/* line 326, ../sass/mains.scss */
#Header > .content > .center > li:hover > a {
  color: var(--primary);
}
/* line 333, ../sass/mains.scss */
#Header > .content > .right {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
/* line 336, ../sass/mains.scss */
#Header > .content > .right > .btn {
  font-size: .8rem;
}
@media (max-width: 575px) {
  /* line 336, ../sass/mains.scss */
  #Header > .content > .right > .btn {
    display: none;
  }
}
/* line 344, ../sass/mains.scss */
#Header > .content > .right > .facebook {
  display: block;
  margin-left: 16px;
  width: 26px;
  height: 26px;
  background-image: url("/images/icons/fb.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  /* line 344, ../sass/mains.scss */
  #Header > .content > .right > .facebook {
    display: none;
  }
}
/* line 358, ../sass/mains.scss */
#Header > .content > .right > #TopMenu {
  color: white;
  margin-left: 16px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 366, ../sass/mains.scss */
#Header > .content > .right > #TopMenu > .burger_m {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  order: 2;
}
/* line 372, ../sass/mains.scss */
#Header > .content > .right > #TopMenu > .burger_m > span {
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 6px;
}
/* line 380, ../sass/mains.scss */
#Header > .content > .right > #TopMenu > .close_div {
  display: none;
}
@media (min-width: 1024px) {
  /* line 358, ../sass/mains.scss */
  #Header > .content > .right > #TopMenu {
    display: none;
  }
}
/* line 392, ../sass/mains.scss */
#Header.home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: none;
}
/* line 400, ../sass/mains.scss */
#Header.home > .content {
  padding-top: 64px;
}
@media (max-width: 749px) {
  /* line 400, ../sass/mains.scss */
  #Header.home > .content {
    padding-top: 28px;
  }
}
/* line 407, ../sass/mains.scss */
#Header.home > .content > .left {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
/* line 412, ../sass/mains.scss */
#Header.home > .content > .left:before {
  display: none;
}
/* line 419, ../sass/mains.scss */
#Header.open_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #E8DDC1;
  max-height: 100%;
  overflow-y: auto;
  --offset-top: 30px;
  background-image: none;
  padding-bottom: 100px;
}
/* line 550, ../sass/_generic.scss */
#Header.open_header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #D83B1E;
}
/* line 555, ../sass/_generic.scss */
#Header.open_header::-webkit-scrollbar {
  width: 5px;
  background-color: #D83B1E;
}
/* line 560, ../sass/_generic.scss */
#Header.open_header::-webkit-scrollbar-thumb {
  background-color: white;
}
/* line 434, ../sass/mains.scss */
#Header.open_header > .content {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  max-height: 100%;
}
@media (max-width: 749px) {
  /* line 434, ../sass/mains.scss */
  #Header.open_header > .content {
    padding-top: 100px;
  }
}
/* line 443, ../sass/mains.scss */
#Header.open_header > .content > .left {
  position: absolute;
  left: 0;
  padding: var(--padding-horizontal);
  top: var(--offset-top);
  padding-top: 0;
}
/* line 450, ../sass/mains.scss */
#Header.open_header > .content > .left:before {
  display: none;
}
@media (max-width: 749px) {
  /* line 454, ../sass/mains.scss */
  #Header.open_header > .content > .left > a {
    width: 150px;
  }
}
/* line 461, ../sass/mains.scss */
#Header.open_header > .content > .center {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
/* line 465, ../sass/mains.scss */
#Header.open_header > .content > .center > li {
  display: block;
  width: 100%;
}
/* line 469, ../sass/mains.scss */
#Header.open_header > .content > .center > li > a {
  padding: 50px var(--padding-horizontal);
  width: 100%;
  color: var(--primary);
  font-size: 1.65rem;
}
/* line 475, ../sass/mains.scss */
#Header.open_header > .content > .center > li > a:hover {
  color: white;
}
/* line 479, ../sass/mains.scss */
#Header.open_header > .content > .center > li > a:after {
  top: 100%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 300px;
  height: 1px;
  border-radius: 0;
  background-color: var(--primary);
}
/* line 493, ../sass/mains.scss */
#Header.open_header > .content > .right > .btn {
  padding: 50px var(--padding-horizontal);
  height: 80px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 16px;
  text-align: center;
  background-color: var(--primary);
  color: white;
  z-index: 10;
  border-radius: 0;
  font-size: 1.2rem;
}
/* line 510, ../sass/mains.scss */
#Header.open_header > .content > .right > #TopMenu {
  position: absolute;
  top: 0;
  right: 0;
  padding: var(--padding-horizontal);
  top: var(--offset-top);
  padding-top: 20px;
  color: var(--primary);
}
@media (max-width: 749px) {
  /* line 510, ../sass/mains.scss */
  #Header.open_header > .content > .right > #TopMenu {
    padding-top: 10px;
  }
}
@media (min-width: 750px) {
  /* line 510, ../sass/mains.scss */
  #Header.open_header > .content > .right > #TopMenu {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
/* line 527, ../sass/mains.scss */
#Header.open_header > .content > .right > #TopMenu > .burger_m {
  display: none;
}
/* line 531, ../sass/mains.scss */
#Header.open_header > .content > .right > #TopMenu > .close_div {
  display: block;
}
/* < MOBILE */
/* < TABLETTE PORTRAIT */
/* < TABLETTE PAYSAGE > ORDINATEUR */
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinnerCenterAnimation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* line 3, ../sass/contact.scss */
#Contact {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media screen and (max-width: 800px) {
  /* line 3, ../sass/contact.scss */
  #Contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 950px) {
  /* line 3, ../sass/contact.scss */
  #Contact {
    padding-top: 35px;
  }
}
@media screen and (max-width: 620px) {
  /* line 3, ../sass/contact.scss */
  #Contact {
    padding-top: 30px;
  }
}
/* line 25, ../sass/contact.scss */
#Contact h1 {
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-left: 0;
  border-left: 0 solid white;
}
@media screen and (max-width: 1024px) {
  /* line 25, ../sass/contact.scss */
  #Contact h1 {
    padding-left: 0;
  }
}
/* line 39, ../sass/contact.scss */
#Contact .descript {
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.95rem;
  line-height: 1.05rem;
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  /* line 39, ../sass/contact.scss */
  #Contact .descript {
    padding-left: 0;
  }
}
/* line 49, ../sass/contact.scss */
#Contact .descript a {
  display: block;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}
/* line 57, ../sass/contact.scss */
#Contact form {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 62, ../sass/contact.scss */
#Contact form .ligne {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  width: 100%;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.05rem;
  line-height: 1.15rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 620px) {
  /* line 62, ../sass/contact.scss */
  #Contact form .ligne {
    margin-top: 15px;
  }
}
/* line 77, ../sass/contact.scss */
#Contact form .ligne .label {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  width: 25%;
  width: calc(139px + 1px);
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
}
@media screen and (max-width: 620px) {
  /* line 77, ../sass/contact.scss */
  #Contact form .ligne .label {
    display: block;
    text-align: left;
    width: 100%;
    height: 30px;
    line-height: 25px;
  }
}
/* line 95, ../sass/contact.scss */
#Contact form .ligne .input {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  width: 75%;
  width: calc(100% - 140px);
  max-width: 530px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 102, ../sass/contact.scss */
#Contact form .ligne .input input, #Contact form .ligne .input textarea {
  resize: none;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  width: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.15rem;
  border: 1px solid #171b1e;
  outline: none;
  padding: 3px 7px;
  height: 45px;
  line-height: 45px;
}
/* line 116, ../sass/contact.scss */
#Contact form .ligne .input input.error, #Contact form .ligne .input textarea.error {
  border-color: #ed6e50;
}
/* line 121, ../sass/contact.scss */
#Contact form .ligne .input textarea {
  min-height: 180px;
  line-height: normal;
  padding-top: 8px;
}
@media screen and (max-width: 620px) {
  /* line 95, ../sass/contact.scss */
  #Contact form .ligne .input {
    display: block;
    width: 100%;
  }
}
/* line 134, ../sass/contact.scss */
#Contact form .ligne.btn {
  text-align: center;
  /*padding-left: 25%;
  padding-left:  calc(139px + 1px);*/
  margin-top: 60px;
  background: none;
}
@media screen and (max-width: 1024px) {
  /* line 134, ../sass/contact.scss */
  #Contact form .ligne.btn {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 147, ../sass/contact.scss */
#Contact form .ligne.btn #BtnValidate {
  font-family: "Roboto", sans-serif;
  color: white;
  display: inline-block;
  width: 270px;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 0.95rem;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  background-color: #e81217;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0px solid white;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  /* line 147, ../sass/contact.scss */
  #Contact form .ligne.btn #BtnValidate {
    -webkit-transition: background-color 0.4s ease !important;
    -moz-transition: background-color 0.4s ease !important;
    -ms-transition: background-color 0.4s ease !important;
    -o-transition: background-color 0.4s ease !important;
    transition: background-color 0.4s ease !important;
  }
}
/* line 166, ../sass/contact.scss */
#Contact form .ligne.btn #BtnValidate:hover {
  cursor: pointer;
  background-color: #a10c10;
}
/* line 172, ../sass/contact.scss */
#Contact form .ligne.btn .spin_load {
  font-size: 35px;
  display: none;
}
/* line 178, ../sass/contact.scss */
#Contact form .ligne.btn.is_loading .spin_load {
  display: inline-block;
}
/* line 181, ../sass/contact.scss */
#Contact form .ligne.btn.is_loading #BtnValidate {
  display: none !important;
}

