/*$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;
  }
}
.get-error {
  text-align: center;
  color: red;
  font-weight: bold;
}

.mosaic-container {
  position: relative;
}

.transition-transparent {
  background: white;
  background: -webkit-linear-gradient(transparent, white 55%);
  background: -o-linear-gradient(transparent, white 55%);
  background: -moz-linear-gradient(transparent, white 55%);
  background: linear-gradient(transparent, white 55%);
  width: 100%;
  height: 31px;
  position: absolute;
  top: -27px;
}

.gradient-block {
  background: #303030;
  background: -webkit-linear-gradient(to top, #303030, transparent);
  background: -o-linear-gradient(to top, #303030, transparent);
  background: -moz-linear-gradient(to top, #303030, transparent);
  background: linear-gradient(to top, #303030, transparent);
  width: 100%;
  height: 65px;
  position: relative;
  z-index: 0;
  bottom: 61px;
}

.block-group,
.block-group-3 {
  margin-top: 5px;
  height: 250px;
  position: relative;
}

.block-group-4 {
  margin-top: -50px;
  height: 250px;
  position: relative;
}

.block {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  height: 88%;
  bottom: 0;
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block .icon-txt-loupe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 29%;
}
.block .icon {
  margin-left: 20px;
}
.block .icon i {
  color: white;
  font-size: 2em;
}
.block .icon i.icon-vehicule-truck {
  font-size: 3em;
}
.block .icon i.icon-alarm {
  font-size: 3.5em;
}
.block .alert-text h2 {
  text-align: center;
}
.block .txt-loupe {
  display: flex;
  margin: 0;
  width: 400px;
}
.block .txt-loupe .block-txt {
  width: 100%;
  color: #ffffff;
  padding: 0 10px;
  text-align: right;
}
.block .txt-loupe .block-txt h2 {
  font-size: 1.6em;
}
.block .txt-loupe .loupe {
  color: #ffffff;
  font-size: 3.7em;
  width: 30%;
  padding: 8px;
  float: left;
  margin-top: 15px;
}
.block .txt-loupe.center {
  margin-right: 100px;
}

.logo-capital {
  margin-left: 50px;
  max-width: 154px;
  height: fit-content;
  top: 28px;
  position: relative;
}

@media screen and (max-width: 650px) {
  .logo-capital {
    display: none;
  }
}
/* Shine */
.hover14::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: -1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.hover14:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.block-1 {
  background-position: right;
  background-image: url(../img/showcase/accueil/block_bleu.svg);
}

.block-2 {
  background-position: left;
  background-image: url(../img/showcase/accueil/auto.jpg);
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  width: 65%;
  height: 100%;
}

.block-moto {
  background-position: left;
  background-image: url(../img/showcase/accueil/moto.jpg);
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  width: 65%;
  height: 100%;
}

.block-3 {
  background-position: right;
  background-image: url(../img/showcase/accueil/block_vert.svg);
}

.block-4 {
  background-position: left;
  background-image: url(../img/showcase/accueil/pl.jpg);
  background-repeat: no-repeat;
  z-index: -1;
  right: 0;
  width: 65%;
  height: 100%;
}

.block-5 {
  background-position: right;
  background-image: url(../img/showcase/accueil/block_gris.svg);
}

.block-6 {
  background-position: left;
  background-image: url(../img/showcase/accueil/phone.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: 0;
  width: 60%;
  height: 100%;
}

.block-7 {
  background-position: right;
  background-image: url(../img/showcase/accueil/block_bleu_clair.svg);
}
.block-7 h2 {
  -webkit-margin-before: 0;
}

.block-5 .icon-txt, .block-7 .icon-txt {
  margin-right: 29%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.block-8 {
  background-position: left;
  background-image: url(../img/showcase/accueil/mag.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: 0;
  width: 60%;
  height: 100%;
}

.logo_capital {
  position: relative;
  width: 130PX;
  height: 132px;
  margin-top: -37px;
  background-image: url(../img/showcase/accueil/logo_capital.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.savoir_plus {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 35px;
  text-align: right;
  padding-right: 10%;
  margin-top: -84px;
}
.savoir_plus.savoir_plus_vl {
  background-color: #b5deff;
}
.savoir_plus.savoir_plus_vl h3 {
  color: #0072CE;
  padding-top: 5px;
}
.savoir_plus.savoir_plus_pl {
  background-color: #ecffbe;
}
.savoir_plus.savoir_plus_pl h3 {
  color: #85be00;
  padding-top: 5px;
}
.savoir_plus:hover span {
  text-decoration: underline;
}

.icon-custom-arrow {
  padding-right: 10px;
}

.actuality {
  width: 100%;
  background-color: #eef3f9;
  padding-bottom: 10px;
}
.actuality ul {
  padding: 0 30px;
}
.actuality ul li {
  list-style: initial;
}
.actuality .header-actuality {
  margin-top: 40px;
  border-bottom: 3px solid #196fbc;
  display: flex;
  align-items: flex-end;
}
.actuality .header-actuality .shape-actuality {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/showcase/accueil/actuality-shape.svg);
  width: 33%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.actuality .header-actuality .shape-actuality .icon-actu {
  color: white;
  font-size: 2em;
  margin-right: 15px;
}
.actuality .actualities {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.actuality .actualities .banniere-item {
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  max-width: 1200px;
}
.actuality .actualities .responsive-banniere-item {
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
}
.actuality .actualities .actuality-item {
  padding: 10px;
  border-top: 2px #196fbc solid;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  background-color: #ffffff;
}
.actuality .actualities .actuality-item:first-of-type {
  border-top: 0;
}
.actuality .actualities .actuality-item:last-of-type {
  border-bottom: 2px #196fbc solid;
}
.actuality .actualities .actuality-item h1 {
  font-size: 2em;
}
.actuality .actualities .actuality-item .actuality-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 272px;
  height: 200px;
}
.actuality .actualities .actuality-item .actuality-video {
  width: 100%;
  height: 350px;
}
.actuality .actualities .actuality-item .actuality-video iframe {
  width: 91%;
  height: 100%;
}
.actuality .actualities .actuality-item .container-actuality,
.actuality .actualities .actuality-item .container-actuality-ss-tof {
  width: 1000px;
  padding-left: 50px;
  width: 1170px;
}
.actuality .actualities .actuality-item .container-actuality p,
.actuality .actualities .actuality-item .container-actuality-ss-tof p {
  text-align: justify;
  margin: 0;
}
.actuality .actualities .actuality-item .container-actuality p a,
.actuality .actualities .actuality-item .container-actuality-ss-tof p a {
  color: #0072CE;
  font-weight: 900;
  text-decoration: underline;
}
.actuality .actualities .actuality-item .actuality-category {
  font-size: 1.1em;
  color: grey;
}
.actuality .actualities .actuality-item .actuality-title {
  margin: 12px 0px;
}
.actuality .actualities .actuality-item .container-actuality-ss-tof {
  width: 100%;
}

.block-9 {
  background-position: right;
  background-image: url(../img/showcase/accueil/block_actu.svg);
}
.block-9 h2 {
  -webkit-margin-before: 0;
}

.block-actu {
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.actuality .actualities .actuality-item .single-actuality-photo {
  margin-right: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 50%;
  height: auto;
  float: right;
  float: right;
  width: auto;
  height: 315px;
}

.actuality-retour div,
.lire-plus,
.actuality .all-actualities {
  transition: background-color 0.2s;
  font-size: 0.8em;
  width: 130px;
  background-color: #0072CE;
  border-bottom: 3px solid #0f3f7e;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
}

.actuality-retour div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lire-plus {
  margin-top: 10px;
}

.actuality .all-actualities {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 15%;
}

.actuality-retour div:hover,
.lire-plus:hover,
.actuality .all-actualities:hover {
  background-color: #0064b5;
}

ul.pagination {
  display: inline-flex;
}

ul.pagination li.active {
  background-color: #0072CE;
  border-bottom: 3px solid #0f3f7e;
  color: white;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li:hover:not(.active) {
  background-color: #ddd;
  border-bottom: 3px solid #ddd;
}

.block-1,
.block-2,
.block-3,
.block-4,
.block-5,
.block-7 {
  bottom: -4px;
}

.block-6,
.block-8 {
  bottom: -2px;
}

@media screen and (max-width: 700px) {
  .actuality .actualities .actuality-item {
    display: initial;
  }
  .actuality .actualities .actuality-item .container-actuality {
    width: 100% !important;
  }
  .actuality .actualities .actuality-item .container-actuality, .actuality .actualities .actuality-item .container-actuality-ss-tof {
    padding-left: 5px;
    padding-right: 5px;
  }
}
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;
}

#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;
  }
}
@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 (min-width: 3301px) {
  .block-group,
  .block-group-4 {
    height: 461px;
  }
}
@media only screen and (min-width: 2801px) and (max-width: 3300px) {
  .block-group,
  .block-group-4 {
    height: 371px;
  }
}
@media only screen and (min-width: 2401px) and (max-width: 2800px) {
  .block-group,
  .block-group-4 {
    height: 340px;
  }
}
@media only screen and (min-width: 2301px) and (max-width: 2400px) {
  .block-group,
  .block-group-4 {
    height: 306px;
  }
}
@media only screen and (min-width: 2100px) and (max-width: 2300px) {
  .block-group,
  .block-group-4 {
    height: 290px;
  }
}
@media screen and (max-width: 2099px) {
  .block-group,
  .block-group-4 {
    height: 262px;
  }
}
@media screen and (max-width: 1800px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 55%;
  }
}
@media screen and (max-width: 1610px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 58%;
  }
}
@media screen and (max-width: 1400px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 65%;
  }
  .block-2,
  .block-4,
  .block-6,
  .block-8,
  .block-moto {
    width: 68%;
  }
  .actuality .actualities .actuality-item, .actuality .banniere-item {
    width: 855px;
  }
  .actuality .actualities .actuality-item .container-actuality, .actuality .banniere-item .container-actuality {
    width: 1170px;
  }
  .actuality .actualities .actuality-item .container-actuality .lire-plus, .actuality .banniere-item .container-actuality .lire-plus {
    width: 40%;
  }
  .actuality .header-actuality .shape-actuality {
    width: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .block .icon-txt-loupe, .block-5 .icon-txt, .block-7 .icon-txt {
    margin-right: 45%;
  }
}
@media screen and (max-width: 1045px) {
  .actuality .header-actuality .shape-actuality {
    width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .block-6,
  .block-8 {
    width: 80%;
    background-size: contain;
    height: 89%;
  }
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 69%;
  }
  .block-2,
  .block-4,
  .block-moto {
    width: 79%;
  }
  .block .txt-loupe .block-txt h2,
  .block .txt-loupe .loupe {
    font-size: 1.5em;
  }
  .icon-rdv {
    font-size: 2em;
  }
  .block .txt-loupe .loupe {
    margin-top: 19px;
  }
}
@media screen and (max-width: 900px) {
  .block .icon-txt-loupe {
    margin-right: 57%;
  }
  .block .icon-alarm {
    margin-left: -36px;
  }
  .actuality .all-actualities {
    width: 30%;
  }
  .actuality .actualities .actuality-item {
    width: 675px;
  }
  .actuality .actualities .actuality-item .container-actuality {
    width: 60%;
    padding-left: 0;
  }
  .actuality .actualities .actuality-item .single-actuality-photo {
    height: 225px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 800px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    width: 75%;
  }
  .block .icon-alarm {
    margin-left: -63px;
  }
  .banniere-item {
    display: none;
  }
  .responsive-banniere-item {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .transition-transparent {
    top: -88px;
  }
  .block {
    background-size: contain;
  }
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    margin-left: 8%;
    width: 85%;
  }
  .block-1 {
    background-image: url(../img/showcase/accueil/block_bleu_mob.svg);
  }
  .block-3 {
    background-image: url(../img/showcase/accueil/block_vert_mob.svg);
  }
  .block-5 {
    background-image: url(../img/showcase/accueil/block_gris_mob.svg);
  }
  .block-7 {
    background-image: url(../img/showcase/accueil/block_bleu_clair_mob.svg);
  }
  .block-2,
  .block-4,
  .block-moto {
    background-size: 150%;
    bottom: 83px;
    left: 8%;
    width: 85%;
  }
  .savoir_plus.savoir_plus_vl h3 {
    margin: 0;
  }
  .savoir_plus {
    width: 85%;
    padding: 0;
    margin-left: 8%;
    margin-top: -98px;
    text-align: center;
  }
  .savoir_plus_pl {
    margin-top: -110px;
  }
  .block-group {
    margin-top: 70px;
  }
  .block-group-4 {
    margin-top: 0px;
  }
  .block .txt-loupe .block-txt h2,
  .block .txt-loupe .loupe,
  .alert-text h2 {
    font-size: 2em;
    margin: 0;
  }
  .block .txt-loupe .loupe {
    margin-top: 8px;
  }
  .block .txt-loupe {
    margin-right: -17px;
  }
  .block .icon-txt-loupe {
    align-items: left;
  }
  .block .icon {
    font-size: 1.8em;
    opacity: 0.5;
  }
  .gradient-block {
    bottom: 193px;
    width: 85%;
    left: 8%;
  }
  .block .alert-text h2 {
    text-align: right;
  }
  .block .alert-text, .icon-txt {
    margin-right: 20px;
  }
  .block .alert-text .block .txt-loupe.center, .icon-txt .block .txt-loupe.center {
    margin-right: 0;
  }
  .block-6,
  .block-8 {
    background-size: contain;
    bottom: 102px;
    left: 8%;
    width: 85%;
  }
  .block-7 .txt-loupe {
    margin-top: 0;
  }
  .logo_capital {
    left: 3%;
    margin-top: 6px;
  }
  .block-8 {
    bottom: 106px;
  }
  .block-5 .icon-txt-loupe,
  .block-7 .icon-txt-loupe {
    margin-right: 0px;
  }
  .block .icon-txt-loupe, .block-5 .icon-txt, .block-7 .icon-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    align-items: center;
    margin-top: 52px;
  }
  .block .icon-alarm {
    margin-left: -15px;
  }
  .block .txt-loupe .block-txt {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 650px) {
  .block .txt-loupe {
    margin-right: 0px;
  }
  .block .txt-loupe .loupe {
    width: auto;
  }
  .savoir_plus h3 {
    margin: 0;
  }
  .block .icon i.icon-vehicule-truck {
    font-size: 2.5em;
  }
  .block .txt-loupe .block-txt h2, .block .txt-loupe .loupe, .alert-text h2 {
    font-size: 1.8em;
  }
  .actuality .header-actuality .shape-actuality {
    width: 100%;
  }
  .actuality .actualities {
    justify-content: center;
  }
  .actuality .actualities .actuality-item {
    width: 100%;
  }
  .actuality .actualities .actuality-item .container-actuality {
    width: 460px;
  }
  .actuality .actualities .actuality-item .actuality-photo {
    width: 350px;
    height: 300px;
  }
  .actuality .actualities .actuality-item .actuality-video {
    width: 100%;
    height: 327px;
  }
  .actuality .actualities .actuality-item .actuality-video iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .block .txt-loupe .block-txt h2, .block .txt-loupe .loupe, .alert-text h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 580px) {
  .block {
    height: 93%;
  }
  .savoir_plus h3 {
    font-size: 1em;
  }
  .block .txt-loupe .block-txt {
    width: 83%;
  }
  .savoir_plus {
    margin-top: -126px;
  }
  .block-5 .txt-loupe .block-txt,
  .block-7 .txt-loupe .block-txt {
    width: 95%;
  }
  .logo_capital {
    height: 215px;
  }
  .block-group-4 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 530px) {
  .block .txt-loupe .block-txt h2, .block .txt-loupe .loupe, .alert-text h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 500px) {
  .icon-txt-loupe {
    width: 100%;
  }
  .block .txt-loupe .block-txt h2 {
    font-size: 1.5em;
  }
  .block .txt-loupe .block-txt {
    width: 77%;
  }
  .block .icon {
    font-size: 1.5em;
  }
  .savoir_plus {
    height: auto;
  }
  .block-5 .txt-loupe .block-txt,
  .block-7 .txt-loupe .block-txt {
    width: 88%;
  }
  .block-2,
  .block-4,
  .block-6,
  .block-8,
  .block-moto {
    bottom: 71px;
  }
  .block-group {
    margin-top: 35px;
  }
  .transition-transparent {
    top: -56px;
  }
  .actuality {
    margin-top: -81px;
  }
  .actuality .actualities .actuality-item .container-actuality {
    width: 90%;
  }
  .actuality .actualities .actuality-item .actuality-video {
    height: 235px;
  }
  .actuality .all-actualities {
    margin-top: -2px;
    width: 42%;
  }
}
@media screen and (max-width: 460px) {
  .block-1,
  .block-3,
  .block-5,
  .block-7 {
    margin-left: 0;
    width: 100%;
  }
  .savoir_plus {
    width: 100%;
    margin-left: 0;
  }
  .block-2,
  .block-4,
  .block-moto {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .gradient-block {
    width: 100%;
    left: 0;
  }
  .block-group-4 {
    margin-top: -78px;
  }
}
@media screen and (max-width: 400px) {
  .block .txt-loupe .block-txt h2, .block .txt-loupe .loupe, .alert-text h2 {
    font-size: 1.1em;
  }
  .block .txt-loupe .loupe {
    margin-top: 0;
  }
  .savoir_plus {
    margin-top: -128px;
  }
  .block-group-4 {
    margin-top: -90px;
  }
}
@media screen and (max-width: 350px) {
  html {
    width: 335px;
  }
  .block .txt-loupe .block-txt h2, .block .txt-loupe .loupe, .alert-text h2 {
    font-size: 1em;
  }
  .actuality .actualities .actuality-item .actuality-photo {
    width: 250px;
  }
}
@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%;
  }
}