@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.fs100 {
    font-size: 6em
}

.fs60 {
    font-size: 4em
}

.fs50 {
    font-size: 2.4em
}

.fs45 {
    font-size: 2.8em
}

.fs36 {
    font-size: 2.25em
}

.fs32 {
    font-size: 2em
}

.fs27 {
    font-size: 1.7em
}

.fs20 {
    font-size: 1em
}

.ubuntu {
    font-family: Ubuntu
}

.fontLight, main .subTitle {
    font-weight: 300
}

.fontRegular {
    font-weight: 400
}

.fontMedium {
    font-weight: 500
}

.fontSemiBold {
    font-weight: 600
}

.fontBold {
    font-weight: 700
}

.pointSvg, .svgHeight {
    height: auto;
    left: 0;
    z-index: 0
}

body {
    font-family: var(--basicFontFamily);
    font-display: optional
}

a {
    color: var(--basicLinkColor)
}

.btn {
    padding: .4em 2em;
    color: #fff;
    display: inline-block;
    border-radius: 5em;
    border: 2px solid var(--basicColor3);
    background: var(--basicColor3);
    transition: .3s
}

.svgHeight {
    position: absolute;
    width: 100%;
    bottom: -3px
}

.topRound {
    position: relative;
    top: -3px;
    width: 100%;
    height: auto
}

.reverseSvg {
    transform: rotate(180deg);
    top: 3px
}

.pointSvg {
    width: 40%;
    position: absolute;
    bottom: -1%
}

.btn:hover {
    background: 0 0 !important;
    color: var(--basicColor2)
}

.sectionContact .btn {
    background: var(--basicColor3);
    border-color: var(--basicColor3)
}

.cabinetSection li .btn svg, .sectionContact .btn svg {
    margin-right: .5em
}

.cabinetSection li .btn svg path, .sectionContact .btn svg path {
    fill: white;
    transition: .3s
}

.sectionContact .btn:hover svg path {
    fill: var(--basicColor3)
}

.sectionContact .btn:hover {
    color: var(--basicColor3)
}

.cabinetSection li .btn {
    background: var(--basicColor1);
    border: 2px solid var(--basicColor1)
}

.cabinetSection li .btn:hover {
    background: 0 0;
    color: var(--basicColor1)
}

.cabinetSection li .btn:hover svg path {
    fill: var(--basicColor1)
}

main .subTitle, main .title {
    color: var(--basicColor1)
}

.blogContainer {
    display: flex;
    gap: 2em;
}

.blogContainer img {
    height: 10em;
    object-fit: cover;
}

.isBlogPage {
    padding-top: 7em;
}

.sectionAllActualites{
    padding-top: 9em !important;
}

.sectionAllActualites article{
    border-radius: 0;
}

.sectionAllActualites .elementArticleBlog a{
    background-color: var(--basicColor1);
}

header .imgLink img{
    max-height: 5em;
}

header nav ul {
    display: flex;
    gap: 1em;
}
a{
    text-decoration: none;
}
header nav ul li a{
    text-transform: initial;
    color: white;
}

header nav ul li a span{
    color: white;
}

header nav ul li .activeLink:after{display: none}

.sectionPresentation .title{
    color: white;
}

footer svg path {
    fill: white !important;
}

.sectionContact .sectionContactPhoneLinkA svg{
    display: none;
}

.titleHeder strong {
    color: #E86324;
}

.titleHeder span {
    color: #3C66B6;
}

@media screen and (max-width: 1250px) {
    .fs100 {
        font-size: 5em
    }

    .fs50 {
        font-size: 2em
    }
}

@media screen and (max-width: 800px) {
    .fs100 {
        font-size: 3em
    }

    .fs50 {
        font-size: 2em
    }

    .fs32, .fs36 {
        font-size: 1.5em
    }

    .fs27 {
        font-size: 1.1em
    }
}

@media screen and (max-width: 700px) {
    .listSection ul {
        flex-direction: column
    }

    .whoIsSection img {
        width: 70%
    }

    .sectionContact div {
        padding-top: 2em
    }
}

@media screen and (max-width: 500px) {
    .cabinetSection ul li {
        font-size: 1em
    }

    .fs100 {
        font-size: 2em
    }

    .fs50 {
        font-size: 1.5em
    }
}