@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;
}

.page-template-page-accueil {
  /* MARKETING HAUT DE PAGE */
  /* Slideshow container */
  /* SERVICES */
  /* play occasion */
  /* SERVICES */
  /* ETABLISSEMENTS */
  /* CARTE */
  /* MARQUES */
  /* MARQUES */
  /* REJOIGNEZ-NOUS */
  /* NOS ACTUALITES */
  /* PRENONS RENDEZ-VOUS */
}

.page-template-page-accueil .groupe-home-menu {
  margin-bottom: 2em;
}

.page-template-page-accueil .groupe-home-menu .menu-home-menu-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-template-page-accueil .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) {
  .page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-home-menu .menu-home-menu-container .menu-home-menu li:first-child {
    margin-top: 0.5em;
  }
}

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

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-home-menu .menu-home-menu-container .menu-home-menu li:before {
    display: none;
  }
}

.page-template-page-accueil .groupe-home-menu .menu-home-menu-container .menu-home-menu li a {
  height: 40px;
}

.page-template-page-accueil .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;
}

.page-template-page-accueil .groupe-home-menu .menu-home-menu-container .menu-home-menu li ul.sub-menu li.current-menu-item a {
  color: #E31E25;
}

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

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-home-menu .accroche {
    font-size: 175%;
    text-align: center;
  }
}

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

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .slider_marketing {
    height: auto;
    display: inline-block;
  }
}

.page-template-page-accueil .slider_marketing .box {
  width: 100%;
  height: 550px;
  background-position: top left;
  background-size: inherit;
  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;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .slider_marketing .box {
    position: relative;
    padding-bottom: 40vw;
    background-size: 100%;
    background-position: bottom;
  }
}

.page-template-page-accueil .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .slider_marketing .box .item {
    height: 45%;
    width: 100%;
    background: #e31e25;
    color: white;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

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

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .slider_marketing .box .item .item-categorie {
    display: none;
  }
}

.page-template-page-accueil .slider_marketing .box .item .item-titre {
  font-size: 2.625em;
  font-size: 2.7em;
  margin-bottom: 50px;
  font-weight: bold;
  background: -webkit-linear-gradient(0deg, #151515 0, #E31E25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

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

.page-template-page-accueil .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;
}

.page-template-page-accueil .slider_marketing .slide {
  display: none;
  height: 100%;
}

.page-template-page-accueil .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;
}

.page-template-page-accueil .slider_marketing .prev,
.page-template-page-accueil .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;
}

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

.page-template-page-accueil .slider_marketing .prev {
  left: 2px;
}

.page-template-page-accueil .slider_marketing .next {
  right: 2px;
}

.page-template-page-accueil .slider_marketing .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;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .slider_marketing .dots-container {
    position: absolute;
    bottom: 42vw;
  }
}

.page-template-page-accueil .slider_marketing .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;
}

.page-template-page-accueil .slider_marketing .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;
  }
}

.page-template-page-accueil .groupe-services {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

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

.page-template-page-accueil .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%;
}

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

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-services .service-link .service {
    background-color: transparent !important;
    width: 45%;
    margin: auto;
  }
}

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-services .service-link .service .content {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

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

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-services .service-link .service .titre {
    font-size: 1em;
  }
}

.page-template-page-accueil .groupe-services .service-link .service .content .picto {
  background-clip: padding-box;
  background-repeat: no-repeat;
}

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

.page-template-page-accueil .groupe-services .service-link .service .content .picto.animationEnd {
  background-position-x: right;
}

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

.page-template-page-accueil .groupe-services {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.page-template-page-accueil .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%;
}

.page-template-page-accueil .groupe-services .row a {
  -webkit-box-flex: 0;
      -ms-flex: 0 33%;
          flex: 0 33%;
  width: 33%;
}

.page-template-page-accueil .groupe-etablissements {
  background-color: #ffffff;
  border-top: 1px solid #909090;
}

.page-template-page-accueil .groupe-etablissements .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;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-etablissements .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-page-accueil .groupe-etablissements .row a {
  -webkit-box-flex: 0;
      -ms-flex: 0 24%;
          flex: 0 24%;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-etablissements .row a {
    width: 100%;
  }
}

.page-template-page-accueil .groupe-etablissements .row a .etablissement {
  /* min-width: 280px; */
  height: 280px;
  background-color: #eaeaea;
  position: relative;
  margin-bottom: 1%;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-etablissements .row a .etablissement {
    width: 100%;
    margin: 7vw 0;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  }
}

.page-template-page-accueil .groupe-etablissements .row a .etablissement .item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 194px;
  width: 100%;
}

.page-template-page-accueil .groupe-etablissements .row a .etablissement .item-content {
  height: 86px;
  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;
}

.page-template-page-accueil .groupe-etablissements .row a .etablissement .item-content .titre {
  height: 3em;
  margin: 2px 20px;
  color: #151515;
  font-size: 1.125em;
  font-weight: 400;
  max-width: 100%;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-etablissements .row a .etablissement .item-content .titre {
    font-size: 1em;
  }
}

.page-template-page-accueil .groupe-etablissements .row a .etablissement .item-content .ville {
  height: 20px;
  margin: 2px 20px;
  color: #707070;
  font-size: 0.875em;
  font-weight: 400;
  max-width: 100%;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-etablissements .row a .etablissement .item-content .ville {
    font-size: 0.8em !important;
  }
}

.page-template-page-accueil .groupe-etablissements .etablissements-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;
}

.page-template-page-accueil .groupe-etablissements .etablissements-link:before {
  content: " ";
  margin-right: 1em;
  width: 39px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #151515;
}

.page-template-page-accueil .groupe-map {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.page-template-page-accueil .groupe-map h2,
.page-template-page-accueil .groupe-map p,
.page-template-page-accueil .groupe-map .filter {
  width: 60%;
  margin: auto;
  text-align: center;
}

.page-template-page-accueil .groupe-map h2 {
  font-size: 2.625em;
  margin-bottom: 30px;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-map h2 {
    font-size: 2em;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.page-template-page-accueil .groupe-map h2:after {
  content: none;
  width: 0;
  height: 0;
  display: none;
  border-bottom: none;
}

.page-template-page-accueil .groupe-map p {
  font-size: 1em;
}

.page-template-page-accueil .groupe-map p.sup-title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #E31E25;
  font-weight: 700;
}

.page-template-page-accueil .groupe-map p.sub-title {
  margin-bottom: 30px;
}

.page-template-page-accueil .groupe-map .map > div #map {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.page-template-page-accueil .groupe-map .filters {
  width: 590px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.page-template-page-accueil .groupe-map .filters .filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 40px;
  line-height: 100%;
  background-color: #ffffff;
  color: #707070;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 0.0625em;
  border-radius: 2px;
}

.page-template-page-accueil .groupe-map .filters .filter span {
  display: inline-block;
  width: 120px;
}

.page-template-page-accueil .groupe-map .filters .filter:after {
  content: ">";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 10px;
  top: 50%;
  width: 20px;
  font-stretch: extra-expanded;
  display: block;
  background-size: contain;
}

.page-template-page-accueil .groupe-map .filters .filter > ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  text-align: left;
  list-style-type: none !important;
  background: #fff;
  border: 1px solid #707070;
  margin: 0px;
  padding-left: 0px;
  width: calc(100% - 2px);
  z-index: 30;
  cursor: pointer;
}

.page-template-page-accueil .groupe-map .filters .filter > ul li {
  margin-left: 0px;
  padding: 10px 5px !important;
  border-bottom: 1px solid #707070;
  list-style-type: none;
  text-transform: uppercase;
}

.page-template-page-accueil .groupe-map .filters .filter > ul li:last-of-type {
  border-bottom: 1px solid transparent;
}

.page-template-page-accueil .groupe-marques {
  background-color: #ffffff;
  border-top: 1px solid #909090;
}

.page-template-page-accueil .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) {
  .page-template-page-accueil .marques {
    height: auto;
  }
}

.page-template-page-accueil .marques .marque {
  display: block;
  width: 14%;
  height: 120px;
}

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

.page-template-page-accueil .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);
}

.page-template-page-accueil .marques .marque .content:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.page-template-page-accueil .groupe-talents {
  background-color: #E31E25;
  color: #ffffff;
  height: 160px;
}

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

.page-template-page-accueil .groupe-talents .wp-block-column {
  margin-bottom: 0px;
}

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

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

.page-template-page-accueil .groupe-talents .wp-block-column h2.titre-talents {
  font-size: 36px;
}

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

.page-template-page-accueil .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;
}

.page-template-page-accueil .groupe-talents .wp-block-column p a {
  width: 176px;
}

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

.page-template-page-accueil .groupe-actualites {
  background-color: #eaeaea;
  border-top: 1px solid #909090;
}

.page-template-page-accueil .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) {
  .page-template-page-accueil .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;
  }
}

.page-template-page-accueil .groupe-actualites .row .item-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 24%;
          flex: 0 24%;
  margin-bottom: 1em;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-actualites .row .item-link {
    min-width: 100% !important;
  }
}

.page-template-page-accueil .groupe-actualites .row .item-link:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100% !important;
  height: 15vw;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-actualites .row .item-link:first-child {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100% !important;
    height: 15vw;
  }
}

.page-template-page-accueil .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) {
  .page-template-page-accueil .groupe-actualites .row .item-link:not(:first-of-type) {
    margin: 7vw 0 !important;
    -webkit-box-shadow: 0px 5px 15px 5px #EDEDED !important;
            box-shadow: 0px 5px 15px 5px #EDEDED !important;
    width: 100% !important;
  }
}

.page-template-page-accueil .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; */
}

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

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-actualites .row .item-link .actualite.item-0 {
    width: 100% !important;
    height: 15vw;
  }
}

.page-template-page-accueil .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;
}

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

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

.page-template-page-accueil .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;
}

.page-template-page-accueil .groupe-actualites .row .item-link .actualite .item-content .item-titre {
  height: 50px;
  line-height: 20px;
  margin: 2px 20px;
  color: #151515;
  font-size: 1.25em;
  font-weight: 700;
  /* width: 100%; */
}

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

.page-template-page-accueil .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;
}

.page-template-page-accueil .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;
}

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

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-rendezvous {
    text-align: justify;
  }
}

.page-template-page-accueil .groupe-rendezvous .titre-2 {
  color: #ffffff;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-rendezvous .wp-block-columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-page-accueil .groupe-rendezvous .col-1 {
  width: 230px;
  max-width: 230px;
  margin-right: 0.2em;
  color: #ffffff;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-rendezvous .col-1 {
    width: 100%;
    max-width: 100%;
  }
}

.page-template-page-accueil .groupe-rendezvous .col-1 h2 {
  width: 100%;
  margin-top: 0;
}

.page-template-page-accueil .groupe-rendezvous .col-1 p {
  width: 100%;
  font-size: 1em;
}

.page-template-page-accueil .groupe-rendezvous .col-2-3 {
  width: calc(100% - 250px);
  margin-top: 2em;
}

@media screen and (max-width: 1282px) {
  .page-template-page-accueil .groupe-rendezvous .col-2-3 {
    width: 100% !important;
    margin: 5em 0 0 0 !important;
  }
}

.page-template-page-accueil .groupe-rendezvous .col-2-3 form {
  margin-top: -60px !important;
}
/*# sourceMappingURL=page-accueil.css.map */