/*
Theme Name: Tunalu
Author: allbyweb*
Author URI: allbyweb.fr
*/

/* style ici */
/* font-family */
@font-face {
    font-family: 'Poppins-Black';
    src: url('assets/fonts/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('assets/fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('assets/fonts/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('assets/fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Thin';
    src: url('assets/fonts/Poppins-Thin.ttf') format('truetype');
}

body * {
    font-family: 'Poppins-Medium';
    color: #303030;
}

/*container*/
.container {
    height: 100%;
}
.container {
    max-width: 1400px !important;
}

/*sections*/
body section {
    padding-bottom: 80px;
}

body .grey-bg {
    background-color: #f5f5f5;
}

body .white-bg {
    background-color: #ffffff;
}

/*header*/
body header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 20px #00000020;
    background-color: #fff;
}

header .container {
    max-width: 100%;
}

header .navbar-light .navbar-nav .menu-item a {
    color: #303030;
}

header .navbar-nav .menu-item a:hover,
header .navbar-nav .menu-item.current-menu-item a {
    color: #5693c9;
}

body header .logo {
    width: 270px;
    height: auto;
    flex-shrink: 0;
}

body header .menu-item a {
    margin: 0 15px;
    font-size: 18px;
}

body header .navbar-toggler {
    border: none;
    outline: none;
}

body header .navbar,
body header.sticky .navbar {
    height: auto;
}

body header+section {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    body header .navbar {
        height: 145px;
        transition: height 200ms;
    }

    body header.sticky .navbar {
        height: 80px;
    }

    body header+section {
        margin-top: 145px;
    }
}


/* custom-nav-icon */
header .navbar-toggler #custom-nav-icon {
    width: 32px;
    height: 26px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler #custom-nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #75879d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler #custom-nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler #custom-nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler #custom-nav-icon span:nth-child(3) {
    top: 21px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.navbar-toggler[aria-expanded="true"] #custom-nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.navbar-toggler[aria-expanded="true"] #custom-nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] #custom-nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 8px;
}
body p > span {
    font-weight: inherit;
    font-family: 'Poppins-Light';
    font-size: 18px;
}
/* banner */

#banner .banner-bg {
    max-width: 100%;
    background-size: cover;
    background-position-y: 0;
    background-repeat: no-repeat;
    height: 678px;
    clip-path: polygon(100% 0, 100% 86%, 22% 100%, 0 86%, 0 0);
    overflow: hidden;
    position: relative;
}

#banner .content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

#banner .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

#banner .banner-bg.no-text {
    height: 560px;
    clip-path: polygon(100% 0, 100% 86%, 78% 100%, 0 86%, 0 0);
}

#banner .banner-bg.little-bg {
    height: 460px;
}

/* titles */
body h1 {
    font-size: 85px;
    font-family: 'Poppins-Black';
    color: #fff;
    line-height: normal;
}

body .page-subtitle,.page-subtitle p{
    font-size: 34px;
    color: #fff;
    font-family: 'Poppins-Regular';
}

body h2, body h3 {
    font-size: 55px;
    font-family: 'Poppins-Black';
    line-height: normal;
}

body .section-subtitle {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 24px;
}

body .item-title {
    font-size: 29px;
    font-family: 'Poppins-ExtraBold';
    margin-bottom: 14px;
}

body .item-subtitle {
    font-size: 18px;
    font-family: 'Poppins-Light';
    margin-bottom: 12px;
}

/* buttons */
body .btn-tunalu {
    font-size: 18px;
    color: #fff;
    background: #5693c9;
    border-radius: 10px;
    font-family: 'Poppins-Light';
    padding: 20px 22px;
    outline: none;
    border: none;
    transition: 200ms;
}

body .btn-tunalu:hover {
    background: #3f6f99;
}

body .btn-tunalu>img {
    width: 12px;
    display: inline-block;
    margin-left: 22px;
}

/*  links  */
body .link-tunalu {
    position: relative;
    color: #5693c9;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    transition: 200ms;
    display: inline-block;
    margin-top: 12px;
}

body .link-tunalu::after {
    content: "";
    display: block;
    position: relative;
    background: #5693c9;
    width: 0;
    height: 2px;
    transition: 300ms;
    position: absolute;
    left: 0;
    right: 0;
}

body .link-tunalu:hover::after {
    width: 100%;
    transform-origin: left;
}

body .link-tunalu.black {
    color: #303030;
}


/* Contact */
#contact-form {
    background: #75879d;
    width: 100%;
    padding: 52px 0;
}

#contact-form .content>p {
    color: #fff;
    font-size: 20px;
}

#contact-form .title {
    color: #fff;
}

#contact-form .form-control {
    padding: 18px 20px;
    font-size: 20px;
    font-family: 'Poppins-Light';
    color: #303030;
    border-radius: 10px;
    border: none;
    outline: none;
}

#contact-form textarea.form-control {
    padding: 14px;
    resize: none;
    height: 230px;
}

#contact-form .title {
    margin-bottom: 8px;
}

#contact-form input[type="submit"] {
    background: #fff;
    color: #303030;
    font-size: 18px;
    padding: 16px 64px;
    border-radius: 12px;
    font-family: 'Poppins-Light';
    outline: none;
    border: none;
}

#contact-form input[type="submit"]:hover,
#contact-form input[type="submit"]:active {
    color: #fff;
    background-color: #303030;
    border: none;
}


/* footer */
footer {
    background-color: #fff;
}

footer .container {
    padding: 38px 0 34px;
}

footer .logo {
    width: 25%;
}

footer .plan {
    width: 37.5%;
}

footer .details {
    width: 37.5%;
}

footer .logo figure {
    margin: 24px 0;
    max-width: 260px;
    width: 95%;
}

footer .site-info {
    margin: 0;
}

footer .plan>p,
footer .details>p {
    font-size: 18px;
    font-family: 'Poppins-ExtraBold';
    margin-bottom: 8px;
}

footer .plan li,
footer .details li {
    margin: 0 0 12px;
}

footer .plan li>a,
footer .details li>a,
footer .details li {
    color: #303030;
    font-family: 'Poppins-Light';
}

footer .plan li>a:hover,
footer .details li>a:hover {
    color: #5593c9;
}

footer .plan ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

footer .plan ul>li {
    width: 50%;
}

#body footer .btn-tunalu {
    width: max-content;
    padding: 8px 12px;
}

#copyright {
    background: #75879d;
    padding: 15px 0;
}

#copyright>div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

#copyright p {
    color: #fff;
    font-family: 'Poppins-ExtraBold';
    font-size: 18px;
    margin: 0;
    padding: 0;
}
#copyright a{
    color: #fff;
    font-family: 'Poppins-ExtraBold';
    font-size: 18px;
}
#copyright a:hover{
    color: #fff;
}


body footer .btn-tunalu {
    padding: 14px 18px;
    display: inline-block;
}
ul,figure{
    margin: 0;
    padding: 0;
}

/* actus list */
#actus .list-content {
    margin-top: 30px;
    padding: 0;
}

#actus .list-content .item-wrapper {
    display: block;
    padding: 0;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 0 50px;
}

#actus .list-content .item-wrapper .descr {
    padding: 30px 38px 48px;
}

#actus .list-content .item-wrapper figure {
    max-height: 280px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#actus.parc-machines .list-content .item-wrapper figure {
    align-items: center;
    height: 280px;
}
#actus.parc-machines .list-content .item-wrapper figure img {
    margin: 0 auto;
    max-height: 280px;
    object-fit: contain;
}

body section#actus {
    padding-bottom: 0px;
}

#actus.services .item-subtitle {
    font-size: 19px;
    font-family: 'Poppins-Light';
    margin-bottom: 14px;
    line-height: 2rem;
    height: auto;
    overflow: hidden;
}

#actus.services .list-content .item-wrapper figure {
    height: 200px;
    overflow: hidden;
    align-items: stretch;
}

#actus.services .item-wrapper .descr {
    padding: 16px 16px 20px;
}

#actus.services {
    padding-bottom: 0;
}

#actus.home .item-title,
#actus.actus .item-title {
    line-height: 2.5rem;
    height: 5rem;
    overflow: hidden;
}
#actus .item-subtitle {
    line-height: 1.75rem;
    height: calc(1.75rem * 3);
    overflow: hidden;
}

/* Histoire */

#histoire .logo-wrapper {
    width: 590px;
}

#histoire .section-subtitle+p {
    margin-bottom: 16px;
    font-family: 'Poppins-Light';
    font-size: 18px;
}


/*expertises*/

#expertises {
    text-align: center;
    ;
}

#expertises .item-wrapper figure {
    width: 130px;
    margin: 0 auto 42px;
}

#expertises .item-wrapper figure>img {
    filter: invert(53%) sepia(87%) saturate(270%) hue-rotate(166deg) brightness(87%) contrast(95%);
}

#expertises .item-wrapper {
    background-color: #f1f1f1;
    border-radius: 30px;
    padding: 46px 46px 14px;
    min-height: 435px;
    margin-bottom: 50px;
    height: 100%;
}

#expertises .list-content {
    margin-top: 40px;
    margin: 0;
    padding: 0;
}

#expertises .list-content>li {
    margin-bottom: 50px;
}

#expertises h3,
#expertises .section-subtitle {
    text-align: left;
}
#expertises h3{
    margin-bottom: 24px;
}

/* contact-form */

#contact-form .pre-title {
    font-family: 'Poppins-bold';
    font-size: 20px;
    color: #fff;
}

#contact-form h3 {
    color: #fff;
    margin: 0 0 16px;
}

/* phone number */
#phone-number {
    background: #5593c9;
    text-align: center;
    padding: 60px 0;
}

#phone-number .container>p {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 28px;
    color: #fff;
}

#phone-number .number-wrapper {
    display: flex;
    justify-content: center;
}

#phone-number .number-wrapper>li>a {
    display: flex;
    align-items: center;
    margin: 0 34px;
}

#phone-number .number-wrapper>li>a>figure {
    display: block;
    width: 50px;
    margin-right: 30px;
}

#phone-number .number {
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins-Black';
    cursor: pointer;
    margin-bottom: 0;
}

/* paragraph actu*/
#paragraph-actus .section-subtitle+div>p {
    font-family: 'Poppins-Light';
    font-size: 18px;
    margin-bottom: 24px;
}

body .header-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}

/*contact*/
.map-banner .banner-bg {
    background-position-y: 0;
    height: 460px;
    position: relative;
}

#banner.map-banner .banner-bg {
    height: 460px;
}

#banner.map-banner .maps>iframe {
    width: 100%;
    height: 460px;
}

#banner.map-banner .pos-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
}

#contact-form.light h3,
#contact-form.light .section-subtitle {
    color: inherit;
}

#contact-form.light .form-control {
    background-color: #f5f5f5;
}

#contact-form .section-subtitle {
    margin-bottom: 40px;
}

#contact-form.light {
    background: #fff;
}

#contact-form.light input[type="submit"] {
    background: #f5f5f5;
}

#contact-form.light input[type="submit"]:hover,
#contact-form.light input[type="submit"]:active {
    color: #fff;
    background-color: #303030;
}

/*equipe*/

#equipe .profil {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

#equipe .profil figure {
    max-height: 320px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

#equipe .no-picture .profil-info {
    padding-top: 26px;
}

#equipe .profil-info {
    background: #f1f1f1;
    padding: 18px 0 26px;
    text-align: center;
}

#equipe .name {
    font-size: 29px;
    font-family: 'Poppins-Black';
}

#equipe .mail {
    font-size: 16px;
    color: #303030;
}

#equipe .mail:hover {
    color: #5593c9;
}

#equipe .profession {
    margin: 10px auto 6px;
    font-size: 18px;
}

/* histoire */
#presentation .section-subtitle+p {
    font-family: 'Poppins-Light';
}

#presentation .section-subtitle {
    margin-bottom: 12px;
}

#presentation figure {
    border-radius: 40px;
    overflow: hidden;
}

#presentation .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
}
#presentation .text p {
    font-family: 'Poppins-Light';
}

#historique .container * {
    color: #fff;
}

#historique .container>div:nth-child(1) {
    display: flex;
    align-items: center;
}

#historique .container>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

#historique {
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#historique::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

#historique .section-subtitle+p {
    font-family: 'Poppins-Light';
}

#historique .section-subtitle {
    margin-bottom: 12px;
}

.histoire-list {
    margin-left: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.histoire-list .item {
    margin-bottom: 10px;
    position: relative;
}

#historique .year {
    font-size: 60px;
    font-family: 'Poppins-Bold';
    line-height: 1;
    margin-bottom: 16px;
}

#historique .year+p {
    font-size: 20px;
    font-family: 'Poppins-Light';
    margin-bottom: 14px;
}

#historique .dot {
    position: absolute;
    display: block;
    background: #fff;
    width: 26px;
    height: 26px;
    top: 25%;
    right: calc(100% + 50px);
    border-radius: 50%;
}

#historique .dot::before,
#historique .dot::after {
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

#historique .dot::before {
    bottom: 100%;
}

#historique .dot::after {
    top: 100%;
}

#historique .item:first-child .dot:before {
    display: none;
}

#historique .item:last-child .dot::after {
    height: 45px;
}

#valeurs h3,
#valeurs .section-subtitle,
#chiffres h3,
#chiffres .section-subtitle {
    text-align: center;
}

#valeurs {
    padding: 60px 0;
}

#valeurs .valeurs-list {
    display: flex;
    align-items: center;
    margin: 54px 0 0;
    padding-bottom: 14px;
}

#valeurs .valeurs-list li {
    width: 20%;
    flex-shrink: 0;
}

#valeurs .valeurs-list li figure {
    width: 114px;
    margin: 0 auto 30px;
}

#valeurs .valeurs-list li figure img {
    filter: invert(53%) sepia(87%) saturate(270%) hue-rotate(166deg) brightness(87%) contrast(95%);
}

#valeurs .valeurs-list li p {
    text-align: center;
    font-size: 29px;
    font-family: 'Poppins-ExtraBold';
    line-height: 2.5rem;
    height: 5rem;
    overflow: hidden;
}

#chiffres {
    display: block;
    background-color: #528ec4;
    clip-path: polygon(100% 0, 100% 80%, 73% 100%, 0 79%, 0 0);
    padding: 56px 0 130px;
}

#chiffres * {
    color: #fff;
    text-align: center;
}

#chiffres .chiffres-list {
    display: flex;
    align-items: flex-start;
    margin: auto;
}
#chiffres h3 {
    margin-bottom: 40px;
}

#chiffres .chiffre {
    font-size: 112px;
    font-family: 'Poppins-ExtraBold';
    line-height: 1;
}

#chiffres .chiffres-list>li {
    padding: 0 16px;
    flex-shrink: 0;
}

#chiffres .chiffre+p {
    font-size: 29px;
    font-family: 'Poppins-ExtraBold';
}
#confiance {
        margin: 32px 0 0;
}
#confiance .brand-list figure {
    max-width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

#confiance .brand-list {
    margin: 42px 0 60px;
}

/* service */
#actus .section-subtitle+p {
    margin-bottom: 30px;
    font-size: 18px;
    font-family: 'Poppins-Light';
}
.page-standard{
    min-height: 400px;
}
form .form-group {
    margin-bottom: 0;
}
#actus.services h3{
    text-align: center;
    margin-top: 3rem;
    text-transform: uppercase;
    font-family: 'Poppins-Black';
}
/* slick dots */
.slick-dots {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li {
    display: block;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
}
.slick-dots li.slick-active {
    background-color: #5593c9;
}
.to-slick .slick-dots > li{
    width: 10px !important;
    height: 10px !important;
    list-style: none !important;
}
.slick-dots li button {
    font-size: 0;
    overflow: hidden;
    display: none;
}
#chiffres .slick-dots li.slick-active {
    background-color: #fff;
}
#chiffres .slick-dots li {
    background-color: #bbbbbb80;
}
#confiance .slick-track {
    display: flex;
    align-items: center;
}
#confiance .slick-slide {
    display: block;
    flex: auto;
    max-width: initial;
}