@charset "utf-8";

/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/*
	.cormorant-garamond {
		font-family: "Cormorant Garamond", serif;
	}
	.nunito {
		font-family: "Nunito", serif;
	}
*/

/* Icones */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Global */
body{
	position:relative;
	background:#e7e2da;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
h1, h2, h3, h4, h5, h6{ font-family: "Cormorant Garamond", serif; }
p{ font-family: "Nunito", serif; }
a:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* Forms */
form label.uk-form-label{
	font-family: "Cormorant Garamond", serif;
	color:#474143;
	font-size:1.35rem;
	font-weight:600;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
	background-color: #474143 !important;
	border-color: transparent;
}
.uk-checkbox:focus, .uk-radio:focus {
	background-color: rgba(0,0,0,0);
	outline: 0;
	border-color: #474143;
}

/* Colors */
.clr-light-1{ color:#e7e2da; /* rgba(231, 226, 218, 1) */ }
.clr-dark-1{ color:#474143; /* rgba(71, 65, 67, 1) */ }

/* Buttons */
.btn-dark-1{
	font-family: "Cormorant Garamond", serif;
	text-transform: capitalize;
    border-radius:10px;
    background: rgba(71, 65, 67, 1);
	border:1px solid #e7e2da;
    color:#e7e2da;
	font-weight: 800;
	font-size: 1.5rem;
}
.btn-dark-1:hover{
    background: rgba(231, 226, 218, 1);
    color:#474143;
	border:1px solid #474143;
}
.btn-light-1{
	font-family: "Cormorant Garamond", serif;
	text-transform: capitalize;
    border-radius:10px;
    background: rgba(231, 226, 218, 1);
	border:1px solid #474143;
    color:#474143;
	font-weight: 800;
	font-size: 1.5rem;
}
.btn-light-1:hover{
    background: rgba(71, 65, 67, 1);
    color:#e7e2da;
	border:1px solid #e7e2da;
}


/* Scroll Up */
.scroll-up{
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 2000;
	animation-name: slideRight;
	animation-name: slideRight;
	animation-duration: 1s;
	animation-duration: 1s;
}
.btn-scroll-up{
	background: #474143;
	padding: 15px;
	color: #e7e2da;
	border-radius: 50%;
	border:1px solid #e7e2da;
}
.btn-scroll-up i{
	color:#e7e2da;
	font-size:1.15rem;
}

/* Top Barre */
.top-barre{
	padding:10px;
	background:#e7e2da;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
	-moz-box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
}
.top-barre a img{
	width:100%;
	height:auto;
	max-width:300px;
}
.top-barre .uk-navbar-nav{
	gap:10px;
}
.top-barre .uk-navbar-nav a, .nav-offcanvas a{
	font-family: "Cormorant Garamond", serif;
	font-size:1.1rem;
	font-weight:800;
	min-height:45px;
	padding:0 15px;
	background:#e7e2da;
	box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
	-moz-box-shadow: 1px 1px 2px 0px rgba(71,65,67,0.35);
	border-radius:10px;
}
.top-barre .uk-navbar-nav a:hover{
	background:none;
	box-shadow: none;
}
.top-barre .uk-navbar-dropdown{
	background:none;
	box-shadow: none
}
.top-barre .uk-navbar-dropdown a{
	margin-bottom:5px;
}

/* Nav Offcanvas */
.nav-offcanvas .uk-modal-dialog{
    background:#ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.nav-offcanvas img{
    margin-bottom:20px;
}

/* Slideshow */
.slideshow h2{
	font-size:3.5rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	font-weight: 600;
	color:#e7e2da;
	background: rgba(71, 65, 67, 0.7);
	padding:0 15px 10px 15px;
	border-radius:35px 0 35px 0;
}
.slideshow .uk-slidenav-next{
	background: rgba(0, 0, 0, 0.3);
	height: 40%;
	margin-right: 0px;
	display: flex;
	border-radius: 15px 0 0 15px;
	padding: 15px;
}
.slideshow .uk-slidenav-previous{
	background: rgba(0, 0, 0, 0.3);
	height: 40%;
	margin-left: 0px;
	display: flex;
	border-radius: 0 15px 15px 0;
	padding: 15px;
}

/* Présentation */
.presentation h1{
	color:#474143;
	font-weight:bold;
	font-size:3rem;
}

/* Services */
.services{
	background:#ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.services h1{
    color: rgba(71, 65, 67, 0.1);
    font-weight: bold;
    font-size: 8rem;
    line-height: 4rem;
}
.services h2{ color:#e7e2da; }
.services p{ color:rgba(255, 255 ,255 , 0.5); }
.services > div > div > div > .uk-card{
	border-radius: 25px;
	background:#474143;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 600px) {
    .services h1{
        font-size: 5rem;
    }
}

/* Réalisations */
.realisations{
    background: rgba(71, 65, 67, 1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");

}
/*.realisations h1{
	color:#e7e2da;
	font-weight:bold;
	font-size:3rem;
}*/
.realisations h1{
    color: rgba(231, 226, 218, 0.1);
    font-weight: bold;
    font-size: 8rem;
    line-height: 6rem;
}
.realisations .uk-card{
	border-radius: 25px;
	background:#e7e2da;
}
.realisations .uk-card img{
	border-radius: 25px 25px 0 0;
}
.realisations .uk-card .uk-overlay{
	border-radius:25px;
}
.realisations .uk-card-media-top a{
    color:#474143;
    text-align:center;
    font-size:1.6rem;
}


@media screen and (max-width: 600px) {
    .realisations h1{
        font-size: 4rem;
        line-height: 3.2rem;
    }
}


/* Simulateur */
.simulateur h1{
	color:#474143;
	font-weight:bold;
	font-size:3rem;
}
.simulateur > div > div{
	background-color:#474143;
}
.simulateur .uk-card{
	border-radius:25px;
	background:#e7e2da;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

/* Footer */
.footer{
	background: rgba(71, 65, 67, 1);
}
.footer h2 {
  color: #e7e2da;
  font-weight: bold;
  /*font-size: 3rem;*/
}
.footer li i{
	color: rgba(231, 226, 218, 1);
}
.footer a{ color: rgba(231, 226, 218, 1); }
.footer a:hover{
	color: rgba(231, 226, 218, 0.75);
	text-decoration:none;
}
.footer form input, .footer form textarea{
	border-radius:10px;
	background-color:#e7e2da;
}

/* Modal Style */
.modal-style h2{
	color:#474143;
	font-weight:bold;
	font-size:2.5rem;
}
.modal-style .uk-modal-body{
	background:#ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.modal-style .uk-modal-header, .modal-style .uk-modal-footer{
	background:#e7e2da;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}



