

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


         body {
             padding: 50px 5px 20px 5px;
         }

         h1,h2 {
             color: maroon;
         }
         h1,h2,h3,h4 {
             font-weight:400;
         }

         .coul-marron {
             color: maroon;
         }

         .logo {
             padding: 15px 5px 5px 5px;
            width:auto;
             height:200px;
             /*      width:150px;   top:15%;   */
           
         }     
         
         
         
         
            .map_container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 */
            padding-top: 25px;
            height: 0;
            max-width: 90%;
            margin: 0 auto;
        }

            .map_container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .question {
                color: darkviolet;
                font-style:italic;
                font-size:1.7rem;
                font-weight:700;
            }
















