.sauv-section1 {
    z-index: 2;
    background-size: 100% !important;
    position: relative;
}

.sauv-section2 {
    margin-bottom: 4%;
    margin-top: 4%;
}

.head-img {
    width: 100%;
}

.sauv-block {
    position: absolute;
    top: 50%;
    left: 63%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e75b48;
    height: auto;
    border-left: 12px solid #d84b3d;
}

.sauv-block h2 {
    margin-top: 1%;
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
}

.sauv-block h2, p {
    margin-left: 15px;
    margin-right: 15px;
}

.sauv-block p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size: 90%;
}

.art-desc {
    background-color: #f3f7fb;
    padding-bottom: 6%;
    padding-top: 1%;
    height: 185px;
}

.art-desc h5 {
    margin: 15px 15px 5px 15px;
    font-weight: 400;
    color: #e9766a;
    text-align: left;
    text-transform: uppercase;
    min-height: 50px;

}

.art-desc p {
    font-size: medium;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.art-watch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-70%, -67%);
    -ms-transform: translate(-70%, -67%);
    transform: translate(-70%, -67%);
}

.art-link {
    position: absolute;
    top: 101%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 50%;
    height: 11%;
}

.art-watch strong {
    color: white;
    font-weight: 400;
}

.sauv-section2 a {
    outline: none !important;
    text-decoration: none !important;
}

.art-hover:hover .art-desc {
    background-color: #ffc98f;
}

.art-hover {
    margin-bottom: 5%;
}

.fa-more {
    font-size: xx-large;
    color: white;
    background-color: #e75b48;
    border: 1px solid #e75b48;
    padding: 5px 20px;
    border-radius: 6px;
}

.fa-more:hover {
    color: #e75b48;
    background-color: white;
}

.more {
    text-align: center;
    margin-top: 1%;
}

.social {
    border: 4px solid transparent;
    border-radius: 20px;
}

.social:hover {

}

@media (min-width: 770px) and (max-width: 992px) {
    .art-container {
        max-width: 960px;
    }
}

@media (min-width: 1001px) and (max-width: 1125px) {
    .sauv-block h2 {
        font-size: 1.7rem;
    }

    .sauv-block p {
        font-size: 0.8rem;
    }
}

@media (max-width: 1199px) {
/*    .art-link {
        width: 60%;
        height: 11%;
    }*/

    .art-desc h5 {
        font-size: 1.1rem;
    }

    .art-desc p {
		font-size: 0.75rem;
    }

    .art-watch strong {
        font-weight: 400;
    }
}

@media (max-width: 1000px) {

    .sauv-block {
        top: 50%;
        left: 50%;
        width: 90%;
    }

    .sauv-block h2, p {
        padding: 1%
    }
    .art-link {
        width: 144px;
        height: 38px;
    }

    .art-watch {
        -webkit-transform: translate(-70%, -60%);
        -ms-transform: translate(-70%, -60%);
        transform: translate(-70%, -60%);
    }
	.art-img img{
		 width: 100%;
		 height: 200px;
		 object-fit: cover;
	}
}

@media (max-width: 767px) {
    /*    .art-link {
            width: 50%;
            height: 11%;
        }*/
    .art-hover {
        margin-bottom: 10%;
    }
}

@media (max-width: 576px) {
    .article_resize {
        max-width: 350px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

/*    .art-desc {
        height: auto;
    }*/

    .art-desc h5 {
        min-height: auto;
    }
	.sauv-block p {
		font-size: 75%;
		padding: 0%
	}

}
@media (max-width: 400px) {
	.sauv-block p {
		font-size: 72%;
		padding:0%;
	}
}

@media (max-width: 500px) {
    /*    .art-desc p {
            display: none;
            }
        */
    .art-watch strong {
        font-weight: 400;
        font-size: 0.9rem;
    }

    .sauv-block h2 {
        font-size: 5vw;
    }

    /*.art-link {
        width: 140px;
        height: 31px;
    }*/
    .art-desc h5 {
        font-size: 0.9rem;
        margin: 15px 15px 0px 15px;
    }

    .art-hover {
        padding-right: 10px;
        padding-left: 10px;
    }

    /*    .sauv-block h2, p {
            font-size: 6vw;
        }*/
    /*.art-watch {
        transform: translate(-70%, -47%);
    }*/

}

@media (max-width: 1200px) and (min-width: 1001px) {

    .art-link {
        width: 65%;
        height: 12%;
    }
    
}

@media(max-width: 576px){
    .art-desc {
        height: auto;
    }

}

@media(max-width: 500px){
    .tu-aimeras-aussi-phone{
        padding-left: 3px;
        padding-right: 3px;
    }
	
    .resp-img{
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
}

