@charset "UTF-8";
/*!
Theme Name: Estela Group
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: estela-group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Estela Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.container, article {
  position: relative;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 95%;
}
@media only screen and (min-width: 1210px) {
  .container, article {
    max-width: 1300px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p, a {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
}

.page-title,
.sub-title {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #2BA0A0;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  min-height: 100vh;
  margin-bottom: 0 !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4BC5C5;
}
a:visited {
  color: #4BC5C5;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.btn-estela {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.2s;
}
.btn-estela:after {
  display: block;
  content: "";
  width: 25px;
  height: 10px;
  background: url("/wp-content/themes/estela-group/images/fleche-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-estela:hover {
  background-color: #4BC5C5;
  color: white;
  gap: 20px;
}
.btn-estela:hover:after {
  display: block;
  content: "";
  width: 25px;
  height: 10px;
  background: url("/wp-content/themes/estela-group/images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-estela.contact {
  background-color: #4BC5C5;
  color: white;
}
.btn-estela.contact:after {
  display: block;
  content: "";
  width: 25px;
  height: 10px;
  background: url("/wp-content/themes/estela-group/images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-estela.contact:hover {
  background-color: white;
  color: #4BC5C5;
}
.btn-estela.contact:hover:after {
  display: block;
  content: "";
  width: 25px;
  height: 10px;
  background: url("/wp-content/themes/estela-group/images/fleche-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: max-content;
  text-decoration: underline;
  transition: 0.2s;
}
.btn-arrow:before {
  display: block;
  content: "";
  width: 25px;
  height: 10px;
  background: url("/wp-content/themes/estela-group/images/fleche-btn.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-arrow:hover {
  gap: 20px;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accueil
--------------------------------------------------------------*/
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main {
    overflow: hidden;
  }
}
.page-template-template-accueil main section .container {
  display: block;
  padding: 5%;
  border-bottom: 1px solid;
}
.page-template-template-accueil main .header-home .slider {
  display: flex;
  align-items: center;
  background: #022d42;
  color: white;
  padding: 2.5% 0;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider {
    flex-direction: column-reverse;
  }
}
.page-template-template-accueil main .header-home .slider .row {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row:last-of-type {
    padding: 10% 0 0% 7.5%;
  }
}
.page-template-template-accueil main .header-home .slider .row h1 {
  display: block;
  padding: 0 5% 0 15%;
  font-size: 28px;
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row h1 {
    padding: 5%;
    font-size: 28px;
  }
}
.page-template-template-accueil main .header-home .slider .row .content-desc {
  padding: 0 5% 0 15%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row .content-desc {
    padding: 0 5%;
  }
}
.page-template-template-accueil main .header-home .slider .row .content-image {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-template-accueil main .header-home .slider .row .content-image iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row .content-image {
    flex-direction: column;
  }
}
.page-template-template-accueil main .header-home .slider .row .content-image div {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row .content-image div {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.page-template-template-accueil main .header-home .slider .row .content-image div img {
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .slider .row .content-image div img {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page-template-template-accueil main .header-home .qui-sommes-nous {
  display: flex;
  align-items: center;
  gap: 75px;
  padding-top: 5%;
}
.page-template-template-accueil main .header-home .qui-sommes-nous img {
  height: 400px;
  width: 320px;
  object-fit: cover;
  object-position: center 10%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .qui-sommes-nous {
    flex-direction: column;
    padding: 5%;
    gap: 25px;
  }
  .page-template-template-accueil main .header-home .qui-sommes-nous img {
    width: 100%;
  }
}
.page-template-template-accueil main .header-home .qui-sommes-nous .content {
  width: 55%;
  padding-top: 75px;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .header-home .qui-sommes-nous .content {
    width: 100%;
    padding-top: 0;
  }
}
.page-template-template-accueil main .expertises {
  background-color: #022d42;
}
.page-template-template-accueil main .expertises .container {
  border-bottom: 0;
}
.page-template-template-accueil main .expertises .container:last-of-type {
  padding-top: 25px;
}
.page-template-template-accueil main .expertises .container h2 {
  color: white;
}
.page-template-template-accueil main .expertises .container .content-expertise {
  display: flex;
  gap: 50px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.page-template-template-accueil main .expertises .container .content-expertise .item-expertise {
  display: flex;
  flex-direction: column;
  color: white;
  width: 17.5%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .expertises .container .content-expertise .item-expertise {
    margin-bottom: 10%;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .expertises .container .content-expertise .item-expertise:last-child {
    margin-bottom: 0;
  }
}
.page-template-template-accueil main .expertises .container .content-expertise .item-expertise .item {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-accueil main .expertises .container .content-expertise .item-expertise h3 {
  font-size: 18px;
}
.page-template-template-accueil main .expertises .container .content-expertise .item-expertise .flex {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1300px) {
  .page-template-template-accueil main .expertises .container .content-expertise.normal {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .page-template-template-accueil main .expertises .container .content-expertise.normal {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.page-template-template-accueil main .expertises .container .content-expertise.tablet {
  display: none;
}
@media screen and (max-width: 1300px) {
  .page-template-template-accueil main .expertises .container .content-expertise.tablet {
    display: flex;
  }
}
@media screen and (max-width: 850px) {
  .page-template-template-accueil main .expertises .container .content-expertise.tablet {
    display: none;
  }
}
.page-template-template-accueil main .expertises .container .content-expertise.tablet:last-of-type {
  justify-content: center;
  gap: 100px;
}
.page-template-template-accueil main .expertises .container .ctg {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .expertises .container .ctg {
    flex-direction: column;
    gap: 25px;
  }
}
.page-template-template-accueil main .expertises .container .ctg .square-ctg {
  background-size: cover;
  width: 260px;
  height: 260px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .expertises .container .ctg .square-ctg {
    width: 100%;
  }
}
.page-template-template-accueil main .expertises .container .ctg .square-ctg h3 {
  color: white;
  font-size: 20px;
  position: absolute;
  left: 25px;
  bottom: 30px;
  margin-bottom: 0;
}
.page-template-template-accueil main .expertises .container .ctg .square-ctg .opacity {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0.6;
}
.page-template-template-accueil main .chiffres-cles .container {
  border: 0;
  padding: 5% 0;
  margin-top: 5%;
  border-top: solid 1px;
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre {
  display: flex;
  justify-content: space-between;
  background: #4BC5C5;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .chiffres-cles .container .content-chiffre {
    flex-wrap: wrap;
  }
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre {
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-right: 1px solid white;
  width: 20%;
  padding: 20px;
  color: white;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre {
    width: 100%;
    border-bottom: 1px solid white;
    height: auto;
  }
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre:nth-child(4n) span {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre:nth-child(4n) span::before {
  content: "> ";
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre:nth-child(4n) span::after {
  content: " M€";
}
.page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre span {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .chiffres-cles .container .content-chiffre .item-chiffre span {
    font-size: 25px;
  }
}
.page-template-template-accueil main .societes .content ul.societe {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-template-accueil main .societes .content ul.societe .item-societe {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 45px 0;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .societes .content ul.societe .item-societe {
    flex-direction: column;
  }
}
.page-template-template-accueil main .societes .content ul.societe .item-societe:last-of-type {
  padding-bottom: 0;
}
.page-template-template-accueil main .societes .content ul.societe .item-societe img {
  width: 200px;
}
.page-template-template-accueil main .societes .content ul.societe .item-societe p {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .societes .content ul.societe .item-societe p {
    width: 100%;
    padding: 30px 0;
  }
}
.page-template-template-accueil main .societes .content ul.societe .item-societe:last-child {
  border-bottom: 0px;
}
.page-template-template-accueil main .equipe .container {
  padding: 5% 0;
}
.page-template-template-accueil main .equipe .container .width {
  width: 60%;
}
.page-template-template-accueil main .equipe .container ul {
  margin: 3% 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  transition: opacity 2s ease;
}
.page-template-template-accueil main .equipe .container ul li {
  width: 17.5%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .equipe .container ul li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .page-template-template-accueil main .equipe .container ul li {
    width: 100%;
  }
}
.page-template-template-accueil main .equipe .container ul li .profil img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.page-template-template-accueil main .equipe .container ul li h3 {
  font-size: 17px;
  margin: 7.5px 0;
}
.page-template-template-accueil main .equipe .container ul li p {
  font-family: "bely", serif;
  font-style: italic;
  margin: 0;
}
.page-template-template-accueil main .equipe .container ul li p:last-of-type {
  margin-bottom: 10px;
}
.page-template-template-accueil main .equipe .container ul li a {
  display: block;
  width: 15%;
  line-height: 0;
}
.page-template-template-accueil main .actualites .post_meta a:first-of-type {
  color: black;
  text-decoration: none;
}
.page-template-template-accueil main .actualites .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .actualites .content {
    flex-direction: column;
  }
}
.page-template-template-accueil main .actualites .content p {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .actualites .content p {
    width: 100%;
  }
}
.page-template-template-accueil main .actualites .list_actus {
  margin: 35px auto 50px;
}
.page-template-template-accueil main .actualites .list_actus .slick-prev, .page-template-template-accueil main .actualites .list_actus .slick-next {
  height: fit-content;
  width: fit-content;
}
.page-template-template-accueil main .actualites .list_actus .slick-prev::before, .page-template-template-accueil main .actualites .list_actus .slick-next::before {
  color: #4BC5C5;
  opacity: 1;
  font-size: 35px;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .actualites .list_actus .slick-prev, .page-template-template-accueil main .actualites .list_actus .slick-next {
    display: none !important;
  }
}
.page-template-template-accueil main .actualites .list_actus .slick-prev {
  left: -50px;
}
.page-template-template-accueil main .actualites .list_actus .slick-list {
  margin-bottom: 25px;
}
.page-template-template-accueil main .actualites .list_actus .slick-list .slick-track {
  display: flex !important;
  gap: 25px;
}
.page-template-template-accueil main .actualites .list_actus .slick-next {
  right: -50px;
}
.page-template-template-accueil main .actualites .list_actus .slick-dots {
  display: block;
}
.page-template-template-accueil main .actualites .list_actus .slick-dots li {
  width: fit-content !important;
}
.page-template-template-accueil main .contact .content {
  display: block;
  width: 60%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-accueil main .contact .content {
    width: 100%;
  }
}

.slick-dotted.slick-slider img {
  height: 350px;
  object-fit: cover;
}
.slick-dotted.slick-slider .post_meta {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1050px) {
  .slick-dotted.slick-slider {
    margin: 0;
    padding: 0;
  }
  .slick-dotted.slick-slider img {
    height: 50vh;
  }
  .post_meta {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Actualites
--------------------------------------------------------------*/
.blog main .list-projets {
  display: grid;
  gap: 25px;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1050px) {
  .blog main .list-projets {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog main .list-projets .post {
  display: flex;
  width: 100% !important;
}
@media only screen and (max-width: 480px) {
  .blog main .list-projets .post {
    flex-direction: column;
  }
}
.blog main .list-projets .post:hover .post-meta {
  background-color: #022d42;
  transition: 0.3s ease-in-out;
}
.blog main .list-projets .post:hover .post-meta h3 {
  color: white;
  transition: 0.3s ease-in-out;
}
.blog main .list-projets .post:hover .post-meta p {
  color: white;
  transition: 0.3s ease-in-out;
}
.blog main .list-projets .post:hover .post-thumbnail img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}
.blog main .list-projets .post .post-thumbnail {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: block;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .blog main .list-projets .post .post-thumbnail {
    height: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .blog main .list-projets .post .post-thumbnail {
    height: 280px;
  }
}
.blog main .list-projets .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .blog main .list-projets .post .post-thumbnail img {
    height: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .blog main .list-projets .post .post-thumbnail img {
    height: 280px;
  }
}
.blog main .list-projets .post .post-meta {
  flex: 1;
  border-top: 1px solid #4BC5C5;
  border-bottom: 1px solid #4BC5C5;
  border-right: 1px solid #4BC5C5;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .blog main .list-projets .post .post-meta {
    border-left: 1px solid #4BC5C5;
    border-top: 1px solid #4BC5C5;
  }
}
.blog main .list-projets .post .post-meta h3 {
  font-size: 16px;
  margin-top: 0;
}
.blog main .list-projets .post .post-meta a {
  text-decoration: none;
  color: black;
}
.blog main .list-projets .post .post-meta a .title {
  margin: 10px auto;
}
.blog main .list-projets .post .post-meta .btn-white {
  color: #4BC5C5 !important;
  text-decoration: underline;
}
.blog main .list-projets .post .post-meta p {
  margin: 0 0 16px 0;
}
.blog main .list-projets .post .post-meta p.smaller {
  font-size: 15px;
  margin: 16px 0 0 0;
}
.blog main .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  padding: 30px;
  text-align: center;
}
.blog main .pagination .nav-links .current {
  color: #4BC5C5;
  font-weight: 500;
}
.blog main .pagination .nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

/*******************
*****SINGLE 
*******************/
.single-post article {
  display: block;
  margin: 0 auto !important;
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid;
}
.single-post article .entry-header {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.single-post article .entry-header .date {
  color: #4BC5C5;
}
.single-post article ul {
  width: fit-content;
  margin: auto;
}
.single-post .article-similaire {
  padding: 50px 0;
}
.single-post .article-similaire .content-article-similaire ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 5% auto;
}
@media only screen and (max-width: 1050px) {
  .single-post .article-similaire .content-article-similaire ul {
    flex-direction: column;
    padding: 0;
  }
}
.single-post .article-similaire .content-article-similaire ul .post {
  width: 25%;
}
@media only screen and (max-width: 1050px) {
  .single-post .article-similaire .content-article-similaire ul .post {
    width: 100%;
  }
}
.single-post .article-similaire .content-article-similaire ul .post .post-thumbnail img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.single-post .article-similaire .content-article-similaire ul .post .post_meta a {
  text-decoration: none;
  color: black;
}
.single-post .article-similaire .content-article-similaire ul .post .post_meta a .title {
  margin: 10px auto;
}
.single-post .article-similaire .content-article-similaire ul .post .post_meta .btn-white {
  color: #4BC5C5 !important;
  text-decoration: underline;
}
.single-post .article-similaire .content-article-similaire ul .post:first-child {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .single-post .article-similaire .content-article-similaire ul .post:first-child {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.page-template-template-contact main .content {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-contact main .content {
    flex-direction: column;
  }
}
.page-template-template-contact main .content .row {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-contact main .content .row {
    width: 100%;
  }
}
.page-template-template-contact main .content .row h2 {
  font-family: "bely", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #2BA0A0;
}
.page-template-template-contact main .content .row .gform_title {
  color: inherit;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.page-template-template-contact main .content .row .gfield_required {
  color: black !important;
}
.page-template-template-contact main .content .row form {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
.page-template-template-contact main .content .row form #gform_submit_button_1 {
  background: #4BC5C5;
  border-radius: 25px;
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.page-template-template-expertise main .container {
  padding: 0;
}
.page-template-template-expertise main .container p {
  margin-bottom: 0;
}
.page-template-template-expertise main .content-title {
  background-color: #022d42;
  color: white;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .content-title {
    padding: 0 5%;
  }
}
.page-template-template-expertise main .content-title h1, .page-template-template-expertise main .content-title h2 {
  text-align: center;
}
.page-template-template-expertise main .content-title h1 {
  margin-top: 0;
  padding-top: 75px;
}
.page-template-template-expertise main .content-title .content-desc {
  display: flex;
  gap: 35px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .content-title .content-desc {
    flex-direction: column;
    gap: 10px;
  }
}
.page-template-template-expertise main .content-title .content-desc h3 {
  font-size: 30px;
}
.page-template-template-expertise main .content-title .content-desc .row {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .content-title .content-desc .row {
    width: 100%;
  }
}
.page-template-template-expertise main .expertise {
  display: block;
  background: white;
  margin-bottom: 2%;
  padding: 0 5%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .expertise {
    margin-bottom: 5%;
    padding-bottom: 15%;
  }
}
.page-template-template-expertise main .expertise .item-expertise {
  padding: 0;
}
.page-template-template-expertise main .expertise .item-expertise .content {
  display: flex;
  gap: 35px;
  padding: 5% 0;
  border-bottom: 1px solid #022d42;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .expertise .item-expertise .content {
    flex-direction: column;
    gap: 10px;
    padding: 15% 0;
  }
}
.page-template-template-expertise main .expertise .item-expertise .content .row {
  display: flex;
  flex-direction: column;
  color: #022d42;
}
.page-template-template-expertise main .expertise .item-expertise .content .row .picto {
  display: flex;
  gap: 25px;
  width: 10%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .expertise .item-expertise .content .row .picto {
    width: 30%;
  }
}
.page-template-template-expertise main .expertise .item-expertise .content .row h2 {
  font-size: 30px;
  margin-top: 0;
}
.page-template-template-expertise main .expertise .item-expertise .content .row h2 span {
  color: #4BC5C5;
}
.page-template-template-expertise main .expertise .item-expertise .content .row .logos {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-expertise main .expertise .item-expertise .content .row .logos {
    width: 100%;
  }
}
.page-template-template-expertise main .expertise .item-expertise .content .row .logos a {
  text-decoration: none;
  width: 40%;
  margin: 20px 0;
}
.page-template-template-expertise main .expertise .item-expertise .content .row .logos a img {
  transition: transform 0.5s ease;
}
.page-template-template-expertise main .expertise .item-expertise .content .row .logos a img:hover {
  transform: scale(1.15);
}
.page-template-template-expertise main .expertise .item-expertise .content .row p {
  margin: 0;
}
.page-template-template-expertise main .expertise #privee .logos a, .page-template-template-expertise main .expertise #publique .logos a {
  width: 35%;
}

.site-main.career .header {
  display: flex;
  align-items: center;
  padding: 5% 0;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header {
    flex-direction: column;
    padding: 15% 0;
  }
}
.site-main.career .header .texts {
  width: 50%;
  padding: 0 7.5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header .texts {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header .texts h1 {
    margin-top: 0;
  }
}
.site-main.career .header .texts h2 {
  font-size: 35px;
  margin: 10px 0;
}
.site-main.career .header .images {
  width: 50%;
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header .images {
    flex-direction: column;
    width: 100%;
    gap: 25px;
    padding: 10% 0 0% 7.5%;
  }
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header .images div {
    height: 250px;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (max-width: 1050px) {
  .site-main.career .header .images div img {
    position: absolute;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.site-main.career .key-figures {
  margin: auto;
  background-color: #022d42;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  gap: 1px;
  color: white;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .key-figures {
    flex-direction: column;
    padding: 15% 5%;
  }
}
.site-main.career .key-figures div {
  background-color: #4BC5C5;
  width: 20%;
  padding: 20px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .key-figures div {
    width: 100%;
  }
}
.site-main.career .key-figures div:nth-of-type(3) span:nth-of-type(2)::after, .site-main.career .key-figures div:nth-of-type(3) span:nth-of-type(3)::after {
  content: "%";
}
.site-main.career .key-figures div:nth-of-type(4) span::after {
  content: "%";
}
.site-main.career .key-figures div span {
  font-size: 42.5px;
  font-weight: 600;
}
.site-main.career .key-figures div p {
  margin-top: 0;
}
.site-main.career .our-culture {
  padding: 5% 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .our-culture {
    flex-direction: column;
    padding: 15% 7.5% 15% 0;
    gap: 35px;
  }
}
.site-main.career .our-culture .image {
  height: 400px;
  width: 320px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .our-culture .image {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}
.site-main.career .our-culture .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.site-main.career .our-culture .texts {
  width: 75%;
  padding-left: 5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .our-culture .texts {
    width: 100%;
    padding-left: 7.5%;
  }
}
.site-main.career .our-culture .texts .space-around {
  padding-right: 10%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .our-culture .texts .space-around {
    padding: 0;
  }
}
.site-main.career .our-culture .texts .space-around strong {
  color: #4BC5C5;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .our-culture .texts .space-around p:last-of-type {
    margin-bottom: 0;
  }
}
.site-main.career .personality-and-values {
  background-color: #022d42;
  padding: 5% 0;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .personality-and-values {
    padding: 15% 0;
  }
}
.site-main.career .personality-and-values h2 {
  margin-top: 0;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .personality-and-values p:last-of-type {
    margin-bottom: 0;
  }
}
.site-main.career .personality-and-values .padding {
  padding: 0 7.5%;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .personality-and-values .padding {
    padding: 0 7.5%;
  }
}
.site-main.career .personality-and-values .padding h2, .site-main.career .personality-and-values .padding p {
  color: white;
}
.site-main.career .personality-and-values .padding .flex {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .personality-and-values .padding .flex {
    flex-direction: column;
    gap: 50px;
    margin-top: 25px;
  }
}
.site-main.career .personality-and-values .padding .flex div {
  width: 39.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .personality-and-values .padding .flex div {
    width: 100%;
  }
}
.site-main.career .personality-and-values .padding .flex div h3 {
  color: #4BC5C5;
}
.site-main.career .personality-and-values .padding .flex div p {
  margin: 0;
}
.site-main.career .recruitment {
  border-bottom: solid 1px black;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment {
    padding-top: 15%;
  }
}
.site-main.career .recruitment .space {
  padding: 5% 7.5% 0 7.5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .space {
    padding-top: 0;
    margin-top: 0;
  }
}
.site-main.career .recruitment .space h2 {
  margin-bottom: 50px;
}
.site-main.career .recruitment .space .first-flex {
  display: flex;
  gap: 100px;
}
.site-main.career .recruitment .space .first-flex a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
  text-decoration: none;
  transition: transform 0.5s ease;
}
.site-main.career .recruitment .space .first-flex a:hover {
  transform: scale(1.15);
}
.site-main.career .recruitment .space .first-flex a img {
  height: 55px;
  object-fit: contain;
}
.site-main.career .recruitment .space .first-flex a .btn-estela {
  font-size: 16px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .space .first-flex a .btn-estela {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.site-main.career .recruitment .space .first-flex a .btn-estela:hover {
  gap: 10px;
}
.site-main.career .recruitment .space .first-flex a .btn-estela::after {
  height: 5px;
  width: 12.5px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .space .first-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.site-main.career .recruitment .space .flex {
  gap: 100px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .space .flex {
    justify-content: space-between;
    gap: 0;
  }
}
.site-main.career .recruitment .space a {
  line-height: 0;
  width: 35%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .space a {
    width: 45%;
  }
}
.site-main.career .recruitment .flex {
  display: flex;
  align-items: center;
}
.site-main.career .recruitment .flex.first {
  padding: 50px 0;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.first {
    flex-direction: column;
    padding-bottom: 1.5em;
  }
}
.site-main.career .recruitment .flex.first .text {
  width: 50%;
  padding: 0 7.5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.first .text {
    width: 100%;
  }
}
.site-main.career .recruitment .flex.first .text strong {
  color: #4BC5C5;
}
.site-main.career .recruitment .flex.first .images {
  width: 50%;
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.first .images {
    flex-direction: column;
    width: 100%;
    padding-left: 7.5%;
    gap: 35px;
  }
}
.site-main.career .recruitment .flex.second {
  justify-content: start;
  padding-bottom: 5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.second {
    flex-direction: column-reverse;
    padding-right: 7.5%;
    padding-bottom: 15%;
  }
}
.site-main.career .recruitment .flex.second .image {
  height: 400px;
  width: 320px;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.second .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 7.5%;
  }
}
.site-main.career .recruitment .flex.second .image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.second .image img {
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    transform: none;
  }
}
.site-main.career .recruitment .flex.second .text {
  width: 75%;
  padding: 0 5% 0 7.5%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .recruitment .flex.second .text {
    width: 100%;
    padding-left: 7.5%;
    padding-right: 0;
  }
}
.site-main.career .aventure {
  padding: 5% 7.5%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .aventure {
    flex-direction: column;
    padding: 15% 7.5%;
  }
}
.site-main.career .aventure h2 {
  margin-top: 0;
}
.site-main.career .aventure .separate {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .site-main.career .aventure .separate {
    width: 100%;
  }
}
.site-main.career .aventure .separate .flex {
  display: flex;
  gap: 25px;
}
.site-main.career .aventure .separate a {
  border-bottom: solid 3px #4BC5C5;
  font-weight: 400;
}
.site-main.career .aventure .separate a:hover {
  cursor: pointer;
  color: #4BC5C5;
}
.site-main.career .aventure .separate a span::after {
  content: "→";
  margin-right: 10px;
}

.rse {
  color: #022d42;
}
.rse span {
  font-weight: 300 !important;
}
.rse .section-1, .rse .section-3, .rse .section-7 {
  background-color: #022d42;
  color: white;
}
.rse .section-1 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-1 {
    padding-bottom: 25px;
  }
}
.rse .section-1 h1 {
  color: #4BC5C5;
  margin: 0;
  padding: 75px 0 50px;
  text-align: center;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .rse .section-1 h1 {
    padding: 25px 0;
  }
}
.rse .section-1 p {
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .rse .section-1 p {
    width: 90%;
  }
}
.rse .section-2 {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 75px 0;
}
@media only screen and (max-width: 1050px) {
  .rse .section-2 {
    flex-direction: column;
    gap: 25px;
    padding: 25px 0;
  }
}
.rse .section-2 div {
  width: 75%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-2 div {
    width: 90%;
    margin: auto;
  }
}
.rse .section-2 div h2, .rse .section-2 div p {
  width: 77.5%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-2 div h2, .rse .section-2 div p {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-2 div p:last-of-type {
    margin-bottom: 0;
  }
}
.rse .section-2 div.image {
  height: 400px;
  width: 320px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-2 div.image {
    width: 90%;
  }
}
.rse .section-2 div.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rse .section-3 {
  padding: 50px 100px 50px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 {
    flex-direction: column;
    gap: 25px;
    padding: 25px 0;
  }
}
.rse .section-3 div {
  width: 50%;
  margin-left: 75px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 div {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 div h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 div p {
    margin-bottom: 0;
  }
}
.rse .section-3 .image {
  width: 40%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 .image {
    width: 90%;
    margin: auto;
  }
}
.rse .section-3 .image img {
  width: 75%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-3 .image img {
    width: 100%;
  }
}
.rse .section-4, .rse .section-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-4, .rse .section-5 {
    flex-direction: column;
    padding: 25px 0;
  }
}
.rse .section-4 div, .rse .section-5 div {
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-4 div, .rse .section-5 div {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-4 div h2, .rse .section-5 div h2 {
    margin-top: 0;
  }
}
.rse .section-4 .image, .rse .section-5 .image {
  height: 400px;
  width: 600px;
}
.rse .section-4 .image img, .rse .section-5 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1050px) {
  .rse .section-4 .image, .rse .section-5 .image {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-4 {
    flex-direction: column-reverse;
  }
}
.rse .section-5 {
  padding-top: 0;
}
.rse .section-6 {
  display: flex;
  align-items: center;
  gap: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-6 {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
  }
}
.rse .section-6 div {
  width: 60%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-6 div {
    width: 90%;
    margin: auto;
  }
}
.rse .section-6 div h2 {
  margin-top: 0;
}
.rse .section-6 div p:last-of-type {
  margin-bottom: 0;
}
.rse .section-6 .image {
  height: 400px;
  width: 320px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-6 .image {
    width: 90%;
    margin: auto;
  }
  .rse .section-6 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.rse .section-7 {
  padding: 100px 250px 100px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1050px) {
  .rse .section-7 {
    flex-direction: column;
    padding: 25px 0;
  }
}
.rse .section-7 div {
  width: 65%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-7 div {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .rse .section-7 div h2 {
    margin-top: 0;
  }
}
.rse .section-7 div h3 {
  margin-bottom: 0;
}
.rse .section-7 div p:last-of-type {
  margin-top: 0;
}
.rse .section-7 .image {
  width: 20%;
}
@media only screen and (max-width: 1050px) {
  .rse .section-7 .image {
    width: 50%;
    margin: auto;
  }
}

.single img {
  max-height: 500px;
  object-fit: cover;
}
.single .btn-estela {
  margin: auto;
}

.post-3, .post-25, .post-425 {
  margin: auto !important;
}
.post-3 h1, .post-25 h1, .post-425 h1 {
  text-align: center;
  margin: 50px 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.no-scroll {
  overflow: hidden;
}

.home header {
  background: #022d42;
  padding: 20px;
  margin: 0;
  border: none;
}
@media only screen and (max-width: 1050px) {
  .home header {
    background-color: white;
  }
}
.home header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home header .logo div {
  display: block;
  background-image: url(/wp-content/uploads/2024/09/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 75px;
}
@media only screen and (max-width: 1050px) {
  .home header .logo div {
    background-image: url(/wp-content/uploads/2024/10/logo-black.png);
    width: 200px;
    height: 40px;
  }
}
.home header li {
  position: relative;
}
.home header a {
  color: white;
}
.home header a:hover {
  color: #4BC5C5 !important;
}
.home header .contact:hover {
  color: #022d42 !important;
}
.home header #gtranslate a::after {
  content: "/";
  color: white;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid;
  margin: auto 25px;
}
@media only screen and (max-width: 1050px) {
  header {
    border-bottom: 0;
  }
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo div {
  background-image: url(/wp-content/uploads/2024/10/logo-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 75px;
}
@media only screen and (max-width: 1050px) {
  header .logo div {
    background-image: url(/wp-content/uploads/2024/10/logo-black.png);
    width: 200px;
    height: 40px;
  }
}
header #gtranslate {
  width: 17.5%;
  display: flex;
  justify-content: center;
}
header #gtranslate a::after {
  content: "/";
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  color: #4BC5C5;
  font-weight: 300;
}
header #gtranslate a:last-of-type::after {
  content: "";
}
@media only screen and (max-width: 1050px) {
  header .gtdisplaynone {
    display: none !important;
  }
}

.site-branding img {
  display: block;
  width: 300px;
}

#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 90px;
  margin: 20px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #022d42;
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}
#burger-menu span {
  right: 0px;
  top: 13px;
  width: 27px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
  background: white;
}
#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
  background: white;
}
#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
  background: white;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #022d42;
  padding: 10px 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #4BC5C5 !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.cta-header .contact a {
  display: flex;
  background-color: transparent;
  color: #4BC5C5;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #4BC5C5;
  border-radius: 25px;
}
.cta-header .contact a:hover {
  background-color: #4BC5C5;
  color: white;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#new-menu-burger {
  display: none;
}

@media screen and (max-width: 1050px) {
  #new-menu-burger {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    text-align: center;
    background: #022d42;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 75px;
    z-index: 1;
  }
  #new-menu-burger.overlay {
    display: flex;
  }
  #new-menu-burger.overlay ul {
    margin: 0;
    padding: 0;
  }
  #new-menu-burger.overlay ul li {
    list-style: none;
    margin-bottom: 25px;
  }
  #new-menu-burger.overlay ul li:last-of-type {
    margin-bottom: 0;
  }
  #new-menu-burger.overlay ul li a {
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
  }
  #new-menu-burger.overlay ul li a:hover {
    color: #4BC5C5 !important;
  }
  #new-menu-burger.overlay ul li.current_page_item > a, #new-menu-burger.overlay ul li.current-menu-item > a, #new-menu-burger.overlay ul li.current_page_ancestor > a, #new-menu-burger.overlay ul li.current-menu-ancestor > a {
    color: #4BC5C5 !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .cta-header.mobile {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .menu-toggle,
  #burger-menu {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Footer
--------------------------------------------- */
footer {
  display: block;
  width: 100%;
}
footer .content-footer {
  display: flex;
  justify-content: space-around;
  background: #022d42;
  color: white;
  padding: 45px 0;
}
@media only screen and (max-width: 1050px) {
  footer .content-footer {
    flex-direction: column;
    gap: 25px;
  }
}
footer .content-footer .logo-footer {
  text-align: center;
  width: 25%;
}
@media only screen and (max-width: 1050px) {
  footer .content-footer .logo-footer {
    width: 100%;
  }
}
footer .content-footer .logo-footer img {
  width: 200px;
}
footer .content-footer .menu-page, footer .content-footer .menu-cgv {
  width: 20%;
}
@media only screen and (max-width: 1050px) {
  footer .content-footer .menu-page, footer .content-footer .menu-cgv {
    width: 80%;
    margin: 0 auto;
  }
}
footer .content-footer .menu-page h4, footer .content-footer .menu-cgv h4 {
  border-bottom: 1px solid #4BC5C5;
}
footer .content-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .content-footer ul li a {
  color: white;
  text-decoration: none;
}
footer .site-info {
  display: flex;
  align-items: center;
  padding: 5px 50px;
}
footer .site-info p, footer .site-info a {
  margin: 0;
  font-size: 12px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
