html,
body {    
    font-family: "Hind Vadodara", sans-serif;
	font-size: 15px;
    width: 100%;
	height: 100vh;
}

.header {
    padding: auto;
    border-bottom: 2px solid rgb(48, 126, 199);
}

.border-black {
    border: 3px solid;
    border-color: rgb(48, 126, 199);
    color: rgb(48, 126, 199);
    padding: 0px;
}


.logo {
	width: 20px;
}

.icons {
	padding-right: 90px;
    
}

.Color {
    color: rgb(48, 126, 199);
    font-family: "Montserrat";
    font-weight: 600;
}

.slider {
    background-image: url("/images/legumes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    font-weight: 200;
    height: 55%;
}

.titre {
    padding-top: 2.5em;
    font-size: 15px;
    color: white;
}

.auteur {
    font-family:Arial, Helvetica, sans-serif;
    color: black;
}

.button {
	font-size: 16px;
	position: relative;
	margin-top: auto;
	padding: 0.5em 1.5em 0.5em 1.5em;
	border: none;
	border-radius: 2em;
	transition: all 0.1s linear;
	box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #ffffff;
    background-color: rgb(48, 126, 199);
}
   
.containerHeight{
	min-height: 60vh;
	padding-top: 2em !important;
    
}

.paraph {
    font-size: 12px;
    text-align: justify;
    font-style: italic;
}

.paraph2 {
    font-size: 11px;
    text-align: justify;
}

.h5-font {
    font-size: 15px;
    font-weight: 600;
    color:#050a30;
}

.font {
    color: #050a30;
    font-weight: 600;
    font-style: italic;
}

li {
    font-size: 11px;
}

.images{
	width: 25em;
	height: 25em;
}

h2 {
    font-family:'Cambria', sans-serif;
    color: #050a30;
    font-weight: 600;
}

.serviceH6 {
    color: rgb(48, 126, 199);
    font-weight: 600;
}

.serviceP {
    color: rgb(121, 120, 120);
    font-size: 13px;
}

.icons {
    font-size: 1.5em;
    margin-left: 3em;
}

.footer-section {
    background-color: #050a30;
    color: white;
}

.footer-link {
    text-decoration: none;
}

.social {
    color: #212935;
}

.copyright {
    color: rgb(121, 120, 120);
    font-size: 13px;
}

.recette-image {
    width: 25em;
    height: 9em;
}

.recette-image1 {
    width: 20em;
    height: 9em;
}

.recette-link {
    text-decoration: none;  
    color: inherit;
}

.border {
    border: 2px solid #000000;
    border-radius: 5px;
    background: linear-gradient(to right, #f1efef, #e7ebe7);
    margin: 10px;
}


.recette-link:hover {
    color: inherit
}

/*  contact  */
.my-custom-class {
    display: inline-block;
    margin-right: 10px; 
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .slider {        
        font-weight: 300;
        height: 60%;
    }

    .titre {
        padding-top: 3.5em;
        font-size: 18px;
    }

    .images{
        width: 16em;
        height: 50em;
        padding-top: 5em;
    }

    .recette-image1 {
        width: 14em;
        height: 16em;
    }

    .paraph2 {
        font-size: 12px;
        text-align: justify;
    }

    li {
        font-size: 12px;
    }

    .h5-font {
        font-size: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .slider {
        font-weight: 400;
        height: 75%;
    }

    .titre {
        padding-top: 5.5em;
        font-size: 18px;
    }

    .auteur {
        font-size: 18px;
        padding-bottom: 1em;
    }

    .button {
        margin-top: 2em;
        font-size: 16px;
    }

    .images{
        width: 23em;
        height: 33em;
        padding-top: 3em;
    }

    .recette-image {
        width: 15em;
        height: 10em;
    }

    .recette-image1 {
        width: 15em;
        height: 15em;
    }

    .paragh {
        font-size: 10px;
    }

    .paraph2 {
        font-size: 15px;
    }
    
    .h5-font {
        font-size: 20px;
    }
    
    li {
        font-size: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .slider {        
        font-weight: 400;
        height: 80%;
    }

    .containerHeight{
        min-height: 77.9vh;
        padding-top: 2em !important;        
    }

    .titre {
        padding-top: 3.5em;
        font-size: 22px;
    }

    .button {
        font-size: 20px;
    }
    
    .paraph {
        font-size: 14px;
    }

    .images{
        width: 25em;
        height: 34em;
        padding-top: 3em;
        padding-left: 3em;
    }

    .recette-image {
        width: 20em;
        height: 10em;
    }

    .recette-image1 {
        width: 20em;
        height: 15em;
    }

    li {
        font-size: 18px;
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .slider {        
        font-weight: 400;
        height: 100%;
    }

    .images{
        width: 30em;
        height: 30em;
        padding-top: 3em;
        padding-left: 3em;
    }

    .recette-image1 {
        width: 23em;
        height: 15em;
    }
 }
