body {
    max-width: inherit !important;
    padding: 0 !important;
}

body > header {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

body > header:before, body > header:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    top: 50%;
    bottom: 0;
    left: 180px;
    right: 180px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

body > header:after {
    right: 13px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

body > header > div.credit-mention {
    position: initial;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    max-height: 74px;
    padding: 10px;
    background-color: #E4DADA;
    color: #A8A7A6;
}

header .container-nav {
    height: 82px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10rem;
    background-color: #FFF;
}

header .brand {
    height: 82px;
    position: absolute;
    float: left;
    line-height: 82px;
    padding: 15px 0 15px 20px;
    left: 10em;
    z-index: 10;
}

#Calque_1 {
    height: 40px;
}

header nav {
    float: right;
    height: 100%;
    position: relative;
}

article.page.simple {
    padding-bottom: 5rem;
}

ul.nav-list {
    display: flex;
    list-style: none;
    height: 100%;
    background-color: #ffffff;
}

nav ul.nav-list li {
    min-width: 191px;
    position: relative;
}

nav ul.nav-list li:hover {
    background-color: #d1d1d1;
    transition: all 0.5s ease-out;
}

nav ul.nav-list li:last-child {
    background-color: #474747;
}

nav ul.nav-list li:last-child:hover {
    background-color: #1f1d1d;
    transition: all 0.5s ease-out;
}

nav ul.nav-list li:not(:last-child):before {
    content: '';
    position: absolute;
    border-right: 1px solid #d1d1d1;
    height: 50%;
    top: 20px;
}

nav ul.nav-list li a {
    display: block;
    padding: 25px;
    color: #010101;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
}

nav ul.nav-list li a:before {
    content: '';
    position: relative;
    display: flex;
    float: left;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #EC6607;
}

nav ul.nav-list li:last-child a {
    color: #FFF;
}

nav ul.nav-list li a p {
    float: left;
    line-height: 15px;
}

nav ul.nav-list li a span {
    display: block;
    color: #EC6607;
}

body > main {
    padding-top: 121px;
}

form#user-login {
    padding: 5rem;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 82px;
    width: 82px;
}

#nav-toggle {
    position: absolute;
    left: 25px;
    top: 25px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #EC6607;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 0.8s, stroke-dashoffset 0.7s;
    stroke: #EC6607;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.wrapper-actu {
    max-width: 120rem;
    margin: 0 auto;
}

section.newsSelection .wrapper-actu h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}

section.newsSelection .wrapper-actu h2:after {
    content: '';
    display: block;
    width: 25px;
    border-bottom: 1px solid;
    padding-top: 15px;
    color: #EC6607;
    margin: 0 auto;
}

.newsBlock .news-image {
    margin-bottom: 1rem;
    position: relative;
}

.container-title-actu {
    position: absolute;
    bottom: -55px;
    width: 100%;
    height: 115px;
    background-color: #2E2E2E;
    padding: 10px;
    overflow: hidden;
    transition: all 1s ease;
}

.container-title-actu button {
    margin: 15px auto;
}

article.newsBlock {
    position: relative;
}

section.newsSelection article.newsBlock a:before, #newsListing.newsListing-list article.newsBlock a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    right: 20px;
    width: 0px;
    height: 0;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #EC6607;
    transform: rotate(30deg);
    transition: all 0.5s ease;
}

.news-image {
    overflow: hidden;
}

.news-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.newsBlock .news-meta {
    color: #ffffff;
}

.newsBlock .news-title {
    font-weight: bold;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

#newsListing.newsListing-list article.newsBlock {
    height: inherit;
    margin-bottom: 10rem;
}

#newsListing.newsListing-list article.newsBlock .news-title {
    max-width: 255px;
}

button.button-actu {
    color: #ffffff;
    background-color: #EC6607;
    padding: 5px 15px;
    border-radius: 2em;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

button.button-actu a {
    background-color: #EC6607;
}

section.newsSelection article a:hover .container-title-actu, #newsListing article a:hover .container-title-actu {
    bottom: 0;
}

section.newsSelection article.newsBlock a:hover:before, #newsListing.newsListing-list article.newsBlock a:hover:before {
    transform: rotate(90deg);
}

section.newsListing .news-meta {
    color: black;
}

article.news.newsFull, h1.page-title {
    margin-top: 5rem;
}

section.newsSelection footer a.button {
    margin-top: 2rem;
}

.pseudo-text {
    color: #ffffff;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    height: auto;
    font-size: 16px;
    transition: 0.25s ease-in;
    transition-delay: 0.1s;
    font-weight: bold;
}

.button {
    padding: 10px 40px;
    background: #EC6607;
    text-align: center;
    display: inline-block;
    font-size: 1.7rem;
    position: relative;
    will-change: transform;
}

.button-mat {
    color: #ffffff;
    border: 0px transparent;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
}

.button-mat:before {
    content: "";
    display: block;
    background: #ffffff;
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

.button-mat:hover .pseudo-text {
    color: #EC6607;
}

.button-mat:hover {
    color: transparent;
}

.btn--5 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 0 6px rgba(0, 0, 0, 0.15);
}

.btn--5:before {
    transform: translate(-120%, -50%) translateZ(0);
}

.btn--5:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
}

footer nav {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 35px;
}

footer .container-footer {
    background-color: #2E2E2E;
    color: #FFF;
}

footer .content-footer {
    padding: 40px 70px 20px 70px;
    max-width: 1500px;
    margin: 0 auto;
}

footer .content-footer nav ul {
    list-style: none;
}

footer .content-footer nav ul.footer-social li img {
    max-width: 300px;
}

footer nav > ul:not(:first-child) {
    text-align: right;
}

footer nav > ul {
    width: 25%;
}

footer .content-footer nav > ul:not(:first-child) > li > ul {
    margin-top: 25px;
}

footer .content-footer nav > ul:not(:first-child) > li > a {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

footer .content-footer nav ul.footer-propos ul.menu li, footer .content-footer nav ul.footer-news ul.menu li, footer .content-footer nav ul.footer-ab-vous ul.menu li {
    margin: 15px 0;
}

footer .content-footer nav ul.footer-propos ul.menu li a:hover, footer .content-footer nav ul.footer-news ul.menu li a:hover, footer .content-footer nav ul.footer-ab-vous ul.menu li a:hover, .footerAltNav li a:hover {
    border-bottom: 1px solid;
}

footer ul.footer-social > ul {
    display: flex;
}

footer ul.footer-social ul li {
    width: 60px;
    height: 60px;
}

footer ul.footer-social li a.facebook {
    display: block;
    text-indent: -99em;
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/facebook.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

footer ul.footer-social li a.twitter {
    display: block;
    text-indent: -99em;
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/twitter.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

footer ul.footer-social li a.linkedin {
    display: block;
    text-indent: -99em;
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/linkedin.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

li.list-social-menu {
    margin: 25px 0 10px 0;
}

footer .footer-botom {
    padding: 40px 0px 10px 0px;
    border-top: 2px dashed #9A9A9A;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-mention {
    background-color: #000000;
    text-align: center;
    padding: 15px;
    font-size: 1.4rem;
    font-size: 14px;
}

.container-logo-footer {
    max-width: 300px;
}

ul.footerAltNav {
    margin: 10px 0
}

a.logo-footer p {
    font-size: 14px;
}

.logo-footer img {
    float: left;
    padding-right: 15px;
    width: 100%;
}

.prevent-default {
    pointer-events: none;
}

a.text-01 {
    font-size: 20px;
    position: relative;
    line-height: 40px;
    padding-left: 40px;
}

a.text-01:before {
    content: '';
    background-image: url(/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/telephone.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: -5px;
}

@media screen and (max-width: 1260px) {
    header .container-nav {
        padding: 0 5rem;
    }

    header .brand {
        left: inherit;
        padding-left: 0;
    }
}

@media screen and (max-width: 1045px) {
    header .container-nav {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 999px) {
    nav ul.nav-list {
        display: flex !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 998px) {
    header .brand {
        padding-left: 20px;
    }

    header nav {
        height: initial;
        width: 100%;
    }

    header .container-nav {
        padding: 0;
    }

    .nav-mobile {
        display: block;
    }

    nav ul.nav-list {
        display: none;
        height: initial;
        top: 82px;
        position: relative;
    }

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

    nav ul.nav-list li a p {
        float: inherit;
    }

    nav ul.nav-list li:not(:last-child):before, nav ul.nav-list li a:before {
        content: none;
    }

    nav ul.nav-list li {
        text-align: center;
        border-top: 1px dashed #ccc;
    }
}

@media screen and (max-width: 998px) {
    body > main {
        padding-top: 140px;
    }

    footer .content-footer {
        padding: 40px;
    }

    .container-logo-footer {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    article.newsBlock .container-title-actu span.news-title {
        font-size: 14px;
    }

    .container-title-actu {
        bottom: 0;
        height: 100px;
    }

    button.button-actu {
        font-size: 14px;
        padding: 5px 10px;
        margin: 10px auto;
    }

    article.newsBlock a:before {
        content: inherit;
    }

    footer nav {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    footer .content-footer {
        padding: 0;
    }

    footer ul.footerAltNav {
        width: 100%;
        margin-top: 40px;
        text-align: left;
    }

    footer .footer-botom .footerAltNav li {
        display: inline-block;
        padding: .4em;
    }

    ul.footer-propos li ul, ul.footer-news li ul, ul.footer-ab-vous li ul {
        display: none;
    }

    ul.footer-social {
        padding: 25px;
    }

    footer .content-footer nav > ul:not(:first-child) > li > a {
        position: relative;
        margin: 0 25px;
        line-height: 100px;
        border-top: 2px dashed #9A9A9A;
        display: block;
        padding-left: 25px;
    }

    ul.footer-propos li a:before, ul.footer-news li a:before, ul.footer-ab-vous li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        z-index: 10;
        right: 20px;
        width: 0px;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #EC6607;
        transform: rotate(90deg);
        transition: all 0.5s ease;
    }

    ul.footer-propos li a.flip-arrow-footer:before, ul.footer-news li a.flip-arrow-footer:before, ul.footer-ab-vous li a.flip-arrow-footer:before {
        transform: rotate(30deg);
    }

    a.text-01 {
        font-size: 30px;
    }

    ul.footer-social, ul.footer-propos, ul.footer-news, ul.footer-ab-vous {
        width: 100%;
    }

    .footer-social .logo-ab-footer {
        border-bottom: 2px dashed #9A9A9A;
        margin-bottom: 25px;
        padding-bottom: 30px;
    }

    footer ul.footer-social > ul {
        justify-content: left;
        margin-top: 15px;
    }

    footer .container-footer .content-footer nav > ul {
        text-align: left;
    }

    footer .content-footer nav > ul:not(:first-child) > li > ul {
        margin-top: 0;
        background-color: #8A8585;
        padding: 25px;
    }

    footer .content-footer nav ul.footer-propos ul.menu li, footer .content-footer nav ul.footer-news ul.menu li, footer .content-footer nav ul.footer-ab-vous ul.menu li {
        list-style: disc;
        margin: 0 0 0 4em;
    }

    footer .footer-botom {
        margin: 0 25px;
    }

    footer .content-footer nav ul.footer-propos ul.menu li a, footer .content-footer nav ul.footer-news ul.menu li a, footer .content-footer nav ul.footer-ab-vous ul.menu li a {
        display: block;
        margin: 15px 0;
        border: none;
    }

    footer .content-footer nav ul.footer-propos ul.menu li a:hover, footer .content-footer nav ul.footer-news ul.menu li a:hover, footer .content-footer nav ul.footer-ab-vous ul.menu li a:hover {
        border: none;
    }
}

@media screen and (max-width: 998px) and (min-width: 640px) {
    article:nth-child(4).newsBlock {
        display: none;
    }

    section.newsSelection article.newsBlock {
        width: 50%;
    }
}

@media screen and (min-width: 769px) {
    footer .content-footer nav > ul:not(:first-child) > li > ul {
        display: block !important;
    }

    footer .content-footer nav > ul:not(:first-child) > li > a {
        pointer-events: none;
    }

    footer .content-footer nav > ul:not(:first-child) > li > a:after {
        content: '';
        display: block;
        width: 25px;
        border-bottom: 1px solid;
        padding-top: 5px;
        color: #EC6607;
        position: absolute;
        right: 0;
    }

    footer .content-footer nav ul.footer-propos ul.menu li a, footer .content-footer nav ul.footer-news ul.menu li a, footer .content-footer nav ul.footer-ab-vous ul.menu li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 388px) {
    body > main > section.banner > div.banner-wrapper > div.banner-content {
        height: 100%;
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 368px) {
    body > main {
        padding-top: 156px;
    }
}

@font-face {
    font-family: 'ADAMPRORegular';
    font-style: normal;
    font-weight: normal;
    src: url('/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/fonts/ADAMPRO.woff') format('woff');
}

section.header-hp {
    width: 100%;
    padding: 80px 50px;
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right 25%;
    color: #fff;
}

section.wrapper-header-hp {
    line-height: 1;
}

section.header-hp h1 {
    font-size: 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

section.header-hp h1 span {
    font-weight: bold;
}

section.header-hp p {
    font-size: 18px;
    padding-bottom: 26px;
    max-width: 580px;
}

section.header-hp p span {
    font-weight: bold;
}

section.intro-hp, section.block-conseils, section.blocksLarge {
    padding: 50px;
}

section.blocksLarge {
    padding: 25px 50px 50px 50px;
}

#home-page section .wrapper h2 {
    font-size: 25px;
    margin-bottom: 50px;
}

#home-page section .wrapper h2:after {
    content: '';
    display: block;
    width: 25px;
    border-bottom: 1px solid;
    padding-top: 15px;
    color: #EC6607;
    margin:0 auto;
}

#home-page section h2 span {
    font-weight: bold;
}

section.intro-hp .wrapper p:last-of-type {
    margin-bottom: 35px;
}

.promote-text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EC6607;
    margin: 10px auto;
}

.container-button {
    margin-top: 30px;
}

.container-intro {
    position: relative;
    display: grid;
}

.content-intro {
    max-width: 50%;
    margin:0 auto;
    max-width: 100% !important;
    grid-row: 2 / 2;
    text-align: center;
}

.glass {
    position: absolute;
    top: -15rem;
    right: -120px;
    z-index: 10;
    height: 45em;
    width: 65%;
}

.glass img {
    width: 100%;
    position: relative;
}

.content-glass {
    position: absolute;
    text-align: center;
    left: 20%;
    top: 13%;
    z-index: 11;
}

.content-glass span.taux {
    position: relative;
    font-size: 120px;
    font-family: 'ADAMPRORegular', sans-serif;
    font-weight: bold;
    color: #EC6607;
}

.content-glass span.taux > span {
    transform: scaleY(-1);
    -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(5%, transparent), to(rgba(0, 0, 0, 0.2)));
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#910313', Direction=225, Strength=6);
    position: absolute;
    left: 0;
    top: 10rem;
}

.content-glass p > span {
    text-decoration: underline;
}

.content-glass span.taux sup {
    font-size: 50%;
}

.content-glass p {
    text-transform: uppercase;
}

.content-glass p strong {
    font-weight: bold;
}

.blockLarge {
    border-radius: 1.25rem;
    max-width: 50%;
    margin: 0px 15px;
}

.blockLarge.blockGuide {
    background-size: cover;
    background-repeat: no-repeat;
}

.blocksLarge-wrapper {
    min-height: 320px;
    border-radius: 10px;
    display: flex;
}

.blocksLarge-wrapper .blockGuide:after {
    content: none;
}

.blockLarge-title {
    max-width: 30rem;
}

a.button.button-mat.btn--5.conseils-link {
    position: absolute;
    bottom: 30px;
}

#home-page section.reassurance {
    background-color: #E8E8E8;
    padding: 50px 50px 80px 50px;
}

section.reassurance .wrapper {
    text-align: center;
}

section.reassurance .wrapper h2:after, section.block-conseils .wrapper h2:after {
    margin: 0 auto;
}

section.reassurance .wrapper > p {
    margin-bottom: 6rem;
}

section.reassurance .wrapper-icon {
    max-width: 120rem;
    margin: 0 auto;
}

section .container-cta-reassurance {
    margin-top: 7rem;
    text-align: center;
}

section.reassurance ul.section-box {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
}

section.reassurance ul.section-box li.box {
    line-height: 7;
    position: relative;
    width: 25%;
    outline: none;
}

section.reassurance ul.section-box li .thumb img {
    margin: 0 auto 15px auto;
}

section.reassurance ul.section-box li.box:before {
    content: '';
    display: block;
    height: 40px;
    border-right: 1px solid #707070;
    position: absolute;
    width: 100%;
    top: 50%;
}

section.reassurance ul.section-box li:first-child.box:before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    border-left: 1px solid #707070;
    top: 50%;
}

section.reassurance .box-inner p {
    padding: 0 20px;
}

section.block-conseils .wrapper h2 {
    text-align: center;
}

.col-conseils {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
}

.col-conseils .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1.25rem;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.col-conseils .card.card-image {
    background-size: cover;
    background-repeat: no-repeat;
}

#slick-slide00 .card.card-image {
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/slide_investissement.jpg");
}

#slick-slide01 .card.card-image {
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/slide_renego.jpg");
}

#slick-slide02 .card.card-image {
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/slide_premier.jpg");
}

#slick-slide03 .card.card-image {
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/slide_pourquoi.jpg");
}

.col-conseils .card-body {
    padding: 5rem 4rem 3rem 4rem;
    color: #ffffff;
    min-height: 265px;
    position: relative;
}

.col-conseils .card-body .card-title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-weight: bold;
}

.col-conseils .card-body .card-text {
    margin-bottom: 3rem;
}

.col-conseils .card-body a.button {
    position: absolute;
    bottom: 20px;
}

ul.slick-dots {
    bottom: -50px;
}

ul.slick-dots li button:before {
    font-size: 10px;
}

ul.slick-dots li.slick-active button:before {
    color: #EC6607;
}

ul.slick-dots li button:before {
    color: #464646;
    opacity: 1;
}

.slick-arrow {
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
}

.slick-prev.slick-arrow {
    left: -35px;
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/arrow_left.png");
}

.slick-next.slick-arrow {
    right: -30px;
    background-image: url("/web/20201013074155im_/https://www.abcourtage.com/sites/all/themes/custom/adt/dist/images/arrow_right.png");
}

.slick-prev:before, .slick-next:before {
    color: black;
    content: '';
}

.slick-prev:hover, .slick-next:hover {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    transition: all 0.3s ease-out;
}

.home section.newsSelection {
    background: white;
}

section.block-franchise {
    background: linear-gradient(to top, #2E2E2E 50%, 50%, #fffcf8);
    padding: 2rem 0;
}

.franchise-container {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 279px;
}

.franchise-content {
    width: 50%;
    padding: 6rem 3rem 3rem 3rem;
    background: #EC6607;
    border-radius: 10px 2px 0px 10px;
    color: #ffffff;
}

.franchise-img {
    width: 50%;
}

#home-page section.block-franchise h2.franchise-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.franchise-content p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 2em;
}

.franchise-content .franchise-link, .conseils-link {
    padding: 10px 25px;
    background: #FFFFFF;
}

.franchise-content .franchise-link:before, .conseils-link:before {
    background: #2E2E2E;
}

.franchise-link .pseudo-text, .conseils-link .pseudo-text {
    font-size: 14px;
    color: #444443;
}

.button-mat.franchise-link:hover .pseudo-text, .button-mat.conseils-link:hover .pseudo-text {
    color: #FFFFFF;
}

.franchise-img img {
    object-fit: cover;
    height: 100% !important;
    border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 425px) {
    section.blocksLarge, section.intro-hp {
        padding: 20px;
    }

    section.block-conseils {
        padding: 80px 20px 60px 20px;
    }

    section.blocksLarge {
        padding: 20px 20px 50px 20px;
    }

    .slick-prev.slick-arrow {
        left: -15px;
    }

    .slick-next.slick-arrow {
        right: -10px;
    }
}

@media only screen and (max-width: 768px) {
    section.header-hp h1 {
        font-size: 28px;
    }

    .blocksLarge-wrapper {
        flex-wrap: wrap;
    }

    .blockLarge-wrapper .blockLarge-title {
        font-size: 24px;
        max-width: inherit;
    }

    .blockLarge-text img {
        width: 50%;
    }

    .blocksLarge-wrapper .blockLarge {
        width: 100%;
        max-width: 100%;
    }

    .blockLarge .blockLarge-wrapper {
        padding: 3rem 2rem;
    }

    section.reassurance ul.section-box li.box:before {
        content: inherit !important;
    }

    .card-title {
        font-size: 18px;
    }

    .col-conseils .card.card-image {
        background-position: center;
    }

    ul.slick-dots {
        bottom: -50px;
    }

    ul.slick-dots li button:before {
        font-size: 10px;
    }

    ul.slick-dots li.slick-active button:before {
        color: #EC6607;
    }

    ul.slick-dots li button:before {
        color: #464646;
        opacity: 1;
    }

    a.button.btn--5 {
        padding: 10px 20px;
    }

    a .pseudo-text {
        font-size: 14px;
    }

    a.button.button-mat.btn--5.conseils-link {
        position: relative;
        bottom: inherit;
    }

    .franchise-container {
        display: block;
        max-width: inherit;
        max-height: inherit;
        width: 100%;
        text-align: center;
    }

    .franchise-content {
        width: 100%;
        border-radius: 0;
        padding: 6rem 2rem 6rem 2rem;
    }

    section.block-franchise {
        background: none;
        padding: 0;
    }

    .franchise-img {
        display: none;
    }
}

@media only screen and (max-width: 998px) {
    section.intro-hp {
        text-align: center;
    }

    #home-page section .wrapper h2:after {
        margin: 0 auto;
    }

    .container-glass .glass img, .content-glass span.taux > span {
        display: none;
    }

    .container-intro {
        display: grid;
    }

    .content-intro {
        max-width: 100% !important;
        grid-row: 2 / 2;
    }

    .container-glass {
        max-width: 100% !important;
        grid-column-start: 1;
        grid-row: 1 / 2;
    }

    section.intro-hp .container-intro .container-glass .glass {
        width: 100%;
        right: inherit;
        position: relative;
        top: inherit;
        height: inherit;
    }

    section.intro-hp .container-intro .container-glass .glass .content-glass {
        position: relative;
        left: inherit;
        top: inherit;
    }
}

@media only screen and (max-width: 1238px) {
    .glass {
        width: 60%;
        right: -40px;
        top: -12rem;
    }

    .content-glass {
        left: 18%;
        top: 13%;
    }

    .content-glass span.taux {
        font-size: 100px;
    }

    .content-glass span.taux > span {
        top: 8rem;
    }
}

/*
     FILE ARCHIVED ON 07:41:55 Oct 13, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:11:05 Jul 08, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 127.451
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.091
  RedisCDXSource: 5.455
  esindex: 0.01
  LoadShardBlock: 102.103 (3)
  PetaboxLoader3.datanode: 111.67 (4)
  CDXLines.iter: 17.553 (3)
  load_resource: 45.268
*/