
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.ttf'); /* IE9 Compat Modes */
  }

*{
    font-family: 'Montserrat';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.tedrecords{
    font-weight: bold;
    position: absolute;
    position: fixed;
    color: black;
    z-index: 500;
}

/* MODIFICATION COMMUNES*/

.bold{
    font-weight: bold;
}


header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url("images/microstudiothib.png");
background-position: center;
    z-index: 0;
}

ul{
    margin: 20px;
    display: flex;
    justify-content: center;

}

li{
    list-style: none;
}

a{
    margin: 15px;
    text-decoration: none;
    color: white;
}


h1{
    margin-top: 150px;
    font-size: 80px;
    text-align: center;
    color: white;
    font-weight: bold;
}

header p{
    margin: 20px;
    color:white;
    text-align: center;
}

.buttonTarifs {
	background-color:transparent;
	border-radius:28px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
    text-decoration:none;
    transform: scale(1);
    transition: transform 400ms;
    margin-top: 150px;
    font-family: 'Montserrat';
}
.buttonTarifs:hover {
    background-color:transparent;
    transform: scale(1.05);
}
.buttonTarifs:active {
	position:relative;
	top:1px;
}

.packs{
    margin-top: 30px;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.packStyle{
    width: 80%;
    height: 25%;
    border: 2px solid darkgrey;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}


.packBorder p{
    padding-top: 10px;
}

.tarifText{
    text-align: center;
    padding-top: 50px;
    font-size: 35px;
}

.tarifs{
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: yellowgreen;*/
}

.tarifs article{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 60vh;
    /*background-color: white;*/
    border-radius:20px;
    box-shadow: 0px 0px 29px 0px #c2c2c2;
    margin: 0 20px 0 20px;
    background-color: white;
}

.tarifs article p{
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.containerArticleTarifs{
    width: 90%;
    height: 90%;
}

.imageBronze{
    background-image: url(images/bande_couleur/bronze.png);
    background-size: cover;    
}

.imageSilver{
    background-image: url(images/bande_couleur/silver.png);
    background-size: cover;    
}

.imageGold{
    background-image: url(images/bande_couleur/gold.png);
    background-size: cover;    
}

.partieHauteTarifs{
    width: 100%;
    height: 65%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    border-bottom: 1px solid grey;
    align-items: center;
    /*background-color: green;*/
}

.partieBasseTarifs{
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
    /*background-color: blue;*/
}

.priceText{
    font-size: 50px;
}



.buttonSelect {
	background-color:#c74545;
	border-radius:26px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
    text-decoration:none;
    transform: scale(1);
    transition: 400ms;
}
.buttonSelect:hover {
    background-color:#d13232;
    transform: scale(1.1);
}
.buttonSelect:active {
	position:relative;
	top:1px;
}

.about{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.text-about{
    width: 60%;
    height: 60%;
}

.text-about p{
    margin-top: 25px;
}

.flex-about{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.about h2{
    font-size: 100px;
}


.imageProfile{
    width: 300px;
    height: 300px;
    background-image: url(images/profilephoto.png);
    background-size: cover; 
    border-radius: 50%;
}

.contact{
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact h2, h3{
    margin-bottom: 30px;
}

.contact p{
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.reseauxS{
    margin-top: 25px;
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    width: 100%;
    height: 5vh;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer p{
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.fas{
    margin-top: 200px;
    color: white;
}


.fab{
color: black;
margin: 0px 25px 0px 25px;
}


.calendrier{
    width: 100%;
    height: 80vh;
    /*background-color: green;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.taille-calendrier{
    width: 60%;
    height: 80%;
}

.calendrierStats{
    width: 100%;
    height: 100%;
    border: none;
}


.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active{
    transform: translateY(0px);
    opacity: 1;
}


/*FORMULAIRE*/

.monFormulaire{
    width: 50%;
    height: 80%;
}

form{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 0px 41px 10px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}

input[type=text],input[type=email], textarea{

    font-family: 'Raleway', sans-serif;
    border: 2px solid rgba(128, 128, 128, 0.219);
    border-radius: 20px;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    display: block;
}


/*input[type=submit]{
    display: block;
    margin: 10px auto;
    background-color: #FF8D37;
    color: white;
    font-family: 'Raleway', sans-serif;
    border-radius: 20px;
    padding: 10px;
    border: none;
}*/

textarea{
    height: 200px;
    min-width: 90%;
    max-width: 90%;
    max-height: 200px;
}

.buttonEnvoyer {
    width: 20%;
	background-color:transparent;
	border:2px solid rgba(128, 128, 128, 0.219);
	display:block;
	cursor:pointer;
	color:grey;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
    text-decoration:none;
    margin: 10px auto;
    padding: 10px;
    border-radius: 20px;
}
.buttonEnvoyer:hover {
	background-color:transparent;
}
.buttonEnvoyer:active {
	position:relative;
	top:1px;
}





/* -------------RESPONSIVE----------------*/

@media (max-width: 1280px){
  
.tarifs article{

    width: 25%;
    height: 70vh;
    border-radius:20px;
    margin: 0 20px 0 20px;
}

.containerArticleTarifs{
    width: 95%;
    height: 95%;
}

.fas{
    margin-top: 0px;
}

textarea{
    height: 150px;
    max-height: 150px;
}

}

@media (max-width: 800px)
{

.tedrecords{
    display: none;
}

ul{
    display: none;
}

h1{
    font-size: 50px;
    margin-left: 5px;
    margin-right: 5px
}

.buttonTarifs{
    margin-top: 20px;
}

.packs{
    height: 100vh;
    padding: 20px 0px 20px 0px;
}

.fas{
    margin-top: 200px;
}

.packStyle{
    height: 50%;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
}

.packBorder h2{
    font-size: 20px;
    text-align: center;
}

.packBorder p{
    font-size: 12px;
    text-align: center;
}

.tarifs{
    flex-direction: column;
    height: 175vh;
    padding: 25px;
}

.tarifs article{
    width: 100%;
    height: 35%;
    border-radius: 20px;
    margin: 10px;
    padding: 10px;
}

.tarifs article h2{
    font-size: 20px;
}

.tarifs article p:not(.priceText){
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

.containerArticleTarifs{
    width: 100%;
    height: 100%;
}

.priceText{
    font-size: 25px;
}

.partieHauteTarifs{
    padding-top: 10px;
}

.taille-calendrier{
    width: 80%;
}

.buttonSelect{
    margin-bottom: 10px;
    transform: none;
    height: 40px;
    display: flex;
    align-items: center;
}

.buttonSelect:hover{
    transform: none;
}

.about{
    height: 50vh;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.about h2{
    font-size: 50px;
    margin: 0 auto;
}

.about p{
    margin: 10px;
}

.text-about{
    width: 90%;
}

.imageProfile{
    display: none;
}

.monFormulaire{
    width: 100%;
}

form{
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
}

.buttonEnvoyer{
    width: 50%;
}

.sectionBoutonBoutique{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boutonDify{
    width: 80%;
    height: 35%;
    background-color: #c74545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 200ms ease;
}

.boutonDify:active{
    background-color: rgb(192, 53, 53);
}

} 

@media (max-height: 600px){

h1{
    margin: 70px 10px 10px 20px;
    font-size: 40px;
}

.packs{
    height: 150vh;
}

.about {
    height: 75vh;
}

}
