/* style general de verti */
/* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
/* V1.0 03/06/05 --- creation a partir de prems */
/* 07/06/05 --- 1:ajout de formcherc  */
/* 09/06/05 --- 2:ajout de padding dans en relation --- 3: taille de artref */
/* 10/06/05 --- 4: supression de font-weight normal dans les titres --- sauf dans bcla */
/* 23/06/05 --- 5: Boutons S en span tout simple */
/* 17/09/05 --- 6: message invisible seulement pour le print */
/* 23/09/05 --- 7: bord image */
/* 29/09/05 --- 8: deplacement vitrine et titre acc */
/* 17/12/05 --- 9: espace avant tabnav --- 10: 3 vitrines */
/* V1.1 09/01/06 --- 11: images dans navtete */
/* 22/02/06 --- 12: marge de droite pour images dans vitrine */
/* 09/05/06 --- 13: modif boite titre accuail */
/* 11/06/06 --- 1:margin dans message */
/* 08/08/06 --- 31: style fcmd pour les formulaires de commande */
/* 11/11/11 --- 32: ajout du style share pour médias sociaus */
/* 08/05/12 --- 33: plus gros pour boutfich */
/* 12/05/25 --- 34: gestion diaporama */

body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
}

html {
 width: 100%;
 height: 100%;
}

/*4,8*/
.general_nN {	background-color: none;
		color: #000;
	}
.general_bN {	background-color: none;
		color: #fff;
	}
.general_cN {	background-color: none;
		color: #555;
	}

/*2,8*/

/*4,8*/
.general_nY {	background-color: #fff;
		color: #000;
	}
.general_bY {	background-color: #fff;
		color: #fff;
	}
.general_cY {	background-color: #fff;
		color: #555;
}

.general_nB {	background-color: #000;
		color: #000;
	}
.general_bB {	background-color: #000;
		color: #fff;
	}
.general_cB {	background-color: #000;
		color: #555;
	}

a:link, a:visited {
  		text-decoration: none;
  	}

a:hover {
  		text-decoration: underline;
}

#accueil>h1 {
  z-index: 1;
}


#accueil img.imgacc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    max-width: 150%;
}

/*10*/
#vitrines {
	position: absolute;
  z-index: 2;
			top: 25%;
			bottom: auto;
			left: auto;
			right: 10px;
			height: auto;
			display: block;
}

.vitrine {	position: relative;
		width: 250px;
		height: auto;
		padding: 0px;
		margin: 10px;
		overflow: hidden;
		display: block;
		float: right;
	}
/**/
.vitritit {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0.5em;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}

  .vitritit>button {
    position: absolute;
    top:0.1em;
    right: 0.1em;
    padding: 0;
  }

.vitritex {	position: relative;
    padding: 0.7em;
		font-size: 0.9em;
		font-weight: normal;
		text-align: left;
    overflow: hidden;
	}
.vitritex img { margin-right: 4px; }

img.xsminiat {
  float: right;
  margin: 0.1em;
}

img.miniatimg {}

img.miniatimglarge {
  max-width: 100%;
}

.imgvitr {	position: relative;
		float: left;
		margin-right: 6px;
	}

/**/
.titracc {	position: absolute;
		top: 10%;
		bottom: auto;
		left: 0px;
		right: auto;
		padding: 0.2em;
		margin: 0;
	}

  .titsize_s {
    font-size: 2em;
  }

  .titsize_g {
    font-size: 2.5em;
  }

  .titsize_p {
    font-size: 3.5em;
  }

  .titsize_t {
    font-size: 5em;
  }


  .titrecolor_n>a:link, .titrecolor_n>a:visited  {
      	color: #000;
  }
  .titrecolor_n>a:hover {
      	color: #000;
        text-decoration: underline;
  }

  .titrecolor_b>a:link, .titrecolor_b>a:visited {
      	color: #fff;
  }
  .titrecolor_b>a:hover {
      	color: #fff;
        text-decoration: underline;
  }

  .titrecolor_c>a:link, .titrecolor_c>a:visited {
      	color: #555;
  }
  .titrecolor_c>a:hover {
      	color: #555;
        text-decoration: underline;
  }

  /* vitrine titre color */

  .vitrititcolor_n>a:link, .vitrititcolor_n>a:visited  {
        color: #000;
  }
  .vitrititcolor_n>a:hover {
        color: #000;
        text-decoration: underline;
  }

  .vitrititcolor_b>a:link, .vitrititcolor_b>a:visited {
        color: #fff;
  }
  .vitrititcolor_b>a:hover {
        color: #fff;
        text-decoration: underline;
  }

  .vitrititcolor_c>a:link, .vitrititcolor_c>a:visited {
        color: #555;
  }
  .vitrititcolor_c>a:hover {
        color: #555;
        text-decoration: underline;
  }

  /* fin vitrine titre */

/**/
.ppage_i {	position: absolute;
      font-size: 0.9em;
      font-weight: normal;
      text-align: center;
      padding-top: 0.5em;
      bottom: 0em;
}


.pppol_c, .pppol_c>p>a {
  color: #555;
}

.pppol_b, .pppol_b>p>a {
  color: #fff;
}

.pppol_n, .pppol_n>p>a {
  color: #000;
}

#annup {	margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
    background-color: #ccc;
	}

/**/
#annin {	position: absolute;
		top: 0px;
		left: auto;
		bottom: auto;
		right: 0px;
		text-align: left;
	}

.blocann {
  position: relative;
  text-align: right;
  background-image: url("../pub10.png");
  background-repeat: no-repeat;
}

.blocann>button {
  position: absolute;
  top:1px;
  right: 1px;
  padding: 0;
}

/* banniere */

#banniere {	position: relative;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
	}

  #banniere>img {
    margin-bottom: -4px;
}

.titrbann {	position: relative;
		padding: 0.8em;
		margin: 0em;
    left: 0px;
    right: auto;
}

.titrbannhover {	position: absolute;
		padding: 0.2em;
		margin: 0.6em;
    left: 0;
    right: auto;
}


.titbannsize_s {
  font-size: 1em;
}

.titbannsize_g {
  font-size: 1.5em;
}

.titbannsize_p {
  font-size: 2.5em;
}

.titbannsize_t {
  font-size: 4em;
}

/* table de navigation */
/*9*/
.tabnav { 	position: relative;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 5px;
	}

.tabnav p {
  margin: 0.4em 0;
}

/* boutons classeur */

.bcla1 { 	position: relative;
		padding: 0.6em;
		font-weight: normal;
		font-size: 1.2em;
    display: block;
	}
.bcla2 { 	position: relative;
  padding: 0.6em;
		font-weight: normal;
		font-size: 1.2em;
    display: block;
	}
.bcla3 { 	position: relative;
  padding: 0.6em;
  font-weight: normal;
		font-size: 1.2em;
    display: block;
	}

  /* boutons dossier */

  /* taille M */

  .bdos1MN {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos1MO {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2MN {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2MO {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3MN {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3MO {
    width: 14em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}

  /* taille P */

  .bdos1PN {
  	width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos1PO {
    width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2PN {
    width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2PO {
    width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3PN {
    width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3PO {
    width: 10em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}

  /* taille G */

  .bdos1GN {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos1GO {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2GN {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2GO {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3GN {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3GO {
    width: 18em;
    padding: 0.5em 0.5em 0.5em 1em;
  	}

  /* taille S */

  .bdos1SN {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos1SO {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2SN {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos2SO {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3SN {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}
  .bdos3SO {
    width: auto;
    padding: 0.5em 0.5em 0.5em 1em;
  	}



.transtete {	position: relative;
		top: 0px;
		left: 0px;
		right: auto;
		bottom: auto;
		height: 1px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

.navtete { 	position: relative;
		margin: 20px 0 0 0;
/*		line-height: 1.8em; */
	}
/*11*/
.navtete img {	margin-bottom: 2px;
		margin-right: 4px;
	}

/*1*/
.formcherc {	position: relative;
		padding-left: 10px;
		padding-top: 10px;
		margin: 10px 0 0 0;
	}
.textcherc { 	position: relative;
		font-size: 0.8em;
		height: 1.4em;
	}
.subcherc {	position: relative;
		font-size: 0.8em;
		height: 1.8em;
		width: 2.4em;
	}

.divtabnav {
		margin: 10px 0 0 0;
}

.dosimgtitre {	position: relative;
		display: block;
		float: right;
		padding: 0 0.5em 1em 0.5em;
		width: 190px;
		height: auto;
		text-align: center;
		font-size: 0.9em;
		font-weight: normal;
		overflow: hidden;
    /* z-index necessaire pour passer par dessus habillage plus qui est affiché après */
    z-index: 1;
	}

.dosimgtitre>h1 {
  font-size: 1.2em;
}

.dosimgtitre>img {
  padding-top: 0.5em;
}



.dostitre {	padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
		font-size: 1.2em;
	}
.infomenumobile {
  margin: 1em 0 0.1em 0;
}
.artlistN {	padding-left: 15px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 0px;
		font-size: 1.0em;
		font-weight: normal;
    display: inline-block;
    margin: 0.1em;
	}
.artlistO {	padding-left: 15px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 0px;
		font-size: 1.0em;
		font-weight: normal;
    display: inline-block;
    margin: 0.1em;
	}

.artlist {	position: relative;
		margin : 0;
		padding: 40px 0 10px 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: normal;
	}

.artlist a:hover {
		text-decoration: underline !important;
	}

/* pour galerie */


  #vignlist {
      position: relative;
      margin: 0;
      padding: 20px 0 0 0;
      clear: both;
  }

  #vignlist a {
          cursor: pointer;
  }

  #vignlist a:hover {
      background-color: transparent;
  }

#minilist {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
    clear: both;
}

#minilist a {
        cursor: pointer;
}

#minilist a:hover {
    background-color: transparent;
}

.blocvignetteN {
	display: inline-block;
  margin: 0 0.5em 0.8em 0em;
  line-height: 0;
}

.blocvignetteY {
    display: inline-block;
    border: solid 1px #ccc;
    margin: 0 0.5em 0.8em 0em;
    line-height: 0;
}

#minilist span {
    position: relative;
    display: inline-block;
    /* margin: 6px; */
    overflow: hidden;
}

#minilist img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.spacelist {	padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 1em;
		font-weight: bold;
	}

  /* pour encarts */

  #encartliste {
      position: relative;
      margin: 0;
      padding: 20px 0 0 0;
      clear: both;
  }

  #encartliste a {
          cursor: pointer;
  }

  #encartliste a:hover {
      background-color: transparent;
  }

  #encartliste img {
      position: relative;
  }

  .encartboutique {
    position: relative;
    display: block;
    float: left;
    margin: 0 1em 1em 0em;
    padding: 1em;
  }

  .encarto {
    width: 13em;
  }

  .encarti {
    width: 13em;
  }

  .encartp {
    width: 17em;
  }

  .encartm {
    width: 20em;
  }

  .encartg {
    width: 24em;
  }

  .encartl {
    width: 95%;
  }








    .pagination {
        font-size: 1.2em;
        text-align: center;
        clear: both;
      }

    .pagination a {
  		text-decoration: underline !important;
  	}
  	.pagination span {
  		font-weight: bold;
  		font-size: 1.3em;
  	}


    .ppage  {	font-size: 0.9em;
    		font-weight: normal;
    		text-align: center;
    		margin-top: 15px;
    		margin-bottom: 2px;
    		padding-top: 0.5em;
        padding-bottom: 0.5em;
    		}


/*6*/
.infoprint { 	display: none; }
/* corps de l'article */

div.articleCont {
        position: relative;
        width: 100%;
        /*height: 100%;*/
        top: 0;
        left: 0;
        bottom: 0;
        padding: 1em 0;
}



#overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/**/
.corpart {
		margin: 10px auto;
}

.corpart a:link, .corpart a:visited {
	text-decoration: underline;
	}

.precsuiv {	position: relative;
		margin-top: 0.3em;
		margin-bottom: 0.2em;
        clear: both;
	}

.precsuiv a {
		cursor: pointer;
}

.precsuiv span {
		display: inline-block;
}

.precsuiv_R {
  text-align: right;
}

.precsuiv_C {
      text-align: center;
}

.arttitre {	position: relative;
		margin: 0.6em 0;
		padding: 0;
		font-size: 2.6em;
	}
.artsoustitre {	position: relative;
		margin-top: 0px;
		font-size: 1.4em;
		font-weight: normal;
    padding-bottom: 1.2em;
	}

  .artintro>p>a, .arttexte>p>a, .artps>p>a {
  	  text-decoration: underline !important;
  	}

.artintro {	position: relative;
		margin-top: 0px;
		padding-top: 1.2em;
		margin-bottom: 0px;
		font-size: 1.4em;
		font-weight: normal;
		text-align: left;
	}
.arttexte {	position: relative;
		margin-top: 0px;
		padding-top: 1.2em;
		margin-bottom: 0px;
		font-size: 1em;
		font-weight: normal;
		text-align: left;
}

.arttexte>p, .arttexte>li, .arttexte>blockquote {
    max-width: 80ch;
}

.arttexte>blockquote {
  font-size: 1.5em;
  margin: 1.5em 0;
  padding-left: 3em;
  border-left: 0.2em solid;
}

p.tcenter {
    text-align: center !important;
  }

  .artps {	position: relative;
  		margin-top: 0px;
      padding-left: 1em;
  		margin-bottom: 0px;
      /* float: right; */
      max-width: 50em;
      /* z-index: 1; */
  	}
  .artps>p {
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
  }

  .artauteurdate {	position: relative;
  		margin-top: 0px;
  		padding-top: 20px;
  		margin-bottom: 0px;
  		font-size: 0.8em;
  		font-weight: normal;
  		text-align: right;
  	}
.artnvt {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}

.artprix {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		font-size: 1.6em;
		font-weight: normal;
		text-align: right;
	}

.artref {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		font-size: 0.9em;
		font-weight: normal;
		text-align: right;
	}
/*2*/
.asuivre {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 4px;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}
.detailsuiv {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 4px;
		font-size: 0.9em;
		font-weight: normal;
		text-align: left;
	}

/**/
.sousart { 	position: relative;
		font-size: 1em;
    width: 100%;
	}
.sousart1 {	text-align: left;
	}

.sousart2 {	text-align: right;
	}

.artfichier>video {
  max-width: 100%;
  height: auto:
}

.boutonpanier {
		font-size: 1.2em;
}

.boutonpanier img {
	float: right;
	margin-left: 1em;
}

.boutfich {
		padding: 0.1em;
	}

/**/
.artfin {	font-size: 0.9em;
		font-weight: normal;
		text-align: right;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
		}

    .medialegende {
      position: relative;
    }

    .medialegende>p {
      position: relative;
      color: white;
      text-align: center;
    }

/* actus */

.uneactu {
  margin-top: 60px;
}

.ctutitre {
		font-size: 1.3em;
		padding-top: 5px;
	}
.ctutexte {	margin-top: 10px;
		font-size: 0.9em;
		font-weight: normal;
		padding-bottom: 5px;
	}

.ctutexte a:link, .ctutexte a:visited, .ctutexte a:hover {
      text-decoration: underline;
}

/* page de plan */

.planc {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.4em;
	}
.pland {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.2em;
	}
.plana1 {	margin: 0;
		padding: 0.2em 1em 0.5em 3em;
		font-size: 1.0em;
		font-weight: normal;
	}
.plana2 {	margin: 0;
		padding: 0.2em 1em 0.4em 3em;
		font-size: 1.0em;
		font-weight: normal;
	}

/* messages */

.message {
  margin: 20px;
  font-weight: bold;
    font-size: 1.0em;
    color: gray;
    background-color: lightyellow;
    padding: 0.5em;
    position: relative;
  }

/**/
.fmess { 	position: relative;
		padding: 10px;
    margin-top: 10px;
		}
.fmess-t {	font-size: 1.1em;
		position: relative;
		margin-top: 2px;
		margin-bottom: 2px;
	}
.fmess-d { 	padding-left: 10px;
		position: relative;
	}
.fmess-s { 	margin-top: 10px;
		margin-left: 50px;
		position: relative;
		font-size: 1.4em;
	}
.fmess-e {	font-size: 1.0em;
		position: relative;
		width: 98%;
	}

hr.seprule {
  margin: 1em auto;
}

/*31*/
.fcmd { 	position: relative;
		padding: 10px;
    margin-top: 10px;
		}
.fcmd-t {	font-size: 1.0em;
		position: relative;
		margin-top: 2px;
		margin-bottom: 2px;
    width: 100%;
	}
.fcmd-d { 	padding-left: 10px;
		position: relative;
	}
.fcmd-s { 	margin-top: 10px;
		margin-left: 50px;
		position: relative;
    font-size: 1.4em;
	}
.fcmd-e {	font-size: 1.0em;
		position: relative;
		width: 440px;
	}
.form-encadre {
  	padding: 0.3em;
  	margin: 0.6em 0em;
  }
.error {	position: relative;
		font-size: 1.2em;
		font-weight: normal;
		width: auto;
		padding: 5px;
		margin-right: 20px;
    background-color: #dddddd;
    color: black;
	}
.no-error {	position: relative;
		font-size: 0.9em;
	}

  /*18*/

  .fpan {
      font-size: 1em;
      padding: 0.5em;
      margin-top: 1em;
      width: 100%;
    }
  table.fpant {
    width: 100%;
  }
  .fpanr {
  	}
  .fpanp {
    font-weight: bold;
    	}
  .fpan1 {	width: 240px;
  	}
  .fpan2 {	width: 70px;
  		text-align: right;
  	}
  .fpan3 {	width: 70px;
  		text-align: center;
  	}
  .fpan4 {	width: 70px;
  		text-align: right;
  	}

.fpan-s { 	margin-top: 10px;
    		margin-left: 50px;
    		position: relative;
        font-size: 1.4em;
}

.champnumber7 {
  width: 7em;
}
.champnumber6 {
  width: 6em;
}
.champnumber5 {
  width: 5em;
}
.champnumber4 {
  width: 4em;
}
.champnumber3 {
  width: 3em;
}
.champnumber2 {
  width: 2em;
}


      /*32*/
      .condvente  {	font-size: 0.9em;
      		font-weight: normal;
      		text-align: justify;
      		margin-top: 15px;
      		margin-bottom: 2px;
      		padding-top: 2px;
          max-width: 50em;
      		}

.alert {	position: relative;
		font-size: 1.2em;
		font-weight: normal;
		width: auto;
		padding: 0.2em;
		margin-right: 20px;
    font-size: 1.2em;
  	background-color: lightyellow;
  	padding: 0.2em;
    color: black;
	}

.attention {	font-size: 1.2em;
		font-weight: bold;
}

.plusgros {	font-size: 1.2em;
}


div.share {	position: relative;
		display: block;
		clear: both;
		margin-top: 20px;
		/*padding: 5px;*/
}

div.share>p {
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
}

.btnimg32 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.diaporamacont {
  position: relative;
  width: 100%;
  clear: both;
}

.diapocont {
  position: absolute;
  top: -0.7em;
  width: 100%;
}

.diaprecbtn {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
}

.diasuivbtn {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 2;
}

#wrapper {
        margin: 0 auto;
}
.general_accueil {
  height: 100%;
}


/* pour accordion */

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

ul.menu a {
  display: block;
  text-decoration: none;
}


li.bdosO {
  font-size: 0.8em ;
}

li.bdosN {
  font-size: 0.8em ;
}

ul.menu>li {
    font-size: 1.4em ;
}


figure {
margin: 0;
max-width: max-content;
max-width: -moz-max-content;
max-width: -webkit-max-content;
padding: 0;
z-index: 1;
}

figcaption {
  font-size: 0.9em;
  margin-top: 0.4em;
  margin-bottom: 0.2em;
}

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

.artvideo {
  margin: 0.7em auto;
  text-align: center;
}

.artvideo>video {
  max-width: 100%;
  height: auto;
}

/*21*/
.artimgrigN {	position: relative;
  float: right;
  margin: 0.5em 0 0.7em 1.5em;
  text-align: right;
  height: auto;
  font-size: 0.9em;
  font-weight: normal;
}
.artimglefN {	position: relative;
    float: left;
    margin: 0.5em 1.5em 0.7em 0;
    text-align: left;
    height: auto;
    font-size: 0.9em;
    font-weight: normal;
  }
.artimgcenN {	position: relative;
  float: none;
  margin : 0.7em auto;
  text-align: center;
  height: auto;
  font-size: 0.9em;
  font-weight: normal;
}
.artimgrigY {	position: relative;
  float: right;
  margin: 0.5em 0 0.7em 1.5em;
  text-align: right;
  height: auto;
  font-size: 0.9em;
  font-weight: normal;
}
.artimglefY {	position: relative;
    float: left;
    margin: 0.5em 1.5em 0.7em 0;
    text-align: left;
    height: auto;
    font-size: 0.9em;
    font-weight: normal;
  }
.artimgcenY {	position: relative;
  float: none;
  margin : 0.7em auto;
  text-align: center;
  height: auto;
  font-size: 0.9em;
  font-weight: normal;
}

/*7*/

.artimglefY img {
    border: solid 1px #999999;
  }

  .artimgrigY img {
      border: solid 1px #999999;
    }

.artimgcenY img {
    border: solid 1px #999999;
  }


  /* pour les images en galerie photo, pas de float */

  .alignimgrigN {	position: relative;
  		text-align: right;
  		font-size: 0.9em;
  		font-weight: normal;
  }
  .alignimglefN {	position: relative;
      margin-top : 0.7em;
    	text-align: left;
    	font-size: 0.9em;
    	font-weight: normal;
  }
  .alignimgrigY {	position: relative;
      margin-top : 0.7em;
  		text-align: right;
  		font-size: 0.9em;
  		font-weight: normal;
  }
  .alignimglefY {	position: relative;
      margin-top : 0.7em;
    	text-align: left;
    	font-size: 0.9em;
    	font-weight: normal;
  }
  .alignimgrigY img {
    		border: solid 1px gray;
  }
  .alignimglefY img {
    		border: solid 1px gray;
  }





select {
	padding: 0.2em 0;
}

select.ddlmenu {
    width: 100%;
    margin: 0.5em 0;
    font-size: 1.2em;
}

.fermergalerie {
 text-align: right;
 z-index: 1;
}

.fermergalerie button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #000;
  padding: 4px;
  text-decoration: none;
  border: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.6em;
  cursor: pointer;
  border: 1px solid #333;
}

.fermerhaut {
  position: absolute;
  top: 0;
  right: 1em;
}

.fermerbas {
  position: relative;
}

.fermerbasimage {
  position: relative;
  margin-right: 1em;
}

.hide {
 display: none;
}

#artloader {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#overlay {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#artloader > div.articleCont > article.corpart {
  background-color: white;
  padding: 2em;
  color: #000000;
}

#artloader > div.articleCont > article.corpart > div.artintro {
  color: #666;
}

/* ------ Paypal -------- */

#paypal-button-container {
  margin-top: 1em;
}

#paypal-response {
  font-size: 1.1em;
}

#paypal-response>b{
  background-color: yellow;
}

#paypal-response>em{
  background-color: lightgray;
}


/* ----- Accessibilite ---- */

.accesclavier>a {
  position: absolute;
  top: -1000px;
  padding: 0.2em;
  color: white;
  background-color: black;
  border: 1px solid gray;
}

.accesclavier>a:focus {
  position: relative;
  top: 0px;
  color: white;
}
