/*
Theme Name: PAV4
Theme URI: https://poleartsvisuels-pdl.fr
Author:  Frédéric Teschner + Lisa Sturacci + Maxime Bichon
Author URI: https://maximebichon.net
Description: :)
Version: 4.0
*/

/* @import url('main.css'); */

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
input:focus,
select:focus,
textarea:focus,
button:focus{
	outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{
	display: none;
}

input{
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
}

textarea{
	border: none;
}

/* COULEURS */

.side .red a,
.red,
.red a,
.red input,
.red button,
mark{
	color: rgb(255, 60, 0);
	border-color: rgb(255, 60, 0)
}

.side .blue a,
.blue,
.blue a,
.blue input,
.blue button,
mark{
	color: rgb(0, 136, 255);
	border-color: rgb(0, 136, 255)
}

.side .green a,
.green,
.green a,
.green input,
.green button,
mark{
	color: #375e00;
	border-color: #375e00;
}

.purple,
.purple a,
.purple input,
.purple button,
mark{
	color: #b365ff;
	border-color: #b365ff;
}

.red input::-webkit-input-placeholder{
	color: rgba(255, 60, 0, 0.5);
}

.red input:-moz-placeholder{
	color: rgba(255, 60, 0, 0.5);
}

.red input::-moz-placeholder{
	color: rgba(255, 60, 0, 0.5);
}

.red input:-ms-input-placeholder{
	color: rgba(255, 60, 0, 0.5);
}

.green input::-webkit-input-placeholder{
	color: rgba(55, 94, 0, 0.5);
}

.green input:-moz-placeholder{
	color: rgba(55, 94, 0, 0.5);
}

.green input::-moz-placeholder{
	color: rgba(55, 94, 0, 0.5);
}

.green input:-ms-input-placeholder{
	color: rgba(55, 94, 0, 0.5);
}

.blue input::-webkit-input-placeholder{
	color: rgba(0, 136, 255, 0.5);
}

.blue input:-moz-placeholder{
	color: rgba(0, 136, 255, 0.5);
}

.blue input::-moz-placeholder{
	color: rgba(0, 136, 255, 0.5);
}

.blue input:-ms-input-placeholder{
	color: rgba(0, 136, 255, 0.5);
}

.red input[type=radio]:checked+label::before,
.red input[type=checkbox]:checked+label::before,
.red label.selected::before{
	background-color: rgb(255, 60, 0)
}

.green input[type=radio]:checked+label::before,
.green input[type=checkbox]:checked+label::before,
.green label.selected::before{
	background-color: rgb(55, 94, 0);
}

.blue input[type=radio]:checked+label::before,
.blue input[type=checkbox]:checked+label::before,
.blue label.selected::before{
	background-color: rgb(0, 136, 255);
}

.purple input::-webkit-input-placeholder{
	color: rgba(179, 103, 255, 0.5);
}

.purple input:-moz-placeholder{
	color: rgba(179, 103, 255, 0.5);
}

.purple input::-moz-placeholder{
	color: rgba(179, 103, 255, 0.5);
}

.purple input:-ms-input-placeholder{
	color: rgba(179, 103, 255, 0.5);
}

/* GLOBAL */

html{
	font-family: Times, serif;
	font-size: 100%;
	position: relative;
	min-height: 100%;
}

body{
	font-size: 13px;
	background: rgb(241, 248, 250);
	line-height: 15px;
	overflow-x: hidden;
	margin: 0 0 20px;
}

a{
	text-decoration: none;
}

a:hover{
	color: black!important;
	border-color: black!important;
}

@font-face{
	font-family: 'Graphik';
	src: url('f/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('f/Graphik-Regular.otf') format('opentype'), url('f/Graphik-Regular.woff') format('woff'), url('f/Graphik-Regular.ttf') format('truetype'), url('f/Graphik-Regular.svg#Graphik-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Graphik';
	src: url('f/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('f/Graphik-Semibold.otf') format('opentype'), url('f/Graphik-Semibold.woff') format('woff'), url('f/Graphik-Semibold.ttf') format('truetype'), url('f/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
	font-weight: bold;
	font-style: normal;
}

em,
i{
	font-style: italic;
}

.size32{
	font-size: 32px;
	line-height: 35px;
}

.size57{
	font-size: 57px;
	line-height: 62px;
}

h2{
	line-height: 1em;
	font-family: 'Graphik', Arial, serif;
	font-weight: bold;
}

h2.title{
	text-align: center;
}

h3{
	font-family: 'Graphik', Arial, serif;
	font-weight: normal;
	font-size: 10px;
}

h3.soustitre{
	font-size: 13px;
}

body.single .soustitre{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

body.single .isotope .soustitre{
	margin-left: unset;
	margin-right: unset;
}

body.single-editions_art h4.soustitre{
	margin-bottom: 7px;
}

h4.soustitre{
	margin-bottom: 0px;
}

h3.subtitle{
	text-align: center;
	margin-bottom: 12px;
}

h2.subpart{
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}

p,
.marg{
	margin-bottom: 20px;
}

p strong{
	font-size: 13px;
	line-height: 15px;
	font-family: 'Graphik', Arial, sans-serif;
	font-weight: bold;
}

.nomarg{
	margin-bottom: 0;
	margin-left: 0!important;
	margin-right: 0!important;
}

.center{
	text-align: center;
}

.rightalign{
	text-align: right;
}

.upper{
	text-transform: uppercase;
}

.left{
	float: left
}

.right{
	float: right;
}

.hidden{
	display: none
}

.shown{
	display: block;
}

.capi{
	text-transform: capitalize;
}

.smaller{
	font-size: 32px;
	line-height: initial;
}

.bigtimes h4{
	font-size: 32px;
	margin-bottom: 0.5em;
	line-height: initial;
	font-weight: bold;
	font-family: 'Graphik', Arial, serif;
}

.nolegende{
	width: 100%;
	height: 20px;
}

.lower{
	text-transform: lowercase;
}


/* RESPONSIVE */

.un3,
.deux3,
.trois3{
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
}

.un3{
	float: left;
	width: 30.3%;
}

.un2{
	float: left;
	width: 47.6%;
}

.un2:first-child{
	margin-right: 4.8%;
}

.deux3{
	float: left;
	width: 63.6%
}

.clear{
	clear: both;
}

#wrapper,
#menu,
#container,
#footer{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper{
	min-height: calc(100vh - 174px);
}

#footer .trois3{
	border-top: 1px solid;
}

#footer .legal a{
	margin-left: 10px;
}

/* ELEMENTS GRAPHIQUES */

.ligne{
	border-bottom: 1px solid;
	padding-bottom: 7px;
	margin-bottom: 7px;
	width: 100%;
	height: 0px;
}


/* IMAGES */

img{
	width: 100%;
	height: auto;
}

.legendes.multi{
	margin-bottom: 20px;
}


/* FORMS */

input{
	border: none;
	padding: 0px;
	height: 30px;
	font-family: 'Graphik', Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	width: 100%;
	margin-bottom: 13px;
}

#edit,
button,
.buttonv2{
	font-size: 13px;
	padding: 0 35px 0 35px;
	border: solid 1px;
	font-family: 'Graphik', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	background-color: transparent;
	margin-bottom: 2px;
	text-transform: lowercase;
	line-height: 30px;
	text-align: center;
}

button:hover,
.buttonv2:hover{
	color: black;
	border-color: black;
	cursor: pointer;
}

.awesomplete ul{
	background-color: white;
	font-family: 'Graphik', Arial, sans-serif;
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 9;
	padding-bottom: 7px;
}

.awesomplete mark{
	background: none;
	font-weight: bold;
}

.awesomplete ul li{
	border-bottom: 1px solid;
	margin-bottom: 5px;
}

button.edit,
button.button,
button.carte,
button.allressources,
button.addressources{
	width: 100%;
}

button.edit,
button.button,
.buttonv2{
	margin-bottom: 13px;
}

#searchadv{
	padding-top: 6px;
	height: 23px;
	width: 75%;
}

#searchadv li{
	display: inline-block;
}

.acf-radio-list label,
.radio label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
}

input[type=radio],
input[type=checkbox]{
	display: none;
}

.acf-radio-list label:before,
.radio label:before{
	content: "";
	display: inline-block;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: transparent;
	border: 1px solid;
}

.acf-radio-list label:before,
.radio label:before{
	border-radius: 10px!important;
}

.checkbox label{
	margin-bottom: 10px;
}

.checkbox label:before{
	border-radius: 3px;
}

input[type=radio]:checked+label:before{
	border-radius: 10px;
}

select{
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: white;
	font-weight: bold;
	border-radius: 0;
	padding: 5px;
	font-size: 13px;
	height: 30px;
	width: 49%;
}

.blue select{
	color: rgba(0, 136, 255, 0.5);
}

.green select{
	color: rgba(55, 95, 0, 0.5);
}


/* CUSTOM FORMS */

.acf-field-58054390fc61e,
.acf-field-5e32c043edbd7{
	display: none
}

ul.acf-checkbox-list li input{
	display: block!important;
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
	height: auto;
}

ul.acf-checkbox-list{
	padding: 3px 0!important;
}

ul.acf-radio-list li input,
ul.acf-checkbox-list li input{
	float: left;
	width: 20px;
	margin: 4px 0px 4px -3px!important;
}

#post,
.acf-ui-datepicker,
.select2-container,
.select2-drop,
.updated,
#loginform label{
	font-family: 'Graphik'!important;
	font-weight: bold;
}

#loginform input{
	margin-top: 5px;
}

.acf-error-message{
	background: rgb(255, 60, 0)!important;
	border: none!important;
}

.acf-button,
#wp-submit{
	padding: 5px 10px;
	background-color: transparent;
	border: 1px solid;
	cursor: pointer;
}

.acf-image-uploader .acf-button,
.acf-file-uploader .acf-button{
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 200px;
}

.acf-label{
	border-bottom: 1px solid;
	margin-bottom: 0 0 15px 0!important;
}

.acf-fields>.acf-field{
	border: none!important;
	padding: 0!important;
	margin-bottom: 30px!important;
}

.acf-field-message{
	display: none
}

.updated{
	color: rgb(255, 60, 0)!important
}

.acf-input-prepend{
	background: transparent!important;
	border: none!important;
}

.screen-reader-text,
.media-sidebar,
.upload-instructions,
.acf-taxonomy-field .acf-icon{
	display: none!important;
}

.acf-taxonomy-field .categorychecklist-holder{
	border: none!important;
}

.acf-field .acf-label p{
	color: inherit!important;
	font-family: Times!important;
	font-weight: normal;
	font-size: 13px!important;
	margin-bottom: 5px!important;
}

.wp-editor-tools,
.mce-top-part,
.mce-statusbar{
	display: none!important;
}


/* LOGO */

#logo{
	position: fixed;
	top: 15px;
	left: -15px;
	width: 12%;
	max-width: 566px;
	height: auto;
	font-family: 'Graphik', Arial, sans-serif;
	font-weight: bold;
}

#linelogo{
	border-bottom: 1px solid;
	width: 15px;
	height: 3px;
	margin-bottom: 8px;
	margin-top: 15px;
}


/* MENU */

#menu{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}

#menu .submenu{
	border-bottom: 1px solid;
	padding-bottom: 7px;
	padding-top: 20px;
	background-color: rgb(241, 248, 250);
	overflow: auto;
}

#menu .sub-nav,
#menu .sub-nav-search{
	display: none;
}

#menu .visible{
	display: block;
}

.socialcards .fab{
	margin-right: 8px;
	font-size: 16px
}

#masquemenu{
	background-color: rgb(241, 248, 250);
	width: 100%;
	height: 78px;
	position: absolute;
	z-index: 0;
}

.menuleft,
.menuright{
	float: left;
	width: 50%;
	overflow: hidden;
}

/* PRESENTATION */

.presentation .f2c p{
	margin-bottom: 10px;
}

#edit{
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
}


/* NEWSLETTER */

#newsletterinput{
	margin-top: 14px;
}

button#inscription:hover{
	text-decoration: none;
}


/* SINGLES */

#share{
	position: absolute;
	top: 13px;
	right: 0;
	margin-left: 1.5%;
	margin-right: 1.5%;
	text-align: center;
	border: 1px solid;
	padding: 0 35px 0 35px;
	height: 30px;
	line-height: 30px;
}

#share:hover{
	color: black;
	border-color: black;
}

.legendes p{
	margin-bottom: 0;
	margin-top: 7px;
}

.legendes{
	margin-bottom: 7px;
	margin-top: 5px;
}

.f2c{
	padding-top: 15px;
	overflow: auto;
}

.f2c .un2{
	width: 100%;
}

.half .f2c .un2{
	width: 47.6%;
}

.item{
	margin-bottom: 4px;
}

.adherent{
	margin-bottom: 6px;
}

body.page-id-8 .f2c img{
	max-width: 100%;
	width: auto!important;
}

#suggestions{
	margin-top: 10px;
}


/* WRAPPER */

#wrapper{
	margin-top: 170px;
	position: relative;
}

/* DUOTONE */

.duotone{
	position: absolute;
	width: 100%;
	opacity: 0;
}

.sideimages{
	opacity: 0;
}

.duotone.processed{
	opacity: 1;
}

.itemduo:hover .duotone,
.sideimages:hover .duotone{
	opacity: 0;
}

/* GRID 2 */

.grid-item,
.grid-item-3{
	opacity: 0;
}

body.archive .grid-2{
	margin-top: 10px;
}

.grid-sizer,
.grid-item{
	width: 47.5%;
	/* margin-bottom: 4px; */
}

.gutter-sizer{
	width: 5%;
}

.grid h2,
.grid h3.dates{
	margin-bottom: 25px;
}

.grid h2,
.grid-2 h2,
.grid-3 h2{
	font-size: 32px;
}

#wrapper.hovered .item:hover img.hover{
	display: block;
}

#wrapper.hovered .item img{
	position: absolute;
	margin-top: 75px;
	width: 120%;
	z-index: 9;
	display: none;
}

.grid-2 h2,
.grid-2 h3.dates{
	margin-bottom: 7px;
}

body.search .grid-2 h2{
	margin-bottom: 12px;
}


/* GRID 3 */

body.archive .grid-3{
	margin-top: 10px;
}

.grid-sizer-3,
.grid-item-3{
	width: 31.1%;
}

.gutter-sizer-3{
	width: 3.3%;
}


/* .grid-3 h2, .grid-3 h3.dates{margin-bottom: 12px;} */

.grid-2 p,
.grid-3 p{
	margin-bottom: 12px;
}

.grid-2 .ligne,
.grid-3 .ligne{
	padding-bottom: 0
}

.grid-item-3 img{
	margin-bottom: 7px;
}


/* GRID 4 */

.grid-item-4{
	width: 25%;
	width: calc(25% - 30px);
	margin-right: 30px;
}


/* GRID FOCUS */

.grid-item-3--widthfocus{
	width: 65.6%;
}


/* LINKED */

.links{
	margin-bottom: 30px;
}

.linked p{
	margin-bottom: 12px;
}

.linked .ligne{
	padding-bottom: 0;
}

.linked h2{
	margin-bottom: 12px;
}


/* MAPS */

.gmnoprint{
	display: none!important;
}

.acf-map{
	width: auto;
	height: 400px;
	margin: 20px 0;
}

.acf-map h2{
	margin-bottom: 12px;
}

.acf-map .labels{
	color: white!important;
}

.item-map{
	width: 65.6%!important;
}

.simple-map{
	width: auto;
	height: 300px;
	margin: 7px 0 7px 0;
}

.acf-map img{
	max-width: inherit !important;
}

.hidden-map{
	display: none;
}

.shown-map{
	display: block;
}

.shown-text{
	display: inline-block;
}

.hidden-text{
	display: none;
}

.gm-style-iw{
	padding: 10px;
	font-size: 12px!important;
}


/* BREADZZZZZ */

.breadcrumb_last{
	display: none
}


/* FONTS */

.graphik{
	font-family: 'Graphik', Arial, sans-serif;
}

p.none{
	margin-bottom: 0!important;
}

.bold{
	font-weight: bold;
}

.regular{
	font-weight: normal;
}

.times{
	font-family: Times, serif;
}

.bigtimes{
	font-size: 22px;
	line-height: 1.05em;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}

.bigtimes.nomarg,
.nomargp p{
	margin-bottom: 0;
}

body.single-portraits .bigtimes.soustitre{
	margin-bottom: 7px;
}

.small{
	font-size: 10px;
	letter-spacing: 0.3px;
}


/* MEDIA QUERIES */

#logofixe{
	display: none;
}

#simplemenu{
	display: none;
	padding-left: 15px;
	width: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 10;
	border-bottom: 1px solid;
}

#simplemenu #searchinputmobile{
	position: absolute;
	top: 15px;
	width: 70%;
	height: 32px;
	right: 15px;
}

#hamburger{
	height: 29px;
	width: 35px;
	margin-top: 15px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: relative;
}

#hamburger:hover,
#hamburger:hover .ligne{
	border-color: black;
	cursor: pointer;
}

#hamburger .ligne{
	padding: 0;
	margin: 0;
	margin-top: 14px;
	position: absolute;
	top: 0;
}

#cross{
	display: none;
}

.cross{
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	overflow: hidden;
	margin-top: 15px;
	cursor: pointer;
}

.cross::before,
.cross::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #375e00;
}

.cross::before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cross::after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/***************/
/***************/
/* V2 V2 V2 V2 */
/***************/
/***************/


/* GENERAL */

.size42{
	font-size: 42px;
	line-height: 1em;
}

.marg4{
	margin-bottom: 4px;
}

.marg7{
	margin-bottom: 7px;
}

.marg10{
	margin-bottom: 10px;
}

.marg15{
	margin-bottom: 15px;
}

.marg20{
	margin-bottom: 20px;
}

.marg30{
	margin-bottom: 30px;
}

.marg40{
	margin-bottom: 40px;
}

.cols2{
	column-count: 2;
}

.cols3{
	column-count: 3;
	orphans: 4;
}

.nocolbreak{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

/* COULEURS */

a.black{
	color: black;
}

img.newduo{
	z-index: 5;
}

.itemduo img:not(.newduo){
	display: none;
}

.item:hover img.newduo,
.itemduo:hover img.newduo{
	display: none;
}

.itemduo:hover img:not(.newduo){
	display: block;
}

.u-svg-sprite{
	display: none;
}

#wrapper.green img.newduo,
.item.green img.newduo,
#wrapper .side .green img.newduo,
#wrapper.home .green img.newduo{
	-webkit-filter: url('#duotone_green');
	filter: url('i/duotonegreen.svg#duotone_green');
}

#wrapper.blue img.newduo,
.item.blue img.newduo,
#wrapper .side .blue img.newduo,
#wrapper.home .blue img.newduo{
	-webkit-filter: url('#duotone_blue');
	filter: url('i/duotoneblue.svg#duotone_blue');
}

#wrapper.red img.newduo,
#wrapper .side .red img.newduo,
#wrapper.home .red img.newduo{
	-webkit-filter: url('#duotone_red');
	filter: url('i/duotonered.svg#duotone_red');
}

#wrapper.purple img.newduo,
#wrapper .side .purple img.newduo,
#wrapper.home .purple img.newduo{
	-webkit-filter: url('#duotone_purple');
	filter: url('i/duotonepurple.svg#duotone_purple');
}

/* LAYOUT */

#titresite{
	position: fixed;
	left: 20px;
	bottom: 20px;
}

.un4,
.deux4,
.trois4,
.quatre4{
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
	float: left;
	min-height: 2px;
}

.un4{
	width: 22%;
}

.deux4{
	width: 44%;
}

.trois4{
	width: 72%;
}

.quatre4{
	width: 100%;
}

#wrapper{
	margin-top: 73px;
	padding-bottom: 32px;
}

#wrapper .un4{
	width: 22%;
}

#wrapper .deux4{
	width: 47%;
}

.newheader{
	padding-top: 0;
	margin-bottom: 20px;
	margin-left: 14%;
	margin-right: 14%;
	text-align: center;
}

/* singles */

.f2c .ligne{
	padding-bottom: 2px;
}

.f2c{
	padding-top: 0;
}

.f2c p:last-of-type{
	margin: 0;
}

body.page h2,
h2.title{
	margin-bottom: 4px;
}

.simple-map{
	margin-top: 3px;
	height: 220px;
}

.ratio{
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}

.ratio_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
}

.ratio img{
	object-fit: cover;
}

body.single-editions_art .main .ratio,
.ratio-editions{
	background-color: rgb(0, 136, 255);
	width: 100%;
	position: relative;
	margin-bottom: 9px;
}

.next-butt{
	cursor: pointer;
}

body.single-editions_art .main .ratio img,
.ratio-editions img{
	position: absolute;
	max-height: 100%;
	height: auto;
	width: auto;
	top: 0;
	bottom: 0;
	padding: 15px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.ratio-editions img{
	padding: 4px;
}

.linked-item *{
	width: 100%!important;
}

.linked-item .ratio-editions img{
	width: auto!important;
}

.linked-item h2{
	font-size: 32px;
	line-height: initial;
}

.linked-item p{
	margin-bottom: 7px;
}

.linked-item .ligne{
	margin-bottom: 14px;
}


/* archives */

.pagination{
	padding-top: 15px;
}

.grid-sizer-3,
.grid-item-3{
	width: 22.65%;
	position: relative;
}

.gutter-sizer-3{
	width: 3.15%;
}

.grid-2 p,
.grid-3 p,
.grid-2-new p{
	margin-bottom: 12px;
}

.grid-2 .ligne,
.grid-3 .ligne,
.grid-2-new .ligne{
	padding-bottom: 0
}

.grid-item-3 img{
	margin-bottom: 7px;
}

.grid-2-new .grid-sizer-3,
.grid-2-new .grid-item-3{
	width: 48.5%;
	position: relative;
}

.grid-2-new .gutter-sizer-3{
	width: 3%;
}

.grid-item-3.membres,
.grid-sizer-3.membres{
	width: 30.6%;
}

.gutter-sizer-3.membres{
	width: 4.15%;
}


/* filters */

#drop{
	width: 100%;
}

.un4 .dropdown{
	width: 100%;
}


/* home */

#wrapper.home{
	margin-top: 120px;
}

#focushome .grid-sizer-3,
#focushome .grid-item-3{
	width: 100%;
}

#homenews .grid-3 .grid-sizer-3,
#homenews .grid-3 .grid-item-3{
	width: 30.55%;
	float: left;
}

#homenews .grid-3 .gutter-sizer-3{
	width: 4.20%;
}


/* menu */

#searchinput{
	width: 100%;
}

#newslink{
	position: fixed;
	top: 18px;
	right: 15px;
	transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	-ms-transform: rotate(350deg)
}

#newslink:hover{
	color: black;
}


/* FORMULAIRES */

#acf-form *{
	font-family: 'Graphik';
}


/* RESPONSIVE */

#rightside,
#contenu,
#leftside{
	float: none;
	min-height: 2px;
}

#flex{
	display: box;
	display: flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#rightside{
	order: 3;
	box-sizing: border-box;
	margin: 0;
	width: 25%;
	padding-left: 1%;
}

#contenu{
	order: 2;
	box-sizing: border-box;
	margin: 0;
	width: 50%;
	padding: 0 0.5%;
}

#leftside{
	order: 1;
	box-sizing: border-box;
	margin: 0;
	width: 25%;
	padding-right: 1%;
}

/* V3 2021 */

#wrapper{
	margin-top: 91px;
}

.flex{
	display: flex;
}

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

.flex-center{
	align-items: center;
	justify-content: center;
}

.space-between{
	justify-content: space-between;
}

.flex-wrap{
	flex-wrap: wrap;
}

.width13{
	width: 13%;
}

.width25{
	width: 25%;
}

.width33{
	width: 33.33%;
}

.width50{
	width: 50%;
}

.width66{
	width: 66.66%;
}

.width75{
	width: 75%;
}

.width100{
	width: 100%;
}

.relative{
	position: relative;
}

.lh_f2c{
	line-height: 1.35em;
}

.full_width_items .width25,
.full_width_items .width50,
.full_width_items .width33{
	width: 100%;
}

.full_width_items .new_item_marg{
	padding: 0;
}

.borderbox{
	box-sizing: border-box;
}

.paddmenu{
	padding-left: 0.65%;
	padding-right: 0.65%
}

#first_menu{
	padding-left: 1.5%;
}

#third_menu{
	width: 36.45%;
}

#last_menu{
	padding-right: 1.5%;
	width: 25.45%;
	padding-left: 0.86%;
}

.border{
	border-bottom: 1px solid;
}

.inline-block{
	display: inline-block;
}

.hyphens{
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 5;
	-webkit-hyphenate-limit-after: 4;
	-ms-hyphenate-limit-chars: 10 5 4;
	hyphenate-limit-chars: 10 5 4;
}

/* GRILLES */

.isotope{
	margin-left: -0.65%;
	margin-right: -0.65%;
}

.item{
	padding-left: 0.65%;
	padding-right: 0.65%;
	box-sizing: border-box;
}

.new_marg_left{
	padding-left: 1.5%;
	padding-right: 1.2%;
	box-sizing: border-box;
}

.new_marg_right{
	padding-right: 1.5%;
	padding-left: 0.3%;
	box-sizing: border-box;
}

.new_item_marg{
	padding-left: 0.75%;
	padding-right: 0.75%;
	box-sizing: border-box;
}

.marg_fix{
	margin-left: -0.75%;
	margin-right: -0.75%;
}

.form_layout_fix .new_item_marg{
	padding-left: 1.1%;
	padding-right: 0.28%;
}

.prochains_layout .itemduo{
	width: 25%;
}

.prochains_layout .item:first-of-type{
	width: 50%;
}

#wrapper.home .header_home .width33 .new_item_marg{
	padding-left: 0;
}

#wrapper.home .header_home .width66.new_item_marg,
#wrapper.home .header_home .width66 .new_item_marg{
	padding-right: 0;
}

/* SOUS MENUS */

.sous_menus{
	padding-bottom: 10px;
}

.sous_menus ul li{
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

#search_toggle{
	cursor: pointer;
}

#search_toggle:hover{
	color: black;
}

#searchinput{
	background-color: white;
	outline: none;
	margin: 0;
	padding: 0 4px;
	width: 87%;
	box-sizing: border-box;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	position: absolute;
	top: -3px;
}

#searchinput,
#searchbox,
#searchbox form{
	height: 18px;
}

#search_box{
	display: none;
	position: relative;
}

/* DOSSIERS */

#leftside_dossiers{
	order: 1;
	box-sizing: border-box;
	margin: 0;
	padding-right: 1%;
}

#rightside_dossiers{
	order: 3;
	box-sizing: border-box;
	margin: 0;
	padding-left: 1%;
}

#rightside_dossiers .width25,
#rightside_dossiers .width50{
	width: 100%;
}

#leftside_dossiers .width25{
	width: 33.33%;
}

#leftside_dossiers .width50{
	width: 66.66%;
}

/* MENU */

#menu{
	background-color: rgb(241, 248, 250);
	padding-top: 15px;
}

#menu .border{
	margin-top: 15px;
}

@media screen and (min-width: 1920px){
	#logo{
		width: 17%;
	}
	#logo img{
		margin-left: -8%;
	}
}

@media screen and (min-width: 1920px){
	#wrapper,
	#menu,
	#container,
	#footer{
		max-width: 1670px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1670px){
	#wrapper,
	#menu,
	#container,
	#footer{
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 1490px){
	
	#titresite .size32{
		font-size: 22px;
		line-height: 24px;
	}
	
}

@media screen and (max-width: 1439px){
	#wrapper,
	#menu,
	#container,
	#footer{
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1300px){
	#logo,
	#titresite,
	#buttonmap,
	.breads,
	#newslink{
		display: none;
	}
	#wrapper{
		margin-top: 75px;
		min-height: calc(100vh - 158px);
	}
	body.home #logofixe{
		display: block;
		width: 100%;
		max-width: none;
		top: 0px;
		position: fixed;
		animation: fadeout 0.5s 1;
		-webkit-animation: fadeout 0.5s 1;
		animation-fill-mode: forwards;
		animation-delay: 2s;
		-webkit-animation-delay: 1s;
		-webkit-animation-fill-mode: forwards;
	}
	@keyframes fadeout{
		from{
			opacity: 1;
		}
		to{
			opacity: 0;
		}
	}
	@-webkit-keyframes fadeout{
		from{
			opacity: 1;
		}
		to{
			opacity: 0;
		}
	}
	#wrapper .un3,
	#wrapper .deux3,
	#wrapper .un2,
	#wrapper .un4,
	#wrapper .deux4,
	#wrapper .trois4{
		width: 100%;
	}
	.grid-2-new .grid-sizer-3,
	.grid-2-new .grid-item-3,
	.grid-sizer-3,
	.grid-item-3,
	.grid-item-3.membres,
	.grid-sizer-3.membres,
	.side .grid-item-3,
	.side .grid-sizer-3,
	.side .item{
		width: 48.47%;
	}
	.gutter-sizer-3.membres{
		width: 3.1%;
	}
	#wrapper .f2c .un2{
		margin-right: 1.5%;
	}

	#wrapper .un3,
	#wrapper .deux3,
	#wrapper .trois3,
	#wrapper .un2,
	#wrapper .un4,
	#wrapper .deux4,
	#wrapper .trois4{
		margin: 0;
	}
	
	#wrapper .sous_menus.marg20{
		margin-bottom: 20px;
	}
	
	#wrapper,
	#footer{
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	#footer .trois3{
		margin: 0;
	}
	#wrapper,
	#menu,
	#container,
	#footer{
		max-width: 100%;
	}
	#rightside,
	#contenu,
	#rightside{
		margin-bottom: 20px;
	}
	#rightside{
		order: 3;
	}
	#contenu{
		order: 1;
	}
	#leftside{
		order: 2;
	}
	#drop select:first-of-type{
		margin-right: 1.5%;
	}
	#menu .submenu{
		padding-top: 12px;
	}
	#masquemenu{
		height: 56px;
	}
	.allressources{
		margin-top: 10px;
	}
	#drop{
		margin-bottom: 15px;
	}
	.presentation-item{
		width: 100%;
	}
	#share{
		display: none;
	}
	#newsletter{
		margin-top: 40px;
	}
	.un4 .dropdown{
		margin-top: 10px;
	}
}

@media screen and (max-width: 1000px){
	body.home #logofixe{
		display: block;
		top: 50px;
		z-index: 1000;
	}
	.edit,
	#edit,
	#buttonmap,
	#share{
		display: none;
	}
	button.edit,
	button.carte,
	button.allressources,
	#searchsubmit{
		margin-top: 11px;
	}
	#drop{
		margin-left: 0;
		width: 100%;
	}
	#searchadv{
		border-bottom: none;
		height: auto;
		margin-left: 0;
		width: 100%;
	}
	#searchadv li{
		height: 25px;
		display: block;
	}
	#searchsubmit.right{
		float: none;
		width: 100%;
	}
	#masquemenu{
		display: none;
	}
	#simplemenu{
		display: block;
	}
	#menu{
		margin-top: 60px;
		overflow: auto;
	}
	#menu .un4,
	#menu a{
		width: 100%;
		color: white;
		margin: 0;
		font-size: 30px;
		line-height: 1.15em;
	}
	.submenu{
		height: auto!important;
	}
	#menu .submenu{
		padding: 15px;
		border: none;
	}
	.fab{
		font-size: 32px!important;
	}
	.parent-search{
		display: none;
	}
	#menu un4,
	.menuleft,
	.menuright{
		width: 100%;
	}
	.submenu br{
		display: none;
	}
	#menu .green .submenu{
		background-color: #375e00;
		height: auto;
	}
	#menu .red .submenu{
		background-color: rgb(255, 60, 0);
	}
	#menu,
	#menu .purple .submenu{
		background-color: #b365ff;
	}
	#menu .blue .submenu{
		background-color: rgb(0, 136, 255);
	}
	#wrapper,
	#footer{
		margin-left: 15px;
		margin-right: 15px;
	}
	#footer .trois3{
		margin: 0;
	}
	.hiddenPanel{
		top: -1000px!important;
	}
	.shownPanel{
		top: 0;
		bottom: 0;
	}
	.size32,
	.smaller,
	.grid h2.size32,
	.grid-2 h2.size32,
	.grid-3 h2.size32{
		font-size: 25px;
		line-height: 28px;
	}
	.size32.entete{
		font-size: 32px;
	}
	.size57{
		font-size: 40px;
		line-height: 43px;
	}
	body.single .soustitre{
		width: 100%;
	}
	#wrapper.home{
		margin-top: 80px;
	}
	#wrapper.home h3.size32.marg30{
		margin-bottom: 10px;
	}
	.first2big .grid-item-3,
	.first2big .grid-sizer-3{
		width: 100%
	}
	#homenews .grid-3 .grid-sizer-3,
	#homenews .grid-3 .grid-item-3{
		width: 47.8%;
	}
	.menuleft .marg4{
		margin-bottom: 0;
		min-height: 0;
	}
	.marg0.entete{
		margin-bottom: 20px;
	}
	.first2big{
		margin-bottom: 40px;
	}
	
	/* V3 */
	
	#first_menu{
		background-color: rgb(255, 60, 0);
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#second_menu{
		width: 100%;
		background-color: #375e00;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#third_menu{
		background-color: rgb(0, 136, 255);
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#last_menu{
		width: 100%;
		background-color: #b365ff;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#first_menu,
	#second_menu .width50,
	#third_menu .width33,
	#last_menu .width50{
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
	}
	
	#first_menu .border,
	#second_menu .border,
	#third_menu .border,
	#last_menu .border{
		display: none;
	}
	
	#menu{
		padding-top: 0;
		display: none;
	}

	#menu.open{
		display: block;
		bottom: 0;
	}
	
	#simplemenu.open #hamburger{
		display: none;
	}
	
	#simplemenu.open #cross{
		display: block;
	}
	
	.sous_menus{
		margin-bottom: 15px!important;
	}
	
	#contenu,
	#leftside,
	#rightside,
	.new_item.width33,
	.new_item_marg.width50,
	.prochains_layout .item:first-of-type,
	.prochains_layout .itemduo,
	.isotope .width25,
	.isotope .width33,
	.isotope .width50,
	#leftside_dossiers,
	#leftside_dossiers .width50,
	#leftside_dossiers .width25,
	#rightside_dossiers,
	#wrapper .width75,
	#wrapper .width25{
		width: 100%;
		padding-left: 0;
	}
	
	#leftside_dossiers{
		margin-bottom: 30px;
	}
	
	.cols2,
	.cols3{
		column-count: 1;
	}
	
	select.dropdown,
	input.field{
		margin-bottom: 15px;
	}
	
	.sous_menus{
		text-align: left;
		column-count: 2;
	}
	
	.sous_menus ul li{
		display: block;
		margin: 0;
	}
	
}

@media screen and (max-width: 800px){
	#homenews .grid-3 .grid-sizer-3,
	#homenews .grid-3 .grid-item-3,
	.grid-2-new .grid-sizer-3,
	.grid-2-new .grid-item-3,
	.grid-sizer-3,
	.grid-item-3,
	.grid-item-3.membres,
	.grid-sizer-3.membres,
	.side .grid-item-3,
	.side .grid-sizer-3,
	.side .item,
	#wrapper .f2c .un2,
	#drop select{
		width: 100%;
		margin-right: 0;
	}
	.f2c{
		margin-bottom: 20px;
	}
	#drop{
		margin-top: 0;
	}
	.newheader{
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}