    .navbar-nav
    {
        margin: 0 auto;
    }
    a.footer-link-indent:link,
    a.footer-link-indent:hover,
    a.footer-link-indent:active,
    a.footer-link-indent:visited,
    a.footer-link:link,
    a.footer-link:hover,
    a.footer-link:active,
    a.footer-link:visited {
        font-size: 0.9em;
        color: #fff;
    }

    a.footer-link-indent {
        padding-left: 2em;
        font-size: 0.7em;
    }

    #footer1, #footer3
    {
        font-size: 23px;
    }

    #mentions-bloc
    {
        background-color: var(--ap-fourth);
        min-height: 60px;
        height: 100%;
    }

    #mentions-link
    {
        color: var(--ap-main);
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 24px;
        padding-top: 10px;
    }

    #logo-footer
    {
        border-radius: 15px;
        position: relative;
        max-width: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* The alert message box */
    .message, .warning {
      position: relative;
      z-index: 2000;
      padding: 20px;
      background-color: #2ecc71; /* green */
      color: white;
      margin-bottom: 15px;
      top: 80px;
    }

    .warning {
      background-color: #e74c3c; /* Red */
    }

    /* The close button */
    .closebtn {
      margin-left: 15px;
      color: white;
      font-weight: bold;
      float: right;
      font-size: 22px;
      line-height: 20px;
      cursor: pointer;
      transition: 0.3s;
    }

    .footer-info{
        color: #fff;
        margin: calc(8px + 1.5625vw);
    }

    /* When moving the mouse over the close button */
    .closebtn:hover {
      color: black;
    }


    .img-col {
        margin: calc(8px + 1.5625vw);
    }
    .text-col {
        margin: calc(8px + 1.5625vw);
    } 
    #right-exceptionnels {
        margin: calc(8px + 1.5625vw);
    }
    #left-exceptionnels {
        margin: calc(8px + 1.5625vw);
    }

    
    /*
    MEDIA QUERIES
    */

    @media (min-width: 767px) and (max-width: 992px) { 
        #menu .nav-link {
            text-align: center;
            font-size: 10px;
        }
    }



    @media (max-width: 768px) { 
        p, .lead {
            width: 90% !important;
            padding: 0;
            text-align: center;
        }

        .navbar-nav {
            align-items: center;
        }
        .navbar .container{
            justify-content: flex-end;
        }

        .footer-info {
           
            padding: 0;
            text-align: center;
        }
        .blockquote p{
            font-size: .8em;
            padding: 10px;
            margin: 0px auto;
            width: 90%;
        }

        #footer1, #footer3 {
            flex-basis: 50%;
            order: 1;
        }

        #footer2 {
            order: 2;
            flex-basis: 100%;

        }

        .firstMobile {
            order:  0;
        }

        .secondMobile {
            order:  1;
        }

        .prestation-image {
            border: 1px solid #CCC;
        }
    }

