/* ******************** */
/*   Pricing Section    */
/* ******************** */

.pricing-content {
    text-align: center
}

.pricing-content h3 {
    font-size: 48px;
    font-weight: 600;
}

.pricing-content hr {
	border-color: white
}

.pricing-content p {
	color: white
}

/* ******************** */
/* Sliders and Stripes  */
/* ******************** */

#physique {
    animation: slideInRight;
    animation-duration: 1s
}

#communication {
    animation: slideInLeft;
    animation-duration: 1s
}

#outils {
    animation: slideInRight;
    animation-duration: 1s
}

#vision {
    animation: slideInLeft;
    animation-duration: 1s
}

#slider1 .slider {
    background-image: url('../img/physic.jpg');
    animation: slideInLeft;
    animation-duration: 1s
}

#slider2 .slider {
    background-image: url('../img/communication.jpg');
    animation: slideInRight;
    animation-duration: 1s
}

#slider3 .slider {
    background-image: url('../img/tools.jpg');
    animation: slideInLeft;
    animation-duration: 1s
}

#slider4 .slider {
    background-image: url('../img/vision.jpg');
    animation: slideInRight;
    animation-duration: 1s
}
