/*	Theme Name: IOZ
	Theme URI: https://ioz-eau.fr
	Description: IOZ
	Version: 1
	Author: L'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-primary);
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

body {
    font-family: var(--font-primary);
    background: #fff;
    position: relative;
    margin: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    margin: 1rem 0 1rem 2rem;

}

.li {
    margin: 0.5rem;
}

/* StixTwoText - latin */
@font-face {
    font-family: 'StixTwoText';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/Ioz/assets/fonts/StixTwoText/STIXTwoText-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'StixTwoText';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/Ioz/assets/fonts/StixTwoText/STIXTwoText-Medium.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'StixTwoText';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/themes/Ioz/assets/fonts/StixTwoText/STIXTwoText-SemiBold.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'StixTwoText';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/Ioz/assets/fonts/StixTwoText/STIXTwoText-Bold.woff2');
    font-display: swap;
}

/* OpenSans - latin */
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url('/wp-content/themes/Ioz/assets/fonts/OpenSans/OpenSans-Light.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/Ioz/assets/fonts/OpenSans/OpenSans-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/Ioz/assets/fonts/OpenSans/OpenSans-Medium.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/themes/Ioz/assets/fonts/OpenSans/OpenSans-SemiBold.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/Ioz/assets/fonts/OpenSans/OpenSans-Bold.woff2');
    font-display: swap;
}

/*------------------------------------*\
    Variable
\*------------------------------------*/

:root {
    --font-primary: 'OpenSans';
    --font-secondary: 'StixTwoText';
    --color-primary: #060E0F;
    --color-secondary: #A0C7EB;
    --fond: #F3F4EC;
    --fond-sec: '/wp-content/themes/Ioz/images/fond.jpg';
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header {
    margin-top: 32px;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
}

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

.row>* {
    float: left;
    width: 100%;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1280px;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .container {
        max-width: 1060px;
    }
}

@media screen and (min-width:1024px) {
    .row>* {
        padding-left: .9375em;
        padding-right: .9375em;
    }
}

@media screen and (max-width:1024px) {
    .container {
        width: 95%;
    }
}

@media screen and (max-width:1023px) {
    .row>* {
        padding-left: .46875em;
        padding-right: .46875em;
    }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-secondary);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

:focus {
    outline: none;
}

section {
    padding: 6rem 0;
}

.logo-site a {
    display: flex;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-secondary);
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 400;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    font-weight: 700;
    background-color: var(--color-secondary);
    padding: 0 0.5rem;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

p {
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
}

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

.btn {
    width: max-content;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-family: var(--font-secondary);
    font-weight: 700;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    transition: all 0.3s;
}

.btn:hover {
    background: var(--color-primary);
    color: white;
    border-color: white;
}

.btn-sec {
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.btn-sec::after {
    content: url(/wp-content/themes/Ioz/images/right-arrow-sec.svg);
}

.btn-sec:hover {
    background: var(--color-secondary);
    color: var(--color-primary);
    border-color: var(--color-secondary);
}

.btn-sec:hover::after {
    content: url(/wp-content/themes/Ioz/images/right-arrow.svg);
}

.grp-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* =====================================
        HEADER
=======================================*/
#top.current {
    overflow: hidden;
}

#top.highlight {
    overflow: hidden;
    position: initial;
}

header {
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 11;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#menu-aeb.dynamic,
#menu-aeb.smallogo {
    background: #fff;
}

header.hidden {
    transform: translateY(-104px);
}

#menu-aeb .contain {
    width: 90%;
    margin: auto;
    display: flex;
    padding: 0;
    position: relative;
}

.loghead {
    max-width: initial;
}

.wrap-nav {
    list-style-type: none;
    margin: 0;
}

.menu-rs {
    list-style-type: none;
    margin: 0;
}

footer .menu-rs li {
    padding: 0;
}

.menu .wrap .rs-head {
    margin: 0;
    display: flex;
    gap: 1rem;
}

.menu .wrap .rs-head li,
.menu .wrap .rs-head a {
    display: block;
    width: 20px;
    height: 20px;
}

.sprites {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/Ioz/images/sprites.svg) no-repeat center center;
    display: inline-block;
}

.sprites:hover {
    background: url(/wp-content/themes/Ioz/images/sprites-footer.svg) no-repeat center center
}

.rs-fb {
    background-position: -3px 0;
}

.rs-fb:hover {
    background-position: -8px -10px;
}

.rs-li {
    background-position: -31px 0;
}

.rs-li:hover {
    background-position: -52px -10px;
}

.menu-sec {
    display: flex;
    justify-content: space-between;
    background: #1B243A;
    padding: 0.75rem 6rem;
}

.menu-sec * {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
}

.menu-sec .item {
    display: flex;
    gap: 2rem;
}

.menu-sec .item>div {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

@media only screen and (min-width: 1200px) {
    header.hidden {
        transform: translateY(-150px);
    }

    .loghead {
        height: 120px;
    }

    .content_aeb {
        margin-top: 150px;
    }

    header .menu {
        width: 100%;
        align-self: center;
    }

    header .wrap-nav {
        display: inline-flex;
        justify-content: end;
    }

    .menu .wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1rem;
    }

    #menu-aeb {
        box-shadow: 0 3px 6px #00000029;
        background: #fff;
        padding: 1rem 0;
        height: 108px;
    }

    .dropdown-content {
        display: none;
    }

    .menu-rs li {
        align-self: center;
        padding-left: 0.5em;
    }

    #menumara .wrap-nav li {
        align-self: center;
        padding-left: 1px;
    }

    #menumara .menu-contact {
        display: none;
    }

    .dropdown,
    .wrap-nav li a {
        font-family: var(--font-secondary);
        font-size: 18px;
        font-weight: 500;
        display: block;
        cursor: pointer;
        padding: 0.5rem 1rem 0.25rem;
        text-transform: uppercase;
    }

    .wrap-nav a.btn {
        background: #12006C;
        color: #fff;
        padding: 0.5em;
        margin-left: 0.5em;
    }

    .wrap-nav a.btn.contact-menu {
        margin-left: .75em;
    }

    .dropdown {
        position: relative;
        padding-right: 1em;
    }

    .dropdown:after {
        content: url();
        position: absolute;
        right: 0;
        top: 17px;
    }

    .dropdown:hover .dropdown-content {
        display: grid;
        position: absolute;
        top: 3.5em;
        width: max-content;
        background: rgba(255, 255, 255, 0.88);
        border-top: 5px solid #2CEBA2;
        box-shadow: 0 3px 6px #00000029;
    }

    .dropdown:hover .dropdown-content a {
        font-weight: 400;
        font-size: 15px;
        padding: 0.5em 1em;
    }

    .dropdown:hover .dropdown-content a:hover {
        background: #fff;
    }

    #secondaire {
        position: absolute;
        top: 1em;
        right: 0;
        padding: 0;
        margin: 0;
        width: max-content;
    }
}

@media only screen and (max-width: 1199px) {
    header.hidden {
        transform: translateY(-80px);
    }

    .loghead {
        height: 100px;
    }

    .content_aeb {
        margin-top: 160px;
    }

    .menu {
        display: none;
        position: fixed;
        background: var(--color-primary);
        height: 100%;
        width: 100%;
        z-index: 100;
        left: -100%;
    }

    .menu.active {
        display: block;
        right: 0%;
        left: inherit;
        margin-top: 100px;
    }

    .menu .wrap {
        height: 100%;
        position: relative;
        text-align: left;
        overflow: scroll;
        padding-bottom: 5em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu .wrap .mara {
        position: absolute;
        width: max-content;
        padding: 1em 4em;
        height: 100%;
        z-index: 2;
    }

    .menu .wrap .wrap-nav {
        margin: 4em auto 2rem;
    }

    .menu .wrap ul li {
        position: relative;
        text-transform: uppercase;
        padding: 0.5em 0;
    }

    .menu .wrap ul li a,
    .menu .wrap ul li.dropdown {
        color: var(--color-secondary);
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        cursor: pointer;
    }

    .menu .wrap ul li a:hover {
        color: #fff;
    }

    .menu .wrap ul li a.btn {
        width: inherit;
        text-transform: inherit;
        position: inherit;
        padding: 0;
        margin: 0;
    }

    .menu .wrap ul li a:hover:after {
        width: 100%;
    }

    .menu .wrap .rs-head {
        gap: 2rem;
        margin-top: 1rem;
    }

    .menu .wrap .rs-head li,
    .menu .wrap .rs-head a {
        display: block;
        width: fit-content;
        height: fit-content;
    }

    .menu .wrap .sprites {
        width: 36px;
        height: 36px;
        background: url(/wp-content/themes/Ioz/images/sprites-footer.svg) no-repeat center center;
        display: inline-block;
        background-color: rgba(255, 255, 255, 6%);
        border-radius: 12px;
    }

    .menu .wrap .rs-fb {
        background-position: 0 0;
    }

    .menu .wrap .rs-li {
        background-position: -42px 0;
    }

    .hamburger {
        cursor: pointer;
        display: inline-flex;
        overflow: hidden;
        align-self: center;
    }

    .buttonMenu {
        display: flex;
    }

    .buttonMenu .text {
        text-align: left;
        color: #12006C;
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
        display: initial;
        padding-left: 0.75em;
        position: relative;
    }

    .buttonMenu .text a:after {
        position: absolute;
        right: -1.5em;
        top: 0.3em;
        content: url();
        zoom: 0.8;
    }

    .buttonMenu .text a {
        color: #fff;
    }

    .hamburger__container {
        width: 55px;
        height: 42px;
        position: relative;
    }

    .hamburger:hover .hamburger__inner {
        transform: translate(-51px, 50%);
        opacity: 0;
    }

    .hamburger:hover .hamburger__inner::before,
    .hamburger:hover .hamburger__inner::after {
        transform: translate(102px, 0);
        opacity: 0;
    }

    .hamburger.is-active .hamburger__inner {
        display: none;
    }

    .hamburger__inner {
        background-color: var(--color-primary);
        border-radius: 20px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.4s;
        top: 50%;
        transform: translate(0, -50%);
        opacity: 1;
    }

    .hamburger__inner::before,
    .hamburger__inner::after {
        background-color: var(--color-primary);
        border-radius: 20px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.4s;
        content: "";
        opacity: 1;
        right: 0;
    }

    .hamburger__inner::before {
        top: -14px;
    }

    .hamburger__inner::after {
        top: 14px;
    }

    .hamburger:hover .hamburger__hidden {
        opacity: 1;
        transform: translate(0, -50%);
    }

    .hamburger:hover .hamburger__hidden::before,
    .hamburger:hover .hamburger__hidden::after {
        opacity: 1;
        transform: translate(0, 0);
    }

    .hamburger.is-active .hamburger__hidden {
        opacity: 1;
        transform: rotate(45deg);
    }

    .hamburger.is-active .hamburger__hidden::before {
        transform: translate(0, 14px) rotate(90deg);
        transform-origin: center;
    }

    .hamburger.is-active .hamburger__hidden::after {
        transform-origin: center;
        transform: translate(0, -14px) rotate(0);
        opacity: 0;
    }

    .hamburger__hidden {
        opacity: 0;
        background-color: var(--color-primary);
        border-radius: 20px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.4s;
        top: 50%;
        transform: translate(51px, -50%);
    }

    .hamburger__hidden::before,
    .hamburger__hidden::after {
        background-color: var(--color-primary);
        border-radius: 20px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.4s;
        content: "";
        transform: translate(102px, 0);
    }

    .hamburger__hidden::before {
        top: -14px;
    }

    .hamburger__hidden::after {
        top: 14px;
    }

    #entete .nav-site {
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }

    .nav-site {
        display: inline-flex;
        align-self: center;
        position: absolute;
        right: 0;
    }

    /* AJout Toggle sur le menu burger pour les liens en sous menu */
    .dropdown-content {
        display: block;
        padding-top: 0.25em;
    }

    .dropdown span {
        position: relative;
        padding: 0 0.5em 0 0;
    }

    .dropdown span:before {
        content: ' ';
        transform: rotate(45deg);
        position: absolute;
        right: -0.5em;
        top: .55em;
        margin: 0;
        height: 3px;
        width: 10px;
        border-radius: 10px;
        background: #12006C;
    }

    .dropdown span:after {
        content: ' ';
        transform: rotate(-45deg);
        position: absolute;
        right: -0.5em;
        top: .8em;
        margin: 0;
        height: 3px;
        width: 10px;
        border-radius: 10px;
        background: #12006C;
    }

    .dropdown .active:before {
        transition: 0.35s;
        transform: rotate(225deg);
        right: -0.47em;
        top: 0.75em;
        background: #27ECA0;
    }

    .dropdown .active:after {
        transition: 0.35s;
        transform: rotate(-225deg);
        right: -0.75em;
        top: 0.75em;
        background: #27ECA0;
    }

    .dropdown span.active {
        color: #27ECA0;
        transition: 0.25s;
    }

    .dropdown>div>a:after {
        display: none;
    }

    .menu .dropdown .dropdown-content a {
        display: block;
        text-align: left;
        text-transform: initial;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
        position: relative;
    }

    .menu .dropdown .dropdown-content a:hover {
        color: #27ECA0;
    }

    header {
        position: fixed;
    }

    .hamburger__inner,
    .hamburger__inner::before,
    .hamburger__hidden,
    .hamburger__hidden::before,
    .hamburger__hidden::after {
        width: 45px;
        height: 4px;
    }

    .hamburger__inner::after {
        width: 26px;
        height: 4px;
    }

    .menu.active {
        width: 100%;
    }

    .nav-site a.billetterie {
        display: none;
    }

    .nav-site {
        width: 40px;
    }

    .hamburger__inner,
    .hamburger__inner::before,
    .hamburger__hidden,
    .hamburger__hidden::before,
    .hamburger__hidden::after {
        width: 40px;
        height: 4px;
    }

    .hamburger__inner::after {
        width: 22px;
        height: 4px;
    }

    #menu-aeb {
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #fff;
        box-shadow: 0 3px 6px #00000029;
        padding: 1rem 0;
    }

    header.hidden {
        transform: translateY(-160px);
    }

    .menu .wrap .wrap-nav {
        width: max-content;
    }

    .menu .wrap .resoc {
        display: block;
        margin: auto;
        width: max-content;
        /*margin-left: 5.5em;*/
    }
}

@media screen and (max-width: 800px) {
    .menu-sec {
        padding: 0.75rem 1rem;
        justify-content: center;
    }

    .menu-sec .item:last-child {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .menu .wrap .mara {
        width: 100%;
    }
}

/* =========================
      FIN HEADER 
===========================*/

/* =========================
      FOOTER 
===========================*/
footer {
    background: url(/wp-content/themes/Ioz/images/bg-footer.jpg);
    padding: 4rem 0 1rem;
    position: relative;
}

footer * {
    color: #DBEAFE;
}

.footer .container:first-of-type {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(219 234 254 / 50%);
}

footer .presentation img {
    margin: 0;
}

footer .presentation p {
    margin: 1rem 0 0 0;
}

footer .grp-icone {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

footer .rs-head {
    margin: 0;
    display: flex;
    gap: 1rem;
}

.sprites-footer {
    width: 36px;
    height: 36px;
    background: url(/wp-content/themes/Ioz/images/sprites-footer.svg) no-repeat center center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 6%);
    border-radius: 12px;
}

.sprites-footer.rs-fb {
    background-position: 0px 0px;
}

.sprites-footer.rs-fb:hover {
    background: url(/wp-content/themes/Ioz/images/sprites-footer-hov.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 6%);
    background-position: 0px 0px;
}

.sprites-footer.rs-li {
    background-position: -43px 0px;
}

.sprites-footer.rs-li:hover {
    background: url(/wp-content/themes/Ioz/images/sprites-footer-hov.svg) no-repeat center center;
    background-color: rgba(255, 255, 255, 6%);
    background-position: -43px 0px;
}

footer .bloc-2-3 {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.expertise-footer,
.secteur-footer,
.info-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.expertise-footer h3,
.secteur-footer h3,
.info-footer h3 {
    margin: 0;
    font-size: 14px;
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.expertise-footer h3::before,
.secteur-footer h3::before,
.info-footer h3::before {
    content: "";
    height: 2px;
    width: 20px;
    background: var(--color-secondary);
    border-radius: 2px;
}

.expertise-footer a,
.secteur-footer a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 0.5rem;
}

.expertise-footer a::before,
.secteur-footer a::before {
    content: url(/wp-content/themes/Ioz/images/arrow.svg);
}

.info-footer p {
    margin: 0;
}

.info-footer .tel,
.info-footer .mail,
.info-footer .adresse,
.info-footer .horaire {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-footer .tel img,
.info-footer .mail img,
.info-footer .adresse img,
.info-footer .horaire img {
    background: rgba(255, 255, 255, 6%);
    padding: 1rem;
    border-radius: 12px;
    margin: 0;
}

.info-footer .tel div p,
.info-footer .mail a,
.info-footer .adresse div p,
.info-footer .horaire div p {
    font-size: 13px;
    font-weight: 700;
}

.info-footer .tel div p:last-of-type,
.info-footer .horaire div p:last-of-type {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}

.info-footer .adresse div p:last-of-type {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}

.footer .container:last-of-type * {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
}

.footer .container:last-of-type .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer .container:last-of-type p {
    margin: 0
}

footer .menu-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    max-width: fit-content;
}

@media screen and (max-width: 1299px) {
    .secteur-footer {
        display: none;
    }

    footer .bloc-2-3 {
        justify-content: space-around;
    }
}


@media screen and (max-width: 1199px) {
    .footer .container:last-of-type .row {
        flex-wrap: wrap;
    }

    .footer .container:last-of-type p {
        text-align: center;
        margin-bottom: 1rem;
    }

    footer .menu-footer {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .expertise-footer {
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {

    footer .bloc-3,
    footer .bloc-2-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    footer .bloc-2-3 {
        justify-content: end;
    }
}

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

    footer .bloc-3,
    footer .bloc-2-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1rem 0;
    }

    footer .bloc-2-3 {
        justify-content: start;
    }

    footer .presentation {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .presentation p {
        text-align: center;
    }

    footer .grp-icone {
        justify-content: center;
    }
}

/* =========================
      FIN FOOTER 
===========================*/
/* RESPONSIVE */
@media only screen and (min-width: 801px) {
    .bloc-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .bloc-2-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .bloc-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bloc-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .bloc-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .bloc-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}