@font-face {
	font-family: "castellar";
    src: url('/font/CASTELAR.ttf');
    font-family: "CS Avva Shenouda";
    src: url('/font/CS Avva Shenouda.ttf');
}

.opo{
    background-color: #FEF9E9;

}
.entete  {
    display: none;
}
.header {
    font-family: "castellar";
    color:#FFD500;
border:solid  #062033;
    background-color: #062033;
    text-align: center;
    padding: 10px;
    display: block;
position: absolute ;
z-index: 3;
}

.croix_gauche{

    width: 7%;

  background-image: url(/images/calendrier/croix_or2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tallest {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.header h1{
    text-shadow: 2px 2px 2px black;
    margin: 0px;
    font-size: xx-large;
}







.versets{
    background-color: #F2CB9E;
    text-align: center;
    color: honeydew;
    display: inline-block;
    display: flex;
    width: 100%;
    border-top:solid brown;

}


.verset{
    padding: 1%;
    font-size: small;
    margin: auto;
    text-shadow: 2px 2px 2px black;
    width: 100%;
}

.verset_mob{
    display: none;
}


/* Accueil */

.fond_couleur{
    background-color: #FEF9E9;

}

.fond{
background-color: #FEF9E9;
    background-image: url(/images/accueil/accueil-fini.svg);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: -250px -50px;
padding-bottom: 60px;
display: flex;
flex-direction: column;
}


.rang_vignette{
    display: flex;
    justify-content: flex-end;

}

.vignette{
    width:300px;
    margin: 20px;

}

.vignette .verset{
    font-size: large;
}
.tete_vig {
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    background-color: #062033;
    width: 100%;
    color: #FFD500;
    text-align: center;
    padding: 5px;border:solid black;

    display: flex;
    justify-content: space-between;

}

.cont_vig {
    font-family: 'Times New Roman', Times, serif;
    color:black;
    width: 80%;
    padding: 15px;
    background-color:#DCE6EE;
    margin: auto;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    font-size: large;
    text-align: center;

}
.cont_vig:hover{
    background-color:rgb(241, 241, 241);
}

.cont_vig a {
    color:black;
}
.cont_vig h1{
    font-weight: bolder;
    font-variant: small-caps;
font-size: large;
text-align: center;
}


.vignette a:hover{
    text-decoration: none;
}

.croix_vign {
display: flex;
justify-content: center;
align-items: center;
}

.croix_vign img {
width: 80%;
}


/* Menu */

    .navigation {
        background: #F5FBFF;
        font-size:  1.1vw;
      }

      .navigation ul {
        list-style-type: none;
        padding: 0;
        width: 100%;
        display: flex;
      }

      .menu_ho{
        height: 38px;
        display: flex;
        justify-content: space-between;
        width: 100%;
      }

      .menu_ho_gauche{
          display: flex;
      }
      .menu_ho_droite{
          display: flex;
      }

      .navigation .nav-item{
          padding: 0;
          margin: 0;
      }

      .navigation .nav-link{
        padding: 10px;

      }
      .navigation li {
        list-style-type: none;

        color: #def1f0;
        padding:0px;
      }

      .navigation li a {

        color: black;
        font-weight: 400;
      }

      .navigation li:hover ul.dropdown {
        display: block;
    z-index: 30;}

      .navigation li ul.dropdown {
        position: absolute;
        display: none;
        width: 200px;
        background: rgb(146, 146, 146);

        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        padding-top: 0;
        z-index: 40;
      }


      .navigation li ul.dropdown li {
        display: block;
        list-style-type: none;
      }

      .navigation li ul.dropdown li a {

        padding: 10px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #828383;
      }

      .navigation li ul.dropdown li:last-child a {


        border-bottom: none; }

      .navigation li:hover a {

        background: #747474;
        color: #fff !important;
        z-index: 30;
      }

      .navigation li:first-child:hover a { border-radius: 3px 0 0 3px; }

      .navigation li ul.dropdown li:hover a { background: #babbbb; }

      .navigation li ul.dropdown li:first-child:hover a { border-radius: 0; }

      .navigation li:hover .arrow-down { border-top: 5px solid #fff; }

      .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #def1f0;
        position: relative;
        top: 15px;
        right: -5px;
        content: '';
      }

      .active{
          background-color: #DDE8F0;
height: 38px;
    }

      @media only screen and (max-width:992px) {
        .navigation li a {

            font-size: 1.1vw;

          }

          .navigation li ul.dropdown li:last-child a {
             border-bottom: none; }



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

        .header h1{
            font-family: 'Times New Roman', Times, serif;
            text-shadow: 2px 2px 2px black;
            margin: 0px;
            font-size: medium;
        }


.fond{
    background: none;
}
        .cache{

            display: none;
visibility: hidden  ;
        }


    .entete {
height: 60px;
        border:solid;
        display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: #407388;
    }

.message{
    vertical-align: middle;
    margin: 20px;
    margin-top: 10px;
    font-size: 13px;
}
    .eglise{

    }
.rang_vignette{
    flex-wrap: wrap;
    justify-content: center;
}
    .vignette{

width: 90%;
        margin: 20px;

    }

    .avatar  {
        vertical-align: middle;
        width: 40px;
        height: 40px;
        border-radius: 50%;


    }
.eglise img {

    width: 90px;
margin-top: 0vmax;
margin-left: 10px;
}





        .navigation {
            z-index: 4;
display: flex;
border:solid;
          width: 250px;
          position: fixed;
          left: -250px;
top:0;
          transition: left 0.3s linear;
          margin: 0;

          flex-direction: column;
          justify-content: start;
          align-items: start;
          overflow-y: auto;
          overflow-x: hidden;
          height: 100%;
        }

        .navigation ul{
            display: flex;
            flex-direction: column;
            width: 100%;

        }

        .menu_ho{
            width: 100%;

        }
        .menu_ho_droite{
            display: none;
        }
        .menu_ho_gauche{
            width: 100%;
            display: flex;
            flex-direction: column;
            color:black;


        }
        .menu_ho_gauche li a {
            display: flex;
            flex-direction: column;
            font-size: 18px;
            color:black;

          }

          .navigation li ul.dropdown li:last-child a {
            font-size: 18px; }

          .navigation li:hover a {
            font-size: 18px;
          }
        .navigation.visible {
          left: 0px;
          transition: left 0.3s linear;
        }

        .nav_bg {
          display: flex;
          vertical-align: middle;
          width: 100%;
          z-index: 4;
          margin: 0;
          position: absolute;
          top: 0px;
          left: 0px;

width: 50px;
height: 60px;
          padding: 12px 0 0 10px;
          background-color: rgba(255, 255, 255, 0.5);
        }

        .nav_bar {
            display: inline-block;
            vertical-align: middle;
            height: 50px;
            cursor: pointer;
            margin: 0;

        }

        .nav_bar span {
          height: 2px;
          background: #fff;
          margin: 5px;
          display: block;
          width: 20px;
        }

        .nav_bar span:nth-child(2) { width: 20px; }

        .nav_bar span:nth-child(3) { width: 20px; }

/*        .navigation ul { padding-top: 50px; } */

        .navigation li { display: block; }

        .navigation li a {
          display: block;
          color: black;
          font-weight: 500;
        }

        .navigation li:first-child:hover a { border-radius: 0; }

        .navigation li ul.dropdown { position: relative; }

        .navigation li ul.dropdown li a {
            background: #babbbb;
          border-bottom: none;
          color: #fff !important;
          width: 250px;
        }

        .navigation li:hover a {
            background: #747474;
          color: #fff !important;
        }

        .navigation li ul.dropdown li:hover a {
            background: #747474;
          color: #fff !important;
        }



        .navigation li:hover .arrow-down { border-top: 5px solid #fff; }

        .arrow-down {
          border-top: 5px solid #505050;
          position: absolute;
          top: 10px;
          right: 10px;
        }

        .opacity {
          background: rgba(0,0,0,0.7);
          position: fixed;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

        .nv_mess{
            position: absolute; right:55px;
            font-size: medium;
        }
.nv_mess a{
font-size: large;
color:black;
    text-decoration: none;
    padding-right: 10px;
}

.nv_mess a:hover{

    color:gray;
        text-decoration: none;

    }
        }


/* Les news */

.contenu_news{
    width: 95%;
    margin: auto;
}
header{
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 6vw;
    text-transform: uppercase;
    display: inline-block;
    line-height: 72px;
    margin-bottom: 20px;
    color:red;
    margin-top: 20px;

}
.croisgauchenews{

margin-left:15px;
float:left;

}

.croisdroitenews{
    margin-right:15px;
    float:right;

}
p{
    margin-top: 0;
    margin-bottom: 20px;
}
.head{
    text-align: center;
    position: relative;


}

.headerobjectswrapper img{
height: 80px;

}

.subhead{
    font-weight: 700;
    font-size: 3.8vw;
    text-transform: uppercase;
    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    padding: 12px 0 12px 0;
    margin-bottom: 20px;

}
.weatherforcastbox{
    position: relative;
    width: 12%;
    left: 10px;
    border: 3px double #2f2f2f;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
    display: inline-block;
    margin: 0 50px 20px -360px;
}
.content{
    font-size: 0;
    line-height: 0;
    word-spacing: -.31em;
    display: inline-block;
    margin: 30px 2% 0 2%;


}
.collumns{

}
.testeee{
    display: flex;
flex-wrap: wrap;
}

.collumn{
    font-size: 14px;
    line-height: 20px;
width: 33%;

    padding: 0 1% 0 1%;
    vertical-align: top;
    margin-bottom: 50px;
    transition: all .7s;
    border-left: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
}
.collumn img{
    width: 100%;
}


.collumn .headline{
    text-align: center;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    display: block;
    margin: 0 auto;


}
.collumn .headline.hl1{
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0 10px 0;

}

.collumn .headline.hl6{
    font-weight: 400;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}
.collumn .headline.hl6:before{
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}
.collumn .headline.hl6:after{
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;

}

.collumn .figure {
	  margin: 0 0 20px;
}
.collumn .figcaption{
	font-style: italic;
	font-size: 12px;
}
.media {
    -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
    filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
    mix-blend-mode: multiply;
    width: 100%;
}

.nouvelle{
    text-align: justify;
    font-size: medium;
}
/*________________________________________________________________________________________________________________________________*/
/*MEDIAQUERIES*/
@media only screen and (max-width:767px) {
    .headerobjectswrapper img{
        position: relative;

        height: 60px;

        }

        .collumn{
            width: 50%;

            border-right: none;
        }

        header{
            line-height: 50px;
            padding-top:10px ;


        }

}
@media only all and (max-width: 600px) {
    .collumn{
        width: 90%;
        border-left: none;
        border-right: none;
        margin: auto;
    }
	.collumn + .collumn {
				border-left: none;
      	border-bottom: 1px solid #2f2f2f;
	}

    .headerobjectswrapper img{
        height: 50px;

        }

        header{
            line-height: 40px;
            padding-top:10px ;


        }
}

/*Histoire de l'église copte*/

.histoirecopte {
    width: 100%;
    padding:5vw;
    padding-top: 2vw; ;
    border-radius:0px 0px 10px 10px;


    text-align:justify;
}

.histoirecopte h1 {
    font-size:5vw;
    text-align:center;

}

.histoirecopte h2 {
    font-size:4vw;
    text-shadow: black 1px 1px 2px;

}
.histoirecopte li {
    list-style-type: upper-roman;
    padding:6px;
    margin-left:10px;
}
.histoirecopte li:hover {
    color:red;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}


#imagehistoired {
    float:right;
    margin-left:30px;
}
#imagehistoireg {
    float:left;
    margin-right:30px;
}
#legendhistoire {
    position:relative;
    margin-bottom:-30px;
    bottom:60px;
    text-align:center;
    display:block;
    opacity:0.8;
    background-color:white;
}

.histprec {

    display: inline-block;
    width:30%;

    text-align: left;
}
.histsuiv {

    display: inline-block;
    width:30%;

    text-align: right;
}
.histprec:hover, .histsuiv:hover, .histsommaire:hover {
    color:red;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
}

.histsommaire {

    display: inline-block;
    width:36%;
    text-align:center;

}


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

    #imagehistoireg #imagehistoired {
        width: 150px;
        margin:0.5vw;
    }
    .histoirecopte img {
        width: 150px;


    }
}

/*Apprendre le copte*/


#fondapprendrecopte {

    position: relative;
    background-color: #FDF4D8;
margin:auto;


}



#fondapprendrecopte h1{
    font-size:5vw;

}

#icones{
    display: flex;
width: 80%;
justify-content: center;
margin:auto;
justify-content: space-between;
padding-bottom: 200px;
}

#lecopte, #alphabet, #mots{
width: 20%;
height: 20%;

cursor:pointer;

}


/*
.icones{
    width: 65vw;
    margin:auto;
    margin-top:5vw;
    background-color: #FDF4D8;

}
#lecopte, #alphabet, #mots{
    padding:3vw;
    width:20vw;
    height:20vw;
    position:relative;
    display: inline-block;
    cursor:pointer;
    border-radius:125px;
}
*/
#mots img{
    float:right;
}

#titrecopte, #titrealpha, #titremots {

 font-size: 1.4vw;;
 text-align:center;
 position:relative;


}
#lecopte img, #alphabet img, #mots img {
	width:100%;
    height:100%;

}
.conteneur_apprendre_copte{

    background-color: #FDF4D8;
    margin:auto;
}
#introcopte {
width: 80%;
margin:auto;
    font-size:24px;
    text-align:justify;
    display: none;
}
#introcopte h2 {
    font-size:28px;
    margin:0px;
    margin-bottom: 10px;
    padding:0px;
    text-shadow: black 1px 1px 2px;
}
#titrealpha {
 top:10px;
}
#apprendrecopte2{
    display: none;
    background-color: #FDF4D8;
    padding-bottom: 20px;
}
#alphabet_presentation {
    background-image:url('/images/apprendrecopte.png');
    width:750px;
    height:500px;
    background-size: contain;
    border-radius:10px;
margin:auto;
position: relative;

}

#listelettre{
    position:absolute;
    left:270px;
    top:380px;
    width:205px;
}

#listelettre li {
    font-family:CS Avva Shenouda;
}


.carrousel {
	margin:auto;
	padding:0;
    height:85px;
    width:190px;

}
.carrousel-pagination {
    list-style:none;
}
.carrousel-prev {
    position:absolute;
    right:215px;
    bottom:35px;
    width:25px;
    height:40px;
    background-image:url('/images/precopte.png');
    cursor:pointer;
}
.carrousel-next {
    position:absolute;
    left:220px;
    bottom:35px;
    width:25px;
    height:40px;
    background-image:url('/images/suivcopte.png');
    cursor:pointer;
}
.carrousel li {
    border-radius:40px;
    border:solid 1px;
	float:left;
	width:80px;
	height:82px;
	margin:0;
	margin-right:10px;
	padding:0;
	list-style:none;
	color:black;
	font:4em/1.2 Georgia, "Times New Roman", Times, serif;
	text-align:center;
    background:#FFCC66;

}

.carrousel li:hover {
    border-radius:40px;
    border:solid 1px;
	float:left;
	width:80px;
	height:82px;
	margin:0;
	margin-right:10px;
	padding:0;
	list-style:none;
	color:white;
	font:4em/1.2 Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:#FFCC66;
	font-weight:bold;
}

#explicationcopte {
    position:absolute;
    top:25px;
    left:40px;
    width:700px;
    height:350px;


}

#explicationcopte li {
    font-family:CS Avva Shenouda;
    color:black;
    display:inline-table;
    padding-top:20px;
    line-height:30px;
    font-size:60px;
    width:80px;
    height:60px;
    text-align:center;
    border:solid;
}

#lettre {
    width:600px;
    height:180px;
    margin:auto;
    font-family:CS Avva Shenouda;
    font-size:150px;
    text-align:center;
    line-height:190px;
}
#nomlettre {
        width:310px;
    height:130px;
    padding:20px;
    padding-top:10px;
    padding-left:40px;
    float:left;
    font-size:20px;
    position: relative;
    bottom: 15px;

}
#exemplescopte {
        width:310px;
    height:130px;
    padding:20px;
    padding-top:10px;
    float:right;
    font-size:20px;
    position: relative;
    bottom: 15px;
    right:20px;
}
#listemots {
    position: relative;
    margin:auto;
    font-size:2vw;
    text-align:justify;
    padding:3vw;
    background-color: #FDF4D8;
    display: none;

}

#listemots h2{
    font-size:30px;
    text-align:center;
    padding-bottom:20px;
    text-decoration:underline;
    text-shadow: black 1px 1px 2px;
}
.tableau_mots td{
    width:33%;
    text-align:center;
    font-size:24px;
}

.tableau_mots th{
    width:33%;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    border-bottom: solid;
    padding-bottom: 10px;

}

.tableau_mots{
    width:100%; margin:auto;
}


.tableau_alphabet td{
    width:25%;
    text-align:center;
    font-size:24px;
}
.tableau_alphabet th{
    width:25%;
    text-align:center;
    font-size:24px;
    font-weight:bold;
    border-bottom: solid;
    padding-bottom: 10px;

}

.tableau_alphabet{
    width:100%; margin:auto;
}

.tableau_alphabet tr{
    border-bottom: solid gainsboro;
}
.soustbl tr {
border: none;
}

.copte {
    font-family:CS Avva Shenouda;
}
#apprendrealphabet{
    display: none;
}
@media only screen and (max-width:767px) {


    #introcopte{
        font-size: 18px;
    }
    #listemots h2{
        font-size:24px;
    }
    .tableau_mots td{
        font-size:18px;
    }

    .tableau_mots th{
        font-size:18px;
    }


.tableau_alphabet th, .tableau_alphabet td {
    font-size:12px;
}
#alphabet_presentation{
    display: none;
}
#apprendrealphabet{
    display: block;
}

#apprendrealphabet h2{
    text-align: center;
    padding: 5px;
    text-decoration: underline;
    font-size:20px;
}

}

/* Le Calendrier */

.contenue_calendrier{
    width: 90%;
    margin: auto;
}
.contenu_cal{
    width: 95%;
    margin: auto;
    background-color: #FDF4D8;
}

.mois_cal{
    margin-left: 100px;
    text-decoration: ;
}
.gfete{
width:600px;
height: 100px;
border:black solid;
}
.image_cal img{
    border:solid;
    color:red;
    width: 300px;
}

/*Fêtes et jeûnes*/
.choix_annee{
    display: flex;
    justify-content: center;

}
.bordure-gauche{
    background-image: url(/images/calendrier/poteau.svg);
    background-position: top right;

    background-size: contain;
    background-position-y: top;

}
.liste_fetes {

    margin: auto;
    border-bottom:solid 3px;



    position: relative;

}
.contenu_titre{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}


.titre_fete{
    text-transform: uppercase;
    font:"Times New Roman";
font-size: x-large;
flex-grow: 1;


}

.titree{

    width: 69%;
    position: relative;
    text-transform: none;
}





.poisson img{
width: 30px;
margin-right: 10px;
}


.date{

    font:"Times New Roman";
    font-variant-caps: small-caps;
font-size: large;
color:black;

}


.description_fete{
    font-size: 100%;
    text-align: justify;
    text-transform: none;
    color:black;
    width: 69%;
margin-top: 10px;
margin-bottom: 10px;






}

.image_fete{
    width: 28%;
    height: 100%;
position: absolute;
bottom: 0px;
right: 0;


}

.image_fete img {
    max-height: 100%;
    height: auto;

    width: 100%;
    min-width: 90%;
right: 0;
    position: absolute;
    bottom: 0;

}
.liste_fetes {
    text-transform: uppercase;
    font:"Times New Roman";
}
.grande_fete{
    color:goldenrod;

}

.petite_fete{
    color:blue;
}

.autre_fete{
    color:grey;
}
.jeune{
    color:darkslateblue;
}

#ensavoirplus{
display: none;
margin: 8px;
}

@media only screen and (max-width:767px) {
    input:checked + label + div { display: block; }
    input + label:after { content: " To Hide"; }
    input:checked + label:after { content: " To Show"; }

 .description_fete{
     display: none;
 }


#ensavoirplus{
    display: block;
}

.image_fete img {
    position: absolute;
    top: 21px;

}
.description_fete{

    width: 100%;
}

}

/*Calendrier Liturgique*/

.page_calendrier{
    display: flex;
    width: 90%;
    height: 52vmax;
    margin: auto;
    background-image: url(/images/calendrier/fond_cal.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.calendrier_class {
    width: 90%;
margin-bottom: 10px;

}
.jourcalp{
    display: none;
}
.calendrier_class caption {
    caption-side: top;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
    color: #EED002;
    text-transform: uppercase;
    text-shadow: black 1px 1px 2px;
  }

  .calendrier_annee{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: #EED002;
    text-transform: uppercase;
    margin-top: 5px;

  }

  .annee{
    font-size: 8.5vh;
    margin-top: -10px;
    margin-bottom: -15px;
  }
.image_croix{
    width: 80%;
    height: 80%;
    margin:auto;
    margin-top: 5%;
    background-image: url(/images/calendrier/croix_or.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.calendrier_class thead
{
    border:solid lightgray;
}
.calendrier_class th{
background-color:#407388;
color:#EED002;
text-transform: uppercase;
font-size: 2.5vh;
text-align: center;
padding: 5px;
width: 12%;

text-shadow: black 0.5px 0.5px 1px;
}
.int_cal{


width: 100%;
height: 70%;
margin:auto;
}
.calendrier_class td{
    margin: auto;
    text-align: center;
    color: goldenrod;
    text-shadow: black 0.5px 0.5px 1px;

}

.cell_pleine{
    border:solid lightgray;
}

.cell_pleine:hover{
    cursor: pointer;
    background-color: #5F9BB9;
}

.jour_j{
    border:goldenrod solid 3px;

}

.mois_suivants{
    width: 90%;

    margin-bottom: 10px;
}
.mois_suivants a{
    text-decoration: none;
    color:#EED002;
    text-shadow: black 0.5px 0.5px 1px;
text-transform: uppercase;

}

.mois_suivants a:hover{
    text-decoration: none;
    color:#EED002;
    text-shadow: gray 0.5px 0.5px 1px;


}

.choix_jour{
    width: 70%;
margin-left: 20px;
color:#EED002;
text-transform: uppercase;
font-size: 2.5vh;
text-shadow: black 0.5px 0.5px 1px;

    margin-top: 20px;
}

.choix_jour button {
    background-color:#407388;
color:#EED002;
text-transform: uppercase;
font-size: 2.5vh;
text-shadow: black 0.5px 0.5px 1px;
text-align: center;
padding: 5px;



}

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

 .cote_g{
     display: none;
 }


    .calendrier_class {

        width: 90%;
        margin:auto;
    margin-bottom: 10px;

    }
    .page_calendrier{
display: block;
height: 100%;

background-size: 100% 100%;
        margin: auto;
        margin-top:8px;

    }
    .int_cal{
        height:100%;


    }

    .mois_suivants{
margin:auto;
margin-bottom: 15px;
    }
}

/*Page du Calendrier*/
.page_cal{
    display: flex;
    width: 95%;
    margin: auto;

}
.presgauche{
    width: 45%;
    height: 100%;

    padding: 10px;

 background: #32687F;
 margin-top: 20px;
}
.bordure1{
    padding: 10px;
    width: 100%;
    margin: auto;
    border :solid gold;

}
.bordure2{
    border :solid gold;
    padding: 10px;
}
.presgauche h1, h2, h3 {
    font-family: 'Times New Roman', Times, serif;
    color:#F8DE3D;
    text-transform: uppercase;

    text-align: center  ;
}

.legende{
    font-family: 'Times New Roman', Times, serif;
    color:#F8DE3D;
    text-transform: uppercase;
margin-top:5px;
    text-align: center  ;
}

.presgauche h2{
    font-size: 5vh;
}
.presgauche h3{
    font-size: large;
    text-transform: none;
    margin-bottom: 30vh;
}

.presgauche h1 {
    font-size:10vh;
}

.img_cal{
    width: 150px;
    height: 203px;
    margin: auto;

}
.presdroite{
    width: 55%;

}

.titre_cal{
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    width: 80%;
    margin: auto;
    color:#32677F;
    font-weight: bolder;
    border :solid gold;
    background-image:url('/images/calendrier/croix_or.png'), url('/images/calendrier/croix_or.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:   left, right;
    margin-top: 20px;
    margin-bottom: 20px;
    /*background-image: url(images/calendrier/croix_or.png), url(images/calendrier/croix_or.png);
    background-repeat: no-repeat;
    background-position:  right bottom, left top;*/
}

.lectures {
    text-align: center;
    color:#32677F;
}

.event_cal{
    font-family: 'Times New Roman', Times, serif;
    color:#F8DE3D;
    text-align: center;
    text-transform: uppercase;
margin: 10px;
font-weight: bolder;
font-size:5vh;
text-shadow: 2px 2px 2px gray;
}

.pres_petit{
    display: none;
}

.pdf_lien{

    width: max-content;
    margin: auto;
    margin-top:10px;
}


.jour_suivant{
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}
.jour_suivant a{
    text-decoration: none;
    color:#EED002;
    text-shadow: black 0.5px 0.5px 1px;
text-transform: uppercase;

}

.jour_suivant a:hover{
    text-decoration: none;
    color:#EED002;
    text-shadow: gray 0.5px 0.5px 1px;


}

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

    .presgauche{
        display: none;
    }

.presdroite{
    width: 100%;
}

.numjour{
    background: #32677F;
width: 10%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    color:#F8DE3D;
font-size: x-large;
}

.pres_petit{
    display: block;
    text-align: center;
    color: #32677F;
    font-size: x-large;
}
.moiss_copte{
    background: #32677F;


    margin: auto;
    border-radius: 10px;
    text-align: center;
    color:#F8DE3D;
font-size: x-large;
}
       .calendrier_class {

           width: 90%;
           margin:auto;
       margin-bottom: 10px;

       }
       .page_calendrier{
   display: block;
   height: 100%;

   background-size: 100% 100%;
           margin: auto;
           margin-top:8px;

       }
       .int_cal{
           height:100%;


       }

       .mois_suivants{
   margin:auto;
   margin-bottom: 15px;
       }
   }

   /* Catéchisme Enfants */
   @font-face {
	font-family: "trajan";
	src: url('../font/trajan.ttf');
}

   .cate_enfant{
       padding-top: 20px;
       background-color: #FDF4D8;

   }

   .cate_enfants{
    padding-top: 0px;
    background-color: #FDF4D8;

}

   .titre_cate {
    overflow: hidden;
    text-align: center;
    font-size: xx-large;

    color:#062033;
    margin-bottom: 15px;
    font-family: "trajan";
    color:#F8C33D;
    text-shadow: 1px 1px 1px black;
}

.sous_titre_cate{
    overflow: hidden;
    text-align: center;
    font-size: x-large;
    color:#062033;
    padding-top:10px;
    margin-bottom: 15px;
    font-family: "trajan";
    color:#F8C33D;
    text-shadow: 1px 1px 1px black;
}


.sous_titre_cate:before {
    background-color: #062033;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}


.sous_titre_cate:after {
    background-color: #062033;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.sous_titre_cate:before {
    right: 0.5em;
    margin-left: -50%;
}
.sous_titre_cate:after {
    left: 0.5em;
    margin-right: -50%;
}


.titre_cate:before {
    background-color: #062033;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}


.titre_cate:after {
    background-color: #062033;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.titre_cate:before {
    right: 0.5em;
    margin-left: -50%;
}
.titre_cate:after {
    left: 0.5em;
    margin-right: -50%;
}


.nuage{
    width: 80%;
    margin:auto;
    padding: 15px;
    background-color: white;
    text-align: center;
    border-radius: 50%;

}
.image_jesus_cate{
    background-image: url(/images/catechismes/enfants/jesus.png);
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
    height:70vh;
    margin:auto;
}
.categorie_cate_enfants {
    width: 70%;
    margin:auto;
    display: block;
    margin-top:35px;
    padding: 5px;
    background: #062033;
    text-align: center;
    cursor: pointer;
}




.cate_droite_enfant {
    color:#F8C33D;
}

.cate_droite_enfant a {
    color:#F8C33D;
}

.cate_droite_enfant a:hover {
    background: #073353;
    color:#F8C33D;
}
.cate_enfants_principal{
    width: 80%;
    margin:auto;
}


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


    .cate_droite_enfant{
width: 100%;
    }
    .categorie_cate_enfants {
        width: 100%;
    }

    .image_jesus_cate{
        background-image: url(/images/catechismes/enfants/jesus.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 300px;

        margin:auto;
    }
   }

   /* Catéchisme Layout */

.menu_cate_enfant{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
   .categorie_cate_enfant {
    width: 18%;
padding: 10px;
    margin: 10px;
    background: #062033;
    color:#F8C33D;
    text-align: center;
cursor: pointer;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}

.menu_cate_enfant a:hover  {

    color:#F8C33D;
}

.active2{
    border:3px solid;
}

.cate_droite_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 100px;
        }


.vignette_cate{
width: 20%;
text-align: center;
position: relative;
margin: 10px;
}

.vignette_cate a{
   text-decoration: none;
   color:black;
    }

.vignette_cate img{
    width: 100%;
	height: auto;
}

.sstitre_cate{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: white;
    width: 100%;
    opacity: 80%;
}

.vignette_cate:hover{
    border: solid;
    color:#F8C33D;
    cursor: pointer;
    }
.cate_enfants_centre{
    width: 95%;
    margin: auto;
margin-top: 20px;
padding-bottom: 20px;
}

.zone_html {
width: 100%;
background-color: #FDFAEF;
border: solid #F8C33D;
        overflow-y: auto;
        height: 400px;
        resize: none;
}

.image_html {
    width: 10%;
    display: block;
    margin: auto;
}
.titre_html{
    text-align: center;
    text-transform: uppercase;
}

.vignette_ecrit{
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    border:solid;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.vignette_ecrit h1 {
    font-size: large;
}

.vignette_ecrit h2 {
    font-size: medium;
    color: black;
    text-decoration: underline;
}

.vignette_ecrit h3 {
    font-size: small;
    color: black;
    font-style: italic;
}


.ecrit_org{
    padding: 5px;
text-align: justify;
    display: flex;
    border-radius: 5px;

}
@media only screen and (max-width:767px) {
.vignette_ecrit{
display: block;
}

.categorie_cate_enfant{
    width: max-content;
}
.mobile_gauche{
    display: none;
}

.table_ecrit{
    display: none;
}

.vignette_cate{
    width: 40%;
}
   }

/* Catechisme adultes */
.table_cate, .table_ecrit{
    width: 90%;
    margin:auto;
    background-color: #FEFEFE;

}
.table_cate th, .table_ecrit th {
    text-align: center;
    border:1px solid;
    background: #073353;
    color:#F8C33D;
    padding: 10px;;
}

.table_cate td, .table_ecrit td {
    border:1px solid #F8C33D ;
    padding: 10px;
}
.titre_table {
font-size: large;
    font-variant : small-caps;
    text-align: center;
}
.centrer_colonne{
    text-align: center;

}

.recherche_cate {
    width: 50%;
    margin:auto;
}

.pagination_cate{
    display: flex;
    justify-content: center;
margin-top: 15px;
}


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

    .resumtable{
        display: none;
    }
       }

/* Prières */

.categorie_prieres{
    width: max-content;
    margin:auto;
    font-variant : small-caps;
    display: block;
    padding: 5px;
    text-align: left;
    color:black
}

.categorie_prieres:hover {
    background-color: #F9D474;
    text-decoration: none;

}

.active3{
    background-color: #F9D474;
}
.image_priere img{
    width: 60%;
    margin:auto;
}

.image_priere {

    display: flex;
    justify-content: center;
}

.menu_gauche{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.menu_priere{

    display: flex;
    justify-content: center;
}
.html_priere{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.menu_gauche_html_prieres{
    background-color: #FAD578;
    display: flex;
    flex-direction: column;


}

.menu_gauche_html_prieres img{
    width: 60%;
    margin-top: 20px;
    align-self: center;
}

.titre_priere_html{
    font-variant: small-caps;
    align-self: center;
    font-size:x-large;
    text-align: center;
}

.retour_priere_html{
    font-variant: small-caps;
    font-size:x-large;

}

.retour_priere_html a{
    color:black;
}

.logopdf img {
    width: 100%;
margin:auto;
}
.logopdf {
    padding: 10px;
    align-self: center;
}

.prieres_html{
    display: flex;
    justify-content: center;
}
.texte_area_priere{
    max-height : 100vh;
    overflow: auto;
    padding: 0 20px;
    align-self: center;
}

.texte_area_priere h1{
    text-align: center;
}

/* Multimédias audios */

.audios{
    width: 90%;
    margin:auto;
    margin-top: 10px;
    border:solid #F8C33D ;
    display: flex;
    align-items: center;
    align-content: space-between;
}


.description_audio{
    padding: 10px;
margin-left: 20px;
white-space:nowrap;

}
.image_audio{
    width: 20%;
}
.titre_audio{
    font-variant: small-caps;
    font-size:x-large;
}

.auteur_audio{
    font-variant: small-caps;
    font-size:medium;
}

.paroles_audio{
    font-variant: small-caps;
    font-size:large;
margin-top: 10px;
}

.paroles_audio a{
    text-decoration: none;
    color:black
}

.audio_mp3{
    display: flex;
    justify-content: flex-end;

width: 100%;

}
.audio_flux{
    margin-right: 10px;
}
.date_audio{
    font-size:small;
}


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

    .audios{
        flex-direction: column;
    }
    .audio_mp3 {
        justify-content: center;
    }
    .image_audio{
        display: none;
    }
    .titre_audio, .auteur_audio, .date_audio, .paroles_audio{
        text-align: center;
    }
       }
/* Videos */

.videos{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.vignette_video{

width: 250px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    background-image: url(/images/multimedias/videos/videos.png);
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    justify-content: flex-start;
}

.image_video{
    width: 250px;
    display: flex;
    justify-content: center;
}


.titre_video{
    font-variant: small-caps;
    font-size:large;
    text-align: center;
}

.auteur_video{
    font-variant: small-caps;
    font-size:medium;
    text-align: center;
}

.date_video{
    font-size:small;
    text-align: center;
}

.image_video_auteur{
    width: 85%;
}

/* Photos */
.titre_photos {
width: 100%;
margin-top: 2px;
text-align: center;
text-decoration: underline;
}
.album{
    width: 300px;
    height: 250px;
    margin: 20px;
    background-image: url(/images/multimedias/photos/album.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
}

.affiche_album{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
justify-content: space-between;
}
.colonne_gauche{
    width: 70px;
    height: 100%;
}
.photos_albums{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.apercu_photos{
    text-align: center;
}
.apercu_photos img{
    width: 50%;
}
.pagination_photos{
    width: 100%;

    display: flex;
    justify-content: center;
}

.titre_photo, .sous_titre_photos{
    text-align: center;
    color:gold;
    width: 100%;
    font-variant: small-caps;
    font-size:large;

}

.apercu_photo{
    margin: 10px;
}

/* Questions - Reponses */

.sous-titre-qestion-reponses{
    text-align: center;
    width: 100%;
font-family: 'Times New Roman', Times, serif;
font-size:large;
color:brown;
font-weight: bolder;
font-style: italic;
margin-bottom: 15px;
}

.alpgaqr{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: center;
    justify-content: space-around;
    margin:auto;
    margin-top: 20px;
    border-top:double;
}

.alpgaqr a{
    font-size: xx-large;
    padding: 3px;
    color:black;
    font-family: 'Times New Roman', Times, serif;
}

.question_area{
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.question_area textarea {
    resize:none;
}

.listes_questions{
    width: 80%;
    margin: auto;


}

.dernieres_qestions li {
margin-bottom: 5px;
font-size: 100%;
font-family: 'Times New Roman', Times, serif;
display : list-item;
list-style-image : url(/images/questions/puces.png);
color:black;
}

.dernieres_qestions a {
    color:black;
}

.titre_questions, .titre_questions a{
    font-size: x-large;
    color:#062033;
    margin:15px 0px 15px 0px;
    font-family: "trajan";
    color:#F8C33D;
    text-shadow: 0.5px 0.5px 0.5px black;
    text-decoration: underline;
}

.titre_question{
    font-size: x-large;
    text-align: center;
    color:#062033;
    margin:15px 0px 15px 0px;
    font-family: "trajan";
    color:#F8C33D;
    text-shadow: 0.5px 0.5px 0.5px black;
}

.reponse_question{
    text-align: justify;
}

/* Boutique */

.menu_boutique{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.panier_boutique{
    align-self: flex-start;
    width: 150px;
    height: 60px;
    padding: 5px;
    padding-top: 0px;
    margin: 1px;
    background: #F9C33D;
    color:white;
    text-align: center;
cursor: pointer;
justify-content: start;
display: flex;
flex-direction: column;
text-align: left;
font-variant-caps: small-caps;
font-size: large;
overflow: hidden;
position: relative;
}

.categorie_boutique {
    align-self: flex-start;
    width: 150px;
    height: 60px;
    padding: 5px;
    padding-top: 0px;
    margin: 1px;
    background: #062033;
    color:#F8C33D;
    text-align: center;
cursor: pointer;
justify-content: start;
display: flex;
flex-direction: column;
text-align: left;
font-variant-caps: small-caps;
font-size: large;
overflow: hidden;
position: relative;
}

.panier_boutique:hover, .categorie_boutique:hover{
    color:white;
}
.titre_cate_boutique{
    width: 100%;
 text-align: left;
 font-variant-caps: small-caps;
 font-size: large;
}
.icon_cate_boutique{
    text-align: right;
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom:-5px;

}

.icon_cate_panier{
    text-align: right;
    font-size: 40px;
    position: absolute;
    right: 10px;
    bottom:-10px;
    color:  #B5820F;
}
.categorie_boutique a:hover  {

    color:#F8C33D;
}

.panier_contenue{
    font-size: x-small;
}
.recherche_boutique{
    width: 40%;
margin-bottom: 15px;
margin-left: 58%;
}

.trier_par{
    color:red;
}

.presentation_produits{

    display: flex;
flex-wrap: wrap;
    justify-content: center;

}


.vignette_produit{
    width: 200px;
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    border-radius: 5%;
    margin:20px;
}
.img_produit img{
    width: 180px;
    margin:auto;
    border-radius: 5%;

}
.titre_produit{
    font-variant-caps: small-caps;
    color: #062033;
    font-family: 'Times New Roman', Times, serif;

    font-weight: bolder;
    text-align: center;
}
.auteur_boutique{
    text-align: center;
    font-size: x-small;
    margin-bottom: 10px;
}
.bottom_produit{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-variant-caps: small-caps;
    color: #062033;
    font-family: 'Times New Roman', Times, serif;

}

.presentation_produit{
    display: flex;

    justify-content: center;
    justify-items: center;


}

.image_produit{
    display: flex;
    padding: 15px;

    justify-content: center;
    justify-items: center;
flex-direction: column;
}

.couverture_produit {
    text-align: center;
}

.couverture_produit img{

width: 200px;
}

.recto_verso{
    display: flex;
    justify-content: space-around;
    justify-items: center;
}
.recto_verso img{
    margin-top: 10px;
    width: 30px;

}

.miniature_produit:hover{
    cursor: pointer;
}

.resume_produit{

    width: 100%;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;

}

.modal-dialog{
    text-align: center;
}
.titre_produit_desc{
    font-size: 20px;
    text-transform: uppercase;

}

.sous_titre_produit_desc{


}
.etoiles_notes{
    display: flex;
justify-items: center;

}
.nombre_avis{

margin-top: 6px;
margin-left: 6px;

}
.rating {
    direction: rtl;
 }
 .rating a {
    color: #aaa;
    text-decoration: none;
    font-size: x-large;
    transition: color .4s;
 }
 .rating a:hover,
 .rating a:focus,
 .rating a:hover ~ a,
 .rating a:focus ~ a {
    color: orange;
    cursor: pointer;


 }

 .header_produit{
     display: flex;
     flex-wrap: wrap;
     justify-content:space-between ;
     justify-items: center;

 }

 .prix_du_produit{


     display: flex;
     flex-direction: column;


     justify-content: center;
 }
 .afficher_prix_produit{

     font-size: xx-large;
    background: #062033;
     color:#F8C33D;
     border-radius: 20%;
     padding: 10px;
 }
 .footer_droite_produit{
     display: flex;
     justify-content: center;
     justify-items: center;

 }
.footer_produit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .quantite_produit{
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .ajouter_panuer{
     font-size: xx-large;
     display: flex;
     flex-direction: column;
     justify-content: center;
     margin: 10px;
 }
.auteur_avis{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.avis_produit{
    text-align: justify;
    width: 100%;

}

.avis_produit hr{
    border-top: 2px solid  #333;

}

.hauteur_max{
    height: 300px;
    overflow: auto;

}

.formulaire_avis{
    width: 100%;
    display: flex;
    resize: none;
}

.formulaire_avis textarea{

    resize: none;
}


@media only screen and (max-width:600px) {
    .resume_produit{
        text-align:center ;
        justify-content: center;

    }

    .presentation_produit{

        flex-direction: column;



    }

.vignette_produit{
    width: 35%;

    border:solid;
    text-align: center;
}

.vignette_produit img{
width:80%;


}

.description1_produit{
/*    display: none;*/
text-align: justify;
}

.header_produit{
    justify-content: center;
}
.etoiles_notes{
    justify-content: center;
}

.detail_livre{
    text-align: justify;
}

.footer_droite_produit{
    width: 100%;
    margin-top: 15px;

}

}

/* Mon Panier */

.titre_mon_panier{
    text-align: center;
    border:solid;
    border-radius: 10%;
    background: #073353;
    color:#F8C33D;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
}

.table_panier{
    width: 90%;
    margin:auto;
border:red;

}
.table_panier th {
    text-align: center;
    border:1px solid;
    background: #073353;
    color:#F8C33D;
    padding: 10px;;
}

.table_panier td {
    border:1px solid #F8C33D ;
    padding: 10px;
}
.centrer_colonne_panier{
    text-align: center;
    background-color: white;
}
.mon_panier_contenu{
    background:whitesmoke;
    display: flex;
    justify-content: center;
padding: 20px;
}

.image_produit_panier{
    width: 5%;
}
.image_produit_panier img {
    width: 180px;
}

.panier_vide{
    width: 100%;
    padding: 20px;
    background-color: whitesmoke;
    font-variant: small-caps;
    display: flex;
    justify-content: center;
}

.passer_commande{
    width: 100%;
    padding: 20px;

margin:auto;
    font-variant: small-caps;
    display: flex;
justify-content: flex-end;
}



@media only screen and (max-width:600px) {
 .disp_petit{
     display: none;
 }
}

/* Commandes */

.icon_commande_boutique{
    text-align: right;
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom:-5px;

}

.etape_commande {
    align-self: flex-start;
    width: 150px;
    height: 60px;
    padding: 5px;
    padding-top: 0px;
    margin: 1px;
    background: grey;
    color:black;
    text-align: center;
justify-content: start;
display: flex;
flex-direction: column;
text-align: left;
font-variant-caps: small-caps;
font-size: large;
overflow: hidden;
position: relative;
}

.active3{
    background:#007BFF;
    color:white;
}

.needs-validation{
    width: 80%;
    margin: auto;
    background: whitesmoke;
    padding: 20px;
    border-radius: 5%;
}

.choix_mode_livraison{
    background: white;
    padding: 20px;
    border-radius: 2%;
    margin:10px;
}
.adresse_eglise{
    margin: auto;
    padding: 15px;
    width: max-content;
    border:solid;
}
.prix_livraison{
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    display: inline;
    padding: 5px;
}

.boutons_commande{
    width: 100%;
padding: 20px;
    display: flex;
    justify-content: space-between;
}

.livraison_mode{
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: row;
}
.colissimo, .adresse_livraison{
margin-right: 20px;
    align-self: center;
}


/* Contact */

.nous_contacter{
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin:auto;
flex-wrap: wrap;

}

.contact{
    width: 46%;
padding: 15px;
margin:15px;
    background: #062033;
    color:#F8C33D;
    border-radius: 10px;
    background-image: url(/images/cyrille_athanase.png);
    background-repeat: no-repeat;
    background-size:80%;
    background-position-y: bottom;
    background-position-x: center;
}

.titre_eglise_contact{
    font:"Times New Roman";
    font-variant-caps: small-caps;
font-size: x-large;
text-align: center;
}

.sous_titre_eglise_contact{
    font:"Times New Roman";
    font-variant-caps: small-caps;
font-size:large;
text-align: center;
}
.pretre_contact{
    font:"Times New Roman";
    font-variant-caps: small-caps;
font-size:large;
text-align: center;
    margin:20px;
}
.complement_adresse{
    display: flex;
    flex-direction: column;
    font-size: small;
}

.image_eglise_contact{
    padding: 20px;
    text-align: center;
}

.formulaire_contact{
    width: 46%;
    padding: 15px;
    margin:15px;
        background: #F9D367;
        color:balck;
        border-radius: 10px;
}

.titre_formulaire_contact{
    width: 90%;
    padding: 10px;
    background: white;
    border-radius: 15px;
    color:goldenrod;
    margin:auto;
    border:solid;
    text-align: center;
}

.contenu_formulaire{
    margin-top:10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contenu_formulaire label{

        float: left;
        display: inline;
        width: 230px;


}

.unedemande{
    font:"Times New Roman";
    font-variant-caps: small-caps;
    font-size: x-large;

}


.venir_eglise{
color:white;
font-size: large;
margin-top:10px ;
}

@media only screen and (max-width:1000px) {
    .formulaire_contact, .contact{
        width: 100%;
    }

    .contact{
        background-image: none;
    }
   }

/* Inscription */

.formulaire_inscription{
    width: 90%;
    margin:auto;
    border:solid;
}



.form-control, .btn{
    border-radius: 3px;
}
.signup-form{
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
}

.signup-form input {
    margin-top: 20px;

}

.signup-form form{
    color: #999;
    border-radius: 3px;
    margin-bottom: 15px;

    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}


.switch-field {
    display: flex;
    overflow: hidden;
    margin-top: 25px;
justify-content: center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color:#007BFF;
    box-shadow: none;
    color:white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

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

    .switch-field input + label:after { content: ""; }
    .switch-field input:checked + label:after { content: ""; }

    .signup-form{
        width: 80%;

    }
}

/* Page utilisateur */



.profil_user{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FDF4D8;

}

.tableau_de_bord{
width: 95%;
margin:auto;
background: white;
border-radius:30px;
margin-bottom: 20px;

}
.menu_profil{
    display: flex;
    list-style:none;
    padding-left:0;
    flex-direction: column;
flex-wrap: wrap;
}
.menu_profil a{
    padding: 10px;
}

.centrertout{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    background-color: #FDF4D8;
}

.centrertout .nav-item {
    background-color: #F5FBFF;
    margin-right: 2px;
}

.page_profil{
    background: white;
padding-bottom: 40px;
padding: 20px;
}

.page_profil h2{
    color:gray;
    text-shadow: 2px 2px 2px gray;
}
.mettre_a_jour{
    padding: 30px;
    padding-left: 0px;
    padding-top: 10px;
}

.mettre_a_jour input{
    margin-bottom: 10px;
}
.colonne_avatar{
padding: 20px;
justify-content: center;

text-align: center;
padding: 30px;

}
.colonne_avatar img{
    border-radius: 50%;
width: 200px;
height: 200px;
}

.titre_profil{
    font-size: xx-large;
    text-align: center;
    font-variant: small-caps;
    margin-top: 20px;
}


.message_temp{
    width:70%;
    margin:auto;
    text-align:center;
}


/* messagerie */
.app{
    box-shadow: 1px 1px 3px 3px #656565;
}
.heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }


.heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    background-color: #eee;
    display: flex;
    justify-content: space-between;
  }


  .searchBox-inner {
      width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
  }

.users_list{
    width: 100%;
    height: 60px;
    padding: 10px !important;
    background-color: #fbfbfb;
    display: flex;
    justify-content: space-between;

}

.users_list:hover{
background-color: gainsboro;
cursor: pointer;
}

.user_name{
    display: flex;
 justify-content: center;
}

.nom_user{
    margin: auto;
    margin-left: 10px;
}
.list_gauche{
    height: 600px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: #fbfbfb;
}
.envoi_message{
    border-left: solid white;
    background-color: #fbfbfb;
}
.repondre{
    padding: 20px;
    width: 90%;

    margin: auto;
    display: flex;
    justify-content: center;
    justify-items: center;

}

.envoi_reponse{
    margin: auto;
    margin-left: 20px;

}

.messagerie{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #fbfbfb;
height: 550px;
overflow-y: auto;
border-left: solid white;
}

.blw {
    border-left: solid white;
}
.reponseA{
    background-color: #DCF8C6;
    padding: 10px;
    border-radius: 10px;
    margin:10px;
    width: max-content;
    max-width: 80%;
    display: flex;
    flex-direction: column;
}

.reponseB{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin:10px;
    width: max-content;
    max-width: 80%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;

}

.date_heure{
    font-size: xx-small;
    align-self: flex-end;
    color: #5F9BB9;
    font-style: italic;
}

/* Mes Commandes */

.liste_commandes{
    width: 90%;
    margin: auto;
}

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



.commande_droit{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    .commande_header{
        flex-direction: column;
        text-align: center;
    }

    .disp{
        display: none;
    }
    .commande_droit{
        margin-top:5px;
text-align: center;
    }
}
/* Administration */

.menu_admin{
    display: flex;
    flex-direction: column;
margin-left: 20px;
width: 260px;
margin-bottom: 20px;
}
.titre_admin_menu{
    display: flex;
    justify-content: space-between;
}
.en_colonne{
    display: flex;
    flex-direction: column;
}
.min-width{
 width: 50px;
}


.admin_contenu{
    display: flex;
    flex-wrap:nowrap;
border:red;

}

.tableau_admin{
    background:white;
padding:20px;
flex: auto;
font-size: 15px;
}

.contenu_tab img{
width: 50%;
}


.contenue_detail_news{
    flex:auto;
width: 80%;
}

.round {
margin:auto;
width: 20px;
    position: relative;
  }

  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
  }

  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
  }

  .round input[type="checkbox"] {
    visibility: hidden;
  }

  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }

  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .active4{
    background-color: #DDE8F0;
color:black;
}

/* Ecrits Spirituels Administration */

.bouton_choix{
    display: flex;
}

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

    .admin_contenu{
        display: flex;
        flex-wrap:wrap;
    border:red;

    }

    .menu_admin{
        display: flex;
        flex-direction: row;
    width: 100%;

    }

    .en_colonne{
        display: flex;
        flex-direction: row;
    }
}


/* choix images */

.choix_images{

    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.les_images {
    max-width: 20%;
    margin: 10px;

    }
.les_images label{
max-width: 100%;

}

.les_images img{
    width: 100%;
}
/*!
 * Bootstrap Image Checkbox v0.1.0 (https://iqbalfn.github.io/bootstrap-image-checkbox/)
 * Copyright 2019 Iqbal Fauzi
 * Licensed under MIT (https://github.com/iqbalfnn/bootstrap-image-checkbox/blob/master/LICENSE)
 */
 .custom-control.image-checkbox {
    position: relative;
    padding-left: 0;
  }

  .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    opacity: 1;
  }

  .custom-control.image-checkbox label {
    cursor: pointer;
  }

  .custom-control.image-checkbox label:before {
    border-color: #007bff;
    background-color: #007bff;
  }

  .custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {
    transition: opacity .3s ease;
    opacity: 0;
    left: .25rem;
  }

  .custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {
    opacity: .8;
  }

  .custom-control.image-checkbox label img {
    border-radius: 2.5px;
  }

  .form-group-image-checkbox.is-invalid label {
    color: #dc3545;
  }

  .form-group-image-checkbox.is-invalid .invalid-feedback {
    display: block;
  }
  /*# sourceMappingURL=bootstrap-image-checkbox.css.map */

  .centrer_bouton{
      width:100%;
      display:flex;
      justify-content:center;
  }

  .contenue_classe{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      justify-content: center;

  }

  .classes{
      width: 30%;
      margin:10px;
      padding:10px;
      justify-content: center;
      text-align: center;
  }

.classes img{
    width: 100%;
}

.classes:hover {
    cursor: pointer;
    border:gold solid;
    background-color: whitesmoke;
}

.images_divers{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.miniature_produits{
    max-width: 30%;
    margin: 5px;
}


.miniature_produits img{
    width: 100%;
}

.miniature_produits label{
    max-width: 100%;

    }

    .miniature_produits .custom-control.image-checkbox label:before {
        border-color: red;
        background-color: red;
}

.details_commandes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.snippet h1{

    font-family: 'Times New Roman', Times, serif;
    padding: 5px;
}

.details_commandes h2{
    text-decoration: underline;
    font-family: 'Times New Roman', Times, serif;
    padding: 5px;
    font-size: larger;
    color: black;
    text-align: left;
}

.commandes_descrp{
    padding: 15px;
    background-color:rgba(216, 216, 216, 0.2);
border-radius: 15px;
margin:10px;
flex:1;

}

.commandes_descrp2{
    padding: 15px;
    background-color:rgba(216, 216, 216, 0.2);
border-radius: 15px;
margin:10px;
width: 100%;

}

.danger{
    background-color: rgba(230, 32, 32, 0.2);
}

.reussi {
    background-color: rgba(32, 230, 138, 0.2);
}

.encours{
    background-color: rgba(178, 45, 240, 0.2);
}
.commande_int{

   margin-left: 20px;
}
.haut_menu{
    display: flex;
    justify-content: space-between;
    position: relative;
}
#prix_tota{
    font-size: xx-large;
    color:black;
}

.devenir_droit{
    display: flex;
    flex-direction: row;
    color:green;
}

.centrer_vert{
height: min-content;
margin-top:30px;
}

.les_boutons_commandes{
    display: flex;
    flex-direction: column;
}
.payer_bouton{
flex: 3;
}
.annuler_bouton{
flex: 1;
}
