*,*:focus,*:hover{
    outline:none;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    margin:0;
    padding:0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    margin:0;
}

h2{
    font-size: 20px;
}

p{
    font-size: 13px;
    margin-bottom: 10px;
    text-align: justify;
}

ul li{
    font-size: 13px;
}

.site{
  position: relative;
  min-height: 100vh;
}

.um-page-password-reset footer,.um-page-login footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.post, .page {
    margin: 0px;
}
.width-container{
    max-width: 1200px;
    width: 85%;
    margin:0 auto;
}

.content-container{
    width: 90%;
    margin:0 auto;
}

#main .Accueil-content,#main .PMSAN-content{
    padding-top: 20px;
}

article{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.article-text p span{
    font-weight:600;
    font-size: 13px;
}

.accueil-item{
    margin-bottom: 25px;
}

article:nth-child(even){
    flex-direction: row-reverse;
}

.article-image{
    max-width: 317px;
    width: 100%;
}

.article-image img{
    width:100%;
    display: block;
    height: auto;
}

.article-text{
    max-width: 560px;
    width: 100%;
    padding-right:20px;
}

article:nth-child(even) .article-text {
    padding-right: 0px;
    padding-left: 20px;
}

.three-img-section img{
    width: 150px;
    margin:0 auto;
    padding-bottom: 20px;
}

#banner{
    height: calc((100vw - 240px) / 6.2 - 50px);
    background-image: url('/wp-content/themes/inform/images/panorama-with-gardens.png');
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.nav li {
    float: left;
    position: relative;
}

.nav li a {
    transition: color 0.2s linear;
    font-size: 18px;
}
 
.nav>li:hover a {
    color: #0F228C;
}
  
.nav li a {
    padding: 15px 10px;
    color: initial;
    text-decoration: initial;
}

.main-menu .sub-menu{
    display: block;
}

.sub-menu li{
    width: 100%;
    text-align: center;
    background:white;
}

.main-navigation ul ul a{
  width: 100%;  
}

.bottom-header{
    display: flex;
    justify-content: space-between;
    background:lightgray;
    padding: 0px 15%;
}

.main-menu{
    display:block;
}

main .width-container{
    padding:0px 50px;
    margin-top: 15px;
}

.main-menu a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background:#0F228C;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

a:hover:after { 
    width: 100%; 
    left: 0; 
}

.page-title{
    color: #70B603;
    font-size: 18px;
    padding-left: 20px;
}

  
/*burger mobile menu*/
.hamburger {
    background: none;
    border: none;
    outline: 0;
    padding: 0;
    transform: scale(0.8);
    display: none;
}

.mobile__menu {
    width: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.3s;
    z-index: 200;
    background:#888;
}

.mobile__menu.is-active {
    left: 0;
}

.mobile__menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mobile__menu ul li ul {
    padding-top: 5px;
    padding-bottom: 15px;
    display: none;
}

.mobile__menu ul li:hover ul {
    display: block;
}

.mobile__menu ul li {
    margin: 0px;
    border-top: 2px solid #e7e6eb;
    padding: 25px 75px;
    padding-left: 55px;
    text-align: left;
}

.mobile__menu ul li.current_page_item {
    color: #323232;
    font-weight: bold;
}

.mobile__menu ul li a {
    text-decoration: none;
    font-size: 24pt;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-family: 'hkgrotesk-semibold-webfont',sans-serif;
    position: relative;
}

.mobile__menu ul li a:hover{
    color:#0F228C;
}


/*footer*/

footer{
    background:#f2f2f2;
    padding:15px 30px;
    clear:both;
}

.eu-logo img{
     max-width: 100px;
}

.footer-container{
    display: flex;
    justify-content: space-between;
}

.logos img{
    max-width: 130px;
    display: inline-block;
}

.links a{
    text-decoration: none;
    cursor: pointer; 
    color:#000;
    font-size: 13px;
}

.links ul{
    display: inline-flex;
    list-style: none;
    justify-content: space-between;
    margin:0;
}

.links ul li{
    padding:30px 50px;
}

footer .links ul li{
    padding:30px 20px;
}

footer p {
    margin:0px;
}

/*contact page*/

.contact-form{
    max-width: 500px;
    margin:0 auto;
    padding: 15px 20px 15px 5px;
}

.contact-form-note{
    max-width: 500px;
    margin:0 auto;
    padding-bottom: 30px;
}

.contact-form h2{
    margin-bottom: 20px;
}

.contact-form form div {
    display: flex;
    justify-content: space-between;
}

.contact-form form div span{
    min-width: 342px;
}

.contact-form label{
    font-weight: bold;
    color:#555555;
}

.wpcf7-submit{
    float: right;
}

.wpcf7-form>div{
    padding: 15px 0 0 0;
}

.wpcf7-form input{
    width: 100%;
}

.wpcf7-form .wpcf7-submit{
    line-height: 1em !important;
    padding: 16px 20px;
    color:#fff;
    background: #3ba1da;
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: none !important;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
}

.bibliotheque-content .width-container{
    padding: 0px;
}

.bibliotheque-content .filter-sidebar{
    float: left;
    width: 20%;
    display: block;
}

.bibliotheque-content .document-items{
    float: right;
    width: 79%;
    display: block;
    clear: none;
}

.bibliotheque-content .pt-cv-pagination-wrapper{
    clear: both;
}

.pt-cv-content-item{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#pt-cv-view-a8926d80si .pt-cv-content-item{
    max-width: 300px;
    margin-bottom: 15px;
}

.document-items .pt-cv-page {
    display: flex;
    flex-wrap: wrap;
    
}

.bibliotheque-content .filter-sidebar .cvp-live-filter.cvp-dropdown{
 display: block;
}

.bibliotheque-content .filter-sidebar .cvp-live-filter label{
    display: block;
}

.pt-cv-ctf-document_tag ul{
    list-style: none;
    display: inline-flex;
    margin: 0;
    flex-wrap: wrap;
}

.filter-title{
    font-weight: 600;
}

.cvp-live-filter select {
    width: 200px;
}

.cvp-search-box input[type='text']{
    width: 200px;
}

#menu-item-31 .sub-menu{
    width: 100%;
}
.pt-cv-custom-fields {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.pt-cv-ctf-column:nth-last-child(2) .pt-cv-custom-fields {
    border-bottom: none;
}

.pt-cv-content-item .document-link-file{
    text-decoration: none;
    color:#404040;
}

.pt-cv-ctf-column:last-child{
    display: none;
}

.pt-cv-ctf-document_tag li h2{
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.pt-cv-ctf-name{
    margin-right: 0px;
    font-weight: 400;
}

.calendrier-content iframe {
    display: block;
    margin:30px auto;
}

#pt-cv-view-a8926d80si .pt-cv-content-item{
    margin-right: 15px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.video-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.gallery-caption {
	display: block;
}


.gallery-thumb {
    box-sizing: border-box;
    overflow-y: hidden;
    display: inline-block;
    cursor: pointer;
    float: left;
    padding: 0 8px 10px;
    width: 33.333%;
    text-align: center;
}

.gallery-img-box {
    height: 0;
    width: 100%;
    padding-top: 56.25%!important;
    position: relative;
    overflow: hidden!important;
    background-size: cover!important;
    background-position: center!important;
    display: block;
}

.gallery-thumb a {

	text-decoration: none;
	color:#000;

}

.gallery-thumb a:hover {

	color:#5bb397;

}

div[data-name="document_tag"] .checkbox{
    display: inline-block;
    width: 50%;
}


.pt-cv-ctf-value{
    font-weight: 600;
}
@media only screen and (max-width:1370px){
    .pt-cv-wrapper .col-sm-6 {
        width: 50%;
    }

    #pt-cv-view-a8926d80si .pt-cv-content-item{
        max-width: 350px;
    }
}

@media only screen and (max-width:1070px){
    #pt-cv-view-a8926d80si .pt-cv-content-item{
        max-width: 300px;
    }
}

@media only screen and (max-width:1000px){
    .accueil-item{
        flex-direction: column;
        align-items: center;
    }

    main .width-container{
        padding:0px;
    }

    .article-text{
        padding-bottom: 25px;
    }

    article:nth-child(even) {
        flex-direction: column;
    }

    .three-img-section{
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width:920px){
    .bibliotheque-content .pt-cv-wrapper{
        display: flex;
        flex-direction: column;
    }

    .bibliotheque-content .filter-sidebar{
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .cvp-live-button{
        width: 100%;
    }

    .bibliotheque-content .document-items{
        float: none;
        width: 100%;
        margin-top:20px;
    }

    .filter-title{
        display: none;
    }
}

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

    footer {
        padding-top: 40px;
    }

    .footer-container{
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
    }

    footer .links ul{
        display: block;
    }

    footer .links ul li{
        padding:30px 0px;
    }

    .eu-logo p{
        text-align: center;
    }
    
    .main-menu{
        display: none;
    }

    .hamburger {
        display: block;
    }
}

@media only screen and (max-width:750px){
    .contact-form form div{
        flex-direction: column;
    }   

    .contact-form input{
        width: 100%;
    }

    .contact-form form div span {
        min-width: unset;
        width: 100%;
    }

    .document-items .pt-cv-page{
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:700px){
    .cvp-live-button{
        text-align: center;
    }

    .bibliotheque-content .filter-sidebar{
        justify-content: center;
    }

    .width-container{
        width: 90%;
    }

    .pt-cv-custom-fields{
        flex-direction: column;
    }

    .pt-cv-custom-fields span{
        display: block;
        width: 100%;
    }
}