/* Atelier 85 CSS Tools 2019
--------------------------------------------------

By Nicolas EVARISTE (http://www.atelier85.fr)
All rights reserved - Toute reproduction interdite

--------------------------------------------------*/

/* Reset
--------------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html { 
	min-height: 100%; 
}
h1, h2, h3, h4, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
}
form,
figure{
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
iframe {
  border: 0;
  max-width: 100%;
}
.clear { clear: both; }

/* General
--------------------------------------------------*/
html {
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #fff;
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
    position: fixed;
    width: auto;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    background: #000;
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    top: 50px;
    z-index: 99999;
}
.open-menu{
    cursor: pointer;
}
div#menu-icon div{
    display: block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    float: left;
}
div#menu-icon div.nom{
    display: none;
}
div#menu-icon div.blank{
    width: 5px;
    height: 100%;
    margin-right: -15px;
    z-index: 10;
    background: #000;
}
div#menu-icon.open div.blank{
    margin-right: 0px;
    background: #fff;
}
div#menu-icon.open{    
    background: #fff;
    color:#000;
}
div#menu-wrap{
    position: fixed;
	display: none;
    width: 100%;
	height: 100%;
    top: 0;
	z-index: 9999;
	background: #000;
}
ul#menu{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top : 150px;
    margin-left: 40px;
}
ul#menu li{ 
    
}
ul#menu li a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 100;
    padding-top: 3px;
    padding-bottom: 3px;
}
ul#menu li a::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}
ul#menu li a:hover::after,
ul#menu li.current-menu-item a::after,
ul#menu li.current-menu-parent a::after{
    width: 100%;
}
div#menu-bottom{
    position: absolute;
	left: 40px;
	bottom: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
div#menu-social a{
    font-size: 25px;
    padding-right: 5px;
    color: #fff; 
}
div#copyr{
    font-size: 12px; 
    padding-top: 10px;
}
div#copyr a{
    color: #fff;
}
div#close-menu{
    position: absolute;
    color:#fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    top: 50px;
    right: 50px;
    
    display: none;
}
.displaynone{
	display: none;
}

/* Content
--------------------------------------------------*/
div#content{
    padding: 30px;
	width: 100%;
	height: 100%;
}
div#content-wrap{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;  
    height: 100%;
}

/* Home page
--------------------------------------------------*/
div#content-wrap.home{
	text-align: center;
	background: url(../img/bg-cubes.jpg) no-repeat center #f0f0f0;
    background-size: cover;
}
div#content-wrap.home img{
    width: 100%;  
    height: 100%;    
}

/* Page
--------------------------------------------------*/
div.box-page{
	width: 1280px;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div.box-page.box-top{
	position: relative;
    top: 0;
    left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
    -ms-transform: none;
    transform: none;
}
div.col-img{
	width: 600px;
	height: 600px;
	display: inline-block;
	vertical-align: middle;
}
div.col-txt{
	width: 675px;
	padding-right: 65px;
	font-size: 16px;
	line-height: 26px;
	color: #272727;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
}
div.col-txt.col-full{
	width: 100%;
	height: 500px;
	vertical-align: middle;
}
div.col-txt.col-full.col-top{
	width: 100%;
	height: auto;
	vertical-align: top;
	padding-top: 100px;
	padding-bottom: 50px;
}
div.col-txt a{
	color: #272727;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div.col-txt a:hover{
	color: #b8b8b8;
}
h1.titre{
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
hr.hr-titre{
	display: block;
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	width: 210px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: -50px;
	margin-right: auto;
	text-align: left;
}
hr.wp-block-separator{
	display: block;
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Contact
--------------------------------------------------*/
div#content-wrap.contact{
	text-align: center;
	background: url(../img/bg-octopus.jpg) no-repeat center bottom #f0f0f0;
    background-size: cover;
}
div#contact-content{
	position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
}
div#contact-content a{
	color: #000; 
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div#contact-content a i{
 	font-size: 30px;
	font-weight: normal;
    padding-right: 2px;
	padding-left: 2px;
    color: #000; 
	margin-top: 5px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div#contact-content a:hover,
div#contact-content a:hover i{
	color: #b8b8b8;
}

/* Expositions
--------------------------------------------------*/
div.nav-expos{
	padding-top: 15px;
}
div.nav-expos a.lien-expos{
	color: #b8b8b8;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div.nav-expos a.lien-expos:hover{
	color: #000;
}
a.lien-expos-passees{
	float: left;
	display: inline-block;
}
a.lien-expo-permanente{
	float: right;
	display: inline-block;
}

/* Popup
--------------------------------------------------*/
.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 19999999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 60%;
	max-width: 800px;
	background: #fff;
	padding: 50px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #171717;
}
.modal ul{
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.modal ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.modal a.close-modal {
	position: absolute;
	top: 40px;
	right: 40px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("../img/close.svg") no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("data:image/gif;base64,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") #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
div.modal h1.titre{
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
div.modal h1.titre small{
	font-size: 35px;
	font-weight: 100;
}
div.modal a{
	color: #171717;
	outline: 0;
}
@media screen and (max-width: 1200px) {
.modal{
	width: 85%;
}
}
@media screen and (max-width: 700px) {
.modal{
	width: 95%;
	padding: 20px;
	font-size: 15px;
	line-height: 20px;
}
.modal a.close-modal {
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-size: cover;
}
div.modal h1.titre{
	font-size: 22px;
	line-height: 24px;
}
div.modal h1.titre small{
	font-size: 20px;
}
}

/* Partenaires
--------------------------------------------------*/
div#partenaires.col-txt{
	text-align: left !important;
}
div.item-partenaire{
	display: inline-block;
	float: left;
	width: 25%;
	height: 130px;
	padding-top: 10px;
}	
.partenaire-collab{
	font-style: italic;
	color: #999999;
}

/* Mentions légales
--------------------------------------------------*/
div#ml h3{
	font-size: 30px;
	font-weight: 700;
}

/* Choix Galeries
--------------------------------------------------*/
div.box-galerie.choix-galerie{
	font-size: 0px;
}
div.item-galerie{
	display: inline-block;
	width: 50%;
	max-width: 900px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
div.item-galerie div.item-galerie-photo{
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1px;
}
div.item-galerie div.item-galerie-photo span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
    -moz-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
div.item-galerie div.item-galerie-photo:hover span{
	opacity: 0.7;
    -moz-opacity:0.7;
	filter:alpha(opacity=70);
}
div.item-galerie div.item-galerie-nom{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding-top: 5px;
}
div.item-galerie div.item-galerie-nom a{
	color: #000;
	text-decoration: none;
}

/* Galerie
--------------------------------------------------*/
div.box-galerie{
	width: 100%;
	height: auto;
	vertical-align: top;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 26px;
	color: #272727;
	text-align: center;
}
div#infos-galerie{
	position: fixed;
	width: 50%; /*0 pour animation en JS*/
	height: 100%;
    top: 0;
	right: -50%;
	z-index: 99;
}
div#infos-galerie.pan-open{
	right: 0;
}
div#galerie-icon{
	position: absolute;
    width: 48px;
    height: 48px;
	margin-left: -48px;
	padding-top: 10px;
    background: #000;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    top: 50px;
    z-index: 9999;
}
div#galerie-icon span{
	display: block;
	-moz-transition: transform .3s;
 	-webkit-transition: transform .3s;
  	transition: transform .3s;
}
.rotate45{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: transform .3s;
 	-webkit-transition: transform .3s;
  	transition: transform .3s;
}
div#infos-galerie-wrap{
	position: absolute;
	background: #000000;
	color: #fff;
	width: 100%;
	height: 100%;
}
div#infos-galerie-content{
	width: 80%;
	max-width: 650px;
	height: 350px; /* le HR ne s'affiche pas bien si on ne met pas un HEIGHT au div, à cause du TRANSFORM ... */
	position: absolute;
    top: 50%;
    left: 50%;
	text-align: left;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h1.titre-gal{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
hr.hr-titre-gal{
	display: block;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	width: 210px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: -50px;
	margin-right: auto;
	text-align: left;
}
div.retour{
	text-align: center;
	padding-top: 60px;
}
div.retour a{
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 15px;
	padding-bottom: 4px;
	text-decoration: none;
	font-size: 16px;
}
.wp-block-image{
	display:table;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
.wp-block-image figcaption{
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Cookies
--------------------------------------------------*/
a.cn-more-info{
	color: #fff;
	font-weight: 400;
	-moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a.cn-more-info:hover{
	color: #999999;
}
a.cn-set-cookie{
	display: inline-block;
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	text-transform: uppercase;
	-moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a.cn-set-cookie:hover{
	background: #999999;
}

/* Newsletter
--------------------------------------------------*/
.input{
	width: 250px;
	font-family: 'Roboto', sans-serif;
	color: #2b2b2b;
	font-size: 16px;
	margin-bottom: 1px;	
	margin-top: 1px;
	background: #e7e7e7;
	padding: 10px 10px 10px 10px;
	border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none; 
}
.wpcf7-submit{
	width: auto;
	font-family: 'Roboto', sans-serif;
	background: #000;
	padding: 10px 30px 10px 30px;
	margin-top: -3px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none; 
	-moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.wpcf7-submit:hover{
	background: #393939;
}
.wpcf7 form.sent .wpcf7-response-output{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #159700;
	text-align: center;
	padding-top: 5px;
	border: none;
	margin: 0;
}	
.wpcf7 form.invalid .wpcf7-response-output{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fe0000;
	text-align: center;
	padding-top: 5px;
	border: none;
	margin: 0;
}
span.wpcf7-not-valid-tip{
	display: none;
}


/* Janvier 2023
--------------------------------------------------*/
.wpcp-carousel-section .wpcp-single-item img{
	max-width: 200px;
	height: auto;
}
.wpcp-carousel-section img {
	vertical-align: middle;
}
div#content ul{
	padding-left: 20px;
}