*{
    box-sizing: border-box;
	color: inherit;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	line-height:1.6;
	color:#333;
	padding:0;
}
header{
	background:#fff;
	color:white;
	padding:10px 20px;
	text-align:center;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
	-webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
	height: 75px;
}

main{
	width:100%;
}
.container{
	max-width:1224px;
	margin:auto;
	padding:40px 20px;
	position: relative;
}
.container-2{
	max-width:1024px;
}

h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	font-weight:inherit;
    font-size: inherit;
}
ul{
	margin-left:20px;
}
blockquote{
	font-style:italic;
	border-left:4px solid #0375b6;
	padding-left:15px;
	margin:20px 0;
}
footer{
	background-color:#2cb8f8;
	color:white;
	padding:20px;
	margin-top:40px;
}

.section{
	position:relative;
}
.section-equipe{
	background:url(../img/equipe.jpg) no-repeat center center;
	background-size: cover;
	width:100%;
	height:959px;
	color:#fff;
	text-align:center;
}
.section-chateau{
	background:url(../img/chateau.webp) no-repeat center center;
	background-size: cover;
	width:100%;
	height:1050px;
	color:#fff;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: end;
}
.h-card {
    color: yellow;
    padding: 15px;
    font-size: 35px;
    font-style: italic;
    padding-bottom: 150px;
    text-shadow: #fff0 0px 0px 5px, #000 0px 0px 10px, #fff 0px 0px 15px, #ffffff 0px 0px 20px, #011e4c 0px 0px 30px, #ffffff 0px 0px 40px, #000307 0px 0px 50px, #000000 0px 0px 75px, 2px 2px 2px rgb(128 161 214 / 0%);
}
@media screen and (max-width: 1110px){
	.section-chateau{
		height:750px;
	}
}

@media screen and (max-width: 920px){
	.section-chateau{
		background-image:url(../img/chateau-915.webp);
	}
}

@media screen and (max-width: 720px){
	.section-chateau{
		height:490px;
	}
}
@media screen and (max-width: 680px){
	.section-chateau{
		background-image:url(../img/chateau-680.webp);
	}
	.section-equipe{
		background-image:url(../img/equipe-680.webp);
	}
}

@media screen and (max-width: 480px){
	.section-chateau{
		height:330px;
		background-image:url(../img/chateau-680.webp);
	}
}

/**/
.sec-a1 .h1{
    text-align:center;
    color:#333;
	font-size:2.6em;
	margin-bottom: 25px;
}
.sec-a1 .p-1{
    text-align:center;
	margin-bottom: 30px;
	font-size: 19px;
}
.sec-a1 .date{
    text-align:center;
    font-weight:bold;
    margin-bottom:30px;
	color: rgb(55, 104, 154);
	font-size: 48px;
    line-height: 1.5;
}

.sec-a1 p{
    margin-bottom:18px;
    color:#444;
    text-align:justify;
}

.sec-a1 .p-highlight{
    font-weight:bold;
}

.sec-a1 .p-footer{
    margin-top:40px;
    font-weight:bold;
	padding-left: 40px;
}
@media screen and (max-width: 600px){
	.sec-a1 .h1 {
		font-size: 2.0em;
	}
}
@media screen and (max-width: 900px){
	.sec-a1 .p-footer{
		padding-left: 0;
	}
}
/**/

/*NAV*/
.before-affix{
	width:100%;
	height:75px;
}
nav{
	background:#ffffff;
	padding:10px 15px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.i-nav{
	margin:0 15px;
	text-decoration:none;
	font-weight:bold;
	color:#1d3557;
	cursor:pointer;
}

.subnav{
	display:none;
	background-color: #9bbbe4;
	width: 180px;
}
.i-nav:hover{
	text-decoration:underline;
}
.nav{
	position:relative;
	z-index: 10;
}
.nav:hover .subnav{
	display:block;
	position:absolute;
	left:0;
}

.subnav .i-nav{
	display: block;
    padding: 5px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-bottom: solid 1px #000;
    width: 100%;
    margin-left: 0;
}

#desktop-mainav .item{
	background-color: #bdd9fd;
    margin: 5px;
}


/*Toggle Nav*/
.toggle-nav{
    position: absolute;
    right: 10px;
    top: 20px;
	z-index:100;
	display:none;
}
.affix{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px #dedede;
	height:75px;
}
@media screen and (max-width: 570px){
	.toggle-nav{
		display:block;
	}
	nav{
		display:none;
	}
	.before-affix, .affix{
		height:75px;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.toggle-nav::after{
    content: 'Menu';
	color: #000;
    font-size: 12px;
}
.toggle-nav .icon {
    display: block;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid #4b4b4b;
    border-top: 3px solid #4b4b4b;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.toggle-nav .icon:before, .toggle-nav .icon:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #4b4b4b;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.toggle-nav.active .icon{
    border-color:transparent;
}
.toggle-nav.active .icon:before {
    top: 50%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.toggle-nav.active .icon:after {
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


/**/
/*Mobile Nav*/
.mobile-nav{
    position:relative;
}
.mobile-nav .bg-nav{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#2cb8f8;
    opacity:0.5;
    transform: translateX(-100%);
    transform-origin: center center;
    transition: transform 0.1s ease-in-out;
	left: 0;
    margin-top: 65px;
    z-index: 1001;
}
.mobile-nav.active .bg-nav{
    transform: translateX(0%);
}
.mobile-nav .wrapper{
    position:fixed;
    width:70%;
    height:100%;
    background-color:#ffffff;
    transform: translateX(-100%);
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
	z-index: 1002;
    left: 0;
	text-align: left;
	margin-top: 40px;
}
.mobile-nav.active .wrapper{
    transform: translateX(0%);
}

.mobile-nav .item .i-nav{
	display:block;
    border-bottom: solid 1px #dedede;
    padding: 10px;
}


/***/

.c-bg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.2;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}

.th-1{
	font-size:48px;
	margin: 0;
    line-height: 1.3;
}
.ph-1{
	font-size:30px;
	margin: 0;
}

.h-3{
	font-size:48px;
	margin-bottom:50px;
}
.h-3-2{
	font-size:48px;
	margin-bottom:32px;
	line-height: 64px;
}
.p-3{
	line-height:48px;
	margin-bottom: 32px;
}
.b-3{
	font-weight: 400;
	line-height: 1.5;
    font-size: 24px;
    margin-bottom: 32px;
}

.h3-2{
	color: rgb(55, 104, 154);
	font-size:48px;
	line-height: 1.5;
}
.p3-2{
	font-size:22px;
	color:rgb(86, 88, 94);
	line-height: 1.3;
}

.sep-1{
	width:100%;
	height:30px;
}

.fb-link{
	background:url(../img/fb.png) no-repeat center center;
	width:26px;
	height:26px;
	display:block;
	position:relative;
}
.fb-link .on-hover{
	width:100%;
	height:100%;
	display:block;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	border-radius:100%;
}
.fb-link:hover .on-hover{
	opacity:0.2;
}

/*removed*/
.section-2{
	background-color:rgb(13, 27, 43);
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}

.flex-wrap{
	display:flex;
	justify-content:start;
	align-items:center;
	gap: 20px;
	height: 100px;
}
.flex-col-1{
	flex-grow: 1;
}
.flex-col-2{
	flex-basis:100px;
}


.flex-2cols{
	display:flex;
	justify-content:start;
	align-items:start;
	gap:50px;
}
.flex-2cols .flex-col{
	flex-basis:50%;
	flex-grow: 1;
}
.flex-head-1{
	gap:0;
}
.flex-head-1 .flex-col-1{
	flex-basis:65%;
	flex-grow: 1;
}
.flex-head-1 .flex-col-2{
	flex-basis:25%;
	flex-grow: inherit;
}

.img-wrapper{
	position:relative;
}
.img-wrapper img{
	width:100%;
	height:auto;
}
.h-6{
	font-size: 18px;
	margin-bottom: 10px;
}
.p-6{
	line-height:30px;
	margin-bottom: 20px;
}


.card-1{
	background-color:#E8F4FA;
	padding:30px;
	width:100%;
}
.card-1 .card-wrap{
	display:flex;
	justify-content:start;
	align-items:start;
	gap:20px;
}
.card-1 .card-col-1{
	flex-basis:20px;
	font-size:48px;
	line-height:48px;
	display:flex;
	justify-content:end;
	align-items:start;
}
.card-h{
	font-size:18px;
}
.img-content{
	position:relative;
	padding:50px;
	width: 100%;
    height: 100%;
	display: flex;
    align-items: end;
}
.img-eq-1{
	background:url(../img/cremieu.jpg) no-repeat center center;
	width: 375px;
	height:339px;
	border-radius:20px;
	background-size: contain;
}
.img-eq-2{
	background:url(../img/equipe-2.jpg) no-repeat center center;
	width:100%;
	height:600px;
	border-radius:20px;
	background-size: contain;
}
.img-eq-3{
	background:url(../img/cremieu-2026.jpg) no-repeat center center;
	width:100%;
	height:612px;
	border-radius:20px;
	background-size: contain;
}

.section-4{
	text-align:left;
}
.h-1 {
    font-size: 48px;
    margin-bottom: 50px;
    /*color: #636363;*/
	
}
.h-4{
	font-size: 64px;
    margin-bottom: 30px;
	color: rgb(13, 19, 26);
}
.p-4{
	color: rgb(86, 88, 94);
	font-size: 18px;

}
.a-link{
	text-decoration:underline;
	font-weight:bold;
}

.t-2{
	font-weight:bold;
	margin-bottom:15px;
}


/**/
footer .container{
	padding-top:0;
	padding-bottom:0;
}
footer .flex-wrap{
	justify-content: center;
	gap: 50px;
	height:30px;
}
footer .flex-col-1 {
    text-align: center;
	flex-grow: 0;
}
footer .flex-col-2 {
    flex-basis: auto;
}
.row-fb{
	display: flex;
    gap: 8px;
}

@media screen and (max-width: 740px){
    .flex-2cols {
		flex-wrap:wrap;
	}
}

