/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2026 | 20:50:00 */
.titre0001 { /*idem à H1*/
	font-size: 2rem;
	/*margin: 0.67em 0;*/
	line-height: 2rem;
	font-weight: bold;
	clear: both;
	font-family: 'Roboto Slab', sans-serif;
	color: #505050;
}

.titre0003 {
	clear: both;
	font-size: 1.4rem;
	line-height: 1.5rem;
  font-family: 'Roboto Slab', sans-serif;
	color: #505050;
	text-align: justify;
}

#formulaire-responsive {
	max-width:1200rem /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne,
.colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	/*width:100%;*/
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.justify001 {
	text-align: justify;
  text-justify: inter-word;
}


/**---------------- Media query ----------------**/

div.cadre002 {
  background: url(//porschistesdarmorique.bzh/wp-content/uploads/2025/10/PYA-CPA-OCT2025-007.jpg) no-repeat center;
  background-size: cover;
  align-items: center;
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
	border-radius: 30px;
}

/**
div.cadre001 {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-weight: bold;
	/#font-family: arial, sans-serif;#/
	width: 100%;
	padding: 25px 50px;
	text-align : justify;
	border-radius: 30px;
}
**/


div.cadre002::before {
  content: '';
  margin: -35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(20px);
  z-index: -1;
}








/**---------------- Media query ----------------**/

@media only screen and (max-width: 767px){
	.demi-colonne {
		width: 100%;
	}
	.colonne {
		width: 100%;
	}
}

@media only screen and (min-width: 768px){
	.demi-colonne {
		width: 50%;
	}
	.colonne {
		width: 100%;
	}
}
/**---------------- messages errors----------------**/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	color: #69af36;
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36;
      font-size: 14px;
  	  line-height: 49px;
      height: 49px;
      font-weight: 600;
      background-color: #ffffff;
      border-radius: 2px;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
       text-transform: uppercase;
       border-width: 2px;
       padding-left: 26px;
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/**--- retour haut --------**/
/**--- retour haut --------**/



html,
body {
	scroll-behavior: smooth;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 3px;
  right: 110px;
  z-index: 99999;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #35d80d;
  color: white;
  cursor: pointer;
  padding: 6px;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: #555;
}

/**--- grid page index 001 -----**/
/**--- grid page index 001 -----**/

.pya-index-001 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto);
/*text-align: justify;*/
grid-template-areas:
"text1 img1"
"img2 text2"
"text3 img3"
"img4 text4"
}
.texxt {padding: 1rem}
.text1 {grid-area:text1}
.text2 {grid-area:text2}
.text3 {grid-area:text3}
.text4 {grid-area:text4}
.img1 {grid-area:img1}
.img2 {grid-area:img2}
.img3 {grid-area:img3}
.img4 {grid-area:img4}

@media (max-width: 767px) {
.pya-index-001 {
display: grid;
grid-gap: 0;
grid-template-columns: 1fr;
grid-auto-rows: minmax(100px, auto);
grid-template-areas:
"text1"
"img1"
"text2"
"img2"
"text3"
"img3"
"text4"
"img4"
}
}

/**------------ ACTUALITE ------------*/
/**------------ ACTUALITE ------------*/
/**------------ ACTUALITE ------------*/

.wrapper-actu {
  display: grid;
	grid-template-columns: 3fr 1fr 3fr 1fr;
	grid-auto-rows : minmax(50px,auto);
	grid-gap: 1em;
}
.wrapper-actu>div {
  padding: 20px;
  margin: 1px;
  border-radius: 5px;
  /*background-color: #cccccc;*/
}
@media (max-width: 767px) {
.wrapper-actu {
 display: grid;
grid-template-columns: 4fr 1fr;
	grid-auto-rows : minmax(50px,auto);
	grid-gap: 1em;
}
}

.coll1,.coll2,.coll3,.coll4 {
background-color:#cccccc;
}

.coll5,.coll6,.coll7,.coll8 {
  background-color:#eeeeee;
}

/**--- Card3 Membres Bureau -----**/
/**--- Card3 Membres Bureau -----**/
/**--- Card3 Membres Bureau -----**/

.main003{
  max-width: 1200px;
  margin: 0 auto;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

.grid3 > article {
	/*background: #394fe0;*/
	/*border: 1px solid #ccc;*/
	/*box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);*/
	border-radius: 0 0 1rem 1rem;
}

.grid3 > article img {
	/*height: auto;*/
	object-fit: cover;
	width: 100%;
	border-radius: 1rem 1rem 0 0;
}

.grid3 .card3_content {
	padding: 1rem;
  background: linear-gradient(to bottom left, #394fe0 40%, #6073f1 100%);
	border-radius: 0 0 1rem 1rem;
	/*height:auto;*/
}

.card3_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card3_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.card3_btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.card3_btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/**--- Display flex -----**/
/**--- Display flex -----**/

.flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    /* flex-flow: column nowrap; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    background-color: #515151;
    height: 100%;
    padding: 15px;
		row-gap: 30px;
  }

  .flex-container > div{
    background: #adadad;
    border: 3px solid #0826ab;
    border-radius: 15px;
    padding: 8px;
  }

	.center-001 {
  text-align: center;
}

/**--- Menu accordeon -----**/
/**--- Menu accordeon -----**/

.wrapper {
  height: auto;/* height: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #fff;/* #454545 color-texte */
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  padding: 0 0.3rem;
  background-color: #4D6968;/* aaaaaa color-fond */
}

/*
@media (min-width: 40rem) {
	.wrapper{
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	padding: 0 0.8rem;
	}
}

@media (min-width: 56rem) {
	.wrapper{
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	padding: 0 2rem;
	}
}*/

.spoiler {
  width: 100%;
}
.spoiler__item {
  /*background-color: #cccccc;/* fond-titres */
  background-color: #5A7C7A;
  margin-bottom: 1rem;
}
.spoiler__item-title {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 3rem;
  transition: all 0.8s linear;
}
.spoiler__item-title:before,
.spoiler__item-title:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 1px;
  background-color: #555555;/* color-fleche */
  transition: all 0.8s ease;
}
.spoiler__item-title:hover {
  /*background-color: #cccccc;*/
  background-color: lighten(#5A7C7A,5%);
}
.spoiler__item-title:before {
  transform: rotate(40deg);
}
.spoiler__item-title:after {
  transform: rotate(-40deg);
  left: 21px;
}
.spoiler__item-title.active {
  /*background-color: #9C6533;/* color-marron */
  background-color: lighten(#5A7C7A,5%);
}
.spoiler__item-title.active:before {
  transform: rotate(-40deg);
}
.spoiler__item-title.active:after {
  transform: rotate(40deg);
}
.spoiler__item-title.active:before,
.spoiler__item-title.active:after {
  background-color: #444444;
}
.spoiler__item-text {
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
  padding: 0;
}

.spoiler__item-text a{
color: #454545;
}
.spoiler__item:last-child {
  margin: 0;
}

@media (min-width: 40rem) {
	.spoiler__item-text{
	padding: 0 1rem 1rem 1rem;
	margin-left: 0;
	margin-right: 0;
	}
}

@media (min-width: 56rem) {
	.spoiler__item-text{
	padding: 0 1rem 1rem 1rem;
	margin-left: 0;
	margin-right: 0;
	}
}

.tab006 {
	width: 100%;
	border-color: #222;
	border: 2px;
	background-color: #c9e2f9;
}


* { box-sizing: border-box; }
/**** affichage smartphone portrait une colonne ****/
@media screen and (max-width: 767px) and (orientation: portrait)
 {
	.grid7 {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		grid-gap: 5px;
	}
}
/**** affichage smartphone landscape 3 colonnes ****/
@media screen and (max-width: 767px) and (orientation: landscape)
{
	.grid7 {
	  display: grid;
	  grid-template-columns: 2fr 1fr 8fr;
	  grid-auto-rows: auto;
	  grid-gap: 5px;
	}
}
/**** affichage pc ordinateur ****/
@media screen and (min-width: 768px) {

.grid7 {
  display: grid;
  grid-template-columns: 2fr 1fr 8fr;
  grid-auto-rows: auto;
  grid-gap: 5px;
}
}

.grid7 > * {
	padding: 10px;
  border: 1px solid #818181;
  border-radius: 5px;
  background-color: #ddd;
  color: #555;
  float: left;
}

.cellgris {
	background-color: #a7b2db
}

/**** affichage imprimante ****/
/**** affichage imprimante ****/
/**** affichage imprimante ****/

@media print {
.noPrint{display:none;}
header {display:none;}
footer {display:none;}
#noPrint {display:none;}
#programme1 {display:block;}

@page {
size: A4; /* DIN A4 standard, Europe */
margin: 0;
}
html, body {
width: 210mm;
height: 282mm;
font-size: 15pt;
background: transparent;
overflow: visible;
}

.grid7 {
display: grid;
grid-template-columns: 15% 15% 70%;
grid-auto-rows: auto;
grid-gap: 2pt;
}

.grid7 > * {
padding: 10pt;
border: 2pt solid #000;
border-radius: 5pt;
background-color: transparent;
color: #000;
float: left;
}
}


/**** iframe responsive ****/
/**** iframe responsive ****/
/**** iframe responsive ****/

.containerf {
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  border: none;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] { width: 100% !important; }

#likebox-wrapper * {
   width: 100% !important;
}

/**** FOOGALLERY-FOOGALLERY-FOOGALLERY-FOOGALLERY ****/
/**** FOOGALLERY-FOOGALLERY-FOOGALLERY-FOOGALLERY ****/
/*** this removes the white border around the thumbnail **/

.foogallery-pile-inner, .foogallery-album-gallery-list .foogallery-pile:before, .foogallery-pile:after {
    border: none !important;
		border-radius:0.8rem;
		box-shadow: 8px 8px 8px #555555 !important;
		/*background-color: #9f9f9f !important;*/
}

.foogallery-album-gallery-list .foogallery-pile {
    z-index: auto !important;
}

/*** supprimer les piles des albums ***/
/*** supprimer les piles des albums ***/

.foogallery-album-gallery-list .foogallery-pile:before,
.foogallery-album-gallery-list .foogallery-pile:after{
    display: none !important;
}
