
.footer{
    display:flex;
    justify-content: space-between;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Comic Sans MS", sans-serif;
    width:100vw;
    background-color: black; 
    color: white; 
    opacity:1; 
    margin-top: 20px; 
    margin-bottom: 0px;
}


footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  padding: 12px;
  text-align: center;
  z-index: 1000; /* blijft boven andere elementen */
}


.item{
    flex: 1 1 0px;
}

.ul{    
    padding-right: 40px;
    list-style: none;
}

.ul.right{
    float:right;
}

.flex-containercenter {
    display: flex;
    justify-content: center;
}

.flex-container{
    flex-grow: 0;
}

.imgmaxlogo{
    height: 150px;
}

.ico{
    width:100px;
}

.flex-containercenter-bottom{
    display:flex;
    justify-content: space-around; 
    background-color: 
    black; padding: 10px 0 20px 0;
}

.whitelink{
    color: white; 
}

/*
        <div class="footer">
            <div>
                <ul>
                    <li>
                        Françoise REMY E.I.
                    </li>
                    <li>
                        4 Chemin du Sully
                        <br>
                        63660 Saint-Romain            
                    </li>

                    <li>
                        âÂÂ: +33 (0)7 85 72 70 54
                    </li>
                    <li>
                        <a href="mailto:contact@letape-forezen.fr" style="color:white;">
                        âÂÂ: shiatsu.forezen@gmail.com
                        </a>
                    </li> 
                </ul>   
            </div>
            <div>
                <center>
                    <br>
                    <div class="flex-containercenter">
                        <img src="img/img/indexBgImg.jpg" id="imgGoLeftlogo" class="imgmaxlogo "  >
                    </div>
                </center>
            </div>
            <div>
                <ul style="padding-right: 40px; list-style: none;">
                    <li>
                        <a href = "https://www.facebook.com/profile.php?id=61553000357634" target="_blank">  
                            <img class="ico" src="img/icon/fb.ico">
                        </a>
                    </li>
                    <li>
                        <a href = "https://www.google.com/maps/dir/45.489015//@45.489015,3.8949610,19z/data=!4m2!4m1!3e0?entry=ttu" target="_blank">  
                            <img class="ico" src="img/icon/gm.ico">
                        </a>
                    </li>
                </ul>
            </div>
        </div>
        <div class='flex-containercenter bottom'>
            <a href="chartEthique.html" target="_blank" style="color: white;">
                CHARTE ETHIQUE
            </a>  
            <a href="mentionsLegale.html" target="_blank" style="color: white;">
                MENTIONS LÉGALES
            </a>  
        </div>

