    /*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body {
    color: #111926;
    font-family: 'Lora';
    font-weight:400;
    font-size: 62.5%;
    /* see https://snook.ca/archives/html_and_css/font-size-with-rem */
    height: 100%;
    /*line-height: 1.4;*/
}

body.modal-open{
    overflow: hidden;
    /*position: fixed;*/
    width: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
    background: #FFF;
    text-shadow: none;
}

::selection {
    background: #FFF;
    text-shadow: none;
}
*/
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

img {
        max-width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color:#142033;
}

h1{
    font-size: 2.2rem;

}
h2{
    font-size: 1.5rem;
}

a{
    color:#01b4d5;
    text-decoration: none;
}

.ui-autocomplete {
    /*position: fixed!important; /* commenté pour fixer le autocomplete au scroll */
    top: 0;
    left: 0;
    cursor: default;
    border: solid 1px #01B5D3;
    background: white;
    z-index: 105!important;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0!important;
}

.ui-menu .ui-menu-item a{
    font-size: 1.4rem;
    font-family: 'muli';
    color: black;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; background:#01b4d5; color:white;border-color:#01b4d5;border-radius: 0!important}

.modal-overlay{top: 0;left: 0;width: 100%;height: 100%;z-index: 10001;overflow: hidden;position: fixed;display: none;background: rgba(39, 39, 39, 0.7);}
.modal-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 10001;position: fixed;outline: 0!important;-webkit-backface-visibility: hidden;/*overflow-y: scroll;*/overflow-x: hidden;display:none;}
.modal-container{text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding:0 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.modal-content{left: 0;width: 100%;position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 2045;top: 0;height: 100%;}
.modal-custom-content{max-width: 600px;margin: 10px auto;position: relative;z-index:9999999999;background-color: #F8F8F8;border:solid #dbdcdc 2px;width:100%;}
.modal-control-box{position: absolute;top: 0;font-size: 1.6rem;right: 10px;}
.modal-control-box .close-modal{font-size: 4rem;color: gray;font-family: 'Open Sans';}
.modal-post-box{background: none repeat scroll 0 0 #F8F8F8;padding: 20px 8px;font-size: 1.6rem;}

.modal-post-box.login,
.modal-post-box.inscription,
.modal-post-box.cgv,
.modal-post-box.profil,
.modal-post-box.infosPhoto,
.modal-post-box.contact,
.modal-post-box.trouver{
    font-family: 'Muli', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
	background-color:white;
}

.modal-post-box.infosPhoto{
    padding: 10px;
    padding-top:54px
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


/* ==========================================================================
   Icons
   ========================================================================== */

.icon {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-aff_flex {
    width: 33px;
    height: 20px;
    background-position: -73px -10px;
}

.icon-aff_flex_768 {
    width: 28px;
    height: 26px;
    background-position: -73px -10px;
}

.icon-aff_flex.active {
    width: 33px;
    height: 20px;
    background-position: -184px -10px;
}

.icon-aff_flex_active_768 {
    width: 28px;
    height: 26px;
    background-position: -184px -10px;
}

.icon-aff_vignettes {
    width: 33px;
    height: 20px;
    background-position: -10px -71px;;
}

.icon-aff_vignettes_768 {
    width: 24px;
    height: 26px;
    background-position: -10px -71px;
}

.icon-aff_vignettes.active {
    width: 33px;
    height: 20px;
    background-position: -110px -71px;
}

.icon-aff_vignettes_active_768 {
    width: 24px;
    height: 26px;
    background-position: -110px -71px;
}

.icon-arobase {
    width: 14px;
    height: 15px;
    background-position: -154px -71px;
}

.icon-buddy {
    width: 18px;
    height: 18px;
    background-position: -187px -71px;
}

.icon-burger_nav {
    width: 34px;
    height: 18px;
    background-position: -225px -71px;
}

.icon-burger_tbl {
    width: 47px;
    height: 48px;
    background-position: -225px -109px;
}

.icon-cart {
    width: 21px;
    height: 18px;
    background-position: -279px -71px;
}

.icon-report-fr {
    width: 35px;
    height: 31px;
    background-position: -113px -125px;
}

.icon-report-en {
    width: 35px;
    height: 31px;
    background-position: -157px -125px;
}

.icon-cart-hover-flex {
    width: 35px;
    height: 31px;
    background-position: -10px -177px;
}

.icon-cart2 {
    width: 21px;
    height: 18px;
    background-position: -65px -177px;
}

.icon-cart2-hover-flex {
    width: 35px;
    height: 31px;
    background-position: -106px -177px;
}

.icon-print-hover-flex{
    width: 35px;
    height: 31px;
    background-position: -251px -323px;
}

.icon-cart_white {
    width: 26px;
    height: 22px;
    background-position: -161px -177px;
}

.icon-chevron-bottom-black {
    width: 14px;
    height: 9px;
    background-position: -154px -109px;
}

.icon-chevron-bottom-white {
    width: 14px;
    height: 9px;
    background-position: -207px -177px;
}

.icon-chevron-top-black {
    width: 14px;
    height: 9px;
    background-position: -241px -177px;
}

.icon-chevron-top-white {
    width: 14px;
    height: 9px;
    background-position: -275px -177px;
}

.icon-copy {
    width: 15px;
    height: 13px;
    background-position: -207px -206px;
}

.icon-download {
    width: 22px;
    height: 16px;
    background-position: -242px -206px;
}

.icon-download-infosPhoto{
    width: 15px;
    height: 17px;
    background-position: -94px -337px;
}

.icon-download-infosPhoto-blanc{
    width: 15px;
    height: 17px;
    background-position: -67px -337px;
}

.icon-download-hover-flex {
    width: 35px;
    height: 31px;
    background-position: -10px -242px;
}

.icon-remove-hover-flex{
    width: 35px;
    height: 31px;
    background-position: -10px -287px;
}

.icon-download-white {
    width: 22px;
    height: 16px;
    background-position: -65px -242px;
}

.icon-fb {
    width: 9px;
    height: 19px;
    background-position: -289px -7px;
}

.icon-fleche_droite {
    width: 35px;
    height: 62px;
    background-position: -320px -10px;
}

.icon-fleche_gauche {
    width: 35px;
    height: 62px;
    background-position: -320px -92px;
}

.icon-google_plus {
    width: 20px;
    height: 13px;
    background-position: -309px -174px;
}

.icon-insta {
    width: 20px;
    height: 20px;
    background-position: -281px -205px;
}

.icon-linkedin {
    width: 21px;
    height: 20px;
    background-position: -316px -205px;
}

.icon-logo {
    width: 162px;
    height: 24px;
    background-position: -107px -242px;
}

.icon-loupe_moins {
    width: 31px;
    height: 31px;
    background-position: -318px -240px;
}

.icon-loupe_plus {
    width: 31px;
    height: 31px;
    background-position: -65px -291px;
}

.icon-loupe_recherche_simple {
    width: 34px;
    height: 34px;
    background-position: -116px -291px;
}

.icon-loupe_recherche_simple-alamy {
    width: 68px;
    height: 68px;
    background-position: -170px -286px;
	min-width:68px;
}

.icon-oeil {
    width: 21px;
    height: 13px;
    background-position: -258px -291px;
}

.icon-phone {
    width: 13px;
    height: 12px;
    background-position: -299px -291px;
}

.icon-phone-white{
    width: 13px;
    height: 12px;
    background-position: -116px -339px;
}

.icon-restriction {
    width: 22px;
    height: 18px;
    background-position: -332px -291px;
}

.icon-twitter {
    width: 14px;
    height: 13px;
    background-position: -10px -329px;
}

.icon-pinterest {
    width: 15px;
    height: 20px;
    background-position: -30px -326px;
}

.icon-flaguk {
    width: 33px;
    height: 22px;
    background-position: -10px -129px;
    vertical-align: middle;
}

.icon-flagfr {
    width: 33px;
    height: 22px;
    background-position: -70px -129px;
    vertical-align: middle;
}




/* Base for label styling */
p.checkbox{
    margin: 0
}
p.checkbox [type="checkbox"]:not(:checked),
p.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
p.checkbox [type="checkbox"]:not(:checked) + label,
p.checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-right: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
p.checkbox [type="checkbox"]:not(:checked) + label:before,
p.checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 1.2em; height: 1.2em;
  border: 1px solid #000;
  background: white;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
p.checkbox [type="checkbox"]:not(:checked) + label:after,
p.checkbox [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 1.2em; height: 1.2em;
  border: 1px solid #000;
  background: #01b4d5;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect changes */
p.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
p.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
p.checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
p.checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
p.checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
p.checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}


.error{
    color:red;
}

.success{
    color:green;
}

.tooltiped::after{content: attr(data-tooltipped-content);
    background: rgba(51,51,51,.9999999);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: initial;
    padding: 4px 6px;
    text-transform: capitalize;
    font-family: initial;
    color: white;width: 82%;
    text-align: center;}

.visible-lg, .visible-md, .visible-sm, .visible-xs,
.visible-lg-inline, .visible-md-inline, .visible-sm-inline, .visible-xs-inline,
.visible-lg-inline-block, .visible-md-inline-block, .visible-sm-inline-block, .visible-xs-inline-block,
.visible-lg-flex, .visible-md-flex, .visible-sm-flex, .visible-xs-flex
{
    display: none!important;
}

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

.form input[type=text],
.form input[type=select],
.form input[type=password],
.form input[type=checkbox],
.form select,
.form textarea{
    border: solid #d1d1d1 1px;
    padding: 17px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
.form input[type=checkbox]{
    vertical-align: middle;
    width:auto;
    padding: 0;
}

.form input[type=submit],
.btn{
    background-color:#007b93;
    padding: 18px;
    border:0;
    color:white;
    border-radius: 4px;
    display: inline-block;
}

.btn.bleu{
    background-color: #01b4d5;
}

.btn.rouge{
    background-color: #d10f00;
}

.btn.gris{
    background-color: #eaeaea;
    color:black;
}

.btn.gris2{
    background-color: #2e3033;
    color:white;
}

.btn.gris3{
    background-color: #8c8c8c;
    color:white;
}

.btn.gris4{
    background-color: #f8f8f8;
    color:black !important;
    font-weight: 600;
}

.btn.grayGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8b8b8+17,777777+100 */
    background: #b8b8b8; /* Old browsers */
    background: -moz-linear-gradient(top, #b8b8b8 17%, #777777 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b8b8b8 17%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b8b8b8 17%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
}

.btn.grayGradient2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979ba2+0,39404c+100 */
    background: #979ba2; /* Old browsers */
    background: -moz-linear-gradient(top, #979ba2 0%, #39404c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #979ba2 0%,#39404c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #979ba2 0%,#39404c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979ba2', endColorstr='#39404c',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
}

.btn.lightBlueGradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97ddeb+0,39bdd9+83 */
    background: #97ddeb; /* Old browsers */
    background: -moz-linear-gradient(top, #97ddeb 0%, #39bdd9 83%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #97ddeb 0%,#39bdd9 83%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #97ddeb 0%,#39bdd9 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ddeb', endColorstr='#39bdd9',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
}

.btn.darkBlueGradient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82beca+0,10839a+83 */
    background: #82beca; /* Old browsers */
    background: -moz-linear-gradient(top, #82beca 0%, #10839a 83%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #82beca 0%,#10839a 83%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #82beca 0%,#10839a 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82beca', endColorstr='#10839a',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
}

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

.pointer{
    cursor: pointer;
}



/* ==========================================================================
   Global Layout
   ========================================================================== */

#global-wrapper{
  position: relative;height: auto !important;height: 100%;min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

#global-wrapper.login{
  display: flex;
  flex-direction: column;
}

/* Cible uniquement IE 11 */
_:-ms-fullscreen, :root #global-wrapper.login { height: 100% !important; }

.container{
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px;
}

.more{
    display: flex;
    height:0px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    padding-top:30%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.more div{
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

.more a{
    /*margin-top: -39vh;*/
    font-family: 'Muli', sans-serif;
    padding: 15px 44px;
    font-size: 1.7rem;
    font-weight: 700;
}

#loading {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 70px;
    color: white;
    font-size: 1.8rem;
    font-family: "Muli";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#attente{
    background: rgba(39, 39, 39, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 104;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header{
    display: flex;
    height: 64px;
    background-color: #101a2a;
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    font-size: 13px;
    padding: 0 24px;
    color: white;
    font-family: 'Muli', sans-serif;
}

header.tbl{
  position: fixed;
  width: 100%;
  background: rgba(16,26,41,1);
  top:0px;
  z-index: 10000;
}

.logo{
    width: 200px;
    display: block;
    margin: 0 auto;
}

.logo_alamy{
    width: 330px;
}

header .burger div
{
    width: 40px;
    height: 3px;
    background-color: #077c95;
}

header .burger div:nth-child(2)
{
    margin: 8px 0
}

/* smartphone menu */
header .smallmenu {
    position: absolute;
    top: 64px;
    background: rgba(17,27,42,.84);
    right: 0;
    left: 0;
    color: white;
    display: none;
    justify-content: space-between;
    padding: 16px 0;
    padding-right: inherit;
    padding-left: inherit;
    margin: 0;
    list-style-type: none;
    justify-content: space-between;
    width: 100%;
}

header .smallmenu .gauche{
    display: flex;
    flex-direction: column;
}

header .smallmenu .droite{
    font-weight: 700;
}

header .smallmenu div div:not(:last-child){
    margin-bottom: 10px;
}

header .smallmenu .droite{
    text-align: right;
    flex-direction: column;
}

header .smallmenu .droite a{
    font-weight: 700;
    color:white;
}

/* over smartphone menu */
header .menu{
    list-style-type: none;
    align-items: center;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

header .menu li{
    display:flex;
    align-items: center;
    padding: 4px 10px;
    border-right: solid white 1px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
}

header .menu > li:last-child{
    padding-right: 0;
    border-right:0
}

header .menu li a{
    color:white;
    text-transform: uppercase;
}

header .menu > li.userLogged{
    min-width:138px;
    justify-content: center;
    position:relative;    
}

header .menu > li.userLogged > a{
    text-transform: initial;
}

header .menu > li.userLogged .userLoggedSub{
    display: none;
    position: absolute;
    top: 0;
    background: transparent;
    width: 100%;
    padding-top: 45px;

}

header .menu > li.userLogged a{
    z-index: 1;
}

header .menu > li.userLogged:hover .userLoggedSub
{
    display: block;
}

header .menu > li.userLogged .userLoggedSub .userLoggedSubContent
{
    background: #111b2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
}

header .menu > li.userLogged .userLoggedSub .userLoggedSubContent hr{
    border-top:solid white 1px;
    width:30px;
}



header .menu > li.userLogged .userLoggedSub .userLoggedSubContent .comm {
    text-align: center;
    font-style: italic;
    font-weight: normal;
}
header .menu > li.userLogged .userLoggedSub .userLoggedSubContent .comm a
{
    color:#01b4d5;
    text-transform: initial;
}

.modal-post-box.trouver{
    padding:40px 20px;
}

.modal-post-box.trouver > div:first-child{
    display:flex;
    flex-direction:column;
}

.modal-post-box.trouver .gauche{
    border:solid black 1px;width:100%;display:flex;flex-direction:column;padding:20px 30px;max-width:370px;margin-bottom: 20px;
}

.modal-post-box.trouver .gauche h1{
    border-bottom: solid black 1px;text-transform: uppercase;margin:0
}
.modal-post-box.trouver .gauche div{
    line-height: 1.5
}

.modal-post-box.trouver .droite{
    text-align: center
}

.modal-post-box.trouver .google-maps{
  position: relative;
        padding-bottom: 100%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;

}

.modal-post-box.trouver .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

section.intro{
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 262px;
    margin-top:0;
    position: relative;
    z-index: 0;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.search_engine form,
.search_engine_tbl form{
    margin: 0 auto;
    display: flex;
}

.search_engine form{
    flex-direction: column;
}

.search_engine_tbl form{
    flex-direction: initial;
    border: solid #ababab 1px;
}

/* Cible uniquement IE 11 */
_:-ms-fullscreen, :root .search_engine_tbl form { flex-direction: row; }

@media (min-width:768px) {
    .search_engine_tbl form{
        border-left: 0;
    }
}


.search_engine_tbl div {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.search_engine ul,
.search_engine_tbl ul{
    margin: 0;
    padding: 0px 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size:1.4rem;
    font-family:'Muli', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    /*border-bottom: solid #262728 1px;*/
	/*border-bottom: solid #17202d 1px;*/
	letter-spacing:1px;
}

.search_engine ul{
    background: #e5e5e5;
    border-radius: 6px 6px 0 0;
}

.search_engine_tbl ul{
    background: #dfdfdf;
}

.search_engine_tbl li{
    padding: 6px 0px;
	/*width:20%;*/
	text-align:center;
    cursor: pointer;
}

.search_engine li {
    color: #404040;
}

.search_engine_tbl li {
    color: black;
}

.search_engine li,
.search_engine_tbl li{
    padding: 6px 0;
        width: 100%;
    text-align: center;
    cursor: pointer;
    font-family: 'Muli';
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    /*margin: 0 6px 0 0;*/
}


.search_engine_en li{
    width: 33%;
}

.search_engine_tbl li.active,
.search_engine li.active{
    color:#00b3d3;
}

.search_engine_tbl li:not(:last-child),
.search_engine li:not(:last-child) span{
    border-right: solid #ababab 1px;
    display: block;
}

.search_engine .select,
.search_engine_tbl .select{
    position: relative;display: inline-block;width: 100%;max-width: 112px;
}

.search_engine .select select,
.search_engine_tbl .select select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 5px;
    outline: 0;
    border: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 112px;
    height: 40px;
}

.search_engine .select .select__arrow,
.search_engine_tbl .select .select__arrow {
    position: absolute;
    top: 16px;
    right: 4px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.search_engine_tbl #fulltext_field_home,
.search_engine #fulltext_field_home {
    width: 100%;
    /*max-width: 132px;*/
    border:0;
    /*border-left: solid #cfcfd0 1px;*/
    /*border-right: solid black 1px;*/
    /*height: 25px;*/
	height:45px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*padding-left: 4px;*/
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom:10px;
	outline:none;
	/*margin-top: 10px;
    margin-bottom:10px;	*/
}

section.navThematiques{
    background: #e5e5e5;
    height: 46px;
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

section.navThematiques.small{
    background: #17202d;
    color: white;
}

section.inspi,section.latest{
    display: flex;
    flex-direction: column;
}

section.hemisgalerie{
}

section.glossaire a {
    color: black;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 300;
    font-family: 'Open Sans';
}

section.glossaire #glossaireList{
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
  padding-left: 10px;
  font-family: 'Open Sans';
}

section.glossaire #glossaireList div {
    width: 50%;
    /*text-align: center;*/
	/*margin:10px;*/
}

section.glossaire #glossaireList ul{
  list-style-type: none;
  padding: 0
}

section.glossaire #glossaireList li{
  margin-bottom: 12px;
    margin-bottom: 1.2rem;
  display: inherit;
}

section h1{
    font-family: 'Times Sans Serif';
    font-weight: 400;
    /*text-transform: uppercase;*/
    /*margin-top: 2.7rem;
    margin-bottom: 1.2rem;*/
    margin-top: initial;
    margin-bottom: initial;
    margin: 10px 0;
}

section h1.home{
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    text-transform: initial;
    /*margin-top: 2.7rem;
    margin-bottom: 1.2rem;*/
    margin-top: initial;
    margin-bottom: initial;
    margin: 30px 0 18px 0;
    font-size: 34px;
    font-size: 3.4rem;
}

h1.imgexclues{
    text-align: center;
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    text-transform: initial;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.fulltextwrapper,
#fulltext_field_home
{
    border-radius: 0;
}

@media(min-width : 768px){
    h1.imgexclues{        
        font-size: 34px;
        font-size: 3.4rem; 
        margin-bottom: 24px;       
        margin-bottom: 2.4rem;
    }
    
    #fulltext_field_home,
    .fulltextwrapper{
        border-radius: 0 0 6px 6px !important;
    }
}

section #visuel_content h1{
    font-family: 'Open Sans';
}

.navThematiques .container{
    height:46px;
    display: flex;
    width: 100%;
    padding: 0 24px;
}

.smallNavThematiques{
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 24px;
    width: 100%;
}

.smallNavThematiques .burger
{
    position:absolute;
    right:0;
    z-index: 0
}

.smallNavThematiques .burger div{
    width: 40px;
    height: 3px;
    background-color: #FFF;
}

.smallNavThematiques .burger div:nth-child(2) {
    margin: 8px 0;
}

/* Custom dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-dropdown select {
  background-color: transparent;
    color: #fff;
    font-size: inherit;
    /*padding: .5em;*/
    padding-right: 4.8rem;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    width: 100%;
    outline: 0;
    z-index: 1;
    height: 100%;
}

.custom-dropdown select option,
.custom-dropdown select optgroup {
  color:initial
}



.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}

.liNavThematiques{
    align-items: center;
    width: 100%;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
}

@media(min-width: 1024px){
    .liNavThematiques{
        font-size: 17px;
        font-size: 1.7rem;
    }    
}

.liNavThematiques ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: space-between;
    list-style-type: none;
    height: 100%;
}

.liNavThematiques li{
    position: relative;
}

.liNavThematiques li:hover .sub{
    display: flex;
}

.liNavThematiques li span
{
    padding: 0px 0;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
}

.liNavThematiques li span a
{
    color:black;
}

@media(min-width: 1024px) and (max-width: 1199px){
    .liNavThematiques li span
    {
        padding: 0 8px;
    }
}

@media(min-width: 1200px){
    .liNavThematiques li span
    {
        padding: 0px 0;
    font-size: 16px;
    font-size: 1.6rem;
    }
}

.liNavThematiques li.hassub span:after{
    content: 'v';
    margin-left: 2px;
    font-size: 1.2rem;
    font-size: 12px;
    transform: scaleY(0.6);
}

.liNavThematiques .sub{
    position: absolute;
    background: #e5e5e5;
    z-index: 1;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 10px 0;
    display: none;
    min-width: 100%;
    border-radius: 0 0 6px 6px;
    padding: 0 24px 10px;
    left: -24px;
}

.liNavThematiques .sub a{
    color:black;
    margin: 4px 0;
    /*padding: 0 6px; */
    font-family: 'Muli';
    font-weight: 300;
    font-size: 13px;
    font-size: 1.3rem;
}

@media(min-width: 1024px) and (max-width: 1199px){
    .liNavThematiques li span
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .liNavThematiques .sub a
    {
        padding: 0 16px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media(min-width: 1200px){
    .liNavThematiques .sub a
    {
        /* padding: 0 21px; */
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.liNavThematiques .sub a:hover{
    color:#01b4d5;
}

section.expo-galerie{
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) and (max-width:1024px){
    section.expo-galerie{
        padding: 0 5px;
    }
}

@media (min-width:768px) {
    section.expo-galerie{
        display: flex;
        flex-wrap: nowrap;
        /*align-items: flex-start;*/
        justify-content: space-between;
        /*padding: 0 5px;*/
    }

    section.expo-galerie .wrapperImg{
        /*height: 220px;*/
        padding-top: 77.65%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        border-radius: 6px;
    }

    section.expo-galerie .expositions {
        flex-basis : 57.4%;
    }

    section.expo-galerie .expositions .wrapperImg{
        padding-top: 56.9%;
    }

    section.expo-galerie .hemisgalerie{
        flex-basis : 42%;
    }

    section.expo-galerie .hemisgalerie h1,
    section.expo-galerie .expositions h1{
        padding: 0
    }

    section.photographes,
    section.glossaire{
        padding: 0 5px;
    }

}

@media (min-width : 991px) {
    /*section.photographes{
        padding:0px;
    }*/
}

@media(min-width: 1024px) and (max-width: 1199px){
    section.expo-galerie .wrapperImg{
        height: 296px;
    }
}

@media(min-width: 1200px) {
    /*section.expo-galerie .wrapperImg{
        height: 346px;
    }*/
}

.items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#visuel_content .items:after {
    content: '';
    flex-grow: 999999999;
}

.item {
    width:50%;
    margin-bottom: 1.9%;
    display: flex;
    flex-direction: column;
}
@media (max-width:767px) {
    .item {
        padding-right: 4px;
    }
    .item:not(.inspi):not(.photographe):not(.latest):nth-child(even){
        box-shadow: -1px 0px 0 0px rgba(201,201,201,1);
        padding-right: 0;
        padding-left: 3px;
    }
}

.item.latest{
    padding: 0 0px 0 5px;
    margin-left: -5px;
    margin-bottom: 0;
}


.items.photographe{
        /*margin-left: -5px;*/
}

.item.photographe{
    /*padding-bottom:20px;*/
    /*padding-right: 0;
    padding-left: 5px;
    margin-bottom: 0;*/
    padding: 0 0 0 5px;
    margin-left: -5px;
}

.item h2{
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 4px;
    font-family: 'Open Sans', sans-serif;
}

.item.latest h2{
    padding: 0px;
}

@media (min-width : 768px) {
    .item h2{
        font-size: 19px;
        font-size: 1.9rem;
    }
}

.item.photographe .wrapper{
    padding: 0;
    height: initial;
    margin: 0;
    /*margin-bottom: 45px;*/
}

/* Cible uniquement IE 11 */
_:-ms-fullscreen, :root .item.photographe .wrapper { height:auto; }

/*.item.photographe .trombi{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    background-size: cover;
    position: absolute;
    bottom: -45px;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: solid white 2px;
    border-radius: 2px;
}*/

.trombi{
    position: relative;
    width: 30%;
    display: block;
    margin: auto;
    margin-top: -15%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid white 2px;
    border-radius: 2px;
}

.trombi:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.item.photographe h2{
    text-align: center;
    font-weight: 400;
}

.item h2 a{
    color:#142033;
}

.item/*:not(.latest):not(.photographe)*/ div{
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 68%;
    /* (img-height / img-width * width) */
    display: flex;
    align-items: strech;
    justify-content: space-between;
    position: relative;
}

.item.collection /*:not(.latest):not(.photographe)*/ div{
  border-radius: 10px;
  /*max-width: 92%;*/
  margin: 0 auto;
}

.item p {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
}

.item .moreLink{
    font-size:1.6rem;
    padding: 0 10px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-top: auto;
    text-align: right;
}

.item.latest p,
.item.latest .moreLink{
    display: none !important;
}

.item .moreLink span{
    text-decoration: underline;
}

.item.photographe:nth-last-child(-n+2){
  display: none;
}


.item.inspi a{
        color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding-left: 0.8rem;
    margin-top: -68%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 10px;
}
/*
.item.inspi:nth-child(1) div{
    background-image: url('../img/hemis/inspirations/inspi-mif.jpg');
}
.item.inspi:nth-child(2) div{
    background-image: url('../img/hemis/inspirations/inspi-voyage.jpg');
}
.item.inspi:nth-child(3) div{
    background-image: url('../img/hemis/inspirations/inspi-animalier.jpg');
}
.item.inspi:nth-child(4) div{
    background-image: url('../img/hemis/inspirations/inspi-vueaerienne.jpg');
}
.item.inspi:nth-child(5) div{
    background-image: url('../img/hemis/inspirations/inspi-portraits.jpg');
}
.item.inspi:nth-child(6) div{
    background-image: url('../img/hemis/inspirations/inspi-environnement.jpg');
}
.item.inspi:nth-child(7) div{
    background-image: url('../img/hemis/inspirations/inspi-deco.jpg');
}
.item.inspi:nth-child(8) div{
    background-image: url('../img/hemis/inspirations/inspi-gastronomie.jpg');
}
*/

.item.collections a{
    color: white;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding-left: 0.8rem;
    margin-top: -68%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 10px;
	border-radius:5px;
}

.item.collections h2 { color:black;}


.more a{
    color:#FFF;
    border: solid white 1px;
}


.more.inspi a{
    color:#27303e;
    border: solid 1px #27303e;
}

.listePhotographes{
    display:flex;flex-wrap:wrap;/*justify-content: space-between;*/
    margin-left: -10px;
}

.listePhotographes .photographe{
    width: 100%;
    padding-left:10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .listePhotographes .photographe{
        width: 33.333%;
    }
}

.listePhotographes .photographe .wrapper{
    padding: 0;
    height: initial;
    margin: 0;
    position: relative;
}

.listePhotographes .photographe .secondRepresentative{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.listePhotographes .photographe .secondRepresentative:after{
    content:'';
    padding-top: 77.63%;
    display: block;
}

/*.listePhotographes .photographe .trombi{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30%;
    max-width: 90px;
    background-size: cover;
    margin: -10% auto 0 auto;
    padding: 0;
    border: solid white 2px;
    border-radius: 2px;
}

.listePhotographes .photographe .trombi:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}*/

.listePhotographes .photographe h2{
    margin-top: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
}

section.hemisgalerie a{
    color:#1a3254;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}

section.hemisgalerie p.desc{
    font-size: 1.2rem;
    font-family: 'Muli', sans-serif;
    text-align: left;
    font-weight: 400;
}

section.hemisgalerie p.desc a{
    color: #01b4d5;
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
}

footer{
    display: flex;
    background-color: #27303e;
    flex-direction: column;
    color:white;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}

footer a{
    color:white;
}

.footer-top{
    background-color: #27303e;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-top div{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-top div a{
    margin: 8px 0;
}

.footer-top .contributeurs{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.footer-top .social {
    flex-direction: row;
    justify-content: space-between;
}

_:-ms-fullscreen, :root .footer-top .social { width: 100%; }

.footer-top .centre{
    justify-content: space-between;
    align-items: initial;
    order:3;
}

.footer-top .droite{
    order:2;
}

.footer-bottom{
    background-color: #101a29;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'Muli';
    font-weight: 300;
}

.social,
.social ul{
    /*width: 100%;*/
}

.social{
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.social ul li{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.social ul li a{
    margin: 0 10px;
}

.footer .contributeurs{
    letter-spacing: 4px;
}

.contributeurs{
    max-width:930px;
    font-family: 'Muli';
    line-height:1.5;
    margin:0 auto
}

.contributeurs b{
    font-size: 18px;
    font-size: 1.8rem;
}
@media (max-width:768px){
    .contributeurs{
        text-align: justify;
    }
}

.modal-post-box.inscription form{
    flex-direction : column;
    justify-content: space-between;
}

.modal-post-box.inscription form div.droite{
    flex:1;
}

.g-recaptcha{
    transform:scale(0.84);
    transform-origin:left center;
    margin-bottom: 8px;
}

.sidebar-wrapper{
    font-size: 1.3rem;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    width: 240px;
    background: white;
    position: relative;
    /*z-index: 105;*/
    flex-direction: column;
    /*margin-right: 20px;*/
    border-right: solid 1px #ababab;
}

.sidebar-wrapper-hide {
    right: 1000%!important;
    left: -1000%!important;
}
.sidebar-wrapper-hide > div {
}

.tableLum-wrapper {
    /*padding-left: 240px;*/
    /*width: calc(100% - 240px);*/
    width: 100%;
}

.tableLum-wrapper-hide {
    width: 100%!important;
    /*z-index: -1;*/
}

.sidebar-wrapper ul{
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;    
    font-weight: 600;
}

.panier{
    font-size: 1.1rem;
}

.panier a{
    color: black;
    /* text-decoration: underline; */
    font-family: 'Muli';
    text-transform: unset;
    font-size: 1.1rem;
    display: block;
    font-weight: 600;
}

.panier a:hover{
    color:#01b4d5;
}

.panier select,
.panier input[type=text],
.panier textarea{
    padding: 7px;
}

.panier .btn{
    background-color: #2e3033 !important;
    padding: 8px 16px !important;
    border: 0 !important;
    color: white !important;
    border-radius: 0 !important;
    display: block !important;
}

.panier li.cat {
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.panier li.cat > div {
    justify-content: space-between;
    display: flex;
    padding: 12px;
    cursor: pointer;
    padding-left: 0;
}

/*.panier li.cat > div.hasChild:after{
    content : '-';
}

.panier li.cat.active > div.hasChild:after{
    content : '+';
}*/

.panier > ul{
    /*padding: 0 12px 0 12px;*/
    padding:0;
    list-style-type:none;
}

.panier ul.child{
    display:none;
    margin-top: 12px;
}

.panier ul li{
    list-style-type:none;
}

.panier ul li:not(:first-child){
    margin: 12px 0;
}

.panier #cart-preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 174px;
    overflow: auto;
    padding: 0;
    margin-left: -8px;
}

.panier #cart-preview > div{
    padding-left:8px;
}

.panier #cart-preview > div > div{
    width: 60px;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
/*
*   First lvl
*/
/* ========================================================================
*
* liste filtres selectionnes
*
* ======================================================================== */
#filtres_tl{margin: 10px 5px;margin-top: 0;}
#filtres_tl ul.sel_filtres {margin-bottom: 12px;padding: 0;margin: 0;font-family: 'Muli';font-size: '1.5rem' ;}
#filtres_tl ul.sel_filtres li{padding: 4px 6px;color: #00C6EB;display: inline-flex;align-items: center;}
#filtres_tl ul.sel_filtres li span:first-child{color:black;margin-right: 4px;}
#filtres_tl ul.sel_filtres li:not(:first-child){margin: 0 0 0 2px;}
#filtres_tl ul.sel_filtres li span.crit_remove, #tableLum-wrapper #filtres_tl ul.sel_filtres li span.crit_th_remove {background: url("../img/crit_remove.png") left top no-repeat;    margin-left: 10px;width: 22px;height:22px;display: inline-block;vertical-align: bottom;cursor:pointer;}

.sidebar-wrapper .filtres li.cat{
    border-bottom: solid black 1px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-direction:column;
    font-size: 1.3rem;
}

.sidebar-wrapper .filtres li.noborder{
    border: 0;
}

.sidebar-wrapper .filtres li.cat > div{
    justify-content: space-between;
    display: flex;
    padding: 12px;
    cursor: pointer;
    align-items: center;
}

.sidebar-wrapper .filtres li.cat > ul{

}

.sidebar-wrapper .filtres li.cat > div.hasChild:after{
    content : '';
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 9px;
    background-position: -154px -109px;
}

.sidebar-wrapper .filtres li.cat.active > div.hasChild:after{
    content : '';
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 9px;
    background-position: -241px -177px;

}
/*
*   Second lvl
*/
.sidebar-wrapper .filtres li.crit{
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-direction:column;
}

.sidebar-wrapper .filtres li.crit > div{
    justify-content: space-between;
    padding: 12px;
    display: flex;
    color:#01b4d5;
    background-color: #f3f2f2;
    cursor: pointer;
    margin-bottom: 4px;
    margin-left: 4px;
}

.sidebar-wrapper .filtres li.crit > div:after{
    content : '+';
}

.sidebar-wrapper .filtres li.crit.active > div:after{
    content : '-';
}

.sidebar-wrapper .filtres li.crit ul{
    display: none;
    list-style-type: none;
    margin: 6px 0 10px;
    text-transform: none;
}

.sidebar-wrapper .filtres li.crit ul li:not(:last-child){
    margin-bottom: 10px;
}

.sidebar-wrapper .filtres li.crit ul:not(.showmore){
    padding-left: 16px;
}

.sidebar-wrapper .filtres li.catlink{
    display: flex;
    padding-left: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    flex-direction: column;
    cursor: pointer;
}

.sidebar-wrapper .filtres li.catlink:hover,
.sidebar-wrapper .filtres li.catlink:hover div:after,
.sidebar-wrapper .filtres li.catlink:hover div:not(.catlink) > a,
.sidebar-wrapper .filtres li.catlink.active{
    color:#01b4d5;
}
.sidebar-wrapper .filtres li.catlink:not(:last-child){
    margin-bottom: 10px;
}

.sidebar-wrapper .filtres li.catlink.active > div:before{
    content : '';
    width: 10px;
    height:7px;
    background: url(../img/small-arrow-down.png)left top no-repeat;
    display: inline-block;
}

.sidebar-wrapper .filtres li.catlink > div{
  display: flex;
  align-items: baseline;
}

.sidebar-wrapper .filtres li.catlink > div:before{
    content : '';
    width: 10px;
    height:8px;
    background: url(../img/small-arrow-left.png)left top no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.sidebar-wrapper .filtres li.catlink:hover .hasChild a,
.sidebar-wrapper .filtres li.catlink:hover:before
{
    color:#01b4d5;
}

.sidebar-wrapper .filtres li.catlink a{
    color:black;
}

.sidebar-wrapper .filtres li.catlink.active a{
    color:#01b4d5;
}

.sidebar-wrapper .filtres li.catlink > ul.child{
    display: none;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 20px;
    /*max-height: 160px;*/
    /*overflow: auto;*/
    padding-right: 16px;
}

.sidebar-wrapper .filtres li.catlink > ul.child li{
    margin: 8px 0;
}

.sidebar-wrapper .filtres li.catlink > ul.child li a{
    color:black;
}

.sidebar-wrapper .filtres li.catlink > ul.child li .catlink a{
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
}

.sidebar-wrapper .filtres li.catlink > ul.child li .catlink a:hover{
    color:#01b4d5;
}

#content-wrapper{
    padding-bottom:164px;
	padding-top: 64px; /* ajoute 9 octobre */
}

#content-wrapper.login{
  padding: 0px !important;
  flex: 1;
  display: flex;
  background-image: url('../img/hemis/login_background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: 'Muli';
}

/* Cible uniquement IE 11 */
_:-ms-fullscreen, :root #content-wrapper.login { padding-top: 64px !important; }

@media (min-width:768px) {
  #content-wrapper.login{
    height:0;
  }
}

#content-wrapper.login section{
  flex: 1 1 auto;
  background:rgba(255 ,255, 255, .92);
  padding: 0 30px;
  overflow: auto;
}

@media (min-width:768px) {
    #content-wrapper.login section{
        max-width: 344px;
        margin: 4px;
    }

    #content-wrapper.login .overflowing-wrapper{
        height:0;
    }
}

#content-wrapper.login .onglets{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px 20px 24px;
}

#content-wrapper.login .onglet{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content-wrapper.login .onglet a {
  color:black;
}

#content-wrapper.login .onglet::after {
  content: '';
  background: #00b3d3;
  height: 3px;
  width: 80%;
  visibility: hidden;
  margin: 8px 0 0;
}

#content-wrapper.login .onglet.active::after {
  visibility: visible;
}

.tableLum-wrapper{
    font-size: 1.4rem;
    /*padding-left: 20px;*/
    /*padding-top: 64px;*/ /* masqué 9 octobre */
}

.wrapper-actions{
    display: flex;
    justify-content: flex-start;
    position: fixed;
    width: inherit;
    background: white;
    flex-direction:column;
    z-index: 103;
    /*min-height: 107px;*/
    padding-bottom: 10px;
}

.opts-aff{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    font-size: 1.1rem;
    max-width: 90px;
    width: 100%;
    align-items: center;
	/* ajouté par francois */
	margin-left:5px;
	min-width:90px
}

.opts-aff > div{
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex: 1;
}

.opts-aff > div:nth-child(2){
    justify-content: center;
    font-size: 1.2rem;
    font-family: 'Muli';
}

.opts-aff > div > div:nth-child(2){
    display: flex;
    justify-content: space-around;
    /*width: 100%;*/
    align-items: center;
}

.opts-aff > div > div:nth-child(2) div {
        margin:0 8px 0 0;
}

.search_engine{
    width: 100%;
    margin: 0 24px;
    background-color: transparent;
    /* height: 40px; */
    /* max-width: 768px; */
    /* max-width: 88%; */
    box-sizing: border-box;
    position: relative;
    /* margin: 0 14px; */
}

@media (min-width : 992px) {
    .search_engine{
        max-width: 830px;
    }
}

.search_engine_tbl {
    max-width: initial;
    margin: 0
}

/* Cible uniquement IE11 */
_:-ms-fullscreen, :root .search_engine_tbl { max-width: 100%; }

.search_engine_tbl{
    padding: 4px 8px;
    width: 100%;
    border: 0;
    height: auto;
    position: relative;
}

.search_engine_tbl .gauche{
    flex: 1;background:#dfdfdf;position: relative;
}

.search_engine_tbl .gauche .ongletsMoteurs{
    max-width:810px;height: 46px;
}

.search_engine_tbl .gauche .gauche-bas{
    display: flex;align-items: center;background:white;position:relative;height: 46px;
}
@media (min-width:768px) {
    .search_engine_tbl .gauche .gauche-bas{
        border-top:solid #ababab 1px;
    }
}

.search_engine_tbl .droite{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    border-left: solid #ababab 1px;
}

.search_engine_tbl .droite-haut{
    width: 100%;align-items: center;display: flex;background:#dfdfdf;justify-content: center;height: 46px;
}

.search_engine_tbl .droite-bas{
    border-top:solid #ababab 1px;width: 100%;align-items: center;display: flex;justify-content: center;height: 46px;
}

#flyout_report_home{
    border: 1px solid #ababab;
background-color: white;
position: absolute;
left: 0px;
place-content: center flex-start;
max-width: 100%;
padding: 20px 0px 20px 30px;
width: 100%;
font-family: muli;
display: none !important;
top: 94px;
border-top: 0;border-left:0;
z-index: 10;
}

.listeTh{
    background: white;
    padding: 4px 8px;
    font-size: 1.2rem;
    font-family: 'muli';
    padding-bottom: 0;
}

.selectSmallTh{
    position: relative;
    display: inline-block;
    width: 100%;
    /*max-width: 112px;*/
}


.selectSmallTh .select__arrow{
    position: absolute;
    top: 18px;
    right: 16px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.listeTh select:last-child{
    margin-bottom:0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.entite-wrapper{
    background: white;
    /*padding: 12px 0px;*/
    font-size:1.2rem;
    font-family: 'muli';
    padding: 0 2px;
}
.entite-wrapper form{
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.entite-wrapper form .btn{
    padding: 6px 22px;
    font-size: 15px;
    font-size: 1.5rem;
}

#form_reg_neg{
    color:black;
	padding-left:20px;
    font-family: 'Muli'
}

#alerte_alamy{
	color:black;
	padding-left:20px;
    font-family: 'Muli';
	font-size:18px;
}

.desc_pub{
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.desc_pub_photographe{
    margin: 0;
    margin-bottom: 20px;;
}

@media (min-width : 768px){
    .desc_pub.portrait{
        display: flex;
        justify-content: flex-start;
    }
}

.desc_pub + hr{
    background: black;
    border: 0;
    width: 70%;
    margin: 1em auto;
}

.desc_pubView{
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 65.16%;
    display: flex;
    align-items: strech;
    justify-content: space-between;

}

.desc_pub.portrait .desc_pubView{
    padding-top: 130%;
}



.desc_pubDesc{
    font-family: 'Open Sans';
    padding: 0;
    text-align: justify;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    color: black;
    flex: 1;
    margin-top: 28px;
    margin-top: 2.8rem;
}



@media (min-width : 768px){
    .desc_pub.portrait > div:first-of-type{
        width:400px;
    }
    .desc_pub.portrait .desc_pubDesc{
        max-width: 100%;
        padding-left: 38px;
        margin-top: 0;
    }
}

@media (min-width : 1024px) and (max-width:1199px){
    .desc_pub.portrait .desc_pubDesc{
        /*max-width: 500px;*/
    }
}

@media (min-width : 1200px){
    .desc_pub.portrait .desc_pubView{
        max-width: 400px;
        padding-top: 150%;
    }

    .desc_pub.portrait .desc_pubDesc{
        max-width: 100%;
    }
}

.desc_pubDesc h1{
    font-family: 'Open Sans';
    font-weight: 400;
    color: black;
    font-size: 2.2rem;
    padding: 0;
    text-align: center;
    text-transform: initial;
}

.desc_pub.portrait .desc_pubDesc h1{
    text-align: left;
}

@media (min-width : 768px){
    .desc_pub_photographe .desc_pubDesc h1{
        text-align: left;
    }
}

@media (min-width : 1024px){
    .desc_pub_photographe .desc_pubDesc h1{
        text-align: left;
    }

    .desc_pub_photographe .desc_pubDesc .separator{
        margin:0px 0px 10px !important;
    }
}

.desc_pubDesc .separator{
    margin: 0 6% 2.8rem;
    margin: 0 6% 28px;
    border-top: solid #000000 1px;
}

.desc_pub.portrait .desc_pubDesc .separator{
    margin: 0 0 2.8rem;
    margin: 0 0 28px;
}


@media (min-width : 1024px){
    /*.desc_pubDesc .separator{
        margin: 0 0 2.5rem;
        margin: 0 0 25px;
    }*/
}

/* ajoute par francois */
.desc_pub_photographe{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  /*align-items: flex-start;*/
}

@media (min-width:768px) {
  .desc_pub_photographe{
    flex-direction: row;
    /*align-items: flex-start;*/
  }
}

.desc_pub_photographe .secondRepresentative{
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*
.desc_pub_photographe .secondRepresentative:after{
    content:'';
    display: block;
    padding-top: 77.63%;
}
    */

/*.desc_pub_photographe .trombi{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 30%;
    max-width: 90px;
    background-size: cover;
    margin: -10% auto 0 auto;
    padding: 0;
    border: solid white 2px;
    border-radius: 2px;
}

.desc_pub_photographe .trombi:after{
    content:'';
    display: block;
    padding-top: 100%;
}*/

.desc_pub_photographe .desc_pubDesc {
  /*max-width: 728px;*/
  padding: 0 ;
  flex: 1;
}

.desc_pub_photographe .desc_pubDesc #desc_pubFooter{
    margin-top: auto;
}

.desc_pub .desc_pubDesc #desc_pubFooter{
    margin-top: 20px;
}

@media (min-width : 768px) {
    .desc_pub:not(.portrait):not(.desc_pub_photographe) .desc_pubDesc #desc_pubFooter{
        /*position: absolute;
        right: 0;
        bottom: 0;*/
        display: flex;
        justify-content: space-between;
    }
}

.desc_pub_photographe .desc_pubDesc #desc_pubFooter a,
.desc_pub .desc_pubDesc #desc_pubFooter a
{
    text-decoration: underline;
    font-weight: normal
}

.desc_pub_photographe .desc_pubDesc p,
.desc_pub .desc_pubDesc p{
  font-size: 1.4rem;
}

.desc_pub_photographe .desc_pubDesc p,
.desc_pub .desc_pubDesc p{
  margin: 0
}

@media (min-width:768px) {
  .desc_pub_photographe > div:first-child {
    /*max-width: 300px;*/
    width: 34%;
  }

  .desc_pub_photographe .desc_pubDesc {
    /*max-width: 728px;*/
    padding: 0 0 0 24px;
    /*width: 70%;*/
    margin-top: 0;
  }
  .desc_pub_photographe h1{
          margin-top: 0
  }
  .desc_pub_photographe .separator{
          margin: 0 0 10px 0;
  }
}
/* fin ajout */

.vignettes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    /*margin: 0 6px;*/
    /*margin-left: -10px;*/
}

.vignette{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.9%;
    text-align: center;
    font-weight: 700;
}

.photo_vignette{
    /*flex: 1;*/
    display: flex;
    align-items: flex-end;justify-content:center;
}

.flexPage{
    display: flex;flex-wrap: wrap;/*align-items: stretch;justify-content: space-around;padding:0;margin:0*/
}
@media (min-width: 435px){
    .flexPage:after {
        content: '';
        flex-grow: 999999999;
    }
}

.flexPage > div {
    margin-left: 10px;
    background-color: white;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.hover-holder{
    display:none;flex:1;background: -moz-linear-gradient(top, rgba(46,48,51,0.8) 36%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(46,48,51,0.8) 36%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(46,48,51,0.8) 36%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2e3033', endColorstr='#00000000',GradientType=0 );
color:white;padding: 10px;
    font-size: 1.3rem;
    font-family: 'Open Sans';line-height: 1.2;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.actions-holder{justify-content: flex-end;display: none;padding-bottom: 10px;padding-right: 10px;position: absolute;bottom: 0;right: 0;z-index: 3;align-items: center;}

.actions-holder a{display:inline-block;margin: 0 5px;}
.actions-holder a:last-child{margin-right: 0}

.player-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*
.flexPage > div:hover .flex-hover{
    display:block;
}

.flexPage > div:hover .flex-hover-actions{
    display:flex;
}
*/


/*
Infos photo styles
*/
@media (min-width: 768px) and (max-width: 1200px){
    #visuel_content.infosPhotos{
      /*padding-left:98px*/
    }
}

.infosPhotos{
  font-family:"Muli";
  font-weight: 600;
  max-width: 900px;
}

@media(min-width: 1024px) and (max-width: 1199px){
    .infosPhotos{
      max-width: 100%;
    }
}

@media(min-width: 1200px){
    .infosPhotos{
      max-width: 1100px;
    }
}

.infosPhotos .back {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

@media(min-width: 1200px){
    .infosPhotos .back{
      text-align: right;
    }
}

.infosPhotos .back a{
  text-decoration: underline;
  color: black;
  font-weight: 700
}

.infosPhotos-wrapper{
  display: flex;
  /*flex-flow: column wrap;*/
  margin-bottom : 22px;
  flex-direction: column;
  /*margin-top: 8px;*/
}

@media(min-width: 1024px) and (max-width: 1199px){
    .infosPhotos-wrapper{
      flex-flow: row wrap;
    }
}

.infosPhotos-MR{
    flex: 1;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    /*max-width: 625px;*/
}

@media(min-width: 1024px){
    .infosPhotos-MR{
        margin-bottom: 0;
    }
}

@media(min-width: 1024px) and (max-width: 1199px){
    .infosPhotos-MR{
        max-width: 625px;
        text-align: center;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .infosPhotos-wrapper{
      flex-flow: row nowrap;
    }

    .infosPhotos-infos-actions-exclu{
        max-width: 436px;
        margin-left:36px;
    }
}

.infosPhotos-infos-actions-exclu{
    display: flex;
    flex-flow: column nowrap;
    text-align: justify;
}

_:-ms-fullscreen, :root .infosPhotos-infos-actions-exclu { width: 100%; }

@media(min-width: 1024px) and (max-width: 1199px){
    .infosPhotos-infos-actions-exclu{
        max-width: 400px;
        margin-left: 30px;
    }
}

.infosPhotos .mr{
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 625px;
    /*max-width: 625px !important;*/
}

.infosPhotos ul{
  list-style-type: none;
  padding: 0
}

.infosPhotos .infosPhotos-infos ul li{
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
}

.infosPhotos .infosPhotos-infos ul .titre{
  color:#01b4d5;
  font-weight: 700;
}

.infosPhotos .infosPhotos-infos ul a{
  color:black;
}

.infosPhotos .btnDownload-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    justify-content: flex-start;
}

.infosPhotos .btnDownload{
    border: solid #c8c8c8 1px;
    border-radius: 6px;
    background: #f4f4f4;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 74px;
    cursor:pointer;
    margin-right: 18px;
    margin-right: 1.8rem;
}

.infosPhotos .btnDownload{
    color:black;
}

.infosPhotos .btnDownload:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#97ddeb+0,39bdd9+83 */
    background: #97ddeb; /* Old browsers */
    background: -moz-linear-gradient(top, #97ddeb 0%, #39bdd9 83%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #97ddeb 0%,#39bdd9 83%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #97ddeb 0%,#39bdd9 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ddeb', endColorstr='#39bdd9',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    border:solid transparent 1px;
    color:white;
}

.infosPhotos .btnDownload:hover a{
    color:white;
}

.infosPhotos .btnDownload:hover i{
    background-position: -67px -337px;
}

.infosPhotos .btnDownload:hover + div{
    color:#00b3d3;
}

.infosPhotos .actions{
  display: flex;
  /*flex-direction: column;*/
}

.infosPhotos .actions .btn{
    padding: 8px 0px;
    margin-right: 10px;
    width: 100%;
}

@media (min-width: 768px) {
  .infosPhotos .actions{
    flex-direction: row;
  }
}

@media (min-width:1024px)  {
  .infosPhotos .actions{
    /*justify-content: space-between;*/
  }

  .infosPhotos .actions > div{
    margin-right: 0px;
  }
}

.infosPhotos .actions > div{
    width: 100%;
    font-size: 12px;
    margin-right: 10px;
    min-width: 125px;
    max-width: 135px;
    text-align: center;
}



@media(min-width: 768px) {

}

.infosPhotos .exclu {
  background: #ededed;
  text-align:center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 4px;
  margin-top: auto;
font-weight: 700;
}

@media(min-width: 1024px) and (max-width: 1199px){
    .infosPhotos .exclu {
      margin-bottom: 0px;
    }
}

@media(min-width: 1200px){
    .infosPhotos .exclu {
        margin-bottom: 0;
    }
}

.infosPhotos .liste_MC{
  display: flex;
  flex-flow: row wrap;
}

.infosPhotos .liste_MC div.kw{
  background: #ededed;
  border-radius: 5px;
  padding: 6px;
  margin: 0 6px 6px 0;
}

.infosPhotos .liste_MC div.hiddenKw{
  display:none;
}

.infosPhotos .liste_MC a{
  color:black;
}

.infosPhotos .hint {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 1.3rem;
    font-weight:300;
}

.infosPhotos .infosPhotos-kw{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.infosPhotos .infosPhotos-kw a{
    color:black;
}


@media(min-width: 1200px){
    .infosPhotos .container {
        margin-left: inherit;
    }
}

.infosPhotos .glossaire h1{
    font-size: 22px;
    font-size: 2.2rem;
    text-align: initial;
    padding-left: 0;
}

.infosPhotos .glossaire #glossaireList{
    padding-left: 0
}

.infosPhotos .glossaire #glossaireList div {
    width: 50%;
    text-align: inherit;
}

#selectionWebphoto{}

#selectionWebphoto h1{
  font-family:'Muli';
  /*text-transform:uppercase;*/
  margin-top: 0;
  padding: 0;
}

#selectionWebphoto > .child {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0 8px 0 8px;
}

#selectionWebphoto .btn {
    background-color: #2e3033 !important;
    padding: 8px 16px !important;
    border: 0 !important;
    color: white !important;
    border-radius: 0 !important;
    display: block !important;
}

.btnAction{
  display: block;
  text-align: center;
  padding: 10px;
  color:white;
  margin: 4px 8px;
  font-weight: 700;
  font-size: 1.6rem;
	font-family:"Muli";
}

.btnAction.gray{
  background-color: #2e3033
}
.btnAction.green{
  background-color: #07c402
}
.btnAction.blue{
  background-color: #02a5c4
}
.btnAction.red{
  background-color: red
}
.btnAction.yellow{
  background-color: #ffd800
}



  .infosPhotos .liste_format{
    display:flex;
    left: 0;
    justify-content: space-between;
    width:100%;
    margin: 0;
    padding:4px 6px;
    background: #FFF;
    border: solid #626262 2px;
    border-top:0;
    position: absolute;
    z-index: 1000000;
    text-align: left;
  }

  .infosPhotos .liste_format li{
    list-style-type: none;
    border: solid #959595 1px;
    padding: 14px 0;
    text-align: center;
    font-size: 1.5rem;
    width: 47px;
    margin: 0;
  }

  .infosPhotos .liste_format li a{
    color:black !important;
		display:block;
		height:100%;
  }



/*
Fin Infos photo styles
*/


@media (max-width: 767px) {
    .visible-xs {
        display: block!important;
    }
    .visible-xs-inline {
        display: inline!important;
    }
    .visible-xs-inline-block {
        display: inline-block!important;
    }
    .visible-xs-flex {
        display: flex!important;
    }

	#visuel_content { padding-right:8px ;padding-left:8px}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

    /*html > body:before{
        background: rgba(63, 193, 152, 0.2);
        content: 'min-width : 768px/max-width : 991px';
        height: 20px;
        line-height: 20px;
        position: fixed;
        width: 100%;
        z-index: 99999999;
        font-size:1.6rem;
    }*/

    .visible-sm {
        display: block!important;
    }
    .visible-sm-inline {
        display: inline!important;
    }
    .visible-sm-inline-block {
        display: inline-block!important;
    }
    .visible-sm-flex {
        display: flex!important;
    }

    section.intro{
        height: 460px;
    }

    .search_engine #fulltext_field_home {
        border-left: 0;
		height:45px;
    }

    #content-wrapper{
        padding-bottom:164px;padding-top: 64px;
    }

    .tableLum-wrapper {
        padding-top: 0;
    }

    header {
        height: 64px;
    }

    .logo{
        width: 200px;
    }


    header .smallmenu {
        display: none !important;
    }

    section h1 {
        text-align: left;
    }

    section.glossaire #glossaireList{
      padding-left: 10px;
    }

    section.glossaire #glossaireList div {
      width: 25%;
      text-align: left;
    }

    .item {
        width: 33.333%;
        margin-bottom: 20px;
        padding: 0 3px 20px 3px;
    }

    .item.photographe,
    .item.latest{
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }

    .newreports{
        padding : 0 5px
    }

    .items.latest{
        /*margin-left: -15px;*/
    }

    .item.latest{
        /*padding-left: 20px;*/
    }

    .item.photographe .wrapper{
        margin-bottom: 50px;
    }

    /*.item.photographe .trombi{
        width: 100px;
        height: 100px;
        bottom:-50px;
    }*/

    .item:not(.inspi):not(.photographe):not(.latest):nth-child(3n+2),
    .item:not(.inspi):not(.photographe):not(.latest):nth-child(5){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1), inset 15px 0 0px -14px rgba(201,201,201,1);
        padding-left: 4px;
        padding-right: 4px;
    }

    .item/*:not(.latest):not(.photographe)*/ div{
        padding-top: 77%;
    }

    /*.item h2 {
        text-align: left;
        font-size: 2.1rem;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

    .items.inspi,
    .items.photographe{
        /*margin-left: -5px;*/
    }

    .item.inspi{
        flex-grow: 1;
    }

    .item.inspi div,.item.photographe div{
        /*margin: 0 5px;*/
    }

    .item.inspi:nth-child(5n+4), .item.inspi:nth-child(5n){
        width:50%;
    }
    .item.inspi:nth-child(5n+4) div,.item.inspi:nth-child(5n) div{
        padding-top: 52%;
    }

    .more.inspi {
        margin-top: 5px;
    }

    .item.photographe h2 {
        text-align: center;
    }



    .sidebar-wrapper{
        position: fixed;
        top: 64px;
        bottom: 0;
        background-color: rgba(49,50,54,.6);
        transition: left 0s 0s,right 0s 0s;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 103;
        margin: 0;
        overflow-y: scroll;
    }
    .sidebar-wrapper > div{
        width: 240px;
        /*align-self: flex-start!important;*/
        background: white;
        z-index: 2;
        height:100%;
        flex: 1 1 auto;
    }
    .sidebar-wrapper > div:after{
        content: ' ';
        position: fixed;
        top: 64px;
        bottom: 0;
        z-index: -1;
        width: 240px;
        background: white;
    }


    .wrapper-actions{
        flex-direction:row;
    }

    .icon-aff_vignettes {
        width: 24px;
        height: 26px;
        background-position: -10px -71px;
    }

    .icon-aff_vignettes.active {
        width: 24px;
        height: 26px;
        background-position: -110px -71px;
    }

    .icon-aff_flex {
        width: 28px;
        height: 26px;
        background-position: -73px -10px;
    }

    .icon-aff_flex.active {
        width: 28px;
        height: 26px;
        background-position: -184px -10px;
    }

    .search_engine_tbl{
        /*max-width: 768px;*/
        /*max-width: 60%;*/
        border : 0;
        /*margin: 0 10px 0 50px;*/
        padding: 0;
        /*margin-top: 16px;*/
    }

    .search_engine_tbl ul{
        font-size: 1.2rem;
    }


    .desc_pubView{
        /*width:72%;*/
        padding-top: 66%;
    }

    .desc_pubDesc {
        /*max-width: 700px;*/
        /*max-width: 500px;*/
        /*padding: 0 35px;*/
    }

    .desc_pubDesc p {
        font-size: 1.2rem;
    }
    .desc_pub + hr {
        width: 12%;
    }

    .vignettes{
        display: block;
        margin-left: -15px;
    }

    .vignette:not(.flex){
        max-width: 250px;
        width: 24%;
        justify-content: flex-end;
        display: block;
        padding-left: 15px;
        margin-bottom: 15px;
        box-sizing: border-box;
        float: left;
        height: 240px;
    }

    .photo_vignette{
        height: 200px;
    }

    .entite-wrapper form {
        justify-content: center;
    }



    .modal-post-box.trouver > div:first-child{
        flex-direction:row;
        justify-content: space-between;
    }

    .modal-post-box.trouver .droite, .modal-post-box.trouver .gauche {
        width: 48%;
    }

    .modal-post-box.trouver .google-maps {
        padding-bottom: 76%;

    }

    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        padding: 14px 10px;
    }

    .footer-top .gauche{
        align-items: flex-start;
    }

    .footer-top .centre{
        flex-direction: column-reverse;
    }

    .footer-top .social {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-top .droite{
        order:3;
        align-items: flex-end;
    }

    .modal-post-box.inscription form{
        flex-direction : row;
    }

    .g-recaptcha{
        transform:scale(0.926);
    }



	#visuel_content { padding-right:10px ;padding-left:10px}

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

    /*html > body:before{
        background: rgba(63, 193, 152, 0.5);
        content: 'min-width : 992px/max-width : 1199px';
        height: 20px;
        line-height: 20px;
        position: fixed;
        width: 100%;
        z-index: 99999999;
        font-size:1.6rem;
    }*/

    .visible-md {
        display: block!important;
    }
    .visible-md-inline {
        display: inline!important;
    }
    .visible-md-inline-block {
        display: inline-block!important;
    }
    .visible-md-flex {
        display: flex!important;
    }

    .modal-post-box.trouver > div:first-child{
        flex-direction:row;
        justify-content: space-between;
    }

    .modal-post-box.trouver .droite, .modal-post-box.trouver .gauche {
        width: 48%;
        max-width: initial;
    }

    .modal-post-box.trouver .google-maps {
        padding-bottom: 55%;

    }

    .icon-aff_vignettes {
        width: 24px;
        height: 26px;
        background-position: -10px -71px;
    }

    .icon-aff_vignettes.active {
        width: 24px;
        height: 26px;
        background-position: -110px -71px;
    }

    .icon-aff_flex {
        width: 28px;
        height: 26px;
        background-position: -73px -10px;
    }

    .icon-aff_flex.active {
        width: 28px;
        height: 26px;
        background-position: -184px -10px;
    }

    section.intro{
        height: 460px;
    }

    .search_engine #fulltext_field_home {
        border-left: 0;
		/*height:68px;*/
		height:45px;
    }

    #content-wrapper{
        padding-bottom:164px;padding-top: 64px;
    }

    .tableLum-wrapper {
        padding-top: 0;
    }

    header .Menu{
        position: static;
        background: none;
        border-bottom: 0;
        display: flex!important;
        align-items: center;
        padding: 0;
    }

    .logo{
        width: 200px;
    }

    header .smallmenu {
        display:none !important;
    }

    section h1 {
        text-align: left;
    }

    section.glossaire #glossaireList{
      padding-left:10px;
    }

    section.glossaire #glossaireList div {
      flex:1;
      text-align: left;
    }

    section.newreports, section.expo-galerie {
        padding: 0 5px;
    }

    section.photographes,
    section.glossaire{
        padding:0 5px;
    }

    .item {
        width: 33.333%;
        margin-bottom: 20px;
        padding: 0 3px 20px 3px;
    }

    .item:not(.inspi):not(.photographe):not(.latest):nth-child(3n+2),
    .item:not(.inspi):not(.photographe):not(.latest):nth-child(5){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1), inset 15px 0 0px -14px rgba(201,201,201,1);
        padding-left: 4px;
        padding-right: 4px;
    }

    .item.latest {
        width: 50%;
    }

    .item.photographe:nth-last-child(-n+2){
        display: flex;
    }

    .item.photographe .wrapper{
        margin-bottom: 50px;
    }

    /*.item.photographe .trombi{
        width: 100px;
        height: 100px;
        bottom:-50px;
    }*/


    /*.item:not(.inspi):not(.photographe):not(.latest):nth-child(2),.item:not(.inspi):not(.photographe):not(.latest):nth-child(5){
        box-shadow: inset 27px 0px 0px -25px rgba(201,201,201,0.45), inset -27px 0px 0 -25px rgba(201,201,201,0.45);
    }*/

    .item/*:not(.latest):not(.photographe)*/ div{
        padding-top: 77%;
    }

    /*.item h2 {
        text-align: left;
        font-size: 2.8rem;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

    /*.item p {
        font-size: 1.6rem;
    }

    .item .moreLink {
        font-size: 1.6rem;
    }*/

    /*.items.inspi,
    .items.photographe{
        margin: -5px;
    }*/

    .item.inspi{
        flex-grow: 1;
    }

    .item.inspi a {
        font-size: 2.6rem;
    }

    .item.inspi div,.item.photographe div{
        /*margin: 0 5px;*/
    }

    .item.inspi:nth-child(5n+4), .item.inspi:nth-child(5n){
        width:50%;
    }
    .item.inspi:nth-child(5n+4) div,.item.inspi:nth-child(5n) div{
        padding-top: 52%;
    }

    .more.inspi {
        margin-top: 5px;
    }

    .item.photographe h2 {
        text-align: center;
    }

    section.hemisgalerie {
        padding: 0 22px;
    }

    section.hemisgalerie a{
        font-size: 3rem;
        font-family: 'Lora';
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.hemisgalerie p.desc{
        font-size: 1.6rem;
        font-family: 'Muli', sans-serif;
        text-align: left;
        font-weight: 400;
    }

    section.hemisgalerie p.desc a{
        color: #01b4d5;
        font-family: 'Muli', sans-serif;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    /*#selectionWebphoto div[id^='vignette_']{
        width: 100%;
        border: solid #a0a0a0 1px;
        padding:12px;
        position: relative;
        margin-bottom: 10px;
    }

    #selectionWebphoto div[id^='vignette_'] .actions {
        display: flex;
    font-size: 1.7rem;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    width: 260px;
    right: 12px;
    }

    #selectionWebphoto div[id^='vignette_'] .actions > div {
        padding: 8px 10px;
    }*/


    footer {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        padding: 14px 10px;
    }

    .footer-top .gauche{
        align-items: flex-start;
    }

    .footer-top .centre{
        flex-direction: column-reverse;
    }

    .footer-top .social {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-top .droite{
        order:3;
        align-items: flex-end;
    }

    .modal-post-box.inscription form{
        flex-direction : row;
    }

    .modal-post-box.inscription form div.gauche{
        flex:1;
    }

    .modal-post-box.inscription ul > li > label + * {
        max-width: 328px;
        width: 100%;
    }

    .g-recaptcha{
        transform:scale(0.926);
    }

    .sidebar-wrapper{
        position: fixed;
        top: 64px;
        bottom: 0;
        background-color: rgba(49,50,54,.6);
        transition: left 0s 0s,right 0s 0s;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 103;
        margin: 0;
        overflow-y: scroll;
        flex:1
    }
    .sidebar-wrapper > div{
        width: 240px;
        align-self: flex-start !important;
        background: white;
        /*z-index: 9998;*/
        /*height: 100%;*/
        /*flex: 1;*/
        position: relative;
    }
    .sidebar-wrapper > div:after{
        content: ' ';
        position: fixed;
        top: 64px;
        bottom: 0;
        z-index: -1;
        width: 240px;
        background: white;
    }

    .tableLum-wrapper{
        /*padding-left: 270px;*/
    }

    .wrapper-actions {
        /*justify-content: space-between;*/
        flex-direction: row;
    }

    .search_engine_tbl {
        /*max-width: 768px;*/
        border: 0;
        /*margin: 0 0 0 80px;*/
        /*margin: 0 0 0 52px;*/
        padding: 0;
        /*margin-top: 16px;*/
    }

    .opts-aff {
        max-width: 128px;
    }

    .opts-aff > div > div:nth-child(2) {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        align-items: center;
    }

    .opts-aff > div > div:nth-child(2) div {
        margin:0 8px 0 0;
    }

    .desc_pubView{
        /*width:72%;*/
        padding-top: 66%;
    }

    .desc_pubDesc {
        /*max-width: 270px;*/
        padding: 0 0 0 24px;
    }

    .desc_pubDesc p {
        font-size: 1.5rem;
    }
    .desc_pub + hr {
        width: 12%;
    }

    .vignettes{
        margin-left: -15px;
        display: block;
    }

    .vignette:not(.flex){
        margin-left: 0;
        margin-top: 0;
        vertical-align: top;
        float: left;
        padding-left: 15px;
        padding-top: 15px;
        max-width: 250px;
        height:240px;
        display: block;
        box-sizing:border-box;
        margin-bottom: 15px;
    }

    .photo_vignette{
        height: 200px;
    }

    .entite-wrapper form {
        justify-content: center;
    }



	#visuel_content { padding-right:14px ;padding-left:14px;}
}

@media (min-width: 1200px) {
    section.newreports,
    section.expo-galerie
    {
        padding: 0 5px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1199px){
    /*html > body:before{
        background: rgba(63, 193, 152, 0.5);
        content: 'min-width : 1200px';
        height: 20px;
        line-height: 20px;
        position: fixed;
        width: 100%;
        z-index: 99999999;
        font-size:1.6rem;
    }*/
    .visible-lg {
        display: block!important;
    }
    .visible-lg-inline {
        display: inline!important;
    }
    .visible-lg-inline-block {
        display: inline-block!important;
    }
    .visible-lg-flex {
        display: flex!important;
    }

    .modal-post-box.trouver > div:first-child{
        flex-direction:row;
        justify-content: space-between;
    }

    .modal-post-box.trouver .droite, .modal-post-box.trouver .gauche {
        width: 48%;
        max-width: initial;
    }

    .modal-post-box.trouver .google-maps {
        padding-bottom: 55%;

    }

    .container {
        max-width: 1190px;
    }

    #content-wrapper{
        padding-bottom:164px;/*padding-top: 104px;*/padding-top: 64px;
    }

    .tableLum-wrapper {
        padding-top: 0;
    }

    section.intro{
        height: 484px;
        /*margin-top:-104px;      */
		margin-top:0px;
    }

    header {
        /*height: 104px;*/
		height: 64px;
        /*padding: 0 48px;*/
    }

    .logo{
        /*width: auto;*/
    }

    header .Menu{
        position: static;
        background: none;
        border-bottom: 0;
        display: flex!important;
        align-items: center;
        padding: 0;
    }

    header .smallmenu {
        display:none !important;
    }

    section h1 {
        text-align: left;
        /*font-size: 3.6rem;*/
    }

    section.glossaire #glossaireList div {
      flex:1;
      text-align: left;
    }

	#visuel_content { padding: 0 8px; }

    #visuel_content h1{margin-top: initial;margin-bottom: 10px;}

    .item {
        width: 33.333%;
        margin-bottom: 20px;
        padding: 0 3px 20px 3px;
    }

    .item.quarter {
        width: 25%;
    }

    .item4 {
        width: 25%;
    }

    .item.latest {
        width: 33.33333%;
    }

    .item.photographe:nth-last-child(-n+2){
        display: flex;
    }

    /*.item.photographe .wrapper{
        margin-bottom: 50px;
    }*/

    /*.item.photographe .trombi{
        width: 100px;
        height: 100px;
        bottom:-50px;
    }*/

    .item:not(.item4):not(.inspi):not(.photographe):not(.latest):nth-child(3n+2),
    .item:not(.item4):not(.inspi):not(.photographe):not(.latest):nth-child(5){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1), inset 15px 0 0px -14px rgba(201,201,201,1);
        padding-left: 4px;
        padding-right: 4px;
    }

    .item4:not(.inspi):not(.photographe):not(.latest):nth-child(4n+3){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1);
        padding-left: 4px;
        padding-right: 4px;
    }

    .item4:not(.inspi):not(.photographe):not(.latest):nth-child(4n+2){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1), inset 15px 0 0px -14px rgba(201,201,201,1);
        padding-left: 4px;
        padding-right: 4px;
    }

    /*.item4:not(.inspi):not(.photographe):not(.latest):nth-child(4n+3){
        box-shadow: inset -15px 0 0px -14px rgba(201,201,201,1);
    }*/

    .item/*:not(.latest):not(.photographe)*/ div{
        padding-top: 66%;
    }

    /*.item h2 {
        text-align: left;
        font-size: 2.8rem;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 96px;
    }*/

    .item.collection h2{
      min-height: auto;
    }

    /*.item p {
        font-size: 1.6rem;
    }*/

    .item .moreLink {
        font-size: 1.3rem;
    }

    .items.inspi{
        margin-left: -10px;
    }

    .item.inspi{
        flex-grow: 1;
        padding: 0;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .item.inspi a {
        font-size: 2.6rem;
    }

    .item.inspi div,.item.photographe div{
        margin: 0 0px;
        padding-top: 76%;
    }

    .item.inspi:nth-child(5n+4), .item.inspi:nth-child(5n){
        width:50%;
    }
    .item.inspi:nth-child(5n+4) div,.item.inspi:nth-child(5n) div{
        padding-top: 52%;
    }

    .more.inspi {
        margin-top: 5px;
    }

    .item.photographe h2 {
        text-align: center;
    }

    section.hemisgalerie a{
        font-size: 3rem;
        font-family: 'Lora';
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.hemisgalerie p{
        padding: 0 22px;
    }

    section.hemisgalerie p.desc{
        font-size: 1.6rem;
        font-family: 'Muli', sans-serif;
        text-align: left;
        font-weight: 400;
    }

    section.hemisgalerie p.desc a{
        color: #01b4d5;
        font-family: 'Muli', sans-serif;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    .sidebar-wrapper-hide {
        right: 1000%!important;
        left: -1000%!important;
        display: none!important;
    }

    .tableLum-wrapper {
        /*padding-left: 240px;*/
        width: calc(100% - 240px);
        /*margin-left: 20px;*/
    }
    .tableLum-wrapper-hide {
        /*width: 100%!important;*/
    }

.tableLum-wrapper-hide > #visuel_content {/*margin-left:20px*/}

    .wrapper-actions {
        justify-content: flex-start;
        flex-direction: row;
    }


    .search_engine_tbl {
        /*max-width: 900px;*/
        /*width: 100%;*/
        /*width:inherit;*/
        border: 0;
        margin: 0 0 0 0;
        padding: 0;
        margin-top: 0;
    }

    .opts-aff {
        max-width: 234px;
        align-items: flex-start;
        width: 100%;
        flex: 1;
        padding-left: 24px;
    }

    .opts-aff > div > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        align-items: center;
        /*flex: 1;*/
    }

    .opts-aff > div > div:nth-child(2) div {
        margin: 0 8px;
    }

    .entite-wrapper form {
        justify-content: center;
    }



    footer {
        font-size: 17px;
        font-size: 1.7rem;
    }

    .footer-top {
        flex-direction: row;
        justify-content: space-between;
        padding: 14px 10px;
    }

    .footer-top .gauche{
        align-items: flex-start;
    }

    .footer-top .centre{
        flex-direction: column-reverse;
    }

    .footer-top .social {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-top .droite{
        order:3;
        align-items: flex-end;
    }

    .modal-post-box.inscription form{
        flex-direction : row;
    }

    .modal-post-box.inscription form div.gauche{
        flex:1;
    }

    .modal-post-box.inscription ul > li > label + *{
        max-width:280px;
        width: 100%;
    }

    .g-recaptcha{
        transform:scale(0.926);
    }

    .vignettes{
        margin-left: -15px;
        display: block;
    }

    .vignette:not(.flex){
        margin-left: 0;
        margin-top: 0;
        vertical-align: top;
        float: left;
        padding-left: 15px;
        padding-top: 15px;
        max-width: 200px;
        height:240px;
        box-sizing:border-box;
        margin-bottom: 15px;
    }

    .photo_vignette{
        height: 200px;
    }

    .desc_pubDesc {
        /*max-width: 356px;*/
        /*padding: 0 0 0 62px;*/
        /*width:28%;*/
    }


    .desc_pubDesc p {
        font-size: 1.5rem;
    }

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* page qui sommes nous */
#trombi > div > div { opacity:0 }
#trombi > div > div:hover { opacity:1 }

.liste_format2 li:hover {background-color:#eeeeee; }

.upper { text-transform :uppercase }


    .search_engine #onglet_images,
    .search_engine #onglet_images.alamy
    {
        width : 17.84%;
    }
    .search_engine #onglet_reportages,
    .search_engine #onglet_reportages.alamy
    {
        width: 25.4%;
    }

    .search_engine #onglet_yab
    {
        width: 37.3%;
    }

    .search_engine #onglet_yab.alamy{
        width: 56%;
    }


    .search_engine #onglet_alamy
    {
        width: 19.19%;
    }

    /**/

    .search_engine_tbl #onglet_images
    {
        width : 16.5%;
    }
    .search_engine_tbl #onglet_reportages
    {
        width: 24.56%;
    }
    .search_engine_tbl #onglet_reportages.alamy
    {
        width: 24.56%;
    }
    .search_engine_tbl #onglet_yab
    {
        width: 43.3%;
    }
    .search_engine_tbl #onglet_yab.alamy
    {
        width: 56%;
    }
    .search_engine_tbl #onglet_alamy
    {
        width: 15.44%;
    }


#bt_back {/*border: solid #959595 1px;*/ width:50px;height:32px;float:left; background-image:url(../img/icon_back.png); background-repeat: no-repeat;background-position: center;display:block;vertical-align:middle;}

#nombre_resultat {min-width:55px; text-align:right; margin-right: 10px;}
#nombre_resultat,#nombre_resultat + span {font-family:"Muli";color:#949494;}
#nombre_resultat + span {padding-right:4px; min-width:65px;}

@media (max-width: 767px) {
	.icon-loupe_recherche_simple
	{
		margin-left:2px;margin-right:2px;
	}
	.search_engine #fulltext_field_home
	{padding-left: 5px;}
	.search_engine .select select {min-width:70px;}
}
@media (min-width: 767px) {
	/*.icon-loupe_recherche_simple {margin-left:15px;margin-right:15px; }*/
}

#msgAjoute {display:none;width:100%;text-align:center;background-color:#9FE855;padding:5px;margin-bottom: 10px;}
#msgSupprimer {display:none;width:100%;text-align:center;background-color:#9FE855;padding:5px;margin-bottom: 10px;}

/*#content-wrapper{ padding-top: 64px; }*/

#iptc{font-size:14px;color:white;position: absolute;right: 20px;bottom: 30px;overflow: hidden; font-family:"Muli"}
#iptc div{/*margin-right:2px;*/}
#iptc div + div{background: rgba(0, 0, 0, 0.75);height: 37px;line-height: 40px;overflow: hidden;/*padding: 0 10px;*/margin-right:-10000px;margin-left: 2px;}

.mdprecreer {
	font-family:"Open Sans";
	font-weight:300;
	font-size:17px;
	text-align:center;
}

.erreur_mdp {
color:red;font-size: 14px;font-weight: bold;width: 100%;padding: 10px; text-align:center;margin-top:20px;
}
.confirm_mdp {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    /* padding: 10px; */
    /* text-align: center; */
    /* margin-top: 20px; */
    margin-bottom: 8px;
    display: block;
}


/* glossaire */
#glossaire h2{
  font-family:Muli;
  font-weight:600;
  margin-bottom:26px;
}

.glossaire-items{
	display: flex;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.glossaire-item{
  display:inline-block;
  width:18.4%;
  min-width: 140px;
  margin-bottom: 2%;
}

.glossaire-item:not(:last-child){
  margin-right:2%;
}

.glossaire-thumb-container{
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 70%;
}

.glossaire-thumb-container span{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent;
  width: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 5px;
}
.glossaire-link-container{
  padding: 10px 0 0 0;
  white-space: normal;
}

h1.home a { color:#142033; }

.req_neg_ul li {
	padding-top:10px;
}
