@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f3f3 !important;
}

/**** NEW HEADER ****/
.shared-top-bar {
  background-color: #000000;
  font-family: "Lato", sans-serif;
}

.shared-top-bar .dropdown-toggle {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.shared-top-bar .dropdown-toggle::after {
  display: none;
}

.shared-top-bar .dropdown-item {
  padding: 3px 20px;
  font-size: 14px;
}

.shared-top-bar .contact_links {
  text-align: right;
  white-space: nowrap;
}

.shared-top-bar .contact_links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.shared-top-bar .contact_links a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.shared-top-bar .contact_links a i,
.shared-top-bar .contact_links a svg {
  margin-right: 5px;
}

#logo_bar {
  background-color: #262626;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
}

#logo_bar .container {
  position: relative;
}

#logo_bar .brand {
  color: #ffffff;
  white-space: nowrap;
  padding: 20px 0;
  display: inline-block;
}

/*CONTENT*/

.img-fluid {
  object-fit: contain;
}

#container {
  margin-left: auto;
  margin-right: auto;
}

#container #left {
  float: left;
  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;
}

#container #left #chapo {
  padding: 5px 10px;

  margin-bottom: 15px;
}

#container #left #cartouche_orange {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff6600;
  padding: 8px 10px 5px;
  margin-bottom: 15px;
  display: none;
}

#container #left #cartouche_rouge {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  padding: 8px 10px 5px;
  margin-bottom: 15px;
  display: none;
}

#container #left .title {
  color: #998a79;
  font-size: 25px;
  font-family: "futura-pt-condensed-1", "futura-pt-condensed-2", sans-serif;
  border-bottom: dashed #998a79 1px;
  margin-bottom: 20px;
  padding-top: 30px;
  clear: left;
}

#container #left .question {
  width: 100%;
  background-color: #d9e2e8;
  font-family: "futura-pt-condensed-1", "futura-pt-condensed-2", sans-serif;
  font-size: 12px;
  float: left;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#container #left .question.texte {
  display: block;
}

#container #left .question.texte .q {
  margin-right: 0;
  margin-bottom: 10px;
  width: calc(100% - 24px) !important; /* -24px = numero */
}

#container #left .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #3d6592;
  border-radius: 0;
  transform: translateY(3px);
  position: relative;
  cursor: pointer;
}
#container #left .checkbox input[type="checkbox"]:checked::before {
  position: absolute;
  color: #3d6592;
  content: "+";
  font-weight: 700;
  transform: scale(1.7) translateY(-0.21em) translateX(0.16em) rotate(45deg);
}
#container #left .checkbox input[type="checkbox"]:disabled {
  border-color: #4a4a4a;
}
#container #left .checkbox input[type="checkbox"]:disabled:checked::before {
  color: #4a4a4a;
}
#container #left input[type="checkbox"] + label {
  padding-left: 14px;
  cursor: pointer;

  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: inline-block !important;
}

@media (max-width: 500px) {
  #container #left .separator {
    display: none;
  }
  #container #left .question {
    flex-wrap: wrap;
  }
  #container #left .question .q {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: calc(100% - 24px) !important; /* -24px = numero */
  }
  #container #left .question .answers {
    width: 100% !important;
  }
}

#container #left .question .num {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  float: left;
  margin-right: 15px;
}

#container #left .question .q {
  font-family: "futura-pt-condensed-1", "futura-pt-condensed-2", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #46586c;
  display: block;
  float: left;
  width: 60%;
  margin-right: 50px;
}

#container #left .question .answers {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  width: 40%;
  text-align: center;
}

#container #left .question .answers.texte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  float: left;
  text-align: justify;
  width: 100%;
}

#container #left .question .answers.texte textarea {
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

#container #left .question .answers input[type="radio"] {
  display: block;
  float: left;
}

#container #left .question .answers span {
  display: block;
  float: left;
  margin: 0px 10px 5px 5px;
}

#container #left .question .answers.contact div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container #left .question .answers.contact div label {
  display: block;
  margin-bottom: 2px;
  color: #46586c;
  font-family: "futura-pt-condensed-1", "futura-pt-condensed-2", sans-serif;
}

#container #left .question .answers.contact div input {
  width: 80%;
}

#container #left .question .comm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  display: block;
  clear: left;
  padding-top: 5px;
  padding-left: 20px;
}

#container #left .question .comm textarea {
  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;

  display: block;
  margin-top: 5px;
  height: 50px;
}

#container #left .question select {
  height: 25px;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-top: 3px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #999;
  width: 147px;
  margin-left: 10px;
}

#container #left .question select option {
  padding: 2px 0px;
}

#container #left #bt_valid {
  border: none;
  background-color: transparent;
  margin: 10px 0px 30px 0px;
}

#container #right {
  float: right;
  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 30px 10px;
}

/*footer*/
footer {
  padding: 50px 0 50px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 11px;
}

footer .h3-footer,
.widget_text {
  font-family: "Pacifico";
  font-size: 22px;
  line-height: 22px;
  color: #3d6592;
}
footer .textwidget {
  font-size: 12px;
  color: #fff;
  font-family: "lato";
  line-height: 14px;
  font-weight: 400;
}
footer .widget_text {
  list-style: none;
}
footer .h3-footer:after,
footer .textwidget:before {
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background-color: #cccccc;
  margin: 15px 0 20px;
}
footer .markets {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
footer .markets > li {
  list-style: none;
  flex: 1 1 auto;
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "lato";
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 576px) {
  footer .markets {
    flex-direction: column;
  }
  footer .markets > li {
    width: 100%;
    padding-right: 30px;
  }
}
footer .residentiel a {
  color: #8fb3cb;
}
footer .collectif a {
  color: #c0c827;
}
footer .tertiaire a {
  color: #988b79;
}
footer .sub-menu {
  padding: 10px 0;
}
footer .sub-menu > li {
  list-style-type: none;
  text-transform: none;
  margin-bottom: 5px;
}
footer .sub-menu > li a {
  color: #fff;
  font-family: "lato";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
footer .sub-menu > li a .menu-item-description {
  display: none;
}

footer .btn-regular-blanc {
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  text-align: center;
  padding: 8px 14px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  font-family: "lato";
  font-weight: 700;
  color: #fff;
}
footer .btn-regular-blanc:hover {
  background-color: #fff;
  color: #000000 !important;
  text-decoration: none;
}

footer .btn-site {
  font-family: "lato";
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #0088cc !important;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
footer .btn-site:before {
  content: "[";
  padding-right: 5px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  vertical-align: -2px;
  color: #fff !important;
}
footer .btn-site:after {
  content: "]";
  padding-left: 5px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  vertical-align: -2px;
  color: #fff !important;
}

/*inscription */

#container #left table td {
  padding: 0;
  margin: 0;
}

#container #left table td input[type="text"] {
  width: 400px;
  height: 25px;

  margin: 4px 0px;

  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;
}

#container #left table td input[type="image"] {
  margin-top: 15px;
}

#container #left table td textarea {
  width: 400px;
  height: 50px;

  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;
}

#container #left table td #cp {
  width: 75px;
  height: 25px;
}

#container #left table td select {
  width: 75px;

  height: 25px;
  margin: 4px 0px;
}

.politesse{
  font-family: 'Times New Roman', Times, serif;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 35px;
  font-style: italic;
  color: #333333;
}

/*Erreur*/

#erreur {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;

  background-color: #fff;
  border: 10px solid #6b7b8b;

  -moz-box-shadow: 1px 1px 1px #aaa;
  -webkit-box-shadow: 1px 1px 1px #aaa;
  box-shadow: 1px 1px 1px #555;

  font-family: myriad-pro-1, myriad-pro-2, sans-serif;
  font-size: 14px;
  color: #333333;
}

/**/

#merci {
  max-width: 600px;
  min-width: 350px;
  padding: 45px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  margin-bottom: 100px;
  background-color: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  font-family: poppins, sans-serif;
}

#merci h1 {
  font-size: 50px;
  line-height: 50px;
  color: #3d6592;
  font-weight: 200;
  margin-bottom: 5px;
}

#merci h2 {
  font-size: 30px;
  line-height: 30px;
  color: #3d6592;
  font-weight: 600;
  margin-bottom: 17px;
}

#merci p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 21px;
}

.btn-aiphone {
  border: 2px solid #3d6592;
  border-radius: 14px;
  background-color: #fff;
  color: #3d6592;
  padding: 5px 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.btn-aiphone:hover {
  background-color: #3d6592;
  color: #fff;
  text-decoration: none;
}

/*opac*/

#opac {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0.5); /* IE < 8 */
  display: none;
}

#crea_devis {
  font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
  width: 480px;
  border: 10px solid #6b7b8b;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -250px;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "alpha(opacity=0)"; /* IE 8 */
  filter: alpha(opacity=1); /* IE < 8 */
  display: none;
}

#crea_devis #crea_content p {
  padding: 20px;
}

#crea_devis #crea_content .bt {
  text-decoration: none;
  border: none;
  display: block;
  margin-top: 20px;
  margin-left: 30px;
}

/***********/
