/*mon fichier style */

.jumbotron {
		background-image: url(https://images.unsplash.com/photo-1758964112991-84be3393d9b1?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
		color : #FFFFFF;
			}
.jumbotron h1 {
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 100px;
	padding-left: 30px;
				}

p1 {
	font-family:'Cormorant Garamond', sans-serif;
	font-size: 30px;
	padding-left: 30px;
	}

p2 {
	padding-left: 30px;
	}

/* corps */

.petit-cadre {
	border: 2px solid #000;
	padding :1.5em;
	background-color: white;}

h3 {
	text-align: center;
   }

img {
	width: 250px;
	display: block;
	margin: auto;
	}

.texte {
	font-size: 20px;
	color: royalblue;
	margin-bottom: 55px;
	margin-top: 55px;
		}

/*pied de page*/

.footer {
		display : flex; 
		justify-content: space-evenly;
		margin-top:70px;}
		
.instagram{
	width:50px; 
	fill:#FF006A;	
			  }
.facebook{
	width:50px; 
	fill:#2100FF;
		     }
.linkedin{
	width:50px; 
	fill:#0068BA;
			}
#fin{
	color : #FFFFFF;
	display:flex;
	justify-content: space-evenly;
	margin-left: 10px;
	padding-top: 15px;
	border-top:1px solid deeppink;
	}


	/*page MOI*/

	.moi{background-image: url(https://images.unsplash.com/photo-1552874361-cb6594c82877?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
		 background-size:400px;
		 height: 5cm;
		 color: ghostwhite;
		 padding-top: 40px;
		 text-align:center;
		 }

.petit-encadre{
	border: 2px solid #000;
	padding :1.5em;
	padding-bottom: 2px;
    margin-top: 20px;
    background-color: ghostwhite;}


.petit-encadre h1 {
	text-align: center; 
	font-size: 20px; 
	padding-bottom: 5px;}

body {background-color: lightpink;}

.pied {
		display : flex; 
		justify-content: space-evenly;
		margin-top:500px;}
