@charset "UTF-8";
@import url("https://use.typekit.net/vzb3xwm.css");
/*
 * fonts
 */
/*
$titre-1: 60px;
$titre-2: 42px;
$titre-4: 20px;
$titre-5: 18px;

$link-mini: 13px;
$link-cta: 12px;

$para-1: 14px;
$para-2: 16px;
*/
/*
Theme Name: Alvarez
Author: Agence A
Author URI: https://agence-a.fr/
Description: Thème pour le site du Groupe Alvarez
Version: 1.0
Text Domain: alvarez
*/
/*
 * colors
 */
/* gradients */
/* rgb(227,30,37) */
/* rgb(21,21,21) */
/* marques */
.gradient span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff;
  color: transparent !important;
  background-image: linear-gradient(150deg, #151515 0, #E31E25 100%);
}

.bggradient {
  background-color: #ffffff;
  color: transparent !important;
  background-image: linear-gradient(150deg, #151515 0, #E31E25 100%);
}

/*
 * mixins
 */
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  position: relative;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Global */
/*
 * mixins
 */
body {
  font-family: acumin-pro, sans-serif !important;
  font-size: 1em;
  color: #151515;
  background-color: #ffffff;
  /* MARKETING HAUT DE PAGE */
}

@media screen and (max-width: 1282px) {
  body {
    padding-top: 150px !important;
  }
}

body h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body h2:not(.gradient):after {
  content: " ";
  width: 87px;
  height: 30px;
  display: block;
  border-bottom: 2px solid #E31E25;
}

body main .wp-block-group,
body footer .wp-block-group {
  /* width: 100%; */
}

@media screen and (max-width: 1282px) {
  body main .wp-block-group.groupe-magasin .wp-block-image img,
  body footer .wp-block-group.groupe-magasin .wp-block-image img {
    height: auto;
  }
}

body main .wp-block-group .wp-block-group__inner-container,
body footer .wp-block-group .wp-block-group__inner-container {
  /* margin-right: 300px;
                margin-left: 300px; */
  width: 70%;
  margin-left: calc( (100% - 70%) / 2);
  margin-right: calc( (100% - 70%) / 2);
}

body a {
  text-decoration: none;
  color: #151515;
}

body .titre-1 {
  font-size: 4em;
}

body .titre-2 {
  font-size: 2.625em;
}

@media screen and (max-width: 1282px) {
  body .titre-2 {
    font-size: 2em;
    text-align: center;
  }
  body .titre-2:after {
    width: 100% !important;
  }
}

body .wp-block-group {
  border: 1px solid transparent;
  /* regle pb de gap entre blocks de ce type ??? */
}

body .wp-block-group .wp-block-group__inner-container {
  max-width: unset;
  padding: 0;
}

body footer .wp-block-group:last-of-type {
  border: 1px solid #E31E25;
}

.button-cta {
  background-color: #E31E25;
  color: #ffffff;
  border-radius: 30px;
  line-height: 100%;
  font-size: 1em;
}

.button-cta.join {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: unset !important;
  font-weight: bold;
  display: block;
  height: 40px !important;
  width: 130px;
  line-height: 40px;
  color: #ffffff !important;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 30px;
  font-size: 0.8em;
  margin-right: 29px;
  margin-right: 29px;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-animation: clignote2 2s infinite;
  animation: clignote2 2s infinite;
}

@media screen and (max-width: 1282px) {
  .button-cta.join {
    margin: auto;
  }
  .button-cta.join.map {
    margin: 0;
  }
}

.button-cta:hover {
  background-color: #ffffff;
  color: #E31E25 !important;
}

@media screen and (max-width: 1282px) {
  form .row-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form .row-form #submit_form_contact {
    margin: auto;
  }
}

form#aga_contact_form, form#aga_contact_candidature {
  margin-top: 100px;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form#aga_contact_form input,
form#aga_contact_form select,
form#aga_contact_form textarea, form#aga_contact_candidature input,
form#aga_contact_candidature select,
form#aga_contact_candidature textarea {
  color: #909090;
  padding: 0 3.5em 0 1em;
  font-size: 0.75em;
}

form#aga_contact_form input,
form#aga_contact_form select, form#aga_contact_candidature input,
form#aga_contact_candidature select {
  height: 52px;
  margin-bottom: 1em;
}

form#aga_contact_form input, form#aga_contact_candidature input {
  /* flex: 0 0 41.6%; */
  line-height: 1.5em;
}

form#aga_contact_form select, form#aga_contact_candidature select {
  /* flex: 0 0 49%; */
  /* styling */
  background-color: #ffffff;
  border: 1px solid #909090;
  display: inline-block;
  line-height: 1.5em;
  /* reset */
  margin: 0;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #909090 50%), linear-gradient(135deg, #909090 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* For IE10 */
}

form#aga_contact_form select::-ms-expand, form#aga_contact_candidature select::-ms-expand {
  display: none;
}

form#aga_contact_form textarea, form#aga_contact_candidature textarea {
  width: 100%;
  height: 180px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form textarea, form#aga_contact_candidature textarea {
    margin-top: 2em !important;
    padding: 1em !important;
    width: auto !important;
    resize: none;
  }
}

form#aga_contact_form #form_errors, form#aga_contact_candidature #form_errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

form#aga_contact_form #form_errors label.error, form#aga_contact_candidature #form_errors label.error {
  font-size: 0.75em;
  color: #ffffff;
  display: block;
  width: 100%;
}

form#aga_contact_form .upload, form#aga_contact_candidature .upload {
  line-height: 50px;
  height: 52px;
  font-size: 1em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #E31E25;
  color: #E31E25;
  font-weight: bold;
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form .upload, form#aga_contact_candidature .upload {
    padding: 0 1vw;
    height: auto;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 1282px) {
  form#aga_contact_form {
    margin-top: 0;
  }
}

.parallax .wp-block-imagealigncenter {
  margin-top: 0;
  margin-bottom: 0;
}

.simpleParallax {
  background-color: #eaeaea;
  height: 500px;
}

@media screen and (max-width: 1282px) {
  .simpleParallax {
    height: auto;
  }
}

.simpleParallax .wp-block-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*Video*/
.wp-block-video {
  margin-left: -1px;
  margin-right: 0;
  margin-top: -1px;
  margin-bottom: -4px;
}

/*Map*/
.gm-style .gm-style-iw {
  font-size: 1em;
}

.infowindows .button-cta.map {
  font-size: 0.9em;
}

@media screen and (max-width: 1282px) {
  #map {
    width: 100vw !important;
  }
}

@media screen and (max-width: 1282px) {
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100% !important;
  }
}

@media screen and (max-width: 1282px) {
  .filters .filter {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .filters .filter:nth-child(2) {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0 !important;
  }
  .filters .filter span {
    width: auto !important;
    margin-left: 3vw;
  }
}

.gm-style-iw {
  max-height: initial !important;
}

.gm-style-iw-d {
  max-height: initial !important;
}

@media screen and (max-width: 1282px) {
  .wp-block-group.groupe-talents .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.groupe-academie .col-pitch {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media screen and (max-width: 1282px) {
  .groupe-academie .col-pitch {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.groupe-academie .col-pitch .pitch {
  margin-top: 1em;
  font-size: 2.2em;
}

@media screen and (max-width: 1282px) {
  .groupe-academie .col-pitch .pitch {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8rem;
  }
}

.groupe-atelier .has-text-align-center {
  text-align: center;
  font-size: 1.17em;
}

/* Animations */
@-webkit-keyframes clignote1 {
  0% {
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.85);
  }
  100% {
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
  }
}
@keyframes clignote1 {
  0% {
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.85);
  }
  100% {
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.85);
  }
}

@-webkit-keyframes clignote2 {
  70% {
    letter-spacing: 2px;
  }
}

@keyframes clignote2 {
  70% {
    letter-spacing: 2px;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* bouton go to top */
/*
Fleche en SVG 
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
	<g fill="none" stroke="#ffffff" class="arrow" stroke-width="1.5" stroke-linejoin="round" stroke-miterlimit="10">
		<path d="M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98" />
	</g>
</svg>
A encoder (uri)
 A mettre en after, et pour le hover en before avec une autre couleur ( #E31E25 )
*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  /* font-family: 'unicons'; */
  /* content: '\e84b'; */
  /* text-align: center; */
  line-height: 46px;
  font-size: 24px;
  color: #707070;
  /* left: 0; */
  /* top: 0; */
  /* content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%09%3Cg%20fill%3D%22none%22stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%3E%0A%09%09%3Cpath%20stroke%3D%22transparent%22%20class%3D%22arrow%22%20%20d%3D%22M16.14%209.93L22.21%2016l-6.07%206.07M8.23%2016h13.98%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fsvg%3E"); */
  content: url(/wp-content/themes/alvarez/assets/svg/arrow-left-gris.svg);
  stroke: #ffffff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 6px;
  top: -7px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  /* font-family: 'unicons'; */
  /* content: '\e84b'; */
  /* text-align: center; */
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #E31E25, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* left: 0; */
  /* top: 0; */
  content: url(/wp-content/themes/alvarez/assets/svg/arrow-left-rouge.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 6px;
  top: -7px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #E31E25;
  stroke-width: 6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Templates */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 78px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1282px) {
  header {
    top: 0px;
    height: 78px;
    background-color: #ffffff;
    margin-top: 49px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 101 !important;
  }
  header .logo, header .menu-header-menu-container {
    display: none;
  }
  header .search {
    display: block !important;
    margin: auto;
  }
}

header.stickyHeader {
  position: fixed !important;
  width: 100% !important;
  margin-top: 0px;
  top: 0px;
  height: 78px;
  background-color: #ffffff;
  z-index: 99 !important;
  -webkit-box-shadow: 0px 0px 3px #707070;
          box-shadow: 0px 0px 3px #707070;
}

@media screen and (max-width: 1282px) {
  header.stickyHeader {
    position: fixed !important;
    width: 100% !important;
    z-index: 101 !important;
  }
}

header .logo {
  min-width: 300px;
  margin-top: 10px;
}

header .logo a {
  display: block;
  width: 241px;
  height: 38px;
  padding-bottom: 25px;
  border-bottom: 2px solid transparent;
}

header .logo a img {
  margin-left: 40px;
}

header .menu-header-menu-container .menu-header-menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.75em;
  font-weight: 700;
  width: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

header .menu-header-menu-container .menu-header-menu li {
  padding: 0 10px 0 10px;
}

header .menu-header-menu-container .menu-header-menu li:hover > .sub-menu {
  display: block;
}

header .menu-header-menu-container .menu-header-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 45px;
  /* padding-bottom: 45px; */
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: #707070;
  /* transition: 0.5s border; */
}

header .menu-header-menu-container .menu-header-menu li a:hover {
  color: #151515;
  border-bottom: 2px solid #707070;
  -webkit-transition: width 2s, height 2s, background-color 2s;
  transition: width 2s, height 2s, background-color 2s;
}

header .menu-header-menu-container .menu-header-menu li.current-menu-item a, header .menu-header-menu-container .menu-header-menu li.current-menu-ancestor a {
  color: #151515;
  border-bottom: 2px solid #E31E25;
}

header .menu-header-menu-container .menu-header-menu .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  background-color: #fff;
  z-index: 100;
  padding: 3px;
  padding-top: 20px;
  margin-top: -2px;
  border-top: 2px solid #E31E25;
  -webkit-box-shadow: 2px 2px 20px #f2f2f2;
          box-shadow: 2px 2px 20px #f2f2f2;
  width: 250px;
}

header .menu-header-menu-container .menu-header-menu .sub-menu li {
  padding: 0 10px 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .menu-header-menu-container .menu-header-menu .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  color: #707070;
  height: 30px;
  border: none;
  text-transform: uppercase;
  border: none;
  width: 100%;
}

header .menu-header-menu-container .menu-header-menu .sub-menu li a:hover {
  border: none;
  color: #151515;
}

header .menu-header-menu-container .menu-header-menu .sub-menu li a:hover:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50% 50%;
  background-color: #E31E25;
  margin-left: 3px;
}

header .menu-header-menu-container .menu-header-menu .sub-menu li.current_page_item:not(.menu-item-type-custom) a, header .menu-header-menu-container .menu-header-menu .sub-menu li.current-menu-item:not(.menu-item-type-custom) a {
  color: #E31E25 !important;
}

header .search {
  margin-top: 10px;
  min-width: 200px;
  height: 78px;
}

header .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 172px;
  margin: auto;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

header .search-wrap input#search {
  width: 172px;
  height: 40px;
  border: 1px solid #909090;
  font-size: 0.75em;
  float: left;
  color: #63717f;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 20px;
  outline: none;
}

header .search-wrap .icon-search {
  display: inline-block;
  height: 10px;
  width: 11px;
  background: url("/wp-content/themes/alvarez/assets/img/icon-search.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

footer {
  background-color: #151515;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

footer .top {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .top .brand {
  display: block;
  margin: auto;
  width: 339px;
  height: 53px;
  background: url("/wp-content/themes/alvarez/assets/img/logo_footer.png") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1282px) {
  footer .top .brand {
    width: 90%;
  }
}

footer .columns {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1282px) {
  footer .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .columns .column {
  width: 260px;
  text-align: justify;
}

@media screen and (max-width: 1282px) {
  footer .columns .column {
    border: none !important;
    padding-left: 0 !important;
  }
}

footer .columns .column h4 {
  text-transform: uppercase;
}

footer .columns .column .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .columns .column .block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .columns .column:not(:first-of-type) {
  border-left: 1px solid #ffffff;
  padding-left: 60px;
}

footer .bottom {
  background-color: #E31E25;
  color: #ffffff;
  font-size: 0.75em;
  text-align: center;
  padding: 0.75em;
}

footer .bottom span:not(:first-of-type):before {
  content: "/";
  margin-right: 5px;
  margin-left: 5px;
}

.single-etablissement {
  /* REJOIGNEZ-NOUS */
  /* Slideshow container */
  /* SERVICES */
  /* play occasion */
  /* SERVICES */
  /* ETABLISSEMENT */
  /* EQUIPE */
  /* MARQUES */
  /* MARQUES */
  /* ACTUALITES */
  /* REJOIGNEZ-NOUS */
  /* RENDEZ-VOUS */
}

.single-etablissement .groupe-home-menu {
  margin-bottom: 2em;
}

.single-etablissement .groupe-home-menu .menu-home-menu-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li:first-child {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li:last-child {
    margin: 1em 0;
  }
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li:before {
  content: "|";
  color: #707070;
  margin-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li:before {
    display: none;
  }
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li a {
  height: 40px;
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li.home-menu-prenons-rdv a {
  background-color: #E31E25;
  color: #ffffff;
  padding: 4px 24px 7px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 16px;
  width: 214px;
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li ul.sub-menu li.current-menu-item a {
  color: #E31E25;
}

.single-etablissement .groupe-home-menu .menu-home-menu-container .menu-home-menu li:first-of-type:before {
  content: none;
  margin-right: 0;
}

.single-etablissement .groupe-home-menu .accroche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-home-menu .accroche {
    font-size: 175%;
    text-align: center;
  }
}

.single-etablissement .groupe-etablissement-menu {
  border-top: 1px solid #909090;
}

.single-etablissement .groupe-etablissement-menu .wp-block-group__inner-container {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement-menu .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-of-type {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.single-etablissement .groupe-etablissement-menu .menu-home-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement-menu .menu-home-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em 10% 0 10%;
  }
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement-menu .menu-home-menu li:last-child {
    margin: 1em 0;
  }
}

.single-etablissement .groupe-etablissement-menu .menu-home-menu li:before {
  content: "|";
  color: #707070;
  margin-right: 0.5em;
  padding-left: 0.5em;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement-menu .menu-home-menu li:before {
    display: none;
  }
}

.single-etablissement .groupe-etablissement-menu .menu-home-menu li a {
  height: 40px;
}

.single-etablissement .groupe-etablissement-menu .menu-home-menu li.home-menu-prenons-rdv a {
  background-color: #E31E25;
  color: #ffffff;
  padding: 4px 24px 7px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 16px;
  width: 214px;
}

.single-etablissement .groupe-etablissement-menu .menu-home-menu li:first-of-type:before {
  content: none;
  margin-right: 0;
}

.single-etablissement .slider_marketing {
  /* width: 1440px; */
  width: 100%;
  height: 550px;
  position: relative;
  /* Hide the images by default */
}

.single-etablissement .slider_marketing .box {
  width: 100%;
  height: 550px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-etablissement .slider_marketing .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: calc(40% - 70px);
  height: 100%;
  background-color: #ffffff;
  /* width: 490px; */
  padding-left: 50px;
  padding-right: 20px;
}

.single-etablissement .slider_marketing .box .item .item-categorie {
  font-size: 0.75em;
  font-size: 0.8em;
  color: #E31E25;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single-etablissement .slider_marketing .box .item .item-titre {
  font-size: 2.625em;
  font-size: 2.7em;
  margin-bottom: 50px;
}

.single-etablissement .slider_marketing .box .item .item-texte {
  font-size: 1em;
  font-size: 1em;
  line-height: 24px;
  margin-bottom: 30px;
}

.single-etablissement .slider_marketing .box .item .cta {
  width: 130px;
  text-align: center;
  border: 2px solid #E31E25;
  padding: 10px;
  border-radius: 20px;
  color: #E31E25;
  font-size: 0.75em;
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.single-etablissement .slider_marketing .slide {
  display: none;
  height: 100%;
}

.single-etablissement .slider_marketing .slide.fade {
  -webkit-animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.single-etablissement .slider_marketing .prev,
.single-etablissement .slider_marketing .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.single-etablissement .slider_marketing .prev:hover,
.single-etablissement .slider_marketing .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.single-etablissement .slider_marketing .prev {
  left: 2px;
}

.single-etablissement .slider_marketing .next {
  right: 2px;
}

.single-etablissement .dots-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.7em;
  width: calc(60% - 1em);
  text-align: left;
}

.single-etablissement .dots-container .dot {
  cursor: pointer;
  margin: 5px;
  width: 10px;
  height: 10px;
  color: #333;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #707070;
  z-index: 100;
}

.single-etablissement .dots-container .dot.active {
  background-color: #ffffff;
  border: 2px solid #151515;
}

@-webkit-keyframes play {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -4251px;
  }
}

@keyframes play {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -4251px;
  }
}

@-webkit-keyframes playReverse {
  0% {
    background-position: calc($aga-service-background-position + $aga-service-picto-size);
  }
  100% {
    background-position: 0px;
  }
}

@keyframes playReverse {
  0% {
    background-position: calc($aga-service-background-position + $aga-service-picto-size);
  }
  100% {
    background-position: 0px;
  }
}

.single-etablissement .groupe-services {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .service-link {
    width: 45% !important;
    margin: auto !important;
  }
}

.single-etablissement .groupe-services .service-link .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.single-etablissement .groupe-services .service-link .row a {
  -webkit-box-flex: 0;
      -ms-flex: 0 33%;
          flex: 0 33%;
  width: 33%;
}

.single-etablissement .groupe-services .service-link .service {
  width: 279px;
  height: 259px;
  display: block;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
                &.service-carrosserie {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/carrosserie.png);
                        }
                    }
                }

                &.service-gestion-parc {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/gestion-de-parc.png);
                        }
                    }
                }

                &.service-sav {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/sav.png);
                        }
                    }
                }

                &.service-vehicules-occasion {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/vehicules-occasion.png);
                        }
                    }
                }

                &.service-vehicules-neuf {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/vehicules-neuf.png);
                        }
                    }
                }

                &.service-location {
                    .content {
                        .picto {
                            background-image: url(/wp-content/themes/alvarez/assets/img/services/location.png);
                        }
                    }
                }
                */
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .service-link .service {
    background-color: transparent !important;
    width: 45%;
    margin: auto;
  }
}

.single-etablissement .groupe-services .service-link .service .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .service-link .service .content {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.single-etablissement .groupe-services .service-link .service .content .picto {
  height: 170px;
  width: 170px;
  background-position: right;
  background-repeat: no-repeat;
}

.single-etablissement .groupe-services .service-link .service .titre {
  height: 20px;
  margin: 2px 20px;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .service-link .service .titre {
    font-size: 1em;
  }
}

.single-etablissement .groupe-services .service-link .service .content .picto {
  background-clip: padding-box;
  background-repeat: no-repeat;
}

.single-etablissement .groupe-services .service-link .service .content .picto.reverse {
  -webkit-animation: playReverse 500ms steps(24);
          animation: playReverse 500ms steps(24);
}

.single-etablissement .groupe-services .service-link .service .content .picto.animationEnd {
  background-position-x: right;
}

.single-etablissement .groupe-services .service-link:hover .service .content .picto {
  -webkit-animation: play 500ms steps(25);
          animation: play 500ms steps(25);
}

.single-etablissement .groupe-services {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.single-etablissement .groupe-services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .row {
    padding-bottom: 20vw;
  }
}

.single-etablissement .groupe-services .row a {
  -webkit-box-flex: 0;
      -ms-flex: 0 24%;
          flex: 0 24%;
  width: 24%;
}

.single-etablissement .groupe-services .row a .service {
  height: 280px;
  background-color: #eaeaea;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-services .row a .service {
    height: auto !important;
    background-color: transparent !important;
  }
}

.single-etablissement .groupe-etablissement {
  background-color: #ffffff;
  border-top: 1px solid #909090;
  padding-top: 50px;
}

.single-etablissement .groupe-etablissement .etablissement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-etablissement .groupe-etablissement .etablissement .col-1 {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 1em;
  margin-right: 1em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div h4 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.05em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 34px;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.social a {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.social a.linkedin {
  background-image: url(/wp-content/themes/alvarez/assets/img/social/linkedin.svg);
  background-size: cover;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.social a.google {
  background-image: url(/wp-content/themes/alvarez/assets/img/social/google.svg);
  background-size: cover;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.social a.facebook {
  background-image: url(/wp-content/themes/alvarez/assets/img/social/facebook.svg);
  background-size: cover;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage {
  background-color: #E31E25;
  color: #ffffff;
  margin-top: 20px;
  padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 1.2em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.4em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage h4 {
  margin-top: 0.5em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage p {
  margin-top: 0.5em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage p::before {
  /* color: $rouge;
                                background-color: $blanc; */
  border: 1px solid #ffffff;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage a {
  color: #ffffff !important;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 > div.depannage a:hover {
  color: #ffffff !important;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .title {
  font-size: 1.5em;
  height: 5em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .title .logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-right: 34px;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .title .logo img {
  max-width: 100%;
  max-height: 100px;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .web {
  width: calc(217px - 2 * 4px);
  height: 40px;
  padding: 4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  margin-bottom: 2em;
  border: 1px solid transparent;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-1 .web {
    width: 100%;
  }
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .web:hover {
  border: 1px solid #E31E25;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .horaires {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .horaires .horaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 34px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-1 .horaires .horaire {
    padding: 0;
  }
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .horaires .horaire span.horaire-jour {
  /* flex-grow: 1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 .horaires .horaire span.horaire-plage {
  /* flex-grow: 2; */
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 6em;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p {
  font-size: 0.95em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.05em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  width: calc(100% - 34px);
  /* taille du before */
  padding-left: 34px;
  height: 30px;
  position: relative;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p.rouge,
.single-etablissement .groupe-etablissement .etablissement .col-1 p.rouge a {
  color: #E31E25;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p.adresse:before, .single-etablissement .groupe-etablissement .etablissement .col-1 p.tel-blanc:before, .single-etablissement .groupe-etablissement .etablissement .col-1 p.email-blanc:before {
  content: '';
  display: inline-block;
  width: 30px !important;
  min-width: 30px;
  height: 30px !important;
  max-height: 30px;
  background-color: #E31E25;
  border-radius: 50%;
  font-size: 1.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-right: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p.adresse:before {
  background-image: url(/wp-content/themes/alvarez/assets/svg/pin-blanc.svg);
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p.tel-blanc::before {
  background-image: url(/wp-content/themes/alvarez/assets/svg/tel-blanc.svg);
  background-size: 40%;
}

.single-etablissement .groupe-etablissement .etablissement .col-1 p.email-blanc:before {
  background-image: url(/wp-content/themes/alvarez/assets/svg/mail-blanc.svg);
  background-size: 60%;
}

.single-etablissement .groupe-etablissement .etablissement .col-2-3 {
  width: calc(100% - 250px);
  text-align: justify;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-2-3 {
    width: 100%;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-2-3 h3 {
    font-size: 2em !important;
    text-align: center;
  }
}

.single-etablissement .groupe-etablissement .etablissement .col-2-3 h3.title {
  font-size: 2.625em;
  margin-top: 0;
}

.single-etablissement .groupe-etablissement .etablissement .col-2-3 .article {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 1.25em;
  padding: 0.2em;
}

.single-etablissement .groupe-etablissement .etablissement .col-2-3 .photo {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-2-3 .photo {
    height: 40vw;
  }
}

.single-etablissement .groupe-etablissement .etablissement .col-2-3 #map {
  height: 500px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-etablissement .etablissement .col-2-3 #map {
    width: 100% !important;
  }
}

.single-etablissement .groupe-equipe .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.single-etablissement .groupe-equipe .row .col-1 {
  width: 250px;
  margin-left: 1em;
  margin-right: 1em;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-equipe .row .col-1 {
    display: none;
  }
}

.single-etablissement .groupe-equipe .row .col-2-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% - 250px);
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-equipe .row .col-2-3 {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.single-etablissement .groupe-equipe .row .col-2-3 .img-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 23%;
          flex: 0 23%;
  width: 23%;
  margin: 1.25%;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-equipe .row .col-2-3 .personne {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin: 0;
    width: 45%;
    margin-top: 5vw;
  }
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne:first-of-type {
  margin-left: 0;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne:nth-child(4n) {
  margin-right: 0;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne:nth-child(5) {
  margin-left: 0;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content {
  background-color: #eaeaea;
  height: 180px;
  width: 100%;
  position: relative;
  /* display:flex;
                        justify-content: center;
                        align-items: center; */
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-equipe .row .col-2-3 .personne .content {
    width: 35vw;
    height: 35vw;
  }
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content .photo {
  background-position: center center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(227, 30, 37, 0.9);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content .overlay.hidden {
  display: none !important;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content .overlay p {
  width: 100%;
  height: 17%;
  margin: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .content .overlay a {
  color: #ffffff;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #151515;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-equipe .row .col-2-3 .personne .detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-etablissement .groupe-equipe .row .col-2-3 .personne .detail span {
    text-align: center;
  }
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .detail .patronyme {
  text-transform: uppercase;
}

.single-etablissement .groupe-equipe .row .col-2-3 .personne .detail .fonction {
  color: #707070;
}

.single-etablissement .groupe-marques {
  background-color: #ffffff;
  border-top: 1px solid #909090;
}

.single-etablissement .marques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin: 50px 5% 100px 5%;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .marques {
    height: auto;
  }
}

.single-etablissement .marques .marque {
  display: block;
  width: 14%;
  height: 120px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .marques .marque {
    width: 48%;
  }
}

.single-etablissement .marques .marque .content {
  height: 150px;
  max-width: 120px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.single-etablissement .marques .marque .content:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.single-etablissement .groupe-actualites {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.single-etablissement .groupe-actualites .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-actualites .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.single-etablissement .groupe-actualites .row .item-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 24%;
          flex: 0 24%;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-actualites .row .item-link {
    min-width: 100% !important;
    -webkit-box-shadow: 0px 5px 15px 5px #EDEDED !important;
            box-shadow: 0px 5px 15px 5px #EDEDED !important;
  }
}

.single-etablissement .groupe-actualites .row .item-link:not(:first-of-type) {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-actualites .row .item-link:not(:first-of-type) {
    margin: 7vw 0 !important;
    width: 100% !important;
  }
}

.single-etablissement .groupe-actualites .row .item-link .actualite {
  /* min-width: 280px; */
  height: 400px;
  background-color: #eaeaea;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  /* justify-content: flex-end; */
}

.single-etablissement .groupe-actualites .row .item-link .actualite.item-0 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-img {
  height: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /* justify-content: space-around; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-img img {
  display: block;
  width: 240px;
  height: 37px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-img .row-title {
  text-transform: uppercase;
  color: #E31E25;
  font-size: 1.25em;
  letter-spacing: 0.2em;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-content {
  height: 224px;
  border: 1px solid #eaeaea;
  width: calc(100% - 2px);
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-content .item-titre {
  height: 20px;
  margin: 2px 20px;
  color: #151515;
  font-size: 1.25em;
  font-weight: 700;
  width: 100%;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-actualites .row .item-link .actualite .item-content .item-titre {
    height: auto;
  }
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-content .item-titre:first-letter {
  text-transform: uppercase;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-content .item-tag-date {
  margin: 2px 20px;
  color: #707070;
  font-size: 0.875em;
  font-weight: 400;
}

.single-etablissement .groupe-actualites .row .item-link .actualite .item-content .item-tag-date .item-tag:after {
  content: "--";
  display: inline-block;
  width: 1em;
  margin: auto;
  text-align: center;
  letter-spacing: -0.15em;
}

.single-etablissement .groupe-actualites .actualites-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.single-etablissement .groupe-actualites .actualites-link:before {
  content: " ";
  margin-right: 1em;
  width: 39px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #151515;
}

.single-etablissement .groupe-talents {
  background-color: #E31E25;
  color: #ffffff;
  height: 160px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-talents {
    height: auto;
  }
}

.single-etablissement .groupe-talents .wp-block-column {
  margin-bottom: 0px;
}

.single-etablissement .groupe-talents .wp-block-column h2 {
  width: 645px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.single-etablissement .groupe-talents .wp-block-column h2:after {
  content: none;
  width: 0;
  height: 0;
  display: none;
  border-bottom: none;
}

.single-etablissement .groupe-talents .wp-block-column h2.titre-talents {
  font-size: 36px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-talents .wp-block-column h2.titre-talents {
    width: 100%;
  }
}

.single-etablissement .groupe-talents .wp-block-column:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-etablissement .groupe-talents .wp-block-column p a {
  width: 176px;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-talents #rendez-vous {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-etablissement .groupe-rendezvous .col-1 {
  width: 230px;
  max-width: 230px;
  margin-right: 0.2em;
  margin-top: 2em;
  color: #ffffff;
}

.single-etablissement .groupe-rendezvous .col-1 h2 {
  width: 100%;
  margin-top: 0;
}

.single-etablissement .groupe-rendezvous .col-1 p {
  width: 100%;
  font-size: 1em;
  margin-top: 2em;
}

@media screen and (max-width: 1282px) {
  .single-etablissement .groupe-rendezvous .col-1 p {
    text-align: justify;
  }
}

.single-etablissement .groupe-rendezvous .col-2-3 {
  width: calc(100% - 250px);
  margin-top: 2em;
}
/*# sourceMappingURL=single-etablissement.css.map */