.desktop-item span:has(.fa.fa-chevron-down) {
   display:none !important;
}

#sliderHomePage img {
 width:100%;
}


.sliderButtons a { max-width:200px; margin-bottom:1rem; max-width: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;}

 li:has(.amoSubMenu) > a span::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    vertical-align: middle;
}


.amoSubMenu {
    z-index: 5 !important;
}

/* Conteneur FAQ uniquement */
.amofordesign-faq {
    max-width: 1240px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.amofordesign-faq h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Items */
.amofordesign-faq .amofordesign-faq-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    background: #fff;
}

.amofordesign-faq .amofordesign-faq-item summary {
    cursor: pointer;
    padding: 0.75rem 1rem;
    font-weight: 700;
    list-style: none;
    position: relative;
    font-size:1rem;
}

.amofordesign-faq .amofordesign-faq-item summary::-webkit-details-marker {
    display: none;
}

.amofordesign-faq .amofordesign-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1rem;
    transition: transform 0.2s ease;
}

.amofordesign-faq .amofordesign-faq-item[open] summary::after {
    content: "−";
}

/* Réponse */
.amofordesign-faq .amofordesign-faq-answer {
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
    color: #444;
    line-height: 1.5;
    background-color: #c3c3c321;
    font-size: 0.9rem;
}




/* /theme_amofordesign/static/src/css/style.css */
html {
    max-width: 100vw;
}

#sliderHomePage.sliderIsDesktop {
overflow:hidden;
}



#sliderHomePage img {
   position:absolute;
left:0;
top:0;
z-index:-2;
}

.memberShip  {
display:none !important;}

a {
text-decoration:none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    background: #fff;
}

.fontTwo {
    font-family: "Roboto", sans-serif;
}

header:has(.websiteDesktopNav) {
    display: flex;
    width: 100%;
    z-index: 2;
}

img {
    max-width: 100%;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #002851;
    margin: 1rem 0;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 2.6remx;
    letter-spacing: -1px;
    margin: 1rem 0;
}

p {
    margin: 0.5rem 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.greenTxt {
    color: #65B32E;
}

.yellowTxt {
    color: #FBBA00;
}

.greenCard {
    background: #65B32E33;
}

a:hover {
    text-decoration: none;
}

.overflowHidden {
    overflow: hidden !true;
}

.hideThis {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all ease 0.5s !important;
}

#loaderDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#loaderIcon {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    transform-origin: center;
    justify-content: center;
    animation: rotate360 5s linear infinite, pause 2s step-end infinite;
    animation: rotate360 5s linear infinite, pause 2s step-end infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pause {
    from {
        animation-play-state: paused;
    }

    to {
        animation-play-state: paused;
    }
}

.wbWidth {
    width: 100%;
    max-width: 1240px;
    margin: auto;
}

li:hover .amoSubMenu , li:has(.amoMainMenu) .amoSubMenu *:hover {
    opacity: 1;
    pointer-events: inherit;
    background: #094560;
}

.amoSubMenu {
    position: absolute;
    top: 64px;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    min-width: 180px;
}

.amoSubMenu ul {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.megamenuColumn > a {
    font-weight: 900 !important;
    font-size: 115% !important;
    padding: 0.25rem !important;
}

.amoSubMenuChild li , .megamenuColumn a {
    padding: 0.25rem 0 !important;
}

.megamenuColumn a {
    padding: 0.25rem !important;
}

.megamenuColumn a:hover {
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #0D5A7D !important;
}

.amoSubMenuChild a {
    font-size: 0.85rem !important;
    padding: 0.25rem !important;
}

.amoSubMenuChild , .amoSubMenuChild a , .megamenuColumn a , .megamenuColumn {
    text-align: left !important;
}

.amoSubMenu ul:has(.megamenuColumn) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.amoSubMenu:has(ul .megamenuColumn) {
    position: absolute;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    left: 0;
    right: 0;
}

.megamenuColumn {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0.5rem 2rem !important;
}

.amoSubMenu:has(*:hover) , .amoSubMenu:hover {
    opacity: 1 !important;
    pointer-events: inherit !important;
    background: #094560;
}

li:has(.amoSubMenu) .amoMainMenu:after {
    content: '►';
    font-size: 15px;
    height: 15px;
    width: 15px;
    display: inline-block;
    padding-left: 0.5rem;
}

.mobileMenu {
    display: none;
}

.websiteDesktopNav {
    width: 100%;
    z-index: 2;
    height: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: "websiteLogo websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteTopMenu websiteTopMenu";
}

.websiteDesktopNav .websiteLogo {
    transition: all ease 1s;
}

.websiteDesktopNav.sticky {
    width: 100%;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-rows: min-content;
    grid-template-areas: "websiteLogo websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteBottomMenu websiteTopMenu websiteTopMenu";
    height: 65px;
}

.websiteDesktopNav {
    width: 100%;
}

.websiteDesktopNav.sticky > div {
    height: 65px;
}

.websiteDesktopNav > div {
    height: 65px;
}

.websiteDesktopNav .websiteLogo {
    height: 150px;
}

.websiteDesktopNav .websiteLogo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.websiteDesktopNav .websiteLogo {
    grid-area: websiteLogo;
}

.websiteDesktopNav.sticky .websiteLogo {
    grid-area: websiteLogo;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: ease all 1s;
}

.websiteDesktopNav .websiteWorldMap {
    grid-area: websiteWorldMap;
    display: none;
}

.websiteDesktopNav .websiteSocialVertical {
    grid-area: websiteSocialVertical;
    display: none !important;
}

.websiteDesktopNav.sticky .websiteSocialVertical {
    grid-area: none;
    display: none;
}

.websiteDesktopNav .websiteSlogan {
    grid-area: websiteSlogan;
    display: none;
}

.websiteDesktopNav.sticky .websiteSlogan {
    grid-area: none;
    display: none;
}

.websiteDesktopNav .websiteTopMenu {
    grid-area: websiteTopMenu;
}

.websiteDesktopNav .websiteBottomMenu {
    grid-area: websiteBottomMenu;
}

.websiteDesktopNav.sticky .websiteBottomMenu {
    grid-area: websiteBottomMenu;
    background: white;
}

.websiteLogo {
    aspect-ratio: 1/1;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 1s;
    width: 100%;
    height: 160px;
}

.websiteLogo img {
    width: 70%;
    height: auto;
    transition: all ease 1s;
}

.sticky .websiteLogo img {
    max-height: 90%;
    transition: all ease 1s;
}

.sticky .websiteLogo {
    max-height: 100%;
    aspect-ratio: auto;
}

.sticky .websiteBottomMenu a {
    color: #002851;
}

.sticky .websiteBottomMenu a:hover {
    color: #002851;
}

.sticky .websiteBottomMenu a:active {
    color: #fff;
}

.websiteWorldMap {
    background: #65B32E;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all ease 0.3s;
}

.websiteWorldMap i {
    margin: 0 0.5rem;
}

.websiteWorldMap i.big {
    font-size: 2rem;
}

.websiteWorldMap:hover {
    background: #002851;
    cursor: pointer;
    transition: all ease 0.3s;
}

.websiteSlogan {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #002851;
}

.websiteTopMenu {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.websiteTopMenu ul li a {
    text-decoration: none;
    font-weight: 700;
    color: #002851;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

.websiteTopMenu ul li a:hover {
    color: #fff;
    background-color: #002851;
}

.textUppercase {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.websiteTopMenu ul li a.memberShip {
    color: #fff;
    background-color: #FBBA00;
    transition: all ease 0.3s;
    padding: 0.5rem 1.5rem;
}

.websiteTopMenu ul li a.memberShip:hover {
    color: #fff;
    background-color: #002851;
    transition: all ease 0.3s;
}

.websiteBottomMenu {
    background: transparent;
    height: 65px;
    display: flex;
    align-items: center;
}

.websiteBottomMenu a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid transparent;
    width: 100%;
}

.websiteBottomMenu a:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #094560;
}

.websiteBottomMenu a:active {
    color: #fff;
    border: 1px solid transparent;
}

.websiteSocialVertical {
    background: transparent;
    max-height: 100px;
    overflow: visible;
    display: flex;
    justify-content: center;
}

.websiteSocialVertical a {
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}

.websiteSocialVertical a:hover {
    color: #65B32E;
}

.websiteSocialVertical ul {
    display: flex;
    flex-direction: column;
}

.websiteDesktopNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    min-height: 65px;
}

.websiteDesktopNav li {
    padding: 0.5rem 1rem;
    margin: 0rem;
    display: flex;
    align-items: center;
}

.websiteDesktopNav.sticky li {
    padding: 0.25rem 0.35rem;
    margin: 0rem;
}

.amoSectionSpacing {
    padding: 50px 0;
}

#firstSection.amoSectionSpacing {
    padding-top: 0;
}

.fixed {
    position: fixed !important;
}

#sliderHomePage.sliderIsDesktop {
    background-image: url(/theme_amofordesign/static/images/webOrg-header.jpg);
    background-size: cover;
    width: 100%;
    min-height: 650px;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

#sliderHomePage.sliderIsDesktop:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,40,81);
    background: radial-gradient(circle, rgb(0 40 81 / 0) 0%, rgba(0, 40, 81, 0.45) 100%);
    z-index: -1;
}

#sliderHomePage.sliderIsDesktop:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/theme_amofordesign/static/images/slider-graphics.svg);
    background-position: bottom right;
    background-size: 12.5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.sliderElement {
    padding: 2rem 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.sliderWidth {
    max-width: 1200px;
    margin: auto;
}

.sliderText {
    max-width: 600px;
}

.sliderWidth {
    z-index: 2;
    display: flex;
    flex-direction: column;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Roboto", sans-serif !important;
}

.sliderTitle {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.8rem;
    letter-spacing: -1px;
    color: white;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.75);
}

.sliderFirstText {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 0.12rem 0;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.75);
}

.sliderSecondText {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 0.12rem 0;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.75);
}

.sliderButtons {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.buttonsContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.amoBtn {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0.5rem 2.5rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #FBBA00;
    color: #002851;
    border-radius: 0.25rem;
    margin-right: 1rem;
    border: 2px solid #FBBA00;
    font-size: 0.85rem;
    transition: all ease 0.3s;
}

.amoBtn:hover {
    background: #002851;
    color: #fff;
    transition: all ease 0.3s;
    border: 2px solid #002851;
}

.amoBtn:active {
    background: #002851;
    color: #FBBA00;
    transition: all ease 0.3s;
    border: 2px solid #002851;
}

.amoBtn.bordered {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: all ease 0.3s;
}

.amoBtn.bordered:hover {
    background: #002851;
    color: #fff;
    border: 2px solid #fff;
    transition: all ease 0.3s;
}

.amoBtn.bordered:active {
    background: #002851;
    color: #FBBA00;
    border: 2px solid #FBBA00;
    transition: all ease 0.3s;
}

.amoImgTextCardContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.amoImgTextCardImg {
    border-radius: 1.5rem;
    overflow: hidden;
}

.amoImgTextCardContainer .amoImgTextCardImg {
    width: calc(45%);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    aspect-ratio: 16/13;
}

.amoImgTextCardContainer .amoImgTextCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.8rem;
}

.amoImgTextCardContainer .amoImgTextCardText {
    width:calc(55% - 6rem);
    padding: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.greenSvgLeft , .yellowSvgRight , .greenSvgRight {
    position: relative;
}

.greenSvgLeft::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://app.kwoord.com/exports/amofordesign/assets//greenCardBefore.svg');
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.greenSvgRight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('https://app.kwoord.com/exports/amofordesign/assets//greenCardAfter.svg');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.yellowSvgRight::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('https://app.kwoord.com/exports/amofordesign/assets/yellowCardAfter.svg');
    background-position: top right;
    background-size: auto 103%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.our-services h3 {
    text-align: center;
}

.our-services .buttonsContainer {
    width: 100%;
    justify-content: center;
}

.amoPrimaryCardContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.amosecondaryCardContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.amoPrimaryCardContainer .amoCard {
    width: 33.33%;
    padding: 1.5%;
    border-radius: 1.5rem;
    overflow: hidden;
}

.amosecondaryCardContainer .amoCard {
    width: 49%;
    margin: 0.5%;
    padding: 1.5%;
    border-radius: 1.5rem;
    overflow: hidden;
}

.amosecondaryCardContainer .amoCard .amoCardText {
    text-align: left;
}

.amoCardText {
    text-align: center;
    position: relative;
    z-index: 1;
}

.amoCardText h3 {
    font-size: 18px;
    line-height: 20px;
}

.amoCardText p {
    color: #636463;
}

.amoCardImg {
    display: flex;
    justify-content: center;
}

.amoFullCardContainer {
    display: flex;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.amoFullCardContainer .amoCard {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 3rem;
}

.inlineFormContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 1rem 0 1rem 0;
}

.newsletterForm input {
    border: none;
    background: white;
    height: 37px;
    line-height: 35px;
    text-indent: 15px;
}

.newsletterForm input:focus , .newsletterForm input:focus-visible {
    outline: none;
}

.newsletterForm {
    margin-right: 1.5rem;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

#newsletterFormSubmit {
    margin-right: 0;
    margin: 0;
    padding: 0.5rem 1.3rem;
}

.newsletterForm .inlineFormContainer a {
    margin-right: 0;
}

.amoFullCardContainer .amoCard:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,40,81);
    background: radial-gradient(circle, rgb(0 40 81 / 0.35) 0%, rgba(0, 40, 81, 0.35) 100%);
    z-index: 0;
}

.amoFullCardContainer .amoCard .amoCardText {
    width: 100%;
    max-width: 600px;
    text-align: left;
    margin-left: auto;
    margin-right: 10%;
}

.amoFullCardContainer .amoCard .amoCardText p {
    color: white;
}

.pvc_footer_title {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #002851;
    margin: 1rem 0;
}

#footerFirstContainer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.pvc_footer_subcontainer_title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pvc_subFooter_newsletter .newsletterForm {
    margin: 0;
}

.pvc_subFooter_newsletter .pvc_footer_subcontainer_title {
    margin: 0;
}

.pvc_subFooter_newsletter .newsletterForm input {
    margin: 0 0.5rem;
    border: 1px solid #002851;
    border-radius: 0.5rem;
    line-height: 1.5rem;
    height: 40px;
}

.pvc_footer_subcontainer_link {
    margin-bottom: 1rem;
}

.pvc_footer_subcontainer_link a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #636463;
}

.pvc_footer_subcontainer_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.pvc_footer_subcontainer_icons .pvc_footer_icon span {
    display: none;
}

.pvc_footer_subcontainer_button .amoBtn {
    width: 100%;
    max-width: 450px;
    margin: 0;
}

.pvc_subFooter_newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pvc_subFooter_menu_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-top: 1px solid #FBBA00;
}

.pvc_subFooter_countrySelector {
    display: flex;
    align-items: center;
}

.pvc_subFooter_countrySelectorList {
    display: none;
}

.pvc_subFooter_linksContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pvc_subFooter_linksContainer a {
    margin: 0.25rem 0.5rem;
}

.pvc_copyrightFooterContainerItem {
    opacity: 0.1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amo_news_container_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsCard {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: 1%;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 6px 0px #00000029;
}

.amo_news_item_img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 0.5rem;
    overflow: hidden;
}

.amo_news_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amo_news_content {
    padding: 3.5rem;
}

.amo_news_item_date {
    color: #FBBA00;
    font-size: 0.8rem;
    font-weight: 900;
}

.amo_news_item_description {
    color: #636463;
}

.amo_news_item_more {
    font-weight: 900;
    font-size: 0.8rem;
    color: #002851;
    margin-top: 1.5rem;
}

.amo_news_slider_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.amo_news_slider_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.amo_news_slider_item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,40,81);
    background: radial-gradient(circle, rgb(0 40 81 / 0) 0%, rgba(0, 40, 81, 0.45) 100%);
    z-index: -1;
}

.amo_news_slider_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/theme_amofordesign/static/images/slider-graphics.svg);
    background-position: bottom right;
    background-size: 12.5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.amo_news_slider_itemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.amo_news_slider_itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amo_news_slider_itemTitle {
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.8rem;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 1.5rem;
}

.amo_news_slider_itemShortDescription {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 0.12rem 0;
    margin-bottom: 1.5rem;
}

.amo_news_slider_itemDate {
    color: #FBBA00;
    font-size: 0.8rem;
    font-weight: 900;
}

.amo_news_slider_item_readMore a , .amo_news_slider_item_readMore a:visited {
    font-weight: 900;
    font-size: 0.8rem;
    color: #FBBA00;
    margin-top: 1.5rem;
}

/* /theme_amofordesign/static/src/css/media-tablette.css */
@media screen and (min-width: 768px) and (max-width:1350px) {
    .sliderWidth , .wbWidth {
        padding-left:1.5rem;
        padding-right: 1.5rem;
    }

    .websiteDesktopNav.sticky .websiteLogo {
        height: 150px !important;
        border-radius: 0 0 1rem 0 !important;
    }

    .websiteDesktopNav.sticky {
        grid-template-areas: "websiteLogo websiteLogo websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu"
    }

    .websiteBottomMenu {
        display: none;
    }

    .websiteSlogan {
        display: none;
    }

    .mobileMenu {
        display: inline;
    }

    .websiteTopMenu ul li a {
        padding: 0.5rem;
    }
}

/* /theme_amofordesign/static/src/css/media-phone.css */
@media screen and (max-width: 768px) {
    section .testimonial_description p {
        font-size: 1rem !important;
        line-height: 1.2em !important;
        font-weight: 300;
    }

    .pvc_subFooter_menu_container {
        flex-wrap: wrap;
    }

    .pvc_subFooter_linksContainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .amoImgTextCardContainer:has(.greenSvgLeft) .amoImgTextCardText {
        order: 2;
    }

    .amoImgTextCardContainer:has(.greenSvgLeft) .amoImgTextCardImg {
        order: 1;
    }

    .sliderTitle {
        font-size: 2.1rem;
        line-height: 2.4rem;
    }

    .sliderWidth, .wbWidth {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .wbWidth {
        max-width: calc(100% - 3rem);
    }

    .sliderImage {
        width: 100%;
    }

    .sliderText {
        width: 100%;
    }

    .amoImgTextCardContainer .amoImgTextCardImg {
        width: 100%;
    }

    .amoImgTextCardContainer .amoImgTextCardText {
        width: 100%;
    }

    .amoPrimaryCardContainer .amoCard {
        width: 100%;
    }

    .amosecondaryCardContainer .amoCard {
        width: 100%;
        max-width: calc(100% - 3%);
    }

    .amoImgTextCardContainer .amoImgTextCardText {
        padding-left: 0;
        padding-right: 0;
    }

    .websiteDesktopNav.sticky .websiteLogo {
        height: 150px !important;
        border-radius: 0 0 1rem 0 !important;
    }

    .websiteDesktopNav.sticky {
        grid-template-areas: "websiteLogo websiteLogo websiteLogo websiteLogo websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu websiteTopMenu"
    }

    .websiteTopMenu .textUppercase {
        display: none;
    }

    .websiteBottomMenu {
        display: none;
    }

    .websiteWorldMap {
        display: none;
    }

    .mobileMenu {
        display: inline;
    }

    .websiteTopMenu ul li a {
        padding: 0.5rem;
    }
}

/* /theme_amofordesign/static/src/css/overwritecolor.css */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0D5A7D;
}

h3 {
    color: #0D5A7D;
}

.greenTxt {
    color: #f1c121;
}

.yellowTxt {
    color: #29799D;
}

.greenCard {
    background: #03a2ff33;
}

#loaderDiv {
    background: #0D5A7D;
}

.websiteBottomMenu {
    background: #0D5A7D;
}

.websiteDesktopNav.sticky .websiteBottomMenu {
    background: #0D5A7D;
}

.websiteLogo {
    background: #094560;
}

.sticky .websiteBottomMenu a {
    color: #fff;
}

.sticky .websiteBottomMenu a:hover {
    color: #fff;
}

.sticky .websiteBottomMenu a:active {
    color: #fff;
}

.websiteWorldMap:hover {
    background: #f1c121;
    color: white;
}

.websiteWorldMap {
    background: #0D5A7D;
    color: white;
}

.websiteSlogan {
    background: #0D5A7D;
    color: #fff;
}

.websiteTopMenu {
    background: #0D5A7D;
}

.websiteTopMenu ul li a {
    color: #fff;
}

.websiteTopMenu ul li a:hover {
    color: #fff;
}

.websiteTopMenu ul li a.memberShip {
    background-color: #fff;
    color: #29799D;
}

.websiteTopMenu ul li a.memberShip:hover {
    background-color: #fff;
    color: #0D5A7D;
}

.websiteBottomMenu a {
    color: white;
}

.websiteBottomMenu a:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #094560;
}

.websiteBottomMenu a:active {
    color: #fff;
    border: 1px solid transparent;
    background: #094560;
}

.websiteSocialVertical a {
    color: white;
}

.websiteSocialVertical a:hover {
    color: #0D5A7D;
}

#sliderHomePage.sliderIsDesktop:before {
    background: rgb(0,40,81);
    background: radial-gradient(circle, rgb(0 40 81 / 0) 0%, rgba(0, 40, 81, 0.45) 100%);
}

.sliderTitle {
    color: white;
}

.sliderFirstText {
    color: white;
}

.sliderSecondText {
    color: white;
}

.amoBtn {
    background: #29799D;
    color: #fff;
    border: 2px solid #29799D;
}

.amoBtn:hover {
    background: #0D5A7D;
    color: #fff;
    border: 2px solid #0D5A7D;
}

.amoBtn:active {
    background: #0D5A7D;
    color: #fff;
    border: 2px solid #0D5A7D;
}

.amoBtn.bordered {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.amoBtn.bordered:hover {
    background: #0D5A7D;
    color: #fff;
    border: 2px solid #fff;
}

.amoBtn.bordered:active {
    background: #0D5A7D;
    color: #29799D;
    border: 2px solid #29799D;
}

.amoCardText p {
    color: #636463;
}

.newsletterForm input {
    background: white;
}

.newsletterForm {
    background: white;
}

.amoFullCardContainer .amoCard:before {
    background: rgb(13, 89, 125);
    background: radial-gradient(circle, rgb(13 89 125 / 0.35) 0%, rgba(13 89 125, 0.35) 100%);
}

.amoFullCardContainer .amoCard .amoCardText p {
    color: white;
}

.pvc_footer_title {
    color: #0D5A7D;
}

.pvc_subFooter_newsletter .newsletterForm input {
    border: 1px solid #0D5A7D;
}

.pvc_footer_subcontainer_link a {
    color: #636463;
}

.pvc_subFooter_menu_container {
    border-top: 1px solid #29799D;
}

.amo_news_item_date {
    color: #29799D;
}

.amo_news_item_description {
    color: #636463;
}

.amo_news_item_more {
    color: #0D5A7D;
}

.amo_news_slider_item:before {
    background: rgb(13, 89, 125);
    background: radial-gradient(circle, rgb(13 89 125 / 0.35) 0%, rgba(13 89 125, 0.35) 100%);
}

.amo_news_slider_itemTitle {
    color: white;
}

.amo_news_slider_itemShortDescription {
    color: white;
}

/* /theme_amofordesign/static/src/css/mobilemenu.css */
.mobileMenu {
    font-size: 35px;
}

.mobileMenuPage .websiteDesktopNav , .mobileMenuPage footer {
    display: none !important;
}

.mobileMenuPage:after {
    content: '';
    position: fixed;
    z-index: -1;
    background-image: url(/theme_amofordesign/static/images/slider-graphics.svg);
    background-position: bottom right;
    background-size: 100%;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
    width: 280px;
    height: 450px;
}

@media screen and (max-width: 768px) {
    .mobileMenuPage:after {
        width: 180px;
        height: 250px;
    }
}

#mobileMenu .closeMenu {
    position: absolute;
    top: 30px;
    right: 30px;
}

#mobileMenu .closeMenu a {
    font-size: 40px;
    font-weight: 900;
}

#mobileMenu {
    width: 100%;
    background: #0D5A7D;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 50px 2rem 50px 2rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.mobileMenuLogo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mobileMenuLogo img {
    max-width: 250px;
    margin: 1.5rem;
}

#mobileMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#mobileMenu ul.mobileSousMenu {
    padding: 2rem;
}

#mobileMenu li {
    position: relative;
}

#mobileMenu a {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

#mobileMenu .arrow {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: #ffffff2e;
}

.mobileNavigation {
    position: relative;
    margin-top: 1rem;
}

.mobileNavigation > a {
    font-weight: 700;
    font-size: 65px;
}

.mobileSousMenu {
    display: none;
    background: #ffffff2e;
    transition: all 0.3s ease;
    padding: 2rem;
}

.mobileSousNavigation a {
    padding-left: 30px;
    font-weight: 300;
}

.mobileSousMenu.show {
    display: block;
    animation: fadeIn 0.3s, slideDown 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(0);
    }
}

/* /theme_amofordesign/static/src/css/portfolio/portfolio-style.css */
.absoluteLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.clientBanner {
    border-bottom: 1px solid #e9e8e8;
    padding: 1rem 0;
}

.clientsThumbnail {
    display: flex;
    align-items: center;
}

.clientBanner .maxWidth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    flex-wrap: wrap;
}

.clientBanner .clientLogo {
    max-width: 120px;
    margin-right: 1rem;
}

.clientBanner .clientServices {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.clientBanner .clientServices > * {
    padding: 0.5rem 1rem;
    margin-left: 1rem;
}

.clientBanner .clientServices a {
    border: 1px solid #f1f1f1;
    color: #191919
}

.mockupText {
}

.headerTitle {
}

.headerText {
}

.headerButton {
    padding: 0.5rem 2rem;
    color: white;
    text-decoration: none;
    background-color: #29799d;
    border-radius: 0.5rem;
}

.headerButton:hover {
    background-color: #0B5A7D;
    text-decoration: none;
}

.workHeader {
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 500px;
    background-color: #efefef;
}

.maxWidth {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.workHeader .mockupAnim {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1;
    flex-basis: 350px;
}

.workHeader .maxWidth {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.workHeader .computer {
    transform: translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    max-height: inherit;
    max-height: 350px !important;
    margin-left: 0;
    pointer-events: none;
    opacity: 0;
    animation-name: workLaptopReveal;
    -webkit-animation-name: workLaptopReveal;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.workHeader .mobilePhoneMockup {
    pointer-events: none;
}

.workHeader .mockupText {
    flex-basis: 350px;
    padding: 1rem;
    border-radius: 1rem;
}

.workHeader .computer img {
    animation-name: workImgScroll;
    -webkit-animation-name: workImgScroll;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    animation-delay: 500ms;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 1000ms;
}

.workHeader .mobile-phone img {
    animation-name: workImgScroll;
    -webkit-animation-name: workImgScroll;
    animation-duration: 11s;
    -webkit-animation-duration: 11s;
    animation-delay: 500ms;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-delay: 2500ms;
}

.workHeader .mobile-phone {
    max-width: 350px;
    max-height: inherit !important;
    max-height: 350px !important;
    left: 100%;
    opacity: 0;
    animation-name: workPhoneReveal;
    -webkit-animation-name: workPhoneReveal;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-delay: 500ms;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes workLaptopReveal {
    from {
        transform: translate3d(-150px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 1;
    }
}

@-webkit-keyframes workLaptopReveal {
    from {
        transform: translate3d(-150px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 1;
    }
}

@keyframes workPhoneReveal {
    from {
        transform: translate3d(-135px, -30%, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 0;
    }

    to {
        transform: translate3d(-135px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 1;
    }
}

@-webkit-keyframes workPhoneReveal {
    from {
        transform: translate3d(-135px, -30%, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 0;
    }

    to {
        transform: translate3d(-135px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
        opacity: 1;
    }
}

@keyframes workImgScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-40%);
    }
}

@-webkit-keyframes workImgScroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-40%);
    }
}

.mockupSide {
    padding: 2rem;
}

.workHeader .screen {
    overflow: hidden;
}

.mobilePhoneMockup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mobilePhoneMockup > div {
    flex-basis: 350px;
    flex-grow: 1;
}

ul , ol {
    margin: 1rem 0;
}

ul li , ol li {
    margin-top: 0.5rem;
}

.mobile-phone , .tablette , .laptop , .computer {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 10px 10px 15px;
    width: auto;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    background: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.mobile-phone {
    aspect-ratio: 9/18;
    max-width: 300px;
}

.tablette {
    aspect-ratio: 11/14;
    max-width: 550px;
}

.laptop {
    aspect-ratio: 16/10;
}

.computer {
    aspect-ratio: 16/9;
}

.screen {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border-radius: 15px;
    overflow-y: auto;
}

.brove {
    width: 150px;
    max-width: 100%;
    height: 20px;
    background: white;
    position: absolute;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}

.speaker {
    width: 60px;
    height: 5px;
    background: #d2d2d2;
    display: block;
    margin: auto;
    margin-top: 5px;
    border-radius: 20px;
}

.single-amocom_travaux .amocomm_works {
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.single-amocom_travaux .amocomm_works h2 {
    font-size: 2.5rem;
    text-align: left;
    margin-top: 1.5rem;
}

.amocomm_wbwidth {
    width: 100%;
    padding: 7vh 10vw;
}

.amocomm_works {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    transition: all ease 0.5s;
}

.amocomm_work_content {
    padding: 0.5rem 1rem;
}

.amocomm_16-9 {
    padding-top: 56.5%;
    position: relative;
    overflow: hidden;
}

.amocomm_linkAbsolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amocomm_bgAbsolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all ease 1s;
}

.amocomm_work {
    flex-basis: 100%;
    transition: all ease 0.5s;
    position: relative;
    overflow: hidden;
}

.amocomm_work p {
    margin-bottom: 0.25rem;
    padding: 0.25rem 0;
}

.amocomm_work_onHover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    transition: all ease 0.5s;
    pointer-events: none;
    opacity: 0;
    font-size: 60px;
    color: white;
    background: rgba(0, 0, 0, 0.25);
}

.amocomm_work:hover .amocomm_work_onHover {
    opacity: 1;
}

.amocomm_info_container {
    display: flex;
}

.amocomm_termlink_client {
    width: 38px;
    height: 38px;
    display: block;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid #efefef;
    overflow: hidden;
    margin: 0.5rem 0rem 0.5rem 0.5rem;
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .amocomm_work {
        flex-basis: 49%;
        margin: 0.5%;
    }
}

@media screen and (min-width: 1200px) {
    .amocomm_work {
        flex-basis: 32%;
    }
}

@media screen and (min-width: 1600px) {
    .amocomm_work {
        flex-basis: 24%;
        margin-bottom: 2rem;
    }

    .amocomm_taxo.container .amocomm_work {
        flex-basis: 32%;
        margin-bottom: 2rem;
    }

    .amocomm_works.child-max-33 .amocomm_work {
        flex-basis: 32%;
        margin-bottom: 2rem;
    }
}

.amocomm_work:hover .amocomm_bgAbsolute {
    transform: scale(1.05);
}

.amocomm_postTitle {
    font-size: 19px;
    font-weight: 900;
    position: relative;
    line-height: 1.3rem;
    text-transform: uppercase;
}

.amocomm_postExcerpt {
    margin: 0.3rem 0;
    font-size: 16px;
    position: relative;
    line-height: 1rem;
}

.amocomm_termlink {
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 0.8rem;
    position: relative;
    line-height: 0.8rem;
    opacity: 0;
    transition: all ease 1s;
}

.amocomm_termlink:after {
    content: '/';
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 0.7rem;
    line-height: 100%;
    transform: translateX(0.5rem);
}

.amocomm_termlink:last-of-type:after {
    content: '';
    display: flex;
    position: absolute;
    right: -0.5rem;
    top: 0;
    margin: auto;
    font-size: 0.7rem;
    line-height: 100%;
}

.amocomm_jobsection {
    display: flex;
    justify-content: center;
    padding: 0.25rem 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.amocomm_termlink , .amocomm_termlink:visited {
    padding: 0.45rem 0.5rem;
    border-radius: 0.5rem;
    color: #6d6d6d;
    font-size: 10.5px;
}

.amocomm_termlink:hover {
    background: #ebebeb;
    text-decoration: none;
}

.amocomm_postTitle {
    padding: 0.25rem 0;
    color: #29799D;
}

.amocomm_work {
    opacity: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.2rem;
}

.amocomm_work.onscreen {
    opacity: 1;
}

.amocomm_termlink {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    transform: translateY(15px);
    opacity: 0;
    transition: all ease 0.8s;
}

.amocomm_work.onscreen .amocomm_termlink {
    transform: translateY(0px);
    opacity: 1;
}

.amocomm_postTitle {
    position: relative;
    transform: translateY(15px);
    transition: all ease 0.8s;
    opacity: 0;
    transition-delay: 0.25s;
}

.amocomm_work.onscreen .amocomm_postTitle {
    transform: translateY(0);
    opacity: 1;
}

.amocomm_postExcerpt {
    position: relative;
    transform: translateY(15px);
    transition: all ease 0.8s;
    opacity: 0;
    transition-delay: 0.25s;
    font-size: 13px;
    margin-top: 0.2rem;
    color: #6d6d6d;
}

.amocomm_work.onscreen .amocomm_postExcerpt {
    transform: translateY(0);
    opacity: 1;
}

.mobile-phone .screen img {
    width: 100%;
    height: auto;
}

.tableInfo {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.tableInfo:hover > div {
    background-color: #e8f1ff;
    transition: all ease 0.5s;
}

.tableInfo > div {
    border: 1px solid #f8f8f8;
    transition: all ease 0.5s;
}

.tableLeft {
    padding: 2rem 1rem;
    font-weight: 700;
    width: 250px;
}

.tableRight {
    padding: 1rem;
    width: 250px;
    flex-grow: 1;
    flex-direction: column;
}

.tableRight h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0rem;
}

#single_travaux_content h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.defaultHeader {
    background-size: cover;
    width: 100%;
    min-height: 650px;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.defaultHeader:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 40, 81);
    background: radial-gradient(circle, rgb(0 40 81 / 0) 0%, rgba(0, 40, 81, 0.45) 100%);
    z-index: -1;
}

.defaultHeader img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    z-index: -2;
}

.faqTitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.2rem;
    color: #0D5A7D;
}

.pvc_subFooter_linksContainer a {
    margin: 0.25rem 0.5rem;
}
a {
    color: #0D5778;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a:hover {
    color: #062533;
    text-decoration: none;
}
:focus {
    border: none;
    background-color: transparent;
    border: 0px solid;
    outline: none !important;
}