/*!
Theme Name: energie-service
Theme URI: http://underscores.me/
Author: Xavier Michaut
Author URI: https://xmichaut.fr
Description: New theme for Energie et Service website
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: energie-service
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.

energie-service 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 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}


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


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
    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.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]: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 {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
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: 0px 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%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
}

.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;
    text-align: center;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

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

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

/*
_____________________________________________________________
_____________________________________________________________
AJOUT XMICHAUT_______________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
*/
/*@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_spartanbold';
    src: url('fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('fonts/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
body,
html {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

main {
    padding-top: 11vh;
}

strong {
    /*	font-family: 'cera_probold';*/
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0;
    padding: 0;
}

.txt-centre,
.text-centre,
.txt_centre,
.text_centre {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-justify {
    text-align: justify;
}

.display-table {
    display: table;
}

.display-table .display-cell {
    display: table-cell;
    vertical-align: middle;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc-contain,
.bloc_contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#single_mission .bloc_contain
{
    height: 40vh;
    margin-top: -1vh;
}

.bloc-cover,
.bloc_cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.scaled,
.transition {
    transition: all .2s ease-in-out;
    transform-origin: center;
}

#page_actualites .scaled:hover,
#actualites .scaled:hover {
    transform: scale(1.05);
}

.scaled:hover {
    transform: scale(0.9);
}

.txt-blanc,
.txt_blanc {
    color: #FFFFFF;
}

.text_droite {
    text-align: right;
}

/*colonne même hauteur */
.memetaille {
    overflow: hidden;
}

.memetaille [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

video {
    padding: 0 !important;
}

.margin_top_5vh {
    margin-top: 5vh;
}

.margin_bottom_5vh {
    margin-bottom: 5vh;
}
.margin_bottom_15vh {
    margin-bottom: 15vh;
}
.titre_dunkel{
  font-family: "dunkel-sans-medium" , sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titre_dunkel span{
  color: #FFFFFF;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 48px;
  line-height: 56px;
}
.titre_dunkel span::after{
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin-bottom: 10px;
}
.padding_top_100pc{
  padding-top:100%;
}
/*----------------------------------------------------------------------------------MENU*/
/* Menu Icon */
.hamb {
    display: block;
    cursor: pointer;
    padding-top: 5vh;
    position: absolute;
    z-index: 102;
    top: 0vh;
    left: 40px;
    pointer-events: bounding-box;
}

.hamb-line {
    display: block;
    height: 4px;
    position: relative;
    width: 40px;
    border-radius: 10px;
}

.hamb-line::before,
.hamb-line::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    border-radius: 10px;
}

.hamb-line::before {
    top: 13px;
}

.hamb-line::after {
    top: -13px;
}

.side-menu {
    display: none;
}

/* Toggle menu icon */
.side-menu:checked~nav {
    max-height: 100%;
    margin-top: 15vh;
}

.side-menu:checked~.vertical_menu_hidden aside.vertical_menu_area {
    /*position: absolute;*/
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
    background-color: #3E5062 !important;
}

.side-menu:checked:hover~.hamb .hamb-line::before {
    background-color: #f39100 !important;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
    background-color: #3E5062 !important;
}

.side-menu:checked:hover~.hamb .hamb-line::after {
    background-color: #f39100 !important;
}

.side-menu:checked~.vertical_menu_hidden aside.vertical_menu_area {
    left: 0px;
}

.vertical_menu_hidden aside.vertical_menu_area {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .10);
    left: -100vw;
    padding: 0 0 0 45px;
    -webkit-transition: left .15s ease-out;
    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -ms-transform: left .15s ease-out;
    transition: left .15s ease-out;
    border-radius: 0 40px 40px 0;
}

aside.vertical_menu_area.with_scroll {
    overflow: hidden;
}

aside.vertical_menu_area {
    position: fixed;
    width: 50vw;
    border-radius: 0 30px;
    top: 0;
    left: 0;
    padding: 10px 30px;
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline: 0;
}

aside .vertical_area_background_slim {
    background-color: #FFFFFF;
    height: 100%;
    float: right;
    padding-left: 15px;
}

aside .vertical_area_background_slim .liste_rezo {
    margin-top: 30vh;
}

aside .vertical_area_background_slim .liste_rezo li {
    display: inline;
}

aside .vertical_area_background_slim .liste_rezo li a {
    background-color: #000000;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin: 10px 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 4px;
    display: inline-block;
}

aside .vertical_area_background_slim .icon_facebook {
    background-image: url(image/icon_facebook-02.svg);
}

aside .vertical_area_background_slim .icon_linkedin {
    background-image: url(image/icon_linkedin-02.svg);
}

aside .vertical_area_background_slim .icon_vimeo {
    background-image: url(image/icon_vimeo-02.svg);
}

aside .vertical_area_background_slim .icon_insta {
    background-image: url(image/icon_insta-02.svg);
}

aside .vertical_menu_area_inner {
    margin-top: 5vh;
    text-align: left;
}

aside .vertical_menu_area_inner .titre_menu {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
    display: block;
    letter-spacing: 2px;
}

aside.vertical_menu_area a {
    color: #666666;
}

.vertical_menu_area {
    text-align: left;
}

.vertical_menu_area ul,
.vertical_menu_area ul>li>a {
    font-weight: 400;
    list-style-type: none;
    letter-spacing: 1px;
}

.vertical_menu_area ul>li>a:hover {
    font-weight: 600;
}

.vertical_menu_area ul>li>ul>li>a span {
    text-transform: none;
    line-height: 25px !important;
    margin-bottom: 30px;
    display: block;
}

.vertical_menu_area ul {
    padding: 0;
    margin-top: 130px;
    margin-left: 5vw;
    margin-bottom:0;
}
.vertical_menu_area ul#menu-menu_contact,
.vertical_menu_area ul#menu-menu_libre {
    margin-top: 0;
    margin-bottom:0;
}

.vertical_menu_area ul li ul.sub-menu {
    padding-left: 15px;

}

.vertical_menu_area ul li ul.sub-menu li>a {
    text-transform: none !important;
    font-size: 16px;
    line-height: 13px;
    font-family: 'poppinsbold';
}

aside .btn_ddl_header {
    margin-bottom: 60px;
    display: block;
}
aside ul#menu-menu_contact li a,
aside ul#menu-menu_libre li a,
aside ul#primary-menu li a {
    font-size: 20px;
    line-height: 60px !important;
    margin-bottom: 25px;
}

aside ul#primary-menu ul li a {
    text-transform: none;
}
aside ul#menu-menu_libre li.current-menu-item a,
aside ul#menu-menu_contact li.current-menu-item a,
aside ul#primary-menu li.current-menu-item a {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
aside ul#menu-menu_libre li.current-menu-item a::after,
aside ul#menu-menu_contact li.current-menu-item a::after,
aside ul#primary-menu li.current-menu-item a::after {
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin-bottom: 10px;
}


/*
FONTES
*/
.poppins_bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.poppins_semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.poppins_regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*
STYLES GENERIQUES--------------------------------------------------------------------------
*/
.texte_noir {
    color: #000000;
}

.texte_blanc {
    color: #FFFFFF;
}

.liste_puce_orange li,
.liste_puce_bleue li {
    list-style-type: none;
    margin-top: 40px;
    font-size: 25px;
    line-height: 28px;
}

.liste_puce_orange li::before,
.liste_puce_bleue li::before {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    margin-left: -5px;
    margin-right: 10px;
}

input.bouton,
.bouton {
    border-radius: 100px;
    width: fit-content;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 33px;
    transition: all .2s ease-in-out;
}

.bouton.orange {
    text-transform: none;
}

.section {
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.section h2 {
    font-size: 1.8rem;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 1vh;
}

main.page {
    padding-top: 12vh;
    padding-bottom: 8vh;
}

#page_implantation.page {
    padding: 13vh 20vh 12vh 20vh;
}

.contener_titre_page {
    height: fit-content;
    width: fit-content;
    margin: 8vh auto;
    width:100%
}

.titre_page {
    width:100%
}
.site .titre_page {
    height : 8vh
}
#single_mission .titre_page {
    height : auto
}


.contener_titre_page .trait {
    height: 4px;
    width: 60px;
    display: block;
    margin-top: 2vh;
}

.shadow {
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 3px 27px #0000001A;
  box-shadow: 0px 3px 27px #0000001A;
}

/*
CARROUSEL--------------------------------------------------------------------------
*/
.owl-next span,
.owl-prev span {
    display: none;
}

.owl-next::after,
.owl-prev::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 1.6rem;
    width: 1.2rem;
    margin-top: 3vh;
}

/*
HEADER--------------------------------------------------------------------------
*/
.site-header .bouton {
    display: inline-block;
}

.vertical_menu_area_inner .bouton {
    color: #FFFFFF;
    margin-top: 10px;
}

.site-branding {
    position: fixed;
    z-index: 1000;
    background-color: #FFFFFF;
    padding-top: 2vh;
    padding-bottom: 2vh;
}
.btn_loupe{
  display: inline-block;
  margin-bottom: -2em;
  width:35px;
  height: 4em;
  margin-left: 2vw;
}
/*
HOMEPAGE--------------------------------------------------------------------------
*/

#header h2 {
    font-size: 35px;
    line-height: 50px;
    margin-top: 14vh;
}

#header .texte_header {
    margin: 25px 0 40px 0;
}

#header .bouton {
    margin-bottom: 170px;
    display: block;

}

#header .image_header1 {
    background-position: top;
    height: 85vh;
}

#header .image_header2,
#header .image_header3 {
    height: 42vh;
}

#header .image_header2 {
    margin-top: 5%;
    margin-bottom: 5%;

}

.lien_voir_tout_actu em {
    float: right;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 1.5vw;
    background-position: right;
    background-size: 4%;
    padding-right: 25px;
}

.contener_bloc_actu {
    padding: 30px;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.bloc_actu,
.vignette_actu {
    border-radius: 30px;
    /*min-height: 30vh;*/
}

.vignette_actu {
  /*  height: 30vh;*/
    padding-top: 100%;
}
.contenu_bloc_actu p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.fleche_bloc_actu {
    border-radius: 30%;
    background-size: 30%;

}

.fleche_bloc_actu {
    width: 85%;
    padding-top: 7vh;
    margin-left: 1vw;
}

#bloc_candidature .fleche_bloc_actu {
    width: 84%;
}

.contenu_bloc_actu {
    font-size: 14px;
    line-height: 18px;
}

.contenu_bloc_actu h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1vh;
}

#homepage .contener_bloc_missions_accueil {
    padding: 0 30px;
    opacity: 0;
    margin-top: 50px;
    transition: all .6s ease-in-out;

}

.bloc_mission {
    border-radius: 100px 0px 150px 0px;
    padding: 50px;
    margin-top: 50px;
}

.bloc_mission ul {
    list-style: none;
    color: #FFFFFF;
    padding: 0;
}

.bloc_mission .trait_mission {
    width: 100px;
    height: 2px;
    transition: all .2s ease-in-out;
}

.bloc_mission:hover .trait_mission {
    width: 120%;
}

.bloc_mission .titre_mission {
    width: 100%;
    height: 15vh;
    background-position: left;
}

.contener_bloc_profil {
    opacity: 0;
    margin-top: 0;
    transition: all .8s ease-in-out;

}

.bloc_profil {
    border-radius: 30px;
    padding-top: 100%;
    background-blend-mode: saturation;
    transition: all .2s ease-in-out;

}

.bloc_profil h3 {
    background-color: #FFFFFF;
    width: fit-content;
    padding: 15px 15px 15px 0;
    border-radius: 0 42px 42px 0;
    margin-top: calc(-50% + 45px);
    font-size: 1.25rem;
}

.references {
    height: 100px;
}

#single_agence .owl-carousel,
#references .owl-carousel {
    margin-top: 60px;
    margin-bottom: 140px;
}

#single_agence .owl-dots,
#references .owl-dots {
    display: none;
}

#single_agence .owl-carousel .owl-nav button span,
#references .owl-carousel .owl-nav button span {
    font-size: 70px;
}

#single_agence .owl-carousel .owl-nav button,
#references .owl-carousel .owl-nav button {
    position: absolute;
    left: -25px;
    top: 5px;
}

#single_agence .owl-carousel .owl-nav button.owl-next,
#references .owl-carousel .owl-nav button.owl-next {
    left: calc(100% + 10px);
}

#single_agence .owl-carousel,
#references .owl-carousel {
    max-width: 90%;
}

#single_agence .owl-carousel {
    margin-left: 5%;
}

#chiffres_equipe h2,
#chiffres_clefs_agence h2,
#chiffres_clefs h2 {
    margin-bottom: 75px;
}

#chiffres_equipe .montant_chiffre,
#chiffres_clefs_agence .montant_chiffre,
#chiffres_clefs .montant_chiffre {
    font-size: 50px;
    line-height: 50px;
}

#chiffres_equipe .montant_chiffre::before,
#chiffres_clefs_agence .montant_chiffre::before,
#chiffres_clefs .montant_chiffre::before {
    content: "+";
    font-size: 35px;
    line-height: 50px;
}

#chiffres_equipe .montant_chiffre#chiffre5::before,
#chiffres_clefs .montant_chiffre#chiffre5::before {
    content: "";
}

#chiffres_equipe .montant_chiffre#chiffre4::after,
#chiffres_clefs .montant_chiffre#chiffre4::after {
    content: "ans";
    font-size: 35px;
    line-height: 50px;
}

#chiffres_equipe .montant_chiffre#chiffre6 {
    display: none;
}

#chiffres_equipe .libelle_chiffre,
#chiffres_clefs_agence .libelle_chiffre,
#chiffres_clefs .libelle_chiffre {
    font-size: 1em;
    line-height: 21px;
    text-transform: uppercase;
}

.bloc_actu .contener_btn_fleche {
    padding-top: 30px;
    padding-left: 30px;
}

/*
CARTE AGENCE--------------------------------------------------------------------------
*/
.code_mobile {
    visibility: hidden;
    display: none;
}
#page_implantation .row.code_desktop{
    flex-wrap: nowrap;
}
#page_implantation .row.code_desktop {
  padding-top: 5vh;
}

/*.bloc_adresse_agence {
    margin: 0 0 -17vh -8.7vw;
}*/

/*.bloc_titre_agence {
    height: fit-content;
    margin: -45vh -27vw 0 0;
    padding-left: 9vw;
}*/

#carte_agence svg {
    max-width: 100%;
    margin-top: 0px;
}

.bouton_mobile {
    display: none !important;
}

@media screen and (max-width: 1050px) {

    .code_desktop {
        visibility: hidden;
        display: none;
    }

    .code_mobile {
        display: flex;
        visibility: visible;
    }

    .margin_carte_agence {
        margin-right: 0;
    }

    .bloc_titre_agence {
        margin: 0;
        padding-left: 0;
    }

    #carte_agence .row {
        flex-wrap: wrap;
    }

    .bloc_adresse_agence {
        margin: 0;
    }

    #page_implantation.page {
        padding: 20vh 10vh 20vh 10vh;
    }

    #carte_agence svg {
        margin: 5vh 0;
    }

    .bouton_desktop {
        display: none !important;
    }

    .bouton_mobile {
        display: flex !important;
    }
}

#carte_agence h2 {
    font-size: 3rem;
    line-height: 45px;
}

#carte_agence h2 .texte_bleu {
    text-transform: none;
    font-size: 25px;
    margin-bottom: 30px;
    display: block;
}

#carte_agence svg g {
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform-origin: center;
    pointer-events: bounding-box;
}

#carte_agence .carousel-item {
    border-radius: 67px;
    padding: 30px 5px 30px 60px;
    min-height: 320px;
}

#carte_agence .icone_agence {
    background-position: 10px center;
    background-size: 2.5vh;
    padding-left: 50px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
}

#carte_agence .icone_agence strong {
    font-weight: 700;
}

#carte_agence h3 {
    font-size: 25px;
    line-height: 30px;
}

#carte_agence .bouton.orange {
    display: block;
    padding: 15px 50px;
    font-size: 18px;
    line-height: 31px;
    margin-top: 35px;
}

#carte_agence .carousel-indicators {
    bottom: -60px;
}

#carte_agence .carousel-indicators [data-bs-target] {
    margin: 0;
    min-width: 20%;
}

#carte_agence .carousel-control-next,
#carte_agence .carousel-control-prev {
    top: 350px;
    opacity: 1;
}

#carte_agence .carousel-control-next .carousel-control-next-icon,
#carte_agence .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
}

#carte_agence .carousel-control-next {
    right: -70px;
}

#carte_agence .carousel-control-prev {
    left: -70px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.8rem;
    height: 1.4rem;
}
#cherbourg.carousel-item .bouton.orange{
  display:none;
}
/*
PAGE ACTU--------------------------------------------------------------------------
*/
#carouselActu {
    padding-top: 12vh;
}

#page_actualites {
    padding-top: 100px;
}

.slide_carousel_actu .contenu_carrousel {
    padding: 60px;
}

.slide_carousel_actu .contenu_carrousel h2 {
    font-size: 4em;
    line-height: 10vh;
}

.slide_carousel_actu .image_carrousel {
    height: 485px;
}

.slide_carousel_actu .date_et_lieu {
    /*position: absolute;
    bottom: 30px;
    right: 60px;*/
    font-size: 1.25em;
    line-height: 30px;
    text-align: right;
}

/*
SINGLE ACTU--------------------------------------------------------------------------
*/

#single_actualite h2 {
    font-size: 3em;
    line-height: 1.5em;
    padding-left: 110px;
}

#single_actualite .date_et_lieu {
    font-size: 1em;
    line-height: 1.5em;
    padding-right: 110px;
}
#single_actualite .date_et_lieu p {
    text-align: right;
}
#single_actualite .contenu {
    font-size: 1em;
    line-height: 35px;
    margin-top: 70px
}
#single_actualite #galerie_actu {
    margin-top: 140px;
    height: 500px;
    padding: 0;
}
#single_actualite .image_galerie_actu_solo,
#single_actualite #galerie_actu .image_galerie_actu {
    height: 500px;

}
/*#single_actualite #galerie_actu.owl-carousel {
    margin-top: 140px;
    height: 500px;
    padding: 0;
}
#single_actualite .image_galerie_actu_solo,
#single_actualite #galerie_actu.owl-carousel .image_galerie_actu {
    height: 500px;
}*/
/*video page activité*/
.wrapper         {
	width:66.6%;
	margin: 5vh auto 5vh auto;
	border-radius:30px;
}
.h_iframe        {
	position:relative;
}
.h_iframe .ratio {
	display:block;width:100%;
	height:auto;
}
.h_iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	 height:100%;
 }

/*
PAGE SOCIETE--------------------------------------------------------------------------
*/

#page_societe .bloc_societe {
    min-height: 450px;
    opacity: 0;
    transition: all .6s ease-in-out;
    margin-left: -10px;
}

#page_societe .bloc_societe p {
    margin-top: 2vh;
    min-height: 10vh;
}
#page_societe .bloc_societe .vide {
  height:6vh;
}
#page_societe .bloc_societe .logo_societe {
    height: 225px;
    width: 225px;
    border-bottom: 1px solid #666;
    margin: 0 auto;
}

#page_societe .bloc_societe#bloc_societe2 .logo_societe {
    background-size: 60%;
}

#page_societe .bloc_societe .bouton.orange {
    font-size: 16px;
    line-height: 31px;
    display: flex;
    margin-top: 2vh;
    padding: 8px 45px;
    align-items: center;
    max-height: 6vh;
}

/*
PAGE CONTACT--------------------------------------------------------------------------
*/
#page_contact .contener_bloc_contact {
    opacity: 0;
    margin-left: -10px;
    transition: all .6s ease-in-out;

}


#page_contact .contener_bloc_contact_coordonnes {
    padding: 6vh;
}
#single_agence .contener_bloc_contact_coordonnes{
    padding: 0 6vh;
}
#single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes{
    border-radius: 67px;
    padding: 60px;
    margin-top: 6vh;
    height: 40vh;
}
#single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .bouton{
  margin-top: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes,
#page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes {
    border-radius: 67px;
    padding: 60px;
}

#single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes h3,
#page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes h3 {
    font-size: 1.75rem;
    line-height: 0;
    margin-bottom: 6vh;
}

#single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .icone_agence,
#page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .icone_agence {
    background-position: left;
    padding-left: 3vw;
    background-size: 2.5vh;
    margin-top: 30px;
    font-size: 16px;
    line-height: 23px;
}

#page_contact .contener_bloc_contact_formulaire {
    padding: 6vh 3vw;
}

#page_contact .contener_bloc_contact_formulaire h3 {
    margin-bottom: 35px;
}
#page_contact .contener_adresses{
  display:none;
}
#page_contact .contener_adresses{
  display:none;
}
/*#page_contact .contener_adresses#paris{
  display:block;
}*/

/*
PAGE RECRUTEMENT--------------------------------------------------------------------------
*/
#page_recrutement .contener_introduction {
    margin-top: 80px;
    font-size: 20px;
    line-height: 28px;
}

#page_recrutement .contener_introduction_bis {
    margin-bottom: 2vh;
    font-size: 20px;
    line-height: 28px;
}

#page_recrutement .contener_introduction h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

#page_recrutement .contener_bloc_recrutement {
    padding: 35px;
    border-radius: 25px;
    opacity: 0;
    transition: all .6s ease-in-out;
    padding: 35px 70px 35px 0;
}

#page_recrutement .bloc_recrutement {
    border-radius: 25px;
}

#page_recrutement .bloc_recrutement .image_recrutement {
    height: 215px;
    border-radius: 35px 35px 0 0;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contener_bloc_recrutement .image_recrutement img {
    /*flex-shrink: 0;
  min-width: 100%;
  min-height: 100%*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contener_bloc_recrutement:hover .image_recrutement img {
    transform: scale(1.1);
    cursor: pointer;
}

#page_recrutement .contener_btn_fleche {
    padding: 0;
}

#page_recrutement .contener_btn_fleche .fleche_bloc_actu {
    border-radius: 18px 0 18px 18px;
}

#page_recrutement .bloc_recrutement h3 {
    padding-top: 0;
    font-size: 1.4em;
    line-height: 59px;

}

#page_recrutement .sections {
    margin-top: 15vh;
}

#page_recrutement .sections .titre_sections {
    margin: 5vh 0 5vh 0;
}

.margin_top_recrutement {
    margin-top: 5vh !important;
}

#page_recrutement .sections .bloc_contenus {
    background-size: 10vh;
    background-position: top;
    padding: 15vh 1.6vw 10vh 1.6vw;
    font-size: 0.96em;
    line-height: 1.5em;
}
#page_recrutement .sections .bloc_contenus.blocs_talent{
    padding-top: 10vh;
}
#page_recrutement .sections .bloc_contenus strong {
    font-weight: 700;
}

#page_recrutement .sections .bloc_contenus.grosse_icone {
    background-size: 160px;
    padding: 160px 50px 100px 50px;
}

#page_recrutement .sections .bloc_contenus h3 {
    padding: 25px 0px;
    font-size: 1.1em;
    line-height: 1.5em;
}

#page_recrutement .padding_titre_sections {
    padding: 0 7vw;
}
#candidatureModal .modal-header{
  min-height: 10vh;
}
/*
MODAL DE RECHERCHE--------------------------------------------------------------------------
*/

#rechercheModal{
  margin-top: 10vh;
}
#rechercheModal .titre_recherche{
  min-height: 15vh;
  margin-top:3em;
}
#rechercheModal label{
  width:100%;
}
.contener_bloc_search{
  border-radius: 44px;
  padding: 15px 30px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 3px 27px #0000001A;
  box-shadow: 0px 3px 27px #0000001A;
}
input[type="search"]{
  width: 94%;
  float: left;
  padding: 0.8em;
}
input[type="image"]{
    max-width: 5%;
}

#rechercheModal .modal-body {
    padding: 0 5em 8em 5em;
}
/*
SINGLE AGENCE--------------------------------------------------------------------------
*/
#single_agence #contener_chiffres_clefs_agence {
    margin-top: 180px;
}

#single_agence .titre_ref_agence {
    margin-top: 180px;
    font-size: 35px;
    line-height: 53px;
}

#single_agence .contener_photo_agence {
    background-position: right bottom;
    padding-top: 10vh;
    height: 40vh;
    margin-top: 6vh;
}

#single_agence .contener_photo_agence h2 {
    font-size: 52px;
    line-height: 73px;
}

#single_agence .contener_photo_agence h2::after {
    content: "";
    height: 4px;
    width: 70%;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

#single_agence .contener_photo_agence h3 {
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
}

/*
PAGE MISSION--------------------------------------------------------------------------
*/
#page_mission {
    padding-top: 12vh;
}

#page_mission .image_header h2 {
    margin: 125px auto 60px auto;
    width: fit-content;
    padding: 1vh 2vw;
}

.component .toggleFrame .filtres,
.component .toggleCheckbox:checked+.toggleFrame .localisation {
    display: none;
}

.component .toggleFrame .localisation,
.component .toggleCheckbox:checked+.toggleFrame .filtres {
    display: block;
}

.component .toggle {
    font-size: 20px;
    line-height: 30px;
    padding: 2px;
    height: 54px;
    border-radius: 25px;
    margin-bottom: 40px;
}

.component .toggleFrame {
    bottom: 4px;
    left: 4px;
    height: 46px;
    border-radius: 23px;
}

.component .toggleCheckbox:checked+.toggleFrame {
    left: calc(50% - 4px);
}

.component .toggleText {
    padding: 8px;
}

.component i {
    width: 25px;
    margin-right: 15px;
}

/*.component i{
	filter: brightness(0) saturate(100%) invert(57%) sepia(13%) saturate(1713%) hue-rotate(141deg) brightness(99%) contrast(100%);
}*/
/* Component TOGGLE SWITCH*/
.toggle {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    padding: 10px;
    transition: background-color 0.2s;
    height: 90px;
    border-radius: 45px;
}

.toggleText {
    position: relative;
    z-index: 1;
    opacity: 0.7;
    text-align: center;
    flex: 1;
    transform: translatey(1px);
    transition: transform 0.2s, opacity 0.2s;
    padding: 20px;
    font-weight: 600;
}

/*.toggleFrame:hover > .toggleText,
    .toggle:hover > .toggleText{
        opacity: 1;
        transform: translatey(-1px);
    }*/
.toggleText:hover {
    opacity: 1;
    transform: translatey(-1px);
}

.toggleFrame {
    position: absolute;
    z-index: 10;
    width: 50%;
    height: 40px;
    background: #FFFFFF;
    bottom: 10px;
    left: 10px;
    transform-origin: bottom;
    transition: 0.2s left;
    height: 70px;
    border-radius: 35px;
}

.toggleCheckbox:checked+.toggleFrame {
    left: calc(50% - 10px);
}

.component .toggleText span {
    display: inline-flex;
}

.toggleCheckbox:not(:checked)+.toggleFrame .categorie,
.toggleCheckbox:checked+.toggleText span {
    display: none;
}

.toggleFrame .categorie span,
.toggleCheckbox:checked+.toggleFrame .profil span,
.toggleFrame .categorie,
.toggleCheckbox:checked+.toggleFrame .profil {
    display: none;
}

.toggleFrame .profil span,
.toggleCheckbox:checked+.toggleFrame .categorie span,
.toggleFrame .profil,
.toggleCheckbox:checked+.toggleFrame .categorie {
    display: inline-flex;
}

.toggleCheckbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*#page_mission #filtre_categorie,*/
#page_mission #filtre_categorie {
    display: none;

}

#page_mission #filtre_categorie .bloc_filtre_categorie {
    display: list-item;
    width: fit-content;
}

#page_mission #filtre_categorie .bloc_filtre_categorie:nth-of-type(2) {
    width: fit-content;
}

#page_mission #filtre_categorie .bloc_filtre_categorie:last-of-type {
    right: 9%;
    width: fit-content;
}

#page_mission .row_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#page_mission .row_flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

#qui_sommes_nous .contener_bloc_missions,
#page_mission .contener_bloc_missions {
    padding: 3vh 2vw 3vh 2vw;
}

#qui_sommes_nous .bloc_missions,
#page_mission .bloc_missions {
    border-radius: 28px;
    padding: 41px 15px 40px 60px;
    margin-top: 0;
    height: 100%;
}

.contenu_bloc_mission {
    border-left: 2px solid #ff0;
}

#qui_sommes_nous h3.titre_missions,
#page_mission h3.titre_missions {
    font-size: 22px;
    line-height: 28px;
    /*border-left: 2px solid #ff0;*/
}

#qui_sommes_nous h3.titre_missions .contener_titre_missions,
#page_mission h3.titre_missions .contener_titre_missions {
    background-color: #FFFFFF;
    margin-left: -20px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#qui_sommes_nous .extrait_missions,
#page_mission .extrait_missions {
    font-size: 16px;
    line-height: 22px;
    /*border-left: 2px solid #ff0;*/
    padding-left: 30px;
    margin-bottom: 2vh;
}

#qui_sommes_nous .lien_savoir_missions,
#page_mission .lien_savoir_missions {
    font-size: 16px;
    line-height: 29px;
    background-color: #FFFFFF;
    margin-left: -33px;
    display: flex;
    align-items: center;
}

#qui_sommes_nous .lien_savoir_missions .chevron_savoir,
#page_mission .lien_savoir_missions .chevron_savoir {
    border: 2px solid #ff0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    padding-top: 2px;
    background-size: 35%;
}

#page_mission .nav .nav-link {
    font-size: 22px;
    line-height: 35px;
    margin-top: 4vh;
    margin-bottom: 3vh;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

#page_mission .nav .nav-link.active {
    font-weight: 700;
}

#page_mission .nav .nav-link.active::after {
    content: '';
    height: 4px;
    display: block;
    width: 60px;
    margin-top: 10px;
}

#page_mission .ligne_filtre nav {
    margin-bottom: 40px;
}

#page_mission .intro_filtre_mission {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8vh;
}

#filtre_categorie .intro_filtre_mission {
    margin-bottom: 4vh;
}

#page_mission .titre_activite {
    display: none;
    font-size: 1.5rem;
}

#page_mission .ligne_filtre .nav .nav-link:hover {
    font-weight: 700;
}
#page_mission .titre_categorie{
  margin-top:15vh;
}
/*
QUI SOMMES NOUS--------------------------------------------------------------------------
*/

#qui_sommes_nous.main
{
    padding-top: 10vh !important;
}
.accordion-item {
    border: none !important;
}

.contenu_texte_section_accordeon strong {
    font-weight: 600 !important;
}

.contenu_accordeon_trait_plus {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenu_accordeon_trait_plus .plus {
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 36px;
    line-height: 26px;
    cursor: pointer;
}

.accordion .plus:not(.collapsed)::before,
.accordion .plus.collapsed::before {
    font-size: 0.4em;
    position: relative;
    width: 150px;
    display: block;
    margin-left: -60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

}

.contenu_accordeon_trait_plus .trait {
    height: 1px;
    width: calc(96% - 45px);
    right: 40px;
    display: inline-block;
    border-bottom: 1px solid red;
    position: relative;
    top: -5px;
}

.image_accordeon {
    height: 50vh;
    max-height: 50vh;
    background-position: left top;
}

.image_accordeon_et_sstitre {
    height: 32vh;
    max-height: 32vh;
    background-position: left top;
}
#titre_equipe h3, #titre_rse h3
{
    font-size: 1.3rem;
}
.margin_text_ss_titre
{
    padding-right: 8.5vh;
}

.element_frise {
    height: 25vh;
    max-height: 25vh;
    margin-top: 12vh;
    margin-bottom: 15vh;
    opacity: 0;
    color: #3E5062;
}

.element_frise::before {
    width: 20vw;
    margin-left: -5vw;
    display: block;
    position: absolute;
    text-align: center;
}

.element_frise:nth-child(even)::before {
    padding-top: 22vh;
}

.element_frise#frise_6::before {
    margin-top: -8vh;
}
.element_frise#frise_0::before
{
    margin-top: -3vh;
}

#expertModal .titre_modal_expert {
    margin-top: 0;
    margin-right: 9.5vw;
    width:100%;
    text-align: center;
}

#expertModal .contenu {
    padding-bottom: 10vh;
}
#expertModal .modal-dialog{
  padding-top: 15vh;
}
#expertModal .titre_page{
  width:100% !important;
}

.bloc_temoignage {
    border-radius: 30px;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.bloc_temoignage .portrait_temoin {
    border-radius: 50%;
    margin: auto 0 auto 5vw;
}

.bloc_temoignage .bulle_temoin {
    background-size: 80%;
    margin-top: -20vh;
    margin-left: -2vw;
}
.titre_temoin
{
    margin: auto 0;
}
.margin_bloc_bleu
{
    margin: 5vh 0;
}
#qui_sommes_nous .owl-carousel .owl-dots{
  display:flex;
}
#qui_sommes_nous .owl-carousel button.owl-dot{
  min-width:20%;
  height:3px;
  flex: 1 0 0%;
}
#qui_sommes_nous .owl-carousel .owl-next::after,
#qui_sommes_nous .owl-carousel .owl-prev::after {
  position: absolute;
  margin-top:-5px;
  left: -2vw;
}
#qui_sommes_nous .owl-carousel .owl-next::after {
  left: calc( 100% + 2vw );
}
/*
SINGLE MISSION--------------------------------------------------------------------------
*/
main#single_mission {
    padding-bottom: 200px;
}

#single_mission h2.titre_contenu {
    font-size: 2em;
    line-height: 40px;
    margin-top: 65px;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding-left: 0;
}

#single_mission .contenu {
    padding-left: 0;
}

/*
MODALS--------------------------------------------------------------------------
*/
.modal-dialog {
    max-width: 70%;
}

.modal-content .btn-close {
    opacity: 1;
    font-size: 25px;
}

.modal-body {
    padding: 0 200px;
}

.modal-header {
    border-bottom: none;
    padding: 0 3rem;
    margin-top: 30px;
    margin-bottom: 5vh;
    background-size: 70vh;
}

.modal-content {
    border-radius: 3rem;
}

.wpcf7-form.init input[type="text"],
.wpcf7-form.init input[type="email"],
.wpcf7-form.init input[type="tel"],
.wpcf7-form.init select,
.wpcf7-form.init textarea,
.wpcf7-form.sent input[type="text"],
.wpcf7-form.sent input[type="email"],
.wpcf7-form.sent input[type="tel"],
.wpcf7-form.sent select,
.wpcf7-form.sent textarea {
    border-radius: 28px;
    padding: 15px 30px;
    margin-bottom: 20px;
    width: 100%;
}

select {
    border: none;
}

.wpcf7-form.init input[type="submit"] {
    border: none;
    text-align: center;
    margin: 1vh auto;
}

.label-file {
    cursor: pointer;
    border-radius: 45px;
    border: 2px solid #f00;
    margin-bottom: 2vh;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    padding: 15px;
    display: flex;
    justify-content: start;
}

.label-file i {
    height: 25px;
    display: inline-block;
    width: 35px;
    margin-bottom: -5px;
    margin-right: 10px;
}

.modal-content input[type="file"] {
    display: none;
}

.wpcf7-form.init {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form.init p {
    width: 100%;
    text-align: center;
}

.wpcf7-form.init h3 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 4vh;
}
/*
PAGE EN CONSTRUCTION--------------------------------------------------------------------------
*/

.lien_construction{
  height:60vh;
}
/*
PAGE DE RECHERCHE--------------------------------------------------------------------------
*/

#page_recherche .fleche_bloc_actu {
    width: 84%;
}
#page_recherche .btn-close{
  float: right;
  border-radius: 50%;
  color: #FFFFFF;
  opacity: 1;
  padding: 5px;
}
#page_recherche .bloc_actu,
#page_recherche .bloc_actu .row{
    min-height: 20vh;
}
/*
MENTIONS--------------------------------------------------------------------------
*/
#mentions p{
  font-size:1em;
  margin-bottom:1em;
}
#mentions h4{
  text-transform: uppercase;
  margin-bottom:1em;
}

/*
FOOTER--------------------------------------------------------------------------
*/
#footer {
    padding-top: 60px;
    padding-bottom: 70px;
}

#footer h2 {
    font-size: 28px;
    line-height: 38px;
}

#footer .agence_footer {
    font-size: 20px;
    line-height: 39px;
    transition: all .2s ease-in-out;
}

#footer .bouton {
    display: block;
}

#footer .icone_linkedin {
    height: 30px;
    width:100px;
    display: block;
    margin-top: 23px;
    transition: all .2s ease-in-out;
}
.list_rezo{
  list-style-type: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding:0;
  background-position: bottom;
}
.list_rezo li{
  display: inline-block;
  width: fit-content;

}

#subfooter {
    padding-top: 15px;
    padding-bottom: 15px;
}

#subfooter a {
    color: #FFFFFF;
}

#subfooter p {
    display: inline-block;
}

/* MODIFICATION MALO GLOUX*/

/* HEADER */

.logo_header {
    height: 6vh;
}

#masthead .row {
    justify-content: end;
}

#masthead .bouton {
    margin-left: 5vw;
}


/* ACTUALITES */

.lien_position_actu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.margin_contenu_actu {
    margin: 0 -2vw 0 1vw;
}

/* OFFRES */

#offres .h3 p {
    font-size: 1.6rem !important;
}

/* CARTE AGENCES */

.margin_top_bloc_carte {
    margin-top: 5vh;
}

.margin_bot_footer {
    margin-bottom: 2vh;
}

#nav-108-tab .nav {
    text-align: center;
}

#nav-107-tab .nav {
    text-align: right;
}

#filtre_profil .nav,
#filtre_categorie .nav {
    border-bottom: solid 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}

.bloc_societe_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.formulaire_alignement {
    display: flex;
    justify-content: space-between;
}

.logo_footer {
    height: 10vh;
    display: block;
    transition: all .2s ease-in-out;
    margin-bottom: 3vh;
    width: 80%;
    margin-top: -1.7vh;
}

li::marker {
    color: #f39100;
}

.wpcf7-form.init textarea {
    height: 10vh;
}

.wpcf7-spinner {
    margin: 0 160px;
}

/*Bloc carte agence*/

.xs {
    max-width: 320px;
}


.display_intro_recrutement {
    display: flex;
    justify-content: center;
}

/*Page qui sommes nous*/

.en_construction {
    width: 100%;
}

.col-xxl-6 {
    flex: 0 0 auto;
    width: 90%;
}

#histoire h3
{
    margin-top: 5vh;
}

.margin_sstitre_experts
{
    margin: 2vh 5vw 4vh 5vw;
}

#slide_temoignage h3
{
    font-size: 1.5em;
}

/*Responsive grand écran*/

@media screen and (min-width: 1441px) {
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    #masthead .bouton {
        margin-left: 9vw;
    }

    /*.hamb {
        top: -20px;
    }*/


    #header h2 {
        font-size: 3em;
        line-height: 6vh;
    }

    #header .texte_header {
        font-size: 1.8vh;
        line-height: 3vh;
    }

    #header .bouton {
        font-size: 20px;
    }

    .section h2 {
        font-size: 2.5rem;
        margin-bottom: 2vh;
    }

    .contener_bloc_profil {
        padding: 4vh;
    }

    .bloc_profil h3 {
        padding: 20px 25px 15px 0;
        font-size: 1.7em;
    }


    /*.bloc_titre_agence {
        margin: -20vh -32vw 0 0;
        padding: 1vw;
    }*/

    #carte_agence svg {
        height: 750px;
        width: 35vw;
    }

    #carte_agence .icone_agence {
        background-size: 2vh;
        padding-left: 60px;
        line-height: 30px;
    }

    /*#carte_agence h2 {
        font-size: 3rem;
        margin-bottom: 10vh;
    }*/

    .references {
        height: 125px;
    }

    #footer .icone_linkedin {
        height: 40px;
        margin-top: 45px;
    }

    #footer .row {
        justify-content: space-around;
    }

    #footer .width_col {
        width: 18%;
    }

    #actualites .col-lg-11,
    #page_actualites .col-11 {
        width: 83.3333333333%;
    }

    .slide_carousel_actu .contenu_carrousel h2 {
        padding: 0 4vw 0 0;
    }

    /*.carousel-control-next,
    .carousel-control-prev {
        width: 10%;
        top: 10vh;
    }*/

    .contener_bloc_actu h3 {
        font-size: 1.8vh;
        line-height: 2.5vh;
    }


    main {
        padding-top: 8vh;
    }


    /*#single_actualite .date_et_lieu {
        font-size: 1.5em;
        margin-top: 1vh;
    }

    #single_actualite h2 {
        font-size: 4em;
    }

    #single_actualite h2 {
        width: 85%;
    }

    #single_actualite .contenu {
        font-size: 1.7em;
    }*/

    #page_mission .contener_bloc_missions {
        padding: 3vh 2vw 3vh 2vw;
    }

    #single_mission h2.titre_contenu {
        font-size: 2.5em;
    }

    /*.bloc_adresse_agence {
        margin: 0 0 -17vh -6.5vw;
    }*/

    /*.bloc_titre_agence {
        margin: -20vh -36.5vw 0 0;
        padding: 0;
    }*/

    /*.margin_carte_agence {
        margin-right: 3vw;
    }*/

    #page_societe .bloc_societe#bloc_societe2 .logo_societe {
        background-size: 80%;
    }

    #page_societe .bloc_societe p {
        margin-top: 3vh;
        font-size: 1.5em;
    }

    #single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes,
    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes {
        padding: 80px;
    }

    #single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes h3 {
        font-size: 2.5rem;
    }

    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes h3 {
        font-size: 2rem;
    }

    #single_agence .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .icone_agence,
    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .icone_agence {
        background-size: 2vh;
        font-size: 1.5em;
        line-height: 3vh;
    }

    #page_contact .contener_bloc_contact_formulaire h3 {
        font-size: 2em;
    }

    #missions .col-lg-4 {
        width: 32%;
    }

    #homepage .contener_bloc_missions_accueil {
        padding: 0 70px;
    }

    .wpcf7-spinner {
        margin: 0 auto;
    }

    #page_recrutement .contener_introduction {
        font-size: 1.3em !important;
    }

    #page_recrutement .contener_introduction_bis {
        font-size: 1.3rem !important;
    }

    #page_recrutement .contener_introduction h3 {
        font-size: 1.8em;
        margin-bottom: 3vh;
    }

    #page_recrutement .bloc_recrutement .image_recrutement {
        height: 22vh;
    }

    #bloc_candidature .fleche_bloc_actu {
        width: 85%;
    }

    #page_recrutement .bloc_recrutement h3 {
        padding-top: 2vh;
        font-size: 2em;
    }

    #page_recrutement .sections {
        margin-top: 15vh;
    }

    #page_recrutement .sections .bloc_contenus {
        background-size: 9vh;
        background-position: top;
        padding: 13vh 1.6vw;
        font-size: 1.3em;
        line-height: 1.5em;
    }

    #page_recrutement .texte_bleu {
        font-size: 2rem;
    }

    #titre_categorie_1_profil_0 {
        margin: 5vh 0;
    }

    .fontsize_titre {
        font-size: 1.5rem !important;
        margin-top: 0 !important;
    }

    .modal-dialog {
        margin: 25vh auto;
    }

    #page_recrutement .sections .bloc_contenus {
        padding: 10vh 1.6vw 10vh 1.6vw;
    }

    /*#president h3, #equipe h3, #expert h3, #section_rse h3, #temoignage h3
    {
        font-size: 2em;
    }
    #mentions p,
    #president p,
    #equipe p,
    #expert p,
    #section_rse p,
    #temoignage p {
        font-size: 1.5em;
    }
    .element_frise::before {
        font-size: 1.5em;
    }*/
    .element_frise#frise_6::before {
        margin-top: -4vh;
    }
    .element_frise#frise_0::before {
        margin-top: -2vh;
    }
    /*#mentions h4,
    #titre_equipe h3,
    #titre_rse h3 {
        font-size: 1.5rem;
    }*/
}

@media screen and (max-width: 576px) {
    .site-main {
        padding-top: 0;
    }

    .site-branding {
        position: static;
    }

    #masthead .row {
        height: 10vh;
    }

    .logo_header {
        margin-right: 10vw;
        width: 60%;
    }

    .hamb {
        padding-top: 4vh;
        top: unset;
    }

    .side-menu:checked~.vertical_menu_hidden aside.vertical_menu_area {
        width: 100%;
        left: 0;
    }


    #masthead .bouton {
        margin-left: -5vw;
    }

    #header h2 {
        margin-top: 6vh;
        line-height: 5vh;
        font-size: 2em;
    }

    #header .row {
        padding: 0 2vw;
    }

    #header .bouton {
        padding: 1vh 10vw;
        margin-bottom: 5vh;
        font-size: 16px;
    }

    #header .image_header1 {
        height: 50vh;
    }

    #actualites .row {
        flex-direction: column;
        align-content: center;
    }

    .lien_voir_tout_actu em {
        margin-right: 0;
    }

    .lien_position_actu {
        justify-content: center;
    }

    /*.vignette_actu {
        width: calc(100% - 30px);
        margin-left: 15px;
    }*/

    .contener_bloc_actu {
        padding: 30px 5vw;
    }

    .margin_contenu_actu {
        margin: 2vh 4vw;
    }

    .bloc_actu .contener_btn_fleche {
        padding-top: 0;
    }

    .section h2 {
        font-size: 1.5rem;
    }

    .section {
        padding-bottom: 10vh;
    }

    #offres .row {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #offres .contener_bloc_profil {
        margin-top: 0vh !important;
        padding: 6vh;
    }

    .bloc_adresse_agence {
        margin: 5vh 0 0 0;
    }

    .bloc_titre_agence {
        height: 0;
        margin: 0 0 10vh 0;
        padding-left: 0;
        text-align: center;
    }

    .carte_agence_mobile {
        height: 60vh;
    }

    #carte_agence .carousel-item {
        border-radius: 40px;
        padding: 4vh 4vw;
    }

    #carte_agence h2 {
        font-size: 1.5em;
        line-height: 5vh;
    }

    #carte_agence .texte_bleu {
        font-size: 1em;
    }

    #carte_agence h3 {
        font-size: 1.3em;
    }

    #carte_agence .bouton.orange {
        line-height: 2vh;
        padding: 12px 40px;
        font-size: 16px;
    }

    #carte_agence .bouton {
        width: auto;
    }

    #carte_agence .icone_agence {
        font-size: 14px;
    }

    .carousel-indicators {
        margin-right: 25%;
        margin-left: 25%;
    }

    #carte_agence .carousel-control-next {
        right: -10px;
    }

    #carte_agence .carousel-control-prev {
        left: -10px;
    }

    #references .owl-carousel {
        max-width: 75%;
    }

    #references .owl-carousel {
        margin-bottom: 0vh;
    }

    #footer .row {
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
    }

    #footer .bouton {
        font-size: 16px;
        padding: 1vh 0;
        width: inherit;
        text-align: center;
    }

    .logo_footer {
        width: 100%;
    }

    .margin_bot_footer_bouton {
        margin-bottom: 5vh;
    }

    #footer h2 {
        font-size: 1.5rem;
    }

    #footer .agence_footer {
        line-height: 4vh;

    }

    #footer {
        padding-bottom: 0;
        padding-top: 5vh;
    }

    .texte_footer_versalis {
        font-size: 0.6em;
    }

    #chiffres_equipe .montant_chiffre,
    #chiffres_clefs .montant_chiffre {
        font-size: 2em;
    }

    #chiffres_equipe .montant_chiffre::before,
    #chiffres_clefs .montant_chiffre::before {
        font-size: 0.75em;
    }

    /*Page actualités*/
    #carouselActu {
        padding-top: 0;
    }

    #carouselActu .row {
        flex-direction: column;
        align-items: center;
    }

    .slide_carousel_actu .image_carrousel {
        height: 30vh;
    }

    #carouselActu .slide_carousel_actu .contenu_carrousel h2 {
        font-size: 1.8em;
        line-height: 5vh;
    }

    .slide_carousel_actu .contenu_carrousel {
        padding: 5vh 4vh;
        height: 35vh;
    }

    .slide_carousel_actu .date_et_lieu {
        /*position: relative;*/
        font-size: 1em;
        line-height: 3vh;
        /*bottom: 0;
        right: 0;*/
    }

    .mobile_responsive {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #page_actualites {
        padding-top: 5vh;
    }

    #single_actualite .header_actu {
        height: 30vh;
    }

    #single_actualite h2 {
        margin-top: 5vh;
        font-size: 1.5em;
        padding-left: 15px;
        margin-bottom: 15px;
        margin-top: 30px !important;
    }

    #single_actualite .date_et_lieu {
        font-size: 1em;
        margin-top: 2vh;
        padding-right: 15px;
    }

    #single_actualite .contenu {
        margin-top: 5vh;
    }

    #single_actualite #galerie_actu.owl-carousel {
        margin-top: 10vh;
        height: 30vh;
    }
    #single_actualite .image_galerie_actu_solo,
    #single_actualite #galerie_actu.owl-carousel .image_galerie_actu {
        max-height: 30vh;
    }

    #galerie_actu .owl-nav {
        visibility: hidden;
    }

    .component .toggle {
        height: 10vh;
        border-radius: 50px;
    }

    .component .toggleFrame {
        height: 10vh;
        bottom: 0;
        left: 0;
        border-radius: 50px;
    }

    .component .toggleText span {
        flex-direction: column;
        font-size: 0.7em;
        align-items: center;
        margin-top: 1vh;
    }

    .component i {
        height: 3vh;
        margin-right: 0;
    }

    .component .toggleCheckbox:checked+.toggleFrame {
        left: calc(50% - 0px);
    }

    #page_mission {
        padding-top: 0;
    }

    #page_mission .nav .nav-link {
        margin-top: 2vh;
        margin-bottom: 1vh;
    }

    #page_implantation .row {
        --bs-gutter-x: 0;
    }

    #filtre_profil .row {
        flex-direction: column;
        align-content: center;
    }

    .titre_categorie {
        text-align: center;
    }

    #page_mission .contener_bloc_missions {
        padding: 3vh 2vw 5vh 2vw;
    }

    #bloc_mission_liste .row {
        flex-direction: row;
    }

    #titre_categorie_1_profil_0,
    #titre_categorie_2_profil_0 {
        margin-top: 5vh;
    }

    #page_mission h3.titre_missions {
        font-size: 1.2em;
    }

    #page_mission .extrait_missions {
        font-size: 1em;
    }


    #single_mission h2.titre_contenu {
        font-size: 1.5em;
        line-height: 4vh;
    }

    main#single_mission {
        padding-bottom: 14vh;
    }

    #page_implantation.page {
        padding: 0 0 15vh 0 !important;
    }

    main.page {
        padding-top: 0vh;
    }

    #carte_agence h2 .texte_bleu {
        font-size: 0.8em;
    }

    #page_implantation .bloc_titre_agence {
        margin: 0 0 6vh 0;
    }

    #page_implantation .carte_agence_mobile {
        text-align: center;
        height: 55vh;
    }

    #page_implantation #carte_agence svg {
        max-width: 100%;
    }

    #page_implantation .col-12 {
        width: 91.6666666667%;
    }

    #page_societe .row {
        flex-direction: column;
    }

    #page_societe .bloc_societe .bouton.orange {
        font-size: 1em;
        padding: 8px 10vw;
    }

    #page_societe .bloc_societe1,
    #page_societe .bloc_societe2 {
        margin-top: 5vh;
    }

    #page_contact .row {
        flex-direction: column;
    }

    #page_contact .contener_bloc_contact_coordonnes {
        padding: 3vh;
    }

    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes {
        padding: 3vh;
        border-radius: 33px;
    }

    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes h3 {
        font-size: 1.5rem;
    }

    #page_contact .contener_bloc_contact_coordonnes .bloc_contact_coordonnes .icone_agence {
        padding-left: 10vw;
        background-size: 2vh;
        font-size: 0.9em;
    }

    .formulaire_alignement {
        display: flex;
        flex-direction: column;
    }

    #page_contact main.page {
        padding-bottom: 0vh;
    }

    #filtre_profil .nav,
    #filtre_categorie .nav {
        display: flex;
        flex-direction: column;
    }


}

/*GSM Petit*/
@media screen and (max-width: 320px) {
    #missions .col-9 {
        width: 100%;
    }

}

@media screen and (min-width: 577px) and (max-width: 1050px) {
}

@media screen and (min-width: 1051px) and (max-width: 1250px) {
    #header h2 {
        margin-top: 8vh;
    }

    #header .image_header1 {
        height: 55vh;
    }

    /*.vignette_actu {
        border-radius: 30px;
        min-height: 20vh;
    }*/

    /*.vignette_actu {
        height: 25vh;
    }*/

    #page_implantation .row {
        flex-wrap: nowrap;
    }

    #page_implantation.page {
        padding: 15vh 5vh 5vh 5vh;
        ;
    }

    .margin_carte_agence {
        margin-right: 0;
    }

    #carte_agence h2 {
        font-size: 2.5vh;
    }

    .bloc_adresse_agence {
        margin: 0 0 -17vh -17vw;
    }
}

/****************************/
