@font-face {
    font-family: 'mv-boli';
    src: url('font/MvBoli.ttf');
}

@font-face {
    font-family: 'monotype-corsiva';
    src: url('font/MonotypeCorsiva.woff');
}

@font-face {
    font-family: 'arial-black';
    src: url('font/ArialBlack.woff');
}

@font-face {
    font-family: 'palacio';
    src: url('font/Palacio.woff');
}

*{
	font-family: 'calibri';
	font-weight: 400;
}

h1{
	font-family: 'monotype-corsiva';
	font-weight: 700;
}

body{
	display: grid;
	grid-template-rows: auto 1fr auto;
	background-image: linear-gradient(135deg, rgb(251,229,223) 20%,rgb(250,211,189) 35%,rgb(253,238,176) 100%);
	min-height: 100vh;
}

#menu__toggle {
	opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
	transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
	top: 0;
	transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
	left: 0 !important;
}
.menu__btn {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #000000;
	transition-duration: .25s;
}
.menu__btn > span::before {
	content: '';
	top: -8px;
}
.menu__btn > span::after {
	content: '';
	top: 8px;
}
.menu__box {
	display: block;
	position: fixed;
	top: 0;
	left: -222%;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	background-image: linear-gradient(135deg, rgb(251,229,223) 20%,rgb(250,211,189) 35%,rgb(253,238,176) 100%);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
	transition-duration: .8s;
	a{
		color: #333;
		cursor: pointer;
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		position: relative;
		text-align: center;
		margin: 1vh auto;
		padding: 2.5vh 0;
		width: 80%;
		background: rgba(255, 255, 255, 0.3);
		backdrop-filter: blur(15px);
		border-radius: 5px;
		box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.8) inset,
			3px 5px 10px 0 rgba(0, 0, 0, 0.1);
		text-decoration: none;
		will-change: color, text-shadow, font-size;
		transition: ease all 0.3s;
		&:hover {
			transform: scale(1.1);
			background: rgba(255, 255, 255, 0.8);
		}
	}
}
.menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition-duration: .25s;
}
.menu__item:hover {
	background-color: #CFD8DC;
}

.imgdrapeaufr{
	position: fixed;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 27px;
	cursor: pointer;
	z-index: 1;
	border-radius: 7px;
}

.imgdrapeauen{
	position: fixed;
	top: 10px;
	right: 68px;
	width: 40px;
	height: 27px;
	cursor: pointer;
	z-index: 1;
	border-radius: 7px;
}

video{
	margin-left: 5vh;
	margin-right: 5vh;
	margin-bottom: 5vh;
	border-radius: 188px;
	width: 100%;
	object-fit: cover; 
}

.video{
	display: flex;
	justify-content: center;
	height: 100vh;
	max-height: 100vh;
	margin: auto;
	position: relative;
	z-index: -1; 
	padding-right: 10px;
	padding-left: 10px;
}

.video p{
	position: absolute;
	margin: auto;
	background: -webkit-linear-gradient(135deg, rgb(251,229,223) 20%,rgb(250,211,189) 35%,rgb(253,238,176) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 8vw;
	bottom: 12vh;
}

.baroudeur{
	margin: 0 auto;
	font-family: 'arial-black';
	text-align: center;
	font-weight: 900;
}

.colonnepresentation{
	margin: 1em auto 1em;
	padding-right: 5vw;
	padding-left: 5vw;
}


.ppresentation{
	text-align: center;
}

.ppresentionsouligne{
	text-decoration: underline;
}

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

ul, li a{
	list-style: none;
	text-decoration: none;
}

.colonneslide{
	display: flex;
	justify-content: center;
	margin: 0 auto 1em;
}

.vignette{
	margin: 5px;
	border-radius: 22px; 
}

.colonnepropos{
	margin: 1em auto 1em;
	padding-right: 5vw;
	padding-left: 5vw;
}

.ppropos{
	text-align: justify;
}

.colonnecontact{
	margin: 1em auto 1em;
	padding-right: 5vw;
	padding-left: 5vw;
}

.colonnedevis{
	margin: 1em auto 1em;
	padding-right: 5vw;
	padding-left: 5vw;
}

.colonnegalerie{
	margin: 1em auto 1em;
	padding-right: 5vw;
	padding-left: 5vw;
}

#modal{
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	background: rgba(51,51,51, .9);
	transition: opacity .25s ease;
}
  
.modal__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
  
.modal-state{
	display: none;
}
  
.modal-state:checked + #modal{
	opacity: 1;
	visibility: visible;
}
  
.modal-state:checked + #modal .modal__inner{
	top: 0;
}
  
.modal__inner{
	transition: top .25s ease;
	position: absolute;
	top: -20%;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	margin: auto;
	overflow: auto;
	background: -webkit-linear-gradient(135deg, rgb(251,229,223) 20%,rgb(250,211,189) 35%,rgb(253,238,176) 100%);
	border-radius: 11px;
	height: max-content;
}
  
.modal__close{
	position: absolute;
	right: 1em;
	top: 1em;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer;
}
  
.modal__close:after,
.modal__close:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 1.5em;
	background: #cccccc;
	display: block;
	transform: rotate(45deg);
	left: 50%;
	margin: -3px 0 0 -1px;
	top: 0;
}
  
  .modal__close:hover:after,
  .modal__close:hover:before{
	background: #a50707;
}
  
.modal__close:before{
	transform: rotate(-45deg);
}

span{
	color: red;
}

.spanpopup{
	color: black;
	padding-left: 11px;
}	

.radioo{
	margin-left: 28px;
}

.radioot{
	margin-left: 14px;
}

.selectpropo1, .selectpropo2, .selectpropo3, .selectpropo4, .selectpropo5, .selectpropo6, .selectpropo7{
	display: none;
}

textarea{
	width: 100%;
}

.ajusttopform{
	display: flex;
	flex-direction: column;
}

.iconcontact{
	margin-left: 5px;
    margin-top: -4px;
}

.imagemain{
	width: 100%;
  	height: auto;
}

.hamburger-menu{
	z-index: 1;
}

footer{
	z-index: 0;
}

@media only screen and (max-width: 768px){
	.video {
	  height: auto !important;
	}
  
  	video{
  		margin-bottom:0px !important;
  		margin-top:5vh;
  	}
  
	.partenaire{
	width: 32px !important;
	}

	.partenairebis{
		height: 32px !important;
		}
}

i{
	padding-top: 1vh;
}