.couleur-fond-menu {
    background-color: #0042bd;
    color: white;
}

.couleur-fond-menu a {
    color: white;
}
.secondary-background {
    background-color: yellow;
    /* background-color: #e2e1df; */
    /* color: #007bff; */
}
.navbar-dark .navbar-nav .nav-link {
    color : white;
}
.navbar-dark .navbar-nav .active > .nav-link {
    /* text-decoration : underline; */
    font-weight: bolder;
}
.gros-titre { 
    margin: 1em auto; 
    font: 18px/1.5 Cursive Comic Verdana sans-serif; 
}

.banner { 
    background-image:url("/images/mfpi-banner.jpg");
    background-size:cover
    }

h1 {
    font-family: "Original Surfer", cursive;
    text-align: center;
    font-size: 35px;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.titre-assistance {
    padding-left: 35px;
    margin-left: 35px;
}

h2 {
    font-family: "Original Surfer", cursive;
    margin-top : 1em;
    text-align: center;
}

h3 {
    font-family: "Original Surfer", cursive;
    font-size: 1.6em;
    margin-top: 1em;
    /* padding-top: 1em; */
}

hr{ 
    height: 3px !important;
    color: yellow;
    background-color: yellow !important;
    width: 12%;
    border: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top:0;
    text-align: center !important;
    opacity: 100%;
  }


h4 {
    font-family: "Original Surfer", cursive;
    font-size: 1.4em;
    margin-top: 1em;
}

h5 {
    font-family: "Original Surfer", cursive;
    margin-top: 0.5em;
    font-size: 1.2em;
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

h6 {
    margin-top: 0.5em;
    font-size: 1.1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p {
    text-align: justify;
}


textarea
{
 resize : height;
 min-height : 300px;
 max-height : 150%;
}


footer {
    margin-left: auto;
    padding-left: 10px;
}

footer p {
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0.5em;
    text-align: center;

}
 
 .phone-number {
    font-size: 1.1em;
 }
 
 .card:hover {
     box-shadow: 6px 6px 0px grey;
     /* transform: scale(1.1); */
 }

 .card.card-transform:hover {
    transform: scale(1.1);
 }
 
.card-body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.card-img {
    height: 130px;
    width: auto;
}

.card-img-show {
    width: 35%;
    height: auto;
 }
 
 .card-img-show-small {
    width: 30%;
    height: auto;
 }
 
 .card-img-show-large {
    width: 40%;
    height: auto;
 }
 
 .card-pdf {
    min-height: 800px;
    width: 100%;
 }

.card-img-real {
    height: 130px;
    width: 100%;
    object-fit: none;
 }

.card-title {
    font-size: 1.25rem;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}
.card-text {
    font-size: 0.95rem;
    text-align: center;
}

.card-content {
    color:black;
    font-size: smaller;
    text-align: justify;
}

a .card-text {
    color: black;
}

.card-body element {
    text-align: right;
}

.example-wrapper { 
    margin: 1em auto; 
}

.page-normale { 
    max-width:700px; 
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.bords-arrondis {
    border-radius: 8px;
}

.bords-tres-arrondis {
    border-radius: 15px;
}
.img-carte {
    border-radius: 8px;
    border-radius: 8px;
    padding-top:0;
    padding-bottom:0;
    margin:0;
    width: 70%;
}


.dropdown:hover .dropdown-menu {

    display: block;
    margin-top: 0;

}

.aggrandir:hover {
    transform: scale(1.25em);
    overflow: visible;
    position:relative;
    z-index:10;
}

.container-fluid#clicrapide:hover {
    background-color: #87CEFA;
}

.clicrapide-item {
    border-color: #0798f3;
    border-style: solid;
    border-radius: 8px;
}

.clicrapide-item:hover {
    background-color: #87CEFA;
}

.home-icon {
    font-size: 6rem;
}

.colonnes { 
    column-count: 3;
    text-align: justify;
    font-size: smaller; 
    hyphens : auto;
    }

.page-login {
    min-height: 300px; max-width: 300px; font: 16px/1.5 sans-serif;
}