/* @import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

@media screen {
	.print-only {
		display: none;
	}
}

*
{
	box-sizing: border-box;
	 margin:0;
	/* padding:0;*/
}
html {
		background-image: url("./img/bg2.jpg"); 
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
 
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
  scroll-behavior: smooth;
}
body {
   max-width: 1200px;
/*	padding:15px;*/
     font-family:"tahoma",sans-serif;
     font-size:80%;
	 margin-left: auto;
	 margin-right: auto;

    }
	
footer {
   max-width: 1200px;
/*	padding:15px;*/
     font-family:"tahoma",sans-serif;
     font-size:80%;
	 margin-left: auto;
	 margin-right: auto;


    }

.fb-page {
	
	margin: 10 auto;
}

#container 
{
    background-color: #FFFFFF;
    padding: 10px;
   /* border-radius: 10px;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  /*  max-width: 500px; */
    margin: 2px;

}	

a 
{
/*	font-weight: bold;*/
	text-decoration: underline;
/*	color: red;*/
}

a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: red;
}

#pageHeader {         

}

iframe
{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 480px;
}

.responsive {
    max-width: 100%;
    height: auto;
	  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
.cartes-google {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.attention{
	background-color: #FFCDD2;
	border: 1px solid red;
	margin-left : 10px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 5px;
	
}

.small {
	font-size:80%;
}


/* .responsive-iframe {
  position: relative;

  max-width: 100%;
  max-height: 100%; 
}
*/

#title 
{         
	font-family:"Staatliches",sans-serif; 
    border-width:2px;
    border-style:solid;
    border-color:black;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align:center;
    color:black;
    font-size:225%;
    margin-bottom:15px;
	/* font-weight:bold;*/
 /*   line-height:90%;*/
}

form 
{
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  /*  max-width: 500px; */
    margin: auto;
}

fieldset 
{
  /*  display: block; */
     padding:0 5px 5px 5px;
     margin-bottom:5px;
     border:1px solid #DF3F3F;
	 /* border:none;*/
   /* float:left;*/
    /* box-shadow:0px 1px 1px 0px #454545; */
      border-radius:2px;
      width : 100%:
}

/*fieldset.controle_admin{
	background-image: url("https://www.valdelorraineclassic.com/wp-content/uploads/2025/02/controle_admin.png");
	background-repeat: no-repeat;
    background-position: right top;
	  
}*/
	 
legend {
 color:#DF3F3F;
 font-weight:bold;
 /*  font-family:title;*/
 font-size: 125%;
 }
 
 ul.a {
  list-style-type: circle;
}

 li {
 /* padding: 15px;
 FCFFA0
 
 */
}

details {
	margin: 3px;
	/*color: #FFFDE7;*/
	padding: 10px; 
  border: 1px solid red;
  border-radius: 3px;
}
summary::marker {
  color: red;
  font-size: 1.5rem;
}



details:hover {
  background: #FFFDE7;
}
summary {
/* background-color: #FFFDE7;*/
  color: black;
  /*padding:10px;*/
  font-size:110%;
}

.form-paiement{
	display:block;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid red;
}

.form-paiement input[type=submit]{
	display: block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
	margin-top:30px;
}

.plaqueNum
{
	/*display:table-cell;*/
	/*border: 1px solid black;*/
/*	display: inline-block; */
	width:200px;
	height:158px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('./img/PlaqueNum25.png');
	background-size: contain;
	background-repeat: no-repeat;

}

p.Num
{	
	height:100%;
	line-height:158px;
	display:block;
	/*border: 1px solid black;*/
/*	display: inline-block; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size: 550%;
}

.plaqueNum_visu
{
	/*display:table-cell;*/
	/*border: 1px solid black;*/
/*	display: inline-block; */
	width:100px;
	height:79px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('./img/PlaqueNum25.png');
	background-size: contain;
	background-repeat: no-repeat;

}

p.Num_visu
{	
	height:100%;
	line-height:79px;
	display:block;
	/*border: 1px solid black;*/
/*	display: inline-block; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size: 225%;
}

 input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;

  border: 2px solid #DF3F3F;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 4px;
}

input:checked {
  border: 6px solid #DF3F3F;
}
 
input[type="text"], input[type="password"], textarea 
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #79796E; /* Bordure grise */
    border-radius: 5px;
    font-size: 16px;
}

input[type="email"]
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #79796E; /* Bordure grise */
    border-radius: 5px;
    font-size: 16px;
}
select {
  appearance: none;
  outline: 0;
  border: 1;
  background: #F9F9F9;
  background-image: none;
  box-shadow: none;
  font-size: 1.2em;
}

input[type="submit"] {
    background-color: #FF5841; /* Rouge vif */
    color: #FFFFFF; /* Texte blanc */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* input:valid {
   border: 2px solid green;
}*/

button:hover,
input[type="submit"]:hover,
button_input:hover  {
    background-color: #C53678; /* Rouge-violet pour l'effet hover */
}

/* Style des labels */
label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
}

label.inline {
 display:inline;
 margin-right:10px;
 float:;
 }

/* Style du titre du formulaire */
h2 {
    color: #FF5841; /* Rouge vif */
    text-align: center;
    margin-bottom: 20px;
}

/* Responsive design */
@media (max-width: 600px) {
    body {
		font-size:65%;
	}
	form {
        padding: 15px;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea {
        font-size: 14px;
    }

    button {
        font-size: 15px;
    }
}

.nav {
    height: 50px;
    width: 100%;
    background-color: #4d4d4d;
  /*  position: relative;*/
    position: sticky;
    top: 0;
	z-index: 10;
 /*   overflow: hidden;*/
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
  }
  
  .nav > .nav-links > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .nav > #nav-check {
    display: none;
  }
  
  @media (max-width:600px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #333;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }

  }
   @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-14 input[type=checkbox] {
      --active: #DF3F3F;
      --active-inner: #fff;
      --focus: 2px #FF5841;
      --border: #DF3F3F;
      --border-hover: #FF5841;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-14 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-14 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-14 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-14 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-14 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-14 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-14 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-14 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch {
      width: 38px;
      border-radius: 11px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 17px;
      height: 17px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0));
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:checked {
      --ab: var(--active-inner);
      --x: 17px;
    }
    .checkbox-wrapper-14 input[type=checkbox].switch:disabled:not(:checked):after {
      opacity: 0.6;
    }
  }

  .checkbox-wrapper-14 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-14 *:before,
  .checkbox-wrapper-14 *:after {
    box-sizing: inherit;
  }