* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	background: rgba(80, 80, 100, 1);
	scroll-behavior: smooth;
	font-family: 'Satisfy', cursive;
	color: white;
	overflow-x: hidden;
}




/*HEADER*/

.header {
	height: 100px;
	width: 100vw;
	background: rgba(10, 10, 10, 1);
	border-bottom: solid #626567;
}

.header__navbar {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 5vw;
}

.header__navbar p {
	color: white;
	transition: color 0.25s ease-in-out;
	font-size: 45px;
	font-weight: bold;
}


.header__navbar--logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px;
	transform: translateX(4vw);
}

.header__navbar--logo p{
	color: white;
	transition: color 0.25s ease-in-out;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

.header__navbar--logo h3{
	color: white;
	transition: color 0.25s ease-in-out;
	font-size: 22.5px;
	font-weight: normal;
	margin: 0;
}

.header__navbar--menu{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 25%;
}

.header__navbar--menu a {
	text-decoration: none;
	font-size: 25px;
	color: white;
	transition: color 0.25s ease-in-out;
}

.header__navbar--menu a:hover {
	color: #88f3ff;
	transition: color 0.25s ease-in-out;
}


.header__navbar--toggle {
	width: 35px;
	height: 60px;
	display: none;
	align-items: center;
	cursor: pointer;

}

.header__navbar--toggle-icons, .header__navbar--toggle-icons:before, .header__navbar--toggle-icons:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: white;
	position: relative;
}

.header__navbar--toggle-icons:before {top: 10px;}
.header__navbar--toggle-icons:after {top: -14px;}

.is-open .header__navbar--menu {
	transform: translateY(0);
}





/*DIVERS*/
.angle1 {
	position: absolute;
	transform: rotate(90deg) translate(14%, 20%);
	width: 15%;
}

.angle2 {
	position: absolute;
	right: 0;
	transform: rotate(-90deg) translate(-14%, 20%);
	width: 15%;
}

@media screen and (max-width: 640px) {
	.angle1, .angle2 {
		display: none;
	}
}

.frise {
	display: block;
	margin: auto;
	width: 25%;
	margin-top: 60px;
	margin-bottom: 60px;
}


/*MAIN BODY*/
.container1 {
	display: block;
	margin: auto;
	margin-top: 5%;
	width: 80%;
	color: white;
	font-size: 50px;
	overflow-y: hidden;
}

.chapo {
	text-align: center;
	font-size: 28px;
	color: #FFD700;
	z-index: -1;
}

.text1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.img1 {
	width: 27%;
	border-radius: 1px;
}

.text {
	font-size: 23px;
	text-align: justify;
	margin: 0 7.5vw 0 7.5vw;
	line-height: 32.5px;
}

.text2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.text2 .text {
	margin: 0 10vw 0 5vw;
}

.img2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.img2 img{
	width: 100%;
	border-radius: 8px;
}

.citation {
	color: #FFD700;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	text-align: right;
	margin: 0;
	padding: 0;
}


.image4{
	display: block;
	margin: 100px auto auto;
	width: 40%;
	border-radius: 8px;
	box-shadow: 10px 5px 5px #222;
}


.container2 {
	display: block;
	margin: auto;
	width: 90%;
	text-align: center;
	z-index: -1;
}

h2.sechage {
	background-color: #111111;
    height: 60px;
	font-size: 2em;
    border-radius: 5px;
    margin: 100px 27.5vw 50px 27.5vw;
    padding-top: 8px;
    color: #aaa;
}

table {
	margin-bottom: 50px;
}

.image2 {
	width: 90%;
	border-radius: 8px;
	box-shadow: 10px 5px 5px #222;
}

.sculpture {
	font-size: 1.7em;
	text-decoration: none;
	color: white;
}

.sculpture:hover {
	color: #FFD700;
}

.container2 h3 {
	color: #D2D5D7;
	font-size: 25px;
	margin-bottom: 100px;
}

.images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.main-image {
	width: 225px;
	margin: 0 1.5%;
}

.image3 {
	width: 100%;
	border-radius: 8px;
	box-shadow: 10px 5px 5px #222;
	transition: 0.35s ease-in-out;
}
.image3:hover {
	transform: rotate(2deg);
	transition: 0.35s ease-in-out;
}

.titregalerie {
	font-size: 25px;
	color: #FFD700;
}

.dimgalerie {
	margin-top: -20px;
	font-size: 20px;
	color: #D2D5D7;
}

.dimgalerie2 {
	margin-top: -20px;
	font-size: 20px;
	color: #ffffff;
}

h2.pagetitle {
	color:#FFD700;
	font-size: 2.5em;
	margin: 85px 0;
}

.contacttext {
	margin: 0;
	color: white;
	opacity: 10;
}

.contacter {
	text-decoration: none;
	font-size: 30px;
	color: white;
	margin: 0;
}

.mail:hover {
	color: #FFD700;
}

.image1 {
	width: 40%;
	margin-top: -75px;
}

input[type=text] {
  	width: 50vw;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #111;
    color: white;
    font-family: 'Satisfy', cursive;
    font-size: 1.5em;
}

textarea[type=text] {
	min-width: 50vw;
    max-width: 50vw;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #111;
    color: white;
    font-family: 'Satisfy', cursive;
    font-size: 1.5em;
}

input[type=submit] {
  	width: 8%;
    background-color: #eee;
    color: #333;
    padding: 6px 5px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: bold;
    font-family: 'Satisfy', cursive;
    margin-bottom: 50px;

}

.coms {
	color: #FFD700;
	font-size: 2em;
}

p.comentaire {
	height: fit-content;
    text-align: left;
    padding: 7.5px 3%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1.2em;
    margin: 0 0 15px 0;
}

.footer {
	height: 65px;
	width: 100%;
	background: rgba(150, 150, 150, 0.05);
	position: relative;
	vertical-align: center;
	text-align: center;
	padding-top: 1px;
}

.footertext {
	font-size: 20px;
}

















@media only screen and (max-width: 860px) {

.header {
	height: 100px;
}

.header__navbar p {
	font-size: 1.65em;
}

.header__navbar--logo{
	height: 60px;
	transform: none;
}

.header__navbar--logo p{
	font-size: 1.3em;
}

.header__navbar--logo h3{
	font-size: 1.2em;
}

.header__navbar--menu {
	z-index: 1000;
}

.header__navbar--toggle {
	display: flex;
	z-index: 900;
}

.header__navbar--menu {
	transition: all 0.25s ease-in-out;
	transform: translateY(-100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 15, 0.98);
	background-size: cover;
	top: 0; left: 0;
	z-index: 10;
}

.header__navbar--menu-link {
	margin: 20px;
	font-size: 50px;
	line-height: 850px;
}



.container1 {
	width: 90%;
}

.chapo {
	font-size: 0.4em;
}

.text1 {
	flex-direction: column;
	margin-bottom: 75px;
}

.img1 {
	width: 40%;
	margin: -25px 0 35px 0;
}

.text {
	font-size: 0.35em;
	line-height: 25px;
	text-align: center;
	margin: 0;
}

.text2 {
	flex-direction: column-reverse;
}

.text2 .text {
	margin: 15px 0;
}

.img2 img {
	width: 60%;
}

.container2 {
	margin-bottom: 25px;
}

h2.sechage {
	margin: 50px 0 15px 0;
	font-size: 1.4em;
	height: 35px;
	padding: 0; 
}

table {
	margin-bottom: 15px;
}

.sculpture {
	font-size: 1.3em;
}

.footer {
	padding: 0 1em;
	height: 50px;
	background: rgba(150, 150, 150, 0.2);
}

.footertext {
	font-size: 1.1em;
}




h2.pagetitle {
	font-size: 1.75em;
	margin: 25px 0 65px;
}

.container2 h3 {
	font-size: 1.3em;
	margin-top: -25px;
	margin-bottom: 50px;
}

.main-image {
	width: 35vw;
}

.titregalerie {
	font-size: 1.2em;
}

.dimgalerie {
	font-size: 1.1em;
}

.contacter {
	font-size: 1.5em;
}

.image1 {
	width: 70%;
	margin: -35px 0;
}

input[type=text] {
    width: 90vw;
    font-size: 1.2em;
}

textarea[type=text] {
    min-width: 90vw;
    max-width: 90vw;
    font-size: 1.2em;
}

input[type=submit] {
    width: 25vw;
    padding: 3px 5px;
    margin: 8px 0;
    font-size: 1.3em;
    margin-bottom: 25px;
}

.coms {
    font-size: 1.5em;
}

p.comentaire {
    padding: 5px 3%;
    font-size: 1em;
}

}
