* {

    box-sizing: border-box;

}



.c-main-header {

    width: 100%;

    padding: 0 20px 0 50px;

   display: flex;
   justify-content: space-between;

    background: url(../img/texture-header.png) 0 40% repeat-x;

}



.c-main-header__logo {

    max-width: 100%;

    height: auto;

}



.c-main-header__phone {

   

    font-size: 20px;

    color: white;

    text-decoration: none;

}



.c-slide {

    width: 100%;

    float: left;

    position: relative;

}



.c-slide img {

    max-width: 100%;

    height: auto;

    float: left;

    position: relative;

    top: 0;

    left: 0;

}



.c-slide-content {

	padding: 25px 50px;

	position: absolute;

	bottom: 25%;

	left: 0;

	background-color: #FFFFFF;

}



.c-slide-content p {

    font-weight: 400;

    font-size: 29px;

    color: white;

    letter-spacing: 1px;

}



.c-slide-content p a {

	text-decoration: none;

	color: #767676;

}



.c-slide-content p strong {

    font-weight: 900;

}



.second-color,

.c-slide-content p.second-color {

	color: #000000;

	font-size: 36px;

}



.c-fournisseurs {

    width: 100%;

    float: left;

    padding: 50px 0;

}



.c-fournisseurs h2,

.c-fournisseurs h3 {

    width: 100%;

    float: left;

    margin: 0;

    padding: 0;

    margin-bottom: 10px;

    font-weight: 400;

    font-size: 20px;

    text-align: center;

}



.c-fournisseurs-content {

    width: 100%;

    display: flex;

    justify-content: center;

}



.c-fournisseurs ul {

	margin: 50px 15px 15px 15px;

	list-style-type: none;

	color: #151414;

	text-align: center;

	font-weight: bold;

}



.c-fournisseurs ul li {

    margin-bottom: 5px;

    font-weight: 400;

    font-size: 19px;

}

.c-fournisseurs ul li a {
    color: #000;
}


.c-main-footer {

    width: 50%;

    margin: 50px auto;

    padding: 50px 20px 50px 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    border: 1px solid white;

}



.c-main-footer__logo {

    width: 201px;

    height: 51px;

    margin-bottom: 30px;

}



.c-main-footer ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	text-align: center;

	color: #151414;

}



.c-main-footer ul li {

    margin-bottom: 5px;

    font-weight: 400;

    font-size: 20px;

}



.c-main-footer ul li a {

	color: #151414;

	text-decoration: none;

}



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


    .c-main-header {
        padding: 20px 30px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }


    .c-slide-content {

        width: 100%;

        float: left;

        padding: 25px 50px;

        position: relative;

        bottom: 0;

        left: 0;

        background-color: rgba(0, 0, 0, 0);

    }



    .c-fournisseurs-content {

        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

    }



    .c-fournisseurs h2,

    .c-fournisseurs h3 {

        margin-bottom: 25px;

    }



    .c-main-footer {

        width: 100%;

        border: none;

    }

}

