* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 62.5%;
    background: #000;
}

body {
    height: 100%;
    font-family: 'Arial', sans-serif;
}

img {
    width: 100%;
}

main {
    background: #080808;
    color: #fff;
}

	header {
		background: #000;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1vh 4vw;
	}

		#logo {
			width: 30vw;
		}

		#all {
			padding: 1vh 2vw;
			border-radius: 2px;
			background: #fff;
			color: #000;
			font-size: 1rem;
			text-transform: uppercase;
			font-weight: 700;
		}

		.icons {
			width: 5vw;
		}

	h1 {
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		padding: 2vh 4vw;
	}

	main p {
	    text-align: center;
	    font-size: 1.4rem;
	    font-weight: 300;
	}

	.cta {
		text-align: center;
		display: grid;
		justify-items: center;
		align-content: center;
		grid-gap: 2vh;
		padding: 1vh 2vw;
	}

		.cta a {
		    background: #ff0067;
		    padding: 3vh 0;
		    border-radius: 7px;
		    color: white;
		    text-transform: uppercase;
		    text-align: center;
		    font-size: 3rem;
		    display: block;
		    width: 100%;
		}

		#tarif {
		    font-size: 1.2rem;
		    font-weight: 300;
		}

	.cta_pop {
		height: 100%;
		position: fixed;
		border-radius: 6px;
		display: none;
		width: 100%;
		top: 0;
		align-content: center;
	}

		.cta_pop .cta {
			background: #000;
			height: 30vh;
		}

			.cta_pop #tarif {
			    color: #dddd;
			}

	.show {
		display: grid;
	}

video {
    width: 100%;
    margin-top: 20px;
}

.vignette {
    display: flex;
    justify-content: space-between;
}

	.vignette img {
	    width: 10%;
	    height: 19%;
	    padding: 5px 10px;
	}

	.vignette p {
	    background: white;
	    border-radius: 2px;
	    color: #636363;
	    font-size: 13px;
	    height: 7%;
	    font-weight: 600;
	    margin: 10px;
	    padding: 7px;
	    display: flex;
	    align-items: center;
	}

	.scarlett {
	    background: url('%257B$base_resssources_url%257D/../../images/scarlett.jpg') no-repeat center / cover;
	    width: 100%;
	    margin-top: 20px;
	    object-fit: cover;
	    width: 100%;
	    height: 200px;
	}

	.rihanna {
	    background: url('%257B$base_resssources_url%257D/../../images/rihanna.jpg') no-repeat center / cover;
	    width: 100%;
	    margin-top: 20px;
	    object-fit: cover;
	    width: 100%;
	    height: 200px;
	}

	.jessica {
	    background: url('%257B$base_resssources_url%257D/../../images/jessica.jpg') no-repeat center / cover;
	    width: 100%;
	    margin-top: 20px;
	    object-fit: cover;
	    width: 100%;
	    height: 200px;
	}

footer {
	background: #000;
	padding: 2vh 0;
	position: relative;
}

	.subFooter {
	    display: grid;
	    justify-items: center;
	    grid-gap: 2vh;
	    padding: 2vh 0;
	}

		#synop {
		    width: 10vw;
		}

		#internetplus {
		    width: 30vw;
		}

	.menuFooter {
	    display: grid;
	    justify-items: center;
	    grid-gap: 1vh;
	    padding: 2vh 0;
	}

		.menuFooter a {
		    font-weight: 900;
		    color: #545454;
		    text-decoration: none;
		    font-size: 1.2rem;
		    padding: 2vh 0;
		    text-transform: capitalize;
		}
