body {
    /*display : flex;
    flex-direction: column;	*/
    /* min-height: 75rem; */
    height: 100vh;
    padding-top: 80px;
    background-image: url("../img/fond2.jpg");
    background-repeat: no-repeat;
    background-repeat: repeat-y;
}


/*
header, footer {
    flex: none;
}

*/

#lienvers a:link, #lienvers a:visited{
 
	color:#808080;
}
#lienvers a:hover{
	color:lime;
}

h1 {
    padding-top: 0.5rem;
    color : blue;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

h2 {
    color : #003da5;
    font-size: 1rem;
    padding-bottom: 0.3rem;
}

ul {
  list-style: none;
  /*list-style: square; url("list_style.gif");*/
}


.lipres ul li::before {
  content: "\0025CF";
  color: #0000ff;
  font-weight: bold;
  display: inline-block;
  width: 30px;
}

.lipres2 ul li::before {
  content: "\002B2A";
  color: #0000ff;
  font-weight: bold;
  display: inline-block;
  width: 30px;
}


/*.fixed-top,*/
.navbar {
  height: 80px;
  min-height : 80px;
  max-height : 80px;
}

.logo {
    border: 2px solid white;
    /*width: 100%;*/
		max-height : 76px;
}

/*.container {
    margin-left: auto;
margin-right: auto; 
}*/

.carousel .carousel-indicators{
  /*background-color: red;*/
}


.carousel-indicators {
  margin-bottom = 0;
}


.nav-link {
    font-size: 1.2rem;
    color: white;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
    /*background-color: #003da5;*/
    background-color: #0040fe;
    color: white;
    font-size: 0.8rem;
}

footer {
    margin-left: auto;
    margin-right: auto;
    /*background-color: #003da5;*/
    background-color: #0040fe;
    color: white;
    font-size: 0.8rem;
  height: 100px;
  /*
    margin-bottom : 0;
  position: fixed;
  width: 100vh;
  bottom : 0;
  min-height : 100px;
  max-height : 100px;
  */
}

.gsibody {
    min-height = 1740;
}

.gsi {
    background-color: #efebe6;
    /* padding-top: 7rem;
    padding-bottom: 2rem;*/
}

/*
.carousel-control-next,
.carousel-control-prev {
    width: 2%;
}
*/

.carousel-caption {
    color: black;
    padding-bottom: 0;
    background-color: #efebe6;
    opacity: 70%;
}

.carousel-inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.carousel {
    padding-top: 1rem;
}

/*
 .carousel .carousel-indicators button {
   width: 20px;
   height: 20px;
   border-radius: 100%;
   background-color: #fff;
 }
 */
 
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #00f;
}


.carousel .carousel-inner .carousel-caption {
  color: #00f;
}

.carousel .carousel-inner .legend {
  color: #000;
}

/*[data-bs-theme="dark"].carousel .carousel-control-prev [data-bs-target] {
  color: #00f;
}
*/

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 60px;
    width: 60px;
    /*
    outline: #0000FF;
    background-color: #0000FF;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 5px solid blue;
    */
}

.carousel .button {
  background-color: red;
}



.descriptif {
    color : black;
    font-size: 1rem;
}

h2 {
    padding-bottom: 1rem;
}

.mcw {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.inter,
.pw {
    padding-top: 2.2rem;
}

.pw {
    padding-top: 1rem;
}

.div-dummy {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    min-height: 600px;
}

p {
    text-align: justify;
}

ul {
    padding-left: 1rem;
}

.box-input {
    width: 1.5rem;
}

.legend {
    text-align: center;
}

/*
.carousel-control-prev,
.carousel-control-next{
  height: 50px;
  width: 50px;
  outline: $color-white;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid $color-white;
  background-color: $color-white;
}

.carousel-control-prev-icon { 
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003da5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); 
  width: 30px;
  height: 48px;
}

.carousel-control-next-icon { 
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003da5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  width: 30px;
  height: 48px;
}
*/

iframe {
    padding-top: 1rem;
}