/*
.my_col-1{width: 33.33%;}
.my_col-2{width: 50%;}
.my_col-3{width: 83.33%;}
.my_col-4{width: 100%;}
.my_col-5{width: 100%;}
.my_col-6{width: 100%;}
.my_row .my_col-2:last-of-type {width: 100%;}
.my_row .my_col-5 ~ .my_col-1{width: 100%;}
/*


/* - - - - - - - COLORS - - - - - - - */

/* - - - - - - - COMMONS - - - - - - - */

/* - - - - - - - HTML REGIONS - - - - - - - */
 
    header#header {position: relative;}

    section#main_content {margin-top: 0;}

/* - - - - - - - MY GRID - - - - - - - */

/* - - - - - - - HEADER - - - - - - - */

/*
    header#header #desktop, header#header #smartphone {display: none;}
    header#header #tablet {display: block;}

	section.secondary_menu, section.main_menu {padding: 0;}
*/
    
    /* - - SECONDARY MENU - - */

    /* - - MAIN MENU - - */
	section.main_menu ul {text-align: right;}
	section.main_menu ul li:after {
		margin: 0!important;
	}

    /* - - SEARCHBAR - - */


/* - - - - - - - FOOTER - - - - - - - */

    /* - - BACK TO TOP - - */

/* - - - - - - - HOME - - - - - - - */

    .my_row.thematic .bloc_text h1 {margin: 20% 0 15%;}
    .my_row.thematic .bloc_text h2.title_post {display: none;}


/* - - - - - - - PAGES - - - - - - - */

    /* - - CATEGORY PAGE + DEFAULT PAGE (index) - - */

        /* - - MENU (of category page) - - */

			section#posts_submenu.is-top-sticky {position: fixed; top: 0;}

        /* - - POSTS + DEFAULT PAGE - - */

			li.each_post .each_post_bloc, section.each_page .each_page_bloc {/*padding: 2%*/}
			li.each_post .each_post_bloc .wp-caption-text  {margin: 0!important;}


    /* - - SEARCH PAGE RESULTS - - */

	/* - - ELSM - - */

		body.page-id-87 #main_content .my_col-2 {width: 50%;}