section {
    overflow: hidden;
}

body {
    background-color: rgb(243, 243, 243);
}

header {
    background: transparent !important;
}

header div.logo img {
    width: 300px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #2D2A2B;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

.banner .content {
    position: relative;
    max-width: 750px;
    text-align: center;
}

.banner .content h2 {
    color: #fff;
    font-size: 60px;
}

.banner .content p {
    color: #fff;
    font-size: 18px;
    z-index: -1;
}

.banner header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}

.banner header .logo {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.box input {
    position: relative;
    display: inline-block;
    font-size: 20px;
    box-sizing: border-box;
}

.box input[type="search"] {
    background: #fff;
    width: 350px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 25px 0 0 25px;
}

.box input[type="submit"] {
    position: relative;
    left: -5px;
    top: -1px;
    border-radius: 0 25px 25px 0;
    height: 50px;
    width: 150px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #2D2A2B;
    color: #fff;
}

.box input[type="submit"]:hover {
    background: #30ABA8;
}


/*---------------------------------Informations-------------------------------------------*/

.info {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #423F41;
    /*#162c3b;*/
}

.info .actu {
    background: #423F41;
    padding: 100px;
    width: 50%;
}

.titreactu {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.texteactu {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.info .imgactu {
    background: url(../images/accueil/minipelle_fondvert.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
}

@media (max-width:700px) {
    .info {
        flex-direction: column;
    }
    .info .actu,
    .info .imgactu {
        width: 100%;
        padding: 50px;
        min-height: 400px;
        text-align: center;
    }
}


/*---------------------------------Catalogue machine-------------------------------------------*/

section.equipements {
    background-color: rgb(243, 243, 243);
    color: #2D2A2B;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0%;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.equipements h2 {
    font-size: 35px;
    text-align: left;
}

.equipements .plusieursequipements {
    padding-top: 3%;
    padding-bottom: 3%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.equipements .plusieursequipements a {
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 1%;
}

.equipements .plusieursequipements .equipement {
    background-color: #fff;
    width: 300px;
    position: relative;
}

.equipements .plusieursequipements .equipement .imageequipement img {
    width: 100%;
}

.equipements .plusieursequipements .equipement .boxequipement {
    display: flex;
    vertical-align: middle;
}

.equipements .plusieursequipements .equipement .titreequipement {
    height: 60px;
    width: 50%;
    background-color: #2D2A2B;
    position: relative;
    display: flex;
}

.equipements .plusieursequipements .equipement .titreequipement span {
    margin: auto;
    text-align: center;
}

.equipements .plusieursequipements .equipement .boutonequipement {
    height: 60px;
    width: 50%;
    background-color: #30ABA8;
    position: relative;
    display: flex;
    font-size: 18px;
    font-weight: bold;
}

.equipements .plusieursequipements .equipement .boutonequipement span {
    margin: auto;
    text-align: center;
}

.equipements .plusieursequipements .equipement .boutonequipement:hover {
    background-color: #2D2A2B;
    color: #30ABA8;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:700px) {
    .equipements .plusieursequipements {
        padding-left: auto;
        padding-right: auto;
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}


/*----------------------------Offres-------------------------------------------------------*/

section.offres {
    background-color: #2d2a2b88;
    color: #fff;
    height: 500px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.offres .offre {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 25%;
}

.offres .offre .offreimg {
    width: 100%;
}

.offres .offre .offreimg img {
    max-width: 100%;
}

.offres .offre .offrenoirvert {
    display: flex;
}

.offres .offre .offrenoirvert .offrevert {
    width: 50%;
    text-decoration: none;
    color: #fff;
    background-color: #30ABA8;
    height: 50px;
    text-align: center;
    padding: 12px;
}

.offres .offre .offrenoirvert .offrevert:hover {
    background-color: #2D2A2B;
    color: #30ABA8;
}

.offres .offre .offrenoirvert .offrenoir {
    width: 50%;
    height: 50px;
    background-color: #2D2A2C;
    text-align: center;
    padding: 12px;
}

Section.slider {
    background-color: #252223;
    color: #fff;
}

section.slider h1 {
    text-align: center;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slidercategory {
    color: white;
}

.slidercategory:hover {
    color: white;
    text-decoration: none;
}

.item {
    text-align: center;
    background-color: #423F41;
    color: #fff;
    margin: 1px;
}

.item:hover {
    background-color: #30ABA8;
}

.item img {
    max-width: 100%;
}

#exampleSlider {
    position: relative;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    #exampleSlider {
        border-color: transparent;
    }
}

#exampleSlider .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #exampleSlider .MS-content {
        margin: 0;
    }
}

#exampleSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 20%;
}

@media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 992px) {
    #exampleSlider .MS-content .item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #exampleSlider .MS-content .item {
        width: 50%;
    }
}

#exampleSlider .MS-content .item p {
    font-size: 20px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    padding: 10px 0;
}

#exampleSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 30px;
    outline: 0;
    top: 130px;
}

@media (max-width: 767px) {
    #exampleSlider .MS-controls button {
        display: none;
    }
}

#exampleSlider .MS-controls button:hover {
    cursor: pointer;
    color: #30ABA8;
}

#exampleSlider .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider .MS-controls .MS-right {
    right: 10px;
}

@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
        right: -2px;
    }
}


/*-------------------------------À propos------------------------------------------------*/

.about {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #423F41;
    /*#162c3b;*/
}

.about .contentBx {
    background: #423F41;
    padding: 100px;
    width: 50%;
}

.heading {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify;
}

.about .imgBx {
    background: url(../images/accueil/minipelle_fondvert.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
}


/*---------------------------------Services--------------------------------------------*/

.services {
    background: #292628;
    /*#12222d;*/
    padding: 100px;
    text-align: center;
}

.services .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.services .container a {
    color: #2D2A2B;
    text-decoration: none;
}

.services .container a:hover {
    color: #30ABA8;
}

.services .container .serviceBx {
    position: relative;
    background: #fff;
    width: 250px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .container .serviceBx img {
    max-width: 150px;
}

.services .container .serviceBx h2 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}


/*------------------------------Cat------------------------------------*/

.technology {
    background: #30ABA8;
    width: 100%;
    padding: 100px;
    padding-top: 250px;
    margin-top: -250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.technology .contentBx {
    max-width: 800px;
}

.technology .imgBx {
    max-width: 150px;
}

.technology .imgBx img {
    max-width: 100%;
}

.contact {
    padding: 100px;
    background: #292628;
    text-align: center;
}

.contact p a {
    color: #30ABA8;
}

.imgBx2 {
    background: url(../images/accueil/3.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
}

.redbg {
    background: url(../images/accueil/green.jpeg) !important;
    background-size: cover;
    background-position: center;
}

.form .inputBx {
    margin-bottom: 40px;
}

.form .inputBx input {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: black;
    border-bottom: 2px solid black;
}

.form .inputBx input::placeholder {
    color: black;
}

.form .inputBx textarea {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: black;
    min-height: 150px;
    border-bottom: 2px solid black;
}

.form .inputBx textarea::placeholder {
    color: black;
}

.form .inputBx input[type="submit"] {
    width: 150px;
    background: #2D2A2B;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

.form .inputBx input[type="submit"]:hover {
    background: #fff;
    color: #2D2A2B;
}

@media (max-width:1230px) {
    .banner {
        padding: 50px;
    }
    .banner header {
        padding: 20px 50px;
    }
    .banner .content h2 {
        font-size: 36px;
    }
    .banner .content p {
        font-size: 16px;
    }
    .box input {
        font-size: 14px;
    }
    .box input[type="search"] {
        width: 250px;
        height: 40px;
    }
    .box input[type="submit"] {
        height: 40px;
        width: 90px;
        top: 0px;
    }
    .about {
        flex-direction: column;
    }
    .about .contentBx,
    .about .imgBx {
        width: 100%;
        padding: 50px;
        min-height: 400px;
        text-align: center;
    }
    .services {
        padding: 50px;
    }
    .services .container {
        justify-content: center;
        margin-top: 20px;
    }
    .services .container .serviceBx {
        margin: 20px;
        width: 300px;
        height: 350px;
    }
    .technology {
        padding: 50px;
        padding-top: 300px;
        justify-content: center;
        flex-direction: column;
    }
    .technology .imgBx {
        margin-top: 40px;
        max-width: 250px;
    }
    .contact {
        padding: 50px;
    }
}

@media (max-width:450px) {
    .box input[type="search"] {
        border-radius: 25px 25px 25px 25px;
    }
    .box input[type="submit"] {
        top: 5px;
        border-radius: 25px 25px 25px 25px;
    }
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}