/* style general de rapid */
/* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
/* V1.0 28/10/22 --- creation a partir de verti */
/* V2.2 22/05/25 --- 35: gestion des tables dans le corp de texte, suppression de clear dans precsuiv */

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: 0px;
	}

  .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;
	}

/*2*/
#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;
}


.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;
	}

.dosimgtitre {	position: relative;
		display: block;
		float: right;
		padding: 2em 0.5em 1em 0.5em;
		width: 190px;
		height: auto;
		text-align: center;
		font-size: 0.9em;
		font-weight: normal;
		overflow: hidden;
    margin-right: 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;
	}

.artlistN {
    padding: 0.1em 0.4em;
		font-size: 1.0em;
		font-weight: normal;
    display: inline-block;
    margin: 0.1em;
	}
.artlistO {
    padding: 0.1em 0.4em;
		font-size: 1.0em;
		font-weight: normal;
    display: inline-block;
    margin: 0.1em;
	}

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

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



.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;
		}



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

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

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

/**/
.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;
}


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

  .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: 20px;
		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;
  }

  table.ttable {
    margin: 0 auto;
    border-collapse: collapse;
  }

  table.ttable>tbody>tr>td {
    margin: 0;
    padding: 0.4em 0.8em;
    text-align: center;
    border: 1px solid;
  }


.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;
    }

hr.seprule {
  margin: 1em auto;
}

/* messages */

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

/*6*/
.fmess { 	position: relative;
		padding: 10px;
		/*width: 458px;*/
    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: 440px;
	}

/*31*/
.fcmd { 	position: relative;
		padding: 10px;
    margin-top: 10px;
    max-width: 50em;
		}
.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;
      max-width: 50em;
    }
  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;
}

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




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;
  }


.hide {
 display: none;
}

.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;
}

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


/* ------ 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;
}
