/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

@font-face {
    font-family: 'Constantia';
    /* Nom de votre police */
    src: url('fonts/Constantia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Constantia';
    /* Nom de votre police */
    src: url('fonts/Constantia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body * {
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #0B416C;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    padding: 0 25px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

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

header {
    background-color: #0B416C;
}

header>div {
    text-align: center;
}

header img {
    width: 150px;
    margin: 20px 0;
}

header #logo-container {
    border-bottom: 2px solid white;
}

header nav#desktop ul {
    display: none;
}

header nav#desktop li a.active,
header nav li a.active {
    color: #0B416C;
    background-color: white;
}

header nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Constantia';
    font-weight: normal;

}

#menu-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px 0;
    cursor: pointer;
    font-family: 'Constantia';
    font-weight: normal;
}

nav#mobile button {
    background: none;
    border: none;
    padding: 10px;
    float: right;
    cursor: pointer;
}

nav#mobile button>img {
    width: 50px;
    margin: 0;
    display: inline-block;
}

nav#mobile li a {
    padding: 1rem;
    display: inline-block;
    font-size: 1.5rem;
}

nav#mobile ul {
    clear: both;
}

nav#mobile {
    position: absolute;
    width: 100%;
    background-color: #0B416C;
    top: -400px;
}

nav#mobile.open {
    top: 0;
}


#section-citations {
    padding: 50px 40px;
    background-image: url('img/home.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#section-citations>div {
    background: #0B416CE8;
    color: white;
    padding: 35px 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

/* #section-citations p::before {
    background-image: url(img/citation-de-gauche.png);
    background-size: 25px 25px;
    padding-right: 25px;
    margin-right: 15px;
    content: "";
    background-repeat: no-repeat;
    padding-top: 10px;
}

#section-citations p::after {
    background-image: url(img/citation-de-droite.png);
    background-size: 25px 25px;
    padding-left: 25px;
    margin-left: 15px;
    content: "";
    background-repeat: no-repeat;
    padding-bottom: 24px;
} */


.message-sent {
    padding: 5px 15px;
    background-color: #ceffd8;
}

#section-citations span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
}

#presentation>img {
    width: 80%;
    display: block;
    margin: 25px auto 50px auto;

}

.title-middle-page {
    font-family: 'Constantia';
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 25px 0;
}

p {
    margin: 15px 0;
}

#container-values {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

article.values img {
    width: 80px;
}

article.values {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 300px;
    /* Ajustez la largeur selon vos besoins */
    height: 200px;
    /* Ajustez la hauteur selon vos besoins */
    position: relative;
    margin: 20px;
}

article.values .values-img-title p {
    margin: 15px 0 0 0;
}

.values-img-title,
.values-description {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.values-img-title {
    background-color: aliceblue;
    z-index: 2;
    transition: z-index 0.3s;
}

.values-description {
    background-color: #0B416C;
    color: white;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 15px;
}

article.values:hover .values-img-title {
    z-index: 1;
}

article.values:hover .values-description {
    z-index: 2;
    opacity: 1;
}

.container-ensavoirplus {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-ensavoirplus article {
    margin: 50px 0;
    padding: 15px;
    background: #0B416C;
    text-align: center;
}

/* .container-ensavoirplus img {
    top: -58px;
    position: relative;
} */
.container-ensavoirplus .container-img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    top: -50px;
}

.container-ensavoirplus .container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.container-ensavoirplus a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #77B6EA;
    display: inline-block;
    border: 2px solid white;
    width: 100%;
}

.container-ensavoirplus a:hover {
    background: #0B416C;
}

section.nous-rencontrer {
    background: aliceblue;
    text-align: center;
    padding: 0px 0 50px 0;
}

section.nous-rencontrer a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #0B416C;
    color: #0B416C;
}

section.nous-rencontrer a:hover {
    background-color: #0B416C;
    color: white;
}

footer {
    background-color: #0B416C;
    line-height: 2.2;
}

footer img {
    width: 150px;
    margin: 20px 0;
}

#logo-contact #logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-footer {
    color: #77B6EA;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.subtitle-footer {
    color: #77B6EA;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

#footer-address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#footer-address a {
    text-transform: none;
}

footer a {
    text-decoration: none;
    color: white;
}

#legal-footer {
    margin-bottom: 30px;
}

#legal-footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#copyright {
    color: white;
    font-size: 1.2rem;
    border-top: 2px solid white;
}

#copyright p {
    margin: 0;
    text-align: center;
    padding: 5px 0;
}

.footer-content {
    padding: 0 30px;
}

.section-page-title {
    padding: 50px 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-page-title.team-page {
    background-image: url('img/equipe.jpeg');
}

.section-page-title.expertises-page {
    background-image: url('img/expertises.jpeg');
}

.section-page-title.secteurs-intervention-page {
    background-image: url('img/secteurs-intervention.jpeg');
}

.section-page-title.politique-tarifaire-page {
    background-image: url('img/politique-tarifaire.jpeg');
}

.section-page-title.contact-page {
    background-image: url('img/contact.jpeg');
}

.section-page-title.actualites-page {
    background-image: url('img/actualites.jpeg');
}

.section-page-title h1 {
    background: #0B416CE8;
    color: white;
    padding: 35px 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.partners-section h2 {
    font-family: 'Constantia';
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 25px 0;
}

.partners-section {
    margin-bottom: 50px;
}



.partners-section img.img-card {
    max-width: 200px;
    margin: 50px auto;
    display: block;
}

.business-card {
    margin-top: 40px;
}

.business-card .business-card-logo {
    display: none;
}

.container-contact-linkedin {
    display: flex;
    border: 2px solid #0B416C;
    margin: 30px auto;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}

.container-contact {
    display: flex;
    flex-direction: column;
}

.container-contact p {
    margin: 10px 0 5px 0;
    font-family: 'Constantia';
    font-weight: bold;
}

.container-contact a {
    font-family: 'Constantia';
    text-decoration: none;
    color: #0B416C;
}

.container-contact a:nth-child(2) {
    font-family: serif;
}


.container-contact a {
    margin: 5px 0;
}

.container-contact-linkedin img {
    max-width: 50px;
}

.separation-line {
    width: 80%;
    height: 1px;
    background-color: #0b406c32;
    margin: 0 auto;
}

.container-expertises h2 {
    font-family: 'Constantia';
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 25px 0;
}

.container-expertises li {
    list-style: disc;
    margin: 8px;
}

.container-expertises article {
    margin-bottom: 50px;
}

.container-expertises article.odd {
    background: #F0F7FF;
}

.container-secteurs article {
    text-align: center;
    margin: 40px 0;
}

.container-secteurs article h2 {
    font-family: 'Constantia';
    font-weight: bold;
    margin-bottom: 25px;
}

.container-secteurs article p {
    text-align: justify;
}

.container-secteurs article img {
    width: 50px;
}

.container-secteurs .separation-article {
    height: 30px;
    background: #F0F7FF;
    width: 70%;
    margin: 0 auto;
}

.politique-tarifaire-section.first {
    margin-top: 40px;
}

.politique-tarifaire-section h2 {
    font-family: 'Constantia';
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 25px 0;
}

.container-button-devis {
    padding: 65px;
    text-align: center;
}

.container-button-devis a {
    color: #0B416C;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #0B416C;
}

.container-button-devis a:hover {
    color: white;
    background-color: #0B416C;
}

.container-contact-page h2 {
    font-family: 'Constantia';
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 25px 0;
}

.container-contact-page form {
    width: 85%;
    margin: 35px auto;
    margin-top: 20px;
}

.container-contact-page form input {
    border: 2px solid navy;
    height: 40px;
    margin-top: 10px;
}

.container-contact-page form textarea {
    border: 2px solid navy;
    min-height: 120px;
    margin-top: 10px;
    max-width: 100%;
}

.container-contact-page .container-label {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.container-contact-page .container-button-submit {
    text-align: center;
    margin-top: 20px;
}

.container-contact-page button {
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #0B416C;
    cursor: pointer;
    color: white;
    background: #0B416C;
    width: 170px;
}

.container-contact-page button:hover {
    color: #0B416C;
    background-color: white;
}

.actualites-list {
    padding: 50px 20px;
    color: #0b416c;
}
.actualites-list h2{
    font-weight: bold;
}
.actualites-list p::after {
    content: "...";
}
.actualites-list h2 a{
    text-decoration: none;
    color: #0B416C;
    font-size: 2.7rem;
}
.actualites-list a.lire-la-suite {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #0B416C;
    color: #0B416C;
}
.actualites-article{
    padding: 40px 20px;
}
.actualites-article h2{
    font-weight: bold;
    margin-top: 40px;
}

.actualites-list a.lire-la-suite:hover {
    background-color: #0B416C;
    color: white;
}
@media screen and (min-width:768px) {
    #section-citations {
        padding: 90px 40px;
    }

    .section-page-title h1 {
        width: 90%;
        margin: auto;
        font-size: 2.2rem;
    }

    nav#mobile {
        display: none;
    }

    #menu-button {
        display: none;
    }

    header nav#desktop ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    .business-card {
        display: flex;
        justify-content: center;
        max-width: 900px;
        margin: 40px auto 0 auto;
    }

    .business-card .business-card-logo {
        display: block;
        background: #0B416C;
        padding: 30px 75px;
    }

    .business-card-logo img {
        width: 130px;
    }

    .container-contact-linkedin {
        margin: 0;
        width: 50%;
    }

    .business-card.even {
        flex-direction: row-reverse;
    }

    .business-card.even .container-contact-linkedin {
        flex-direction: row-reverse;
        justify-content: flex-end;
        column-gap: 25px;
    }

    .container-name-firstname {
        display: flex;
        justify-content: space-between;
    }

    .container-name-firstname div:nth-child(1) {
        padding-right: 7px;
        width: 50%;
    }

    .container-name-firstname div:nth-child(2) {
        padding-left: 7px;
        width: 50%;
    }


    #container-values {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    article.values {
        margin: 10px;
        width: 45%;
    }

    .container-ensavoirplus {
        flex-direction: row;
        justify-content: space-between;
    }

    .container-ensavoirplus article {
        margin: 90px 0;
        padding: 15px 15px 50px 15px;
        background: #0B416C;
        text-align: center;
        width: 32%;
        position: relative;
    }

    .container-ensavoirplus a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 20px;
        background: #77B6EA;
        display: inline-block;
        border: 2px solid white;
        width: 80%;
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .partners-section .container-img-content {
        display: flex;
        align-items: center;
        column-gap: 60px;
    }

    .partners-section.even .container-img-content {
        flex-direction: row-reverse;
    }
}

header nav#desktop li {
    list-style-type: none;
}

header nav#desktop li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'Constantia';
    font-weight: normal;
}




@media screen and (min-width:1052px) {

    header nav#desktop ul {
        justify-content: space-evenly;
    }

    article.values {
        margin: 10px;
        width: 22%;
        font-size: 1.4rem;
    }

    #section-citations {
        padding: 190px 40px;
    }

    #section-citations>div {
        font-size: 2.5rem;
        max-width: 85%;
        margin: 0 auto;
        padding: 45px;
    }

    /* #section-citations p::before {
        background-size: 45px 45px;
        padding-right: 45px;
        padding-top: 20px;
    }

    #section-citations p::after {
        background-size: 45px 45px;
        padding-left: 45px;
    } */

    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 80px;
    }

    #logo-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 50px;
    }

    #legal-footer {
        margin-right: 50px;
    }

    #copyright {
        width: 100%;
        margin-top: 80px;
    }

    .container-expertises-image-ul {
        display: flex;
        align-items: stretch;
        flex-direction: row-reverse;
        column-gap: 20px;
    }

    article.odd .container-expertises-image-ul {
        flex-direction: row;
        column-gap: 20px;
    }

    .container-expertises-image {
        width: 45%;
        margin-right: 20px;
    }

    .container-expertises-image-ul ul {
        width: 50%;
    }

    .container-expertises-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .container-secteurs {
        display: flex;
        flex-direction: column;
    }

    .container-secteurs article.even {
        width: 70%;
    }

    .container-secteurs article.odd {
        width: 70%;
        align-self: flex-end;
    }

    .container-secteurs .separation-article.even {
        margin: 0;
        height: 50px;
    }

    .container-secteurs .separation-article.odd {
        height: 50px;
        align-self: flex-end;
        margin: 0;
    }

    .container-contact-page form {
        width: 65%;
    }
}