/* You can add global styles to this file, and also import other style files */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --mainColorBG: #F4F3EE;
  --lightGray: #BCB8B1;
  --gray: #8A817C;
  --accent: #CD7D65;
  --onglets: #463F3A;
  --blanc: #FFFFFF;
  --noir: #000000;
}

body {
  background-color: var(--mainColorBG);
}

.cardB {
  margin-bottom: 40px;
  text-align: center;
  border-radius: 4px;
  padding: 20px 0;
  background-color: var(--onglets);
  color: var(--mainColorBG);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .14), 0 4px 8px -1px rgba(0, 0, 0, .12);
}

.cardB a {
  text-decoration: none;
  color: var(--mainColorBG);

}

.cardW {
  margin-bottom: 40px;
  text-align: center;
  border-radius: 4px;
  padding: 20px 0;
  background-color: var(--mainColorBG);
  color: var(--onglets);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .14), 0 4px 8px -1px rgba(0, 0, 0, .12);
}

.cardF {
  margin-bottom: 15px;
  text-align: center;
  border-radius: 4px;
  padding: 20px 0;
  background-color: var(--mainColorBG);
  color: var(--onglets);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .2), 0 2px 8px 0 rgba(0, 0, 0, .14), 0 4px 8px -1px rgba(0, 0, 0, .12);
}

.imageProfil {
  width: 400px;
}

html,body {
  height: 100%;
}

h1,h2,h3,h4,h5,h6,p,span,a,label,th,div {
  font-family: 'Sansita Swashed', cursive;
}

.policeSite {
  font-family: 'Sansita Swashed', cursive;
}

.signature {
  font-family: 'Sacramento', cursive;
}

.signatureOmbre {
  font-family: 'Sacramento', cursive;
  font-size: 25px;
  text-shadow: 0px 0px 5px #000;
}

html,body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.infoModale {
  padding-bottom: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/*VALIDATION DE LA SÉCURITÉ DU MOT DE PASSE*/
/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "\2713";
  font-weight: bold;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "\0058";
  font-weight: bold;
}

.buttonRight {
  float: right;
  margin-left: 1%;
}

.txtLeft {
  padding-left: 5%;
  text-align: left;
}

.txtMiddle {
  text-align: center;
}

.btnMiddle {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.sectionFiltre {
  margin-top: 10px;
}

.wide {
  width: 100%;
}

.almostWide {
  width: 95%;
}

.titleCenter {
  margin-left: auto;
  margin-right: auto;
  padding-left: 17px;
}

.imgOeuvre {
  max-height: -webkit-fill-available;
  max-width: -webkit-fill-available;
  margin: 0 auto;
  display: block;
  
  /*S'affiche mal sur Firefox si les paramètres ci-dessous sont encore en commentaire*/
  /*max-height: inherit;*/
  /*max-width: inherit;*/
}

.modalBody {
  max-height: 80vh;
  padding-top: 0px;
  margin-top: 0px;
}

/* CSS pour les alertes */
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.givre {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  width: 100px;
  height: 100px;
  background-color: #ccc;
}

.test {
  background-color: chartreuse;
}

.invisibleScroll {
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: gray black;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.invisibleScroll::-webkit-scrollbar {
  display: none;
  width: 0px;
}

/* Hide scrollbar for IE, Edge and Firefox */
.invisibleScroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.rangéeGalerie {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.colonneGalerie {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.colonneGalerie div {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .colonneGalerie {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .colonneGalerie {
    flex: 100%;
    max-width: 100%;
  }
}

.infoModale p {
  text-align: justify;
}

.descPref {
  padding-left: 10px;
  padding-right: 10px;
  font-size: smaller;
  text-align: justify;
}

.nbEnd{
  text-align: end;
}

/*Style pour le carroussel
.awSlider .carousel{
  display:table;
  z-index:2;
  -moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 15px rgba(1,1,1,.5);
}

.awSlider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.awSlider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

.awSlider img{
   pointer-events: none;
}

.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}*/