/* Page contact */
/*body.path-contact-us {
	background-color: black;
    color: white;

    #main-wrapper {
        background-color: black;   
        color: white; 
    }

    section.section {
        background-color: black;
        color: white;
    }
}*/

body {
	background-color: #07328e;
    /*color: white; */

    #main-wrapper {
        background-color: #07328e;  
        color: white; 
    }

    section.section {
        background-color: #07328e;
        background-color: #ded5ff;
        background-color: white;
        background-color: #f7f7f7;
        color: white;
        padding-top: 0px;
        height: 100%;
    }
}



#block-mycustom-theme-page-title {
    /* margin-bottom: 60px; */
}

.page-presentation
{
    .section-layout90 {
        background-color: black;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #070548;
    }
    
    .heading-oval-custom-a {
        
        position: relative;
            
        img {
            width: 45%;
            /* height: 100%; */
            /* object-fit: cover; */
            /* opacity: 0.5; */
            position: relative;
            /*margin-top: 50px;*/
            padding-bottom: 5px;
        }
        h2 {
            /* display: none; */
            font-size: 19px;
            opacity: 0.6;
            width: 80%;
            /* width: 45%; */
            /* margin-left: 10%; */
            /* margin-top: 7%; */
            /* margin-right: 24%; */
            line-height: 32px;
            /* width: 100%; */
            /* float: left; */
            /* display: block; */
            margin-left: 100px;
            margin-top: 100px;
        }

    }

    .image-cover-wrapper {
        position: relative;
        width: 42%;
        display: inline-block;

        img {
            opacity: 0.6;
            position: relative;
            max-width: 100%;
            max-height: 100%;
            display: block;
            width: 80%;
            margin-left: auto;
            width: 400px;
            max-height: 200px;
            object-fit: cover;
        }
    }
}