@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-annonce {
  /* RENDEZ-VOUS */
}

.single-annonce .groupe-academie-menu .menu-academie-menu-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-annonce .groupe-academie-menu .menu-academie-menu-container .menu-academie-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-annonce .groupe-academie-menu .menu-academie-menu-container .menu-academie-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.single-annonce .groupe-academie-menu .menu-academie-menu-container .menu-academie-menu li a {
  height: 40px;
}

.single-annonce .groupe-academie-menu .menu-academie-menu-container .menu-academie-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-annonce .groupe-academie-menu .menu-academie-menu-container .menu-academie-menu li:first-of-type:before {
  content: none;
  margin-right: 0;
}

.single-annonce .groupe-academie-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-annonce .groupe-academie-menu .accroche {
    font-size: 175%;
    text-align: center;
  }
}

.single-annonce .groupe-annonce-titre time {
  color: #707070;
}

.single-annonce .groupe-annonce-titre h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
}

.single-annonce .annonce {
  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-annonce .annonce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-annonce .annonce .col-1-2 {
  -ms-flex-preferred-size: calc(67% - 2em);
      flex-basis: calc(67% - 2em);
  margin-right: 2em;
}

@media screen and (max-width: 1282px) {
  .single-annonce .annonce .col-1-2 {
    margin: 0 0 3em 0;
  }
}

.single-annonce .annonce .col-1-2 h3 {
  position: relative;
  padding-left: 3em;
  text-transform: uppercase;
  padding-bottom: 1em;
  border-bottom: 1px solid #909090;
}

.single-annonce .annonce .col-1-2 h3.sticker::before {
  content: " ";
  width: 2em;
  height: 2em;
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  color: #ffffff;
  top: -0.4em;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.single-annonce .annonce .col-1-2 h3.sticker.rouge::before {
  background-color: #E31E25;
}

.single-annonce .annonce .col-1-2 h3.sticker.date::before {
  background-image: url(/wp-content/themes/alvarez/assets/img/recrutement/calendrier.svg);
}

.single-annonce .annonce .col-1-2 h3.sticker.adresse::before {
  background-image: url(/wp-content/themes/alvarez/assets/img/recrutement/localisation.svg);
}

.single-annonce .annonce .col-1-2 h3.sticker.params::before {
  background-image: url(/wp-content/themes/alvarez/assets/img/recrutement/caracteristique.svg);
}

.single-annonce .annonce .col-1-2 h3.sticker.hashtag::before {
  background-image: url(/wp-content/themes/alvarez/assets/img/recrutement/description.svg);
}

.single-annonce .annonce .col-1-2 h3.sticker.search::before {
  background-image: url(/wp-content/themes/alvarez/assets/img/recrutement/taches.svg);
}

.single-annonce .annonce .col-1-2 .wp-block-group__inner-container {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: 20px;
}

.single-annonce .annonce .col-1-2 ul {
  padding: 0;
  list-style: none;
}

.single-annonce .annonce .col-1-2 ul li {
  padding-left: 1em;
  position: relative;
  font-size: 1em;
  line-height: 1.25em;
}

.single-annonce .annonce .col-1-2 ul li::before {
  content: "\25A0";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E31E25;
  /* Change the color */
  font-size: 0.8em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.5em;
  /* Also needed for space (tweak if needed) */
  margin-right: 1em;
  /* Also needed for space (tweak if needed) */
  position: absolute;
  top: calc( $para-2 / 2);
  left: 0.5em;
}

.single-annonce .annonce .col-1-2 ul li.bold {
  font-weight: 700;
}

.single-annonce .annonce .col-3 {
  padding-left: 0.5em;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  background-color: #E31E25;
  color: #ffffff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 100px;
}

.single-annonce .annonce .col-3 h3 {
  text-transform: uppercase;
}

.single-annonce .annonce .col-3 ul {
  padding: 0;
  list-style: none;
}

.single-annonce .annonce .col-3 ul li {
  padding-left: 1em;
  padding-bottom: 1em;
  position: relative;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
}

.single-annonce .annonce .col-3 ul li > ul > li {
  padding-bottom: unset;
}

.single-annonce .annonce .col-3 ul li::before {
  content: "\25A0";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff;
  /* Change the color */
  font-size: 0.5em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.5em;
  /* Also needed for space (tweak if needed) */
  margin-right: 1em;
  /* Also needed for space (tweak if needed) */
  position: absolute;
  top: calc( $para-1 / 2);
  left: 0.5em;
}

.single-annonce .annonce .col-3 ul li.bold {
  font-weight: 700;
}

.single-annonce .annonce .col-3 ul li .profil {
  font-weight: 700;
}

.single-annonce .annonce .col-3 .wp-block-group__inner-container {
  width: 100%;
  margin: unset;
}

.single-annonce .annonces-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-annonce .annonces-link:before {
  content: " ";
  margin-right: 1em;
  width: 39px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #151515;
}

.single-annonce .groupe-rendezvous h2 {
  width: 100%;
  margin-top: 0.8em;
  margin-bottom: 0;
  color: #ffffff;
}

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

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

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

.single-annonce .groupe-rendezvous .col-2-3 form#aga_contact_candidature {
  margin-top: 0;
}

.single-annonce .groupe-rendezvous .col-2-3 form#aga_contact_candidature input[name="cv"] {
  opacity: 0;
}
/*# sourceMappingURL=single-annonce.css.map */