/*
Theme Name: Wide Range Lite Child
Theme URI: https://gracethemes.com/themes/free-full-screen-wordpress-theme/
Template: wide-range-lite
Author: Grace Themes
Author URI: https://gracethemes.com/
Description: Wide Range Lite is a beautifully designed, intuitive and attractive, engaging and dynamic, powerful and accessible, gorgeous and flexible free full screen WordPress theme. This theme is specifically developed for creating all types of full width websites. It is particularly powerful when used to create your professional photojournalism websites. Wide Range is perfect for landing pages, photography, digital marketing company, portfolio, personal blog or any other websites. Demo Link: https://www.gracethemes.com/demo/wide-range/
Tags: blog,two-columns,right-sidebar,wide-blocks,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,footer-widgets,featured-images,editor-style,custom-background,threaded-comments,theme-options,translation-ready
Version: 1.3.1597268906
Updated: 2020-08-12 23:48:26

*/

/* FONTS */


@font-face {
    font-family: Gara;
    src: url(fonts/GARA.ttf);
    font-weight: lighter;
    font-style: normal;

}

@font-face {
    font-family: Garait;
    src: url(fonts/GARAIT.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Garamond;
    src: url(fonts/Garamond.ttf);
    font-weight: normal;
    font-style: bold;
}

@font-face {
    font-family: BangleNormal;
    src: url(fonts/BangleNormal.ttf);
    font-weight: normal;
    font-style: normal;
}

/*PARAGRAPH FONT*/
p {
    font-family: "Gara";
}

/* BODY FONT SIZE*/
body {
    font-size: 20px;
}

/* FONT SIZE ToC */
.toc_list a {
    font-size: 17px;
}

/* FONT FAMILY FOR TITLES AND COLOR*/
h1, h2, h3, h4, h5 {
    font-family: "BangleNormal";
    color: #744771;
}

h1.entry-title {
    font-size: 180% !important;
}

/*@media screen and (min-width:576px) {*/
/*    h1.entry-title {*/
/*        font-size: 180% !important;*/
/*    }*/
/*}*/

/* FONT SIZE AND DISPLAY - FOOTER*/
.wp_powerd_by {
    font-size: 15px;
    display: -webkit-box;

}

.menu-secondary-container ul li {
    display: -webkit-inline-box;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;

}

.menu-secondary-container a {
    color: #000;
}

.menu-secondary-container a:hover {
    color: grey;
}


/***** Remove menu from presentation rapide ********/
/** TODO CD : not sur we need it since the template change . Let's see */

.custom-background.wp-custom-logo div#layout_wrapper div.menuleft { /* Check page iD */
    display: none;
}

.site_content_layout {
    width: 85%;
    margin-right: 3%;
}

@media only screen and (max-width: 600px) {
    .site_content_layout {
        width: 100%;
    }
}

/*******************************************************************************
 * Footer menu
 */
.footer_copywrapper {
    padding: 0.5rem;
    margin-top: 5px;
}

.footer_hold {
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer_hold .menu {
    text-align: left;
    font-size: 0.8rem;
    color: #444444;
    list-style: none;
}

.footer_hold .menu li{
    margin-left:    0 ;
    text-align: center;
}

.legal-menu a {
    color: #444444;
}

.legal-menu a:hover {
    color: #000000;
}

.footer-buttons {
    display: flex;
    justify-content: center;
}

.footer-buttons .back-home {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #444;
    border: 1px solid #444444;
    padding: 0.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    width: auto;
    min-width: 6rem;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.footer-buttons .back-home:hover {
    background-color: #888888;
    box-shadow: var(--elevation);
}

.wp-block-column a, .wp-block-column img {
  margin-right: 8px;
  margin-left: 5px;
  
}

.flag {
  margin-left: 35%;  
}

.flag img {
  margin-top: 10%;
  padding: 0 10px 10px;
}