#tva-hero {
    height: 100vh;
    background-color: #1F5382;
    width: 100%;
    
    padding-top: 3.66vw;
}

#tva-hero .container {
    position: relative;
    height: 100%;
    display: flex;
    padding-right: 6.66vw;
    padding-left: 5.66vw;
}

#tva-hero .container .col-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#tva-hero .container .col-left .top {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    position: relative;
}

#tva-hero .container .col-left .top h1 {
    padding-left: 11.33vw;
}

#tva-hero .container .col-left .top>svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15.33vw;
    height: 14.13vw;
}

#tva-hero .container .col-left .bot {
    width: 100%;
    height: 60%;
}

#tva-hero .container .col-left .bot .img-container {
    width: 100%;
    height: 100%;
}

#tva-hero .container .col-left .bot .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tva-hero .container .col-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 42vh;
    padding-left: 3.33vw;
    position: relative;
}

#tva-hero .container .col-right>svg {
    position: absolute;
    left: 3.33vw;
    bottom: 2vw;
    width: 1.66vw;
    height: 2.8vw;
    transition: .3s cubic-bezier(0, 0, 0.09, 0.99);
    cursor: pointer;
}

#tva-hero .container .col-right>svg:hover {
    transform: translateY(0.33vw);
}

#tva-hero .container .col-right h2 {
    margin-bottom: 2.66vw;
}

#tva-hero .container .col-right p {
    max-width: 70%;
    margin-bottom: 2vw;
}

#tva-savoir-faire {
    padding: 6.66vw 0;
    
}

#tva-savoir-faire .containertop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2vw;
}

#tva-savoir-faire .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10vw;
}

#tva-savoir-faire .container .top {
    display: flex;
    justify-content: center;
}

#tva-savoir-faire .container .top .col-label {
    display: flex;
    flex-direction: column;
    max-width: 34%;
    margin: 0 2vw;
    width: 380px;
}


/*#tva-savoir-faire .container .top .col-label:first-child {
    margin-right: 5.6vw;
}*/

#tva-savoir-faire .container .top .col-label p {
    width: calc(100% - 2.66vw);
    position: relative;
}

#tva-savoir-faire .container .top .col-label p:first-of-type {
    margin-left: 1.33vw;
    margin-bottom: 2vw;
}

#tva-savoir-faire .container .top .col-label p:first-of-type::before {
    position: absolute;
    content: "";
    width: 0.24vw;
    height: 100%;
    background-color: #1B2E4F;
    left: -1.33vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

#tva-savoir-faire .container .top .col-label>svg {
    margin-right: 1vw;
    width: 1.66vw;
    height: 1.33vw;
}

#tva-savoir-faire .container .bot {
    display: flex;
    width: 100%;
    padding-top: 3.33vw;
}

#tva-savoir-faire .container .bot .col {
    width: 50%;
    padding-right: 3.33vw;
}

@media screen and (min-width: 1501px) {
    #tva-hero .container .col-right {
        padding-top: 42vh;
    }
}

#tva-ld {
    padding: 5.66vw 0 0 5.66vw;
    
    margin-top: -2px;
}

#tva-ld .container {
    display: flex;
    height: 100%;
}

#tva-ld .container .col-left {
    display: flex;
    flex-direction: column;
    background-color: #1F5382;
    padding-left: 5.66vw;
    justify-content: center;
    width: calc(50% - 4.66vw);
    padding-right: 6vw;
    padding-top: 9.33vw;
    padding-bottom: 3.33vw;
}

#tva-ld .container .col-left h2 {
    margin-bottom: 2vw;
}

#tva-ld .container .col-left p {
    margin-bottom: 0.33vw;
}

#tva-ld .container .col-left p:last-of-type {
    margin-bottom: 2vw;
}

#tva-ld .container .col-right {
    width: calc(50% + 4.66vw);
    position: relative;
    z-index: 1;
    padding-right: 5.66vw;
    background-color: white;
}

#tva-ld .container .col-right .element-btn p {
    text-align: center;
}

#tva-ld .container .col-right .element-btn>div {
    margin: 1vw 0;
    width: 7%;
    height: 3px;
    background-color: white;
}

#tva-ld .container .col-right .img-container {
    width: 100%;
    height: auto;
}

#tva-valeurs {
    padding-left: 0;
    
    margin-top: -2px;
}

#tva-valeurs .containertop {
    padding-top: 5.66vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3.33vw;
    background-color: white;
}

#tva-valeurs .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
    position: relative;
    margin-top: -2px;
}

#tva-valeurs .container .col>svg {
    width: 11.26vw;
    height: 10.33vw;
    position: absolute;
    left: 0;
    top: 0;
}

#tva-valeurs .container .col {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 5.66vw;
    padding-right: 5.66vw;
    padding-bottom: 5.66vw;
}

#tva-valeurs .container .col .domaine {
    position: relative;
    width: 14.66vw;
    /* margin-right: 2.66vw; */
    cursor: pointer;
    text-decoration: none !important;
}

#tva-valeurs .container .col .domaine:last-of-type {
    /* margin-right: 0; */
}

#tva-valeurs .container .col .domaine p {
    margin-bottom: 1vw;
}

#tva-valeurs .container .col .domaine .img-container {
    width: 100%;
    height: 14.66vw;
}

#tva-valeurs .container .col .domaine .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#tva-valeurs .container .col .domaine .cross-box {
    position: absolute;
    bottom: 1.66vw;
    right: 1.66vw;
    width: 1.66vw;
    height: 1.66vw;
}

#tva-valeurs .container .col .domaine .cross {
    position: relative;
    width: 1.66vw;
    height: 1.66vw;
    transition: .3s cubic-bezier(0, 0, 0.09, 0.99);
}

#tva-valeurs .container .col .domaine .cross>div {
    width: 100%;
    height: 0.16vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    transition: .3s cubic-bezier(0, 0, 0.09, 0.99);
}

#tva-valeurs .container .col .domaine .cross>div:last-of-type {
    transform: rotate(90deg);
}

#tva-valeurs .container .col .domaine:hover .cross {
    transform: rotate(90deg);
}

#tva-valeurs .container .col .domaine:hover .cross div {
    background-color: #fff;
}

#tva-valeurs .containerbot {
    padding-top: 4.33vw;
    padding-bottom: 4.66vw;
    padding-left: 5.66vw;
    display: flex;
    flex-direction: column;
    background-color: #CC482E;
}

#tva-valeurs .containerbot h2 {
    max-width: 15vw;
}

#tva-valeurs .containerbot .box-partenaires {
    display: flex;
    align-items: center;
    padding-top: 1.5vw;
}

#tva-valeurs .containerbot .box-partenaires div {
    transition: .3s cubic-bezier(0, 0, 0.09, 0.99);
}

#tva-valeurs .containerbot .box-partenaires .arrow-left>svg {
    margin-right: 1.66vw;
}

#tva-valeurs .containerbot .box-partenaires .arrow-left:hover {
    transform: translateX(-0.33vw);
    cursor: pointer;
}

#tva-valeurs .containerbot .box-partenaires .arrow-right:hover {
    transform: translateX(0.33vw);
    cursor: pointer;
}

#tva-valeurs .containerbot .box-partenaires .slick-logo {
    width: 100%;
    height: 6vw;
    
}

#tva-valeurs .containerbot .box-partenaires .slick-logo .img-container {
    height: 100%;
}

#tva-valeurs .containerbot .box-partenaires .slick-logo .img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
}

#slick-logo {}

#slick-logo .slick-track {
    /* overflow: visible; */
}

#slick-logo .slick-list {
    /* overflow: visible; */
}

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

@media screen and (max-width: 1230px) {
    #tca-valeurs {
        padding-left: 0;
    }
    #tca-valeurs .container .col {
        max-width: 80%;
    }
}

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

@media screen and (max-width: 992px) {
    #tca-valeurs .containerbot .col-chiffre p {
        max-width: unset;
    }
    #tca-valeurs .containerbot .col-chiffre p:last-of-type {
        font-size: 16px;
    }
    #tva-savoir-faire .container {
        padding: 0 4.66vw;
    }
    #tva-savoir-faire .container .top .col-label p:first-of-type::before {
        width: 2px;
        left: -15px;
        height: 110%;
        bottom: -5%;
    }
    #tva-savoir-faire .container .top .col-label p:first-of-type {
        margin-left: 15px;
    }
    #tva-ld .container .col-left {
        padding: 50px 4.66vw;
    }
    #tva-ld .container .col-left h2 {
        margin-bottom: 30px;
    }
    #tva-ld .container .col-left p {
        margin-bottom: 20px;
    }
    #tva-ld .container .col-left p:last-of-type {
        margin-bottom: 0;
    }
    #tex-valeurs .container .col .domaine p,
    #tva-valeurs .container .col .domaine p {
        font-size: 14px;
    }
    #tva-valeurs .containerbot h2 {
        max-width: 28%;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows {
        margin-right: 15px;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows svg {
        width: 50px;
        height: 25px;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows .arrow-left>svg {
        margin-right: 20px;
    }
    #tva-valeurs .containerbot .box-partenaires .slick-logo {
        height: 150px;
    }
}

@media screen and (max-width: 768px) {
    #tex-valeurs .container .col .domaine p,
    #tva-valeurs .container .col .domaine p {
        font-size: 17px;
    }
    #tva-valeurs .container .col .domaine {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #tva-valeurs .container .col .domaine .cross-box {
        display: none;
    }
    #tva-valeurs .container .col {
        padding: 0 4.66vw;
        flex-direction: column;
    }
    #tva-valeurs .container .col .domaine {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #tva-valeurs .container .col .domaine .img-container {
        height: 90px;
    }
    #tva-valeurs .container .col .domaine .cross-box {
        display: none;
    }
    #tva-savoir-faire {
        padding: 50px 0;
    }
    #tva-savoir-faire .container .top .col-label p:first-of-type {
        margin-bottom: 32px;
    }
    #tva-ld {
        padding-left: 4.66vw;
        padding-right: 4.66vw
    }
    #tva-ld .container .col-right {
        padding-right: 0;
    }
    #tva-ld .container {
        flex-direction: column-reverse;
    }
    #tva-ld .container .col-left {
        width: 100%;
    }
    #tva-ld .container .col-right {
        width: 100%;
    }
    #tva-valeurs .containerbot h2 {
        padding-bottom: 20px;
        max-width: 50%;
    }
    #tva-valeurs .containerbot {
        padding: 50px 4.66vw 0;
    }
    #tva-valeurs .containertop {
        padding: 50px 0;
    }
}

@media screen and (max-width: 600px) {
    #tca-valeurs {
        padding-left: 0;
    }
    #tca-valeurs .container .col {
        max-width: 100%;
        align-items: flex-start;
        padding: 50px 4.66vw;
    }
    #tca-valeurs .container .col h2 {
        margin-bottom: 30px;
    }
    #tca-valeurs .container .col p {
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }
    #tva-savoir-faire .container .top {
        flex-direction: column;
    }
    #tva-savoir-faire .container .top .col-label {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    #tva-valeurs .containerbot .box-partenaires {
        flex-direction: column;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows {
        justify-content: flex-end;
        width: 100%;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows svg {
        width: 26px;
        height: 15px;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows .arrow-left>svg {
        margin-right: 10px;
    }
    #tva-valeurs .containerbot .box-partenaires .arrows {
        margin-bottom: 20px;
    }
    #tva-valeurs .containerbot .box-partenaires .slick-logo {
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    #tex-valeurs .container .col .domaine p,
    #tva-valeurs .container .col .domaine p {
        font-size: 15px;
    }
    #tca-equipe .container,
    #tca-equipe .containertop {
        padding-right: 27vw;
    }
    #tca-valeurs .containerbot {
        flex-wrap: wrap;
        padding: 50px 4.66vw;
    }
    #tca-valeurs .containertop {
        flex-direction: column;
        align-items: flex-end;
    }
    #tca-valeurs .containertop h2 {
        width: 100%;
    }
    #tca-valeurs .containerbot .col-chiffre {
        width: 100%;
        margin-bottom: 50px;
    }
    #tca-valeurs .containerbot .col-chiffre p {
        max-width: 60%;
    }
    #tca-equipe .container .slider-equipe .slick-track {
        /* overflow: visible; */
    }
    #tva-ld .container .col-left {
        padding-bottom: 20px;
    }
    #tva-valeurs .containertop h2 {
        max-width: 70%;
        margin: auto;
        text-align: center;
    }
    #tva-valeurs .container {
        padding-bottom: 20px;
    }
}