/*
Theme Name: Météo Express
Text Domain: meteoexpress
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Meteo Express
Author: Meteo Express
Author URI: https://meteo-express.com/
*/







@font-face {font-family: "MeteoExpress";
  src: url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.eot"); /* IE9*/
  src: url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.woff2") format("woff2"), /* chrome、firefox */
  url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.woff") format("woff"), /* chrome、firefox */
  url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../meteoexpress/fonts/2d8cf0a1ae3cf90fc45730a9e56b1db2.svg#MeteoExpressBold") format("svg"); /* iOS 4.1- */
	    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MeteoExpress';
	font-weight:500;
    src: url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.eot');
    src: url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.eot?#iefix') format('embedded-opentype'),
        url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.woff2') format('woff2'),
        url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.woff') format('woff'),
        url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.ttf') format('truetype'),
        url('../meteoexpress/fonts/b05f17b56191b8f09df4a72143045243.svg#MeteoExpress') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* 
//	GENERAL
*/


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}


body {
	box-sizing: border-box;
	color: #061441;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6rem;
	text-align: left;
	font-weight: 500;
	font-style: normal;
}


*,
*::before,
*::after {
	box-sizing: inherit;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}

.align-center {
	text-align:center;
}

/*
// COLORS
*/

.bg-blue {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, #092793 100%);		
	background:#092793;
	color:#fff;
	
}

.alert_banner {
	font-weight:bold;
	padding:2rem 0;
}

.alert_jaune {
	background-color:#f8bf1d;
	color:#fff;
}

.alert_orange {
	background-color:#ff8f00;
	color:#fff;
}

.alert_rouge {
	background-color:#dc4839;
	color:#fff;
}

.alert_text {
    display: inline-block;
}


.alert_text:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -.4rem;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../meteoexpress/img/warning.svg');
}

.alert_banner .title:after {
    display: inline-block;
    content: "|";
    padding: 0 1.1rem;
}

.alert_wrapper, .wrapper {
    max-width: 116rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
}

.alert_text a {
    text-decoration: underline;
    color: inherit;
    font-weight: normal;
}



/*
// HEADER
*/

.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding:0;
}

.header-logo a>img, .footer-logo a>img {
    width: 16.321rem;
}

.header-navigation-wrapper {
	display: flex;
    align-items: center;
    width: 100%;
}

.header-navigation-wrapper nav {
    margin: 0 auto;
}

.header-logo-wrapper {
    line-height: 0;
	flex-shrink:0;
}




ul.primary-menu li {
    padding: 2.75rem 0.8rem;
}


.menu-previsions a:before {
    content: "";
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../meteoexpress/img/previsions.svg);
    vertical-align: middle;
    margin-top: -.4rem;
    margin-right: .9rem;
}


ul.primary-menu li.current-page-ancestor a, ul.primary-menu li.current_page_item a {
    background: rgba(0,0,0,0.30);
    color:#fff;
}

ul.primary-menu li a {
    text-transform: none;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    display: block;
    position: relative;
    border-radius: 5rem;
    transition: all .2s;
    padding: 1rem 1.7rem;
}

ul.primary-menu li a:hoverr:after {
    width: 100%;
}

ul.primary-menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #fff;
    border-radius: 50px;
    transition: all .2s;
    width: 0;
    text-align: center;
    margin: 0 auto;
}

ul.primary-menu {
    display: flex;
    font-weight: normal;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    text-decoration: none;
}







ul.primary-menu li a:hover, ul.primary-menu li.current-menu-itemm a {
    font-weight: bold;
	opacity:.8;
}



.btn_donation a {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    border-radius: 5rem;
    border: 2px solid;
    padding: .7rem 2rem;
    font-size: 1.4rem;
}




/*
// EXPANDED MENU
*/

.menu_open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0614417d;
    opacity: 1;
    transition: all .5s ease-in;
}
body:after {
    opacity: 0;
    display: block;
    content: "";
}

.expanded-menu.open {
    pointer-events: all;
    right: 0;
}

.expanded-menu {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -100%;
    height: 100%;
    background: #ffffff;
    color: #061441;
    width: 100%;
    display: none;
    text-align: center;
    max-width: 35rem;
    display: block!important;
    transition: right .5s ease-in;
    opacity: 1!important;
}




.logo-menu img {
    width: 18rem;
    height: 2.65rem;
}



.expanded-menu .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0s ease-out 0s;
    background: #fff;
    padding: 2rem 3rem;
    text-align: right;
}

.expanded-menu .footer-menu-wrapper .footer-menu {
    flex-direction: column;
    display: block;
}

.expanded-menu .close svg {
    width: 15px;
    height: 15px;
}

.expanded-menu.open .close {
	opacity: 1;
    transition: opacity .75s ease-out .3s;
	
}

#button-menu {
	line-height:0;
	cursor:pointer;
	display:none;
}

.expanded-menu .footer-menu-wrapper .footer-menu li {
    padding: 0.9rem 0;
}

.expanded-menu .footer-menu-wrapper .footer-menu > li > a {
    font-size: 2.4rem;
}

.expanded-menu .expanded-menu-wrapper {
    padding: 0;
    height: 100%;
    text-align: left;
    padding: 6rem;
	padding-bottom:10rem;
    overflow: scroll;
}



.expanded-menu ul.primary-menu {
    display: block;
}

.expanded-menu ul.primary-menu li {
    padding: .8rem 0;
}


.expanded-menu  .footer-menu-wrapper .footer-menu > li > ul > li > a {
    opacity: .85;
}

/*
// SECTION APP
*/
.application-block {
    padding: 8.5rem 0;
}

.center {
    text-align: center;
}

.links-app a {
    display: block;
    max-width: 16.5rem;
    width: 100%;
    margin: 0 1rem;
}

.links-app a {
    display: block;
    background: #000;
    line-height: 0;
    border-radius: 50px;
    overflow: hidden;
    padding: 0.3rem .6rem;
}

.links-app {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

/*
// PAGE
*/

.header-page {
    padding-top: 5rem;
	padding-bottom:4rem;
}
.iframe-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.iframe-video {
    position: relative;
    padding-top: 56.25%;
	border-radius:6px;
	overflow:hidden;
}
	
	

.nav-page {
    padding: 1.6rem 0;
    background: #f4f5f8;	
}
	
.nav-page ul {
    display: flex;
    align-items: center;
    list-style: none;
}
	
.nav-page ul li.current_page_item a {
    background: #eceff6;
}

.nav-page ul li a {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.75rem 1.85rem;
    display: block;
    border-radius: 50px;
}
	
h1.h2 {
    font-size: 5rem;

}

/*
// news
*/

.nav-submenu ul li.current-cat a {
    background: #f4f5f8;
    -webkit-font-smoothing: initial;
    opacity: 1;
    font-weight: bold;
    border-color: #f4f5f8;
}

.nav-submenu ul li {
    margin: 0 1rem 1rem 0;
    flex-shrink: 0;
}

.nav-submenu ul li a {
    display: block;
padding: 0.9rem 1.85rem;
	border-radius: 50px;
    font-weight: bold;
    color: #061441;
    background: transparent;
    font-weight: 500;
    opacity: .65;
    border: 1px solid #d5d5d7;
}


.nav-submenu {
	margin:0 -3rem;
}

.nav-submenu ul {
    align-items: center;
    list-style: none;
    margin-top: 3rem;
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-left: 3rem;
    padding-right: 3rem
}


.list_posts.list_archive article {
    margin-bottom: 4rem;
}

.btn {
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    border: 0;
    line-height: inherit;
	box-shadow:none;
}