/*$blue-color: #1456ac;
$green-color: #139a50;*/
* {
  box-sizing: border-box;
  list-style: none;
  font-family: "latoregular";
}

body {
  margin: 0;
  padding: 0;
  font-family: "latoregular";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

main {
  flex: auto;
  margin-top: 75px;
}

.x-bold {
  font-weight: 900;
}

.x-bold-i {
  font-weight: 900;
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.bold-i {
  font-weight: 700;
  font-style: italic;
}

.lato {
  font-family: "latoregular";
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}

em {
  font-style: normal;
}

.overflow-auto {
  overflow: auto;
}

.dis-none {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}

.v-center {
  align-items: center;
}

.justify-content-sb {
  justify-content: space-between;
}

.justify-content-sa {
  justify-content: space-around;
}

.align-items-fs {
  align-items: flex-start;
}

.align-items-fe {
  align-items: flex-end;
}

.flex-direction-c {
  flex-direction: column;
}

header {
  box-shadow: 0px 0px 8px -2px black;
  position: relative;
  z-index: 4;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  display: flex;
  max-height: 100vh;
}
header .logo img {
  float: left;
  height: 60px;
}
header nav {
  overflow: visible;
  width: 82%;
  margin: 0 auto;
  font-size: 0.9em;
  height: 75px;
}
header #main-nav {
  float: right;
  height: 75px;
  text-align: center;
  margin: 0;
  display: flex;
}
header #main-nav > li {
  display: inline-block;
  padding: 8px;
  /*            display: flex;
              align-items: center;*/
}
header #main-nav > li.main-nav-item {
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  height: 100%;
  color: #00569b;
}
header #main-nav > li.main-nav-item.coop-item {
  line-height: 0.5;
}
header #main-nav > li.main-nav-item.coop-item ul {
  line-height: 1.2;
}
header #main-nav > li.main-nav-item div.icon_a {
  background: url(../img/showcase/autosecuritas-A.svg) center center/cover no-repeat;
  width: 28px;
  height: 27px;
  margin: 0 auto;
}
header #main-nav > li.main-nav-item:hover div.icon_a {
  background: url(../img/showcase/autosecuritas-A_hover.svg) center center/cover no-repeat;
}
header #main-nav > li.main-nav-item > ul > li {
  text-align: left;
  border-bottom: none;
}
header #main-nav > li.main-nav-item > ul > li i {
  margin-right: 10px;
}
header #main-nav > li.main-nav-item > ul > li a {
  width: 100%;
  padding: 10px;
}
header #main-nav > li.main-nav-item.authenticated-menu img {
  height: 35px;
  margin-right: 20px;
}
header #main-nav > li.access-button {
  line-height: 4;
  white-space: nowrap;
}
header #main-nav > li.access-button a {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: white;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 3px;
}
header #main-nav > li.access-button :hover a {
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  box-shadow: 0px 0px 3px -1px black;
}
header #main-nav > li.access-button.button-1 a {
  background-color: #0072CE;
  border-bottom: 3px solid #00569b;
}
header #main-nav > li.access-button.button-1 a:hover {
  background-color: #0064b5;
}
header #main-nav > li.access-button.button-1 a:active {
  border-bottom: 1px solid #00569b;
}
header #main-nav > li.access-button.button-2 a {
  background-color: #97D700;
  border-bottom: 3px solid #73a400;
}
header #main-nav > li.access-button.button-2 a:hover {
  background-color: #85be00;
}
header #main-nav > li.access-button.button-2 a:active {
  border-bottom: 1px solid #73a400;
}
header #main-nav > li.appointment-button a {
  line-height: 4;
  background-color: #0072CE;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #00569b;
  border-bottom: 3px solid #00569b;
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
}
header #main-nav > li.appointment-button a:hover {
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  background-color: #0064b5;
}
header #main-nav > li.appointment-button a i {
  margin-right: 10px;
}
header .js-scrollTo,
header .accueil-button {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .js-scrollTo > i,
header .accueil-button > i {
  font-size: 2em;
}

.overlay-form {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.overlay-form .modal {
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 10px -3px #323232;
  border-radius: 3px;
  width: 30%;
  display: flex;
  justify-content: center;
}
.overlay-form .modal p {
  margin: 3px 0;
  color: #0072CE;
  display: inline-block;
}
.overlay-form .modal input[type=text] {
  width: 70%;
}
.overlay-form .modal .soumettre {
  background-color: #0072CE;
  color: white;
  border-radius: 3px;
  border-bottom: 2px solid #00569b;
}
.overlay-form.open {
  display: flex;
}

@media screen and (min-width: 1220px) {
  header #main-nav > li.main-nav-item:hover {
    background-color: #0072CE;
    border-left: 3px solid #0072CE;
    border-right: 3px solid #0072CE;
    color: #fff;
  }
  header #main-nav > li.main-nav-item:hover > ul {
    display: block;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: -3px;
    background-color: #0072CE;
    -webkit-box-shadow: 6px 7px 4px -6px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 6px 7px 4px -6px rgba(0, 0, 0, 0.62);
    box-shadow: 6px 7px 4px -6px rgba(0, 0, 0, 0.62);
    border-top: none;
    width: 250px;
  }
  header #main-nav > li.main-nav-item:hover > ul > li a {
    display: inline-block;
  }
  header #main-nav > li.main-nav-item:hover > ul > li:not(:last-child) {
    border-bottom: 2px solid #00569b;
  }
  header #main-nav > li.main-nav-item:hover > ul > li:hover {
    background-color: #0064b5;
    border-left: 2px solid #0064b5;
    border-right: 2px solid #0064b5;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu {
    color: #000;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu:hover {
    background-color: #f2f2f2;
    border-left: 3px solid #e6e6e6;
    border-right: 3px solid #e6e6e6;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu > ul {
    background-color: #f2f2f2;
    border: 3px solid #e6e6e6;
    border-top: none;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu > ul > li:hover {
    background-color: #e5e5e5;
  }
  header #main-nav > li.main-nav-item:hover.authenticated-menu > ul > li:last-child {
    background-color: #d31010;
    color: #fff;
  }
  header #main-nav > li.main-nav-item:hover > a {
    color: #00569b;
  }
  header #main-nav > li.main-nav-item:hover > a:hover {
    color: #ffffff;
  }
  li.main-nav-item {
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transition: background-color 0.2s, border-left 0.2s, border-right 0.2s;
    transition: background-color 0.2s, border-left 0.2s, border-right 0.2s;
  }
  li.main-nav-item > ul {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
  }
  li.main-nav-item > ul > li a {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  li.main-nav-item > ul {
    display: none;
  }
  li.main-nav-item > ul > li a {
    display: inline-block;
  }
}
#search-container #location-search-form {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
}
#search-container input[type=text], #search-container button {
  padding: 7px 20px;
  font-size: 20px;
}
#search-container input[type=text] {
  width: calc(100% - 80px);
  font-style: italic;
  border: none;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "latoregular";
}
#search-container button {
  transition: background-color 0.2s;
  background-color: #0072CE;
  color: white;
  border: none;
  width: 80px;
  vertical-align: top;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#search-container button:hover {
  cursor: pointer;
}

.autocomplete-results {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  width: calc(100% - 80px);
  margin-top: 50px;
  border-top: 2px solid #0072CE;
  display: none;
}
.autocomplete-results ul {
  margin: 0;
  box-shadow: 0px 4px 13px -6px #474747;
}
.autocomplete-results li:not(:last-child) label {
  border-bottom: 1px solid #efefef;
}
.autocomplete-results label {
  text-align: left;
  width: 100%;
  display: block;
  padding: 15px 30px;
  background-color: #ffffff;
  font-weight: 600;
  font-style: italic;
}
.autocomplete-results label i {
  font-size: 0.9em;
  margin-right: 10px;
  color: #0072CE;
}
.autocomplete-results label.active {
  background-color: #efefef;
}

.jumbotron {
  position: relative;
  background: #0072CE;
  background: -moz-linear-gradient(top, #0072CE 1%, #028eff 60%, #ffffff 96%);
  background: -webkit-linear-gradient(top, #0072CE 1%, #028eff 60%, #ffffff 96%);
  background: linear-gradient(to bottom, #0072CE 1%, #028eff 60%, #ffffff 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#028eff, EndColorStr=#ffffff, GradientType=0);
  height: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 75px;
  margin-top: -50px;
}
.jumbotron.no-bg {
  background: none;
}
.jumbotron.no-bg .content h1 {
  text-shadow: none;
}
.jumbotron .content {
  width: 40%;
  margin: 30px;
}
.jumbotron .content h1 {
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 5px #444444;
  margin-top: 0;
  font-size: 2.5em;
}
.jumbotron .mascotte {
  left: 8%;
  width: 16%;
  top: 85px;
  height: 200px;
  background-image: url(../img/showcase/accueil/mascotte.png);
  position: absolute;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.jumbotron .maintenance {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 300px;
  background-image: url(../img/showcase/accueil/maintenance.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.jumbotron .pastille {
  transition: all 0.2s;
  transform: rotate(12deg);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  right: 14%;
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #ff8d00;
  top: 90px;
  font-size: 21px;
  /* vertical-align: middle; */
  padding-top: 21px;
}
.jumbotron .pastille span {
  line-height: 1;
  font-size: 35px;
}
.jumbotron .pastille i {
  line-height: 0.8;
  font-size: 30px;
}
.jumbotron .pastille:hover {
  background-color: #ffaf4d;
  -webkit-box-shadow: 1px 1px 6px 0px #003a68;
  -moz-box-shadow: 1px 1px 6px 0px #003a68;
  box-shadow: 1px 1px 6px 0px #003a68;
}

@media screen and (max-width: 1320px) {
  .jumbotron .content {
    width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .jumbotron .content {
    width: 65%;
  }
  .jumbotron .localisation input[type=text] {
    width: 85%;
  }
  .jumbotron .localisation button {
    width: 15%;
  }
}
@media screen and (max-width: 800px) {
  .jumbotron .content {
    width: 85%;
  }
  .jumbotron .content h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .jumbotron .content {
    width: 90%;
    margin: 20px;
  }
}
#search-container.embossed {
  width: 100%;
}
#search-container.embossed.blue-theme #search-submit {
  border: 2px solid #0072CE;
  border-bottom: 4px solid #00569b;
  background-color: #0072CE;
}
#search-container.embossed.green-theme #search-submit {
  border: 2px solid #97D700;
  border-bottom: 4px solid #73a400;
  background-color: #97D700;
}
#search-container.embossed.green-theme #search-submit:hover {
  background-color: #85be00;
  border-top: 2px solid #85be00;
  border-left: 2px solid #85be00;
  border-right: 2px solid #85be00;
}
#search-container.embossed #search-field {
  border: 2px solid #d4d4d4;
  border-right: none;
  border-bottom: 4px solid #d4d4d4;
}
#search-container.embossed #search-submit {
  border-left: none;
  border: 2px solid #0072CE;
  border-bottom: 4px solid #00569b;
}
#search-container.embossed #search-submit:hover {
  background-color: #0064b5;
  border-top: 2px solid #0064b5;
  border-left: 2px solid #0064b5;
  border-right: 2px solid #0064b5;
}
#search-container.embossed .geolocation {
  float: left;
  width: 190px;
  border-radius: 4px;
  font-size: 16px;
  border-left: none;
  border-bottom: 4px solid #00569b;
  margin-left: 5px;
  padding: 5px;
}
#search-container.embossed .geolocation i {
  margin-right: 10px;
}
#search-container.embossed .geolocation:hover {
  background-color: #0064b5;
}

.results-side-nav .geolocation {
  display: none;
}

#search-container.top-search-bar {
  padding: 10px 0;
}
#search-container.top-search-bar.blue-theme {
  background-color: #0080e8;
}
#search-container.top-search-bar.blue-theme #location-search-form #search-container {
  background-color: #0072CE;
}
#search-container.top-search-bar.blue-theme #location-search-form #search-container button {
  background-color: #00569b;
}
#search-container.top-search-bar.green-theme {
  background-color: #97D700;
}
#search-container.top-search-bar.green-theme #location-search-form #search-container {
  background-color: #97D700;
}
#search-container.top-search-bar.green-theme #location-search-form #search-container button {
  background-color: #73a400;
}
#search-container.top-search-bar form {
  width: 35%;
}
#search-container.top-search-bar form #search-container {
  padding: 10px 0;
  box-shadow: 0px 0px 6px 1px #b6b6b6;
}
#search-container.top-search-bar form #search-container #location-search-form {
  width: 30%;
}

@media screen and (max-width: 1320px) {
  #search-container.top-search-bar #location-search-form {
    width: 50%;
  }
  .jumbotron .pastille {
    right: 7%;
  }
  .jumbotron .mascotte {
    left: 2%;
  }
}
@media screen and (max-width: 1000px) {
  #search-container.top-search-bar #location-search-form {
    width: 70%;
  }
  div.pastille {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  div.mascotte {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #search-container.top-search-bar #location-search-form {
    width: 95%;
  }
  #search-container #location-search-form {
    flex-wrap: wrap;
  }
  #search-container #location-search-form .geolocation {
    width: 130px;
    margin-left: 0;
  }
  .autocomplete-results {
    width: 100%;
    margin-top: 45px;
    font-size: 0.9em;
  }
  .autocomplete-results label {
    padding: 10px 25px;
  }
}
article {
  width: 50%;
  margin: 50px auto;
  overflow: auto;
}
article p {
  text-align: justify;
}
article h1 {
  color: #0072CE;
  font-weight: 900;
  font-style: italic;
  font-size: 1.7em;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  margin-top: 0;
}
article h5 {
  font-size: 1em;
}
article i {
  margin-right: 10px;
}
article mark {
  font-weight: 600;
  color: #0072CE;
  background-color: transparent;
  font-style: italic;
  margin-top: 35px;
  display: block;
  float: right;
  overflow: auto;
  padding-right: 1%;
}
article li {
  margin: 5px;
}

@media screen and (max-width: 1000px) {
  main article {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  main article {
    width: 70%;
    margin: 20px auto;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  main article {
    width: 90%;
    margin: 10px auto 30px;
  }
}
footer {
  z-index: 0;
  font-size: 0.8em;
  display: flex;
  height: auto;
  justify-content: center;
  align-content: flex-end;
  padding-bottom: 0px;
  background-color: #ededed;
  border-top: 3px solid #cacaca;
}

footer h3 {
  color: #0072CE;
}

footer > div {
  margin: 35px;
  text-decoration: none;
}

footer .Contact p {
  margin-top: 0;
  margin-bottom: 0;
}

footer .Contact p:nth-of-type(3) {
  margin-bottom: 20px;
}

footer ul {
  padding-left: 17px;
}

footer li {
  list-style-type: square;
  color: #e0e0e0;
  margin-bottom: 10px;
}

footer a {
  color: #0072CE;
}

footer p {
  color: #000;
}

footer .CTFooter a {
  text-decoration: none;
}

footer .InfoCoop a {
  text-decoration: none;
}

footer .social-medias {
  margin-top: 70px;
  margin-left: 100px;
  width: 150px;
}

footer .social-medias a {
  padding: 10px 20px;
  margin-top: 5px;
  color: white;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  width: 100px;
}

footer .social-medias a:nth-child(1) {
  background-color: #3B5998;
  border-bottom: 3px solid #2b416f;
}
footer .social-medias a:nth-child(1):hover {
  background-color: #344e86;
}

footer .social-medias a:nth-child(2) {
  background-color: #1DA1F2;
  border-bottom: 3px solid #1a86c9;
}
footer .social-medias a:nth-child(2):hover {
  background-color: #0d95e8;
}

footer .social-medias a:nth-child(3) {
  background-color: #DB4437;
  border-bottom: 3px solid #b92e22;
}
footer .social-medias a:nth-child(3):hover {
  background-color: #d33426;
}

footer .social-medias a:nth-child(4) {
  background-color: #0077B5;
  border-bottom: 3px solid #015581;
}
footer .social-medias a:nth-child(4):hover {
  background-color: #00669c;
}

footer .catchment-area {
  height: 225px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .overlay-form .modal {
    width: 40%;
  }
}
@media screen and (max-width: 1450px) {
  header ul li {
    padding: 5px;
  }
  header nav {
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  header .logo img {
    height: 50px;
  }
}
@media screen and (max-width: 1220px) {
  .hideOverflow {
    overflow: hidden;
  }
  header > nav {
    overflow: auto;
    height: auto;
    flex-direction: column;
    display: block !important;
  }
  header > nav .logo {
    width: 100%;
    justify-content: space-between;
    padding: 5px;
  }
  header #main-nav {
    display: none;
    text-align: center;
    float: none;
    height: auto;
  }
  header #main-nav.opened {
    display: block;
    padding-bottom: 50px;
  }
  header #main-nav > li {
    display: block;
    padding: 20px;
  }
  header #main-nav > li:not(:last-child) {
    border-bottom: 2px solid #efefef;
  }
  header #main-nav > li.main-nav-item {
    cursor: default;
  }
  header #main-nav > li.main-nav-item > ul {
    background-color: #fff;
    margin-top: 20px;
    position: relative !important;
    width: 100% !important;
    display: block;
  }
  header #main-nav > li.main-nav-item > ul li {
    text-align: center;
  }
  header #main-nav > li.main-nav-item > ul > li:hover {
    background-color: #f2f2f2;
  }
  header .burger-menu-button {
    display: inline-block;
  }
  /* BURGER */
  #nav-icon3 {
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-right: 10px;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0072CE;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  /* Icon 3 */
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 21px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .overlay-form .modal {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  .overlay-form .modal {
    width: 90%;
  }
  header > nav .logo img {
    height: 55px;
  }
}
@media screen and (max-width: 350px) {
  header > nav .logo img {
    height: 38px;
  }
}
@media screen and (max-width: 1600px) {
  footer {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px;
  }
  footer > div {
    margin: 5px;
    width: 20%;
  }
  footer .social-medias {
    margin: 10px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  footer > div {
    width: 23%;
  }
}
@media screen and (max-width: 1000px) {
  footer > div {
    margin: 5px 20px;
    width: 30%;
  }
  footer .social-medias a {
    width: 24%;
  }
}
@media screen and (max-width: 800px) {
  footer {
    padding: 10px;
  }
  footer > div {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  footer > div {
    margin: 5px 10px;
    width: 95%;
  }
}