html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

html *{
    font-family: 'Open Sans', sans-serif;
    box-sizing:border-box;
	outline:none;
}

body{
    font-size:16px;
	color:#333;
	background:#fff;
}

.font-liga {
    font-family: 'Linguistics Pro',serif;
    font-weight: bold !important;
}

.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}

ul{
	margin:10px 0;
}
li{
	margin:5px;
}
img{border:0;}
table{table-layout:fixed;}
h1,h2,h3{
	margin:10px 0 12px;
}

h1{
    font-size:3rem;
}

h1.main{
    font-size:2.8rem;
    line-height:3.2rem;
    color:#111;
}

a{
	color:#0096A0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.site{
	color:#0096A0;
	text-decoration:none;
}
a.site:hover{
	text-decoration:underline;
}

/*.onGrid tbody tr:nth-of-type(odd){background:#f5f5f5;}*/
.pointi{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}

fieldset{
	border:1px solid #ddd;
	border-radius:3px;
	margin:15px 0;
	position:relative;
	padding:20px;
}
legend{
	border-radius:3px;
	background:#ddd;
    padding:8px 14px;
	color:#222;
	font-size:16px;
	font-weight:bold;
}

.formCheckFloat, 
.formCheckBlock{
    position:relative;
	display: inline-block;
	width:100%;
}
.formCheckBlock{
	max-height:250px;
	overflow-y:auto;
}
.formCheckBlock div{
    float:left;
	clear:both;
    width:100%;
    margin:5px 0;
}

/*<a btn*/
a.abtn{
	text-decoration:none;
	font-size:14px;
    height:40px;
    line-height:40px;
	padding:0 12px;
	border-radius:4px;
}

a.abtn-mini{
    text-decoration:none;
	font-size:12px;
	padding:6px 10px;
	border-radius:4px;
}

a.abtn-big{
    text-decoration:none;
	font-size:16px;
	padding:12px 14px;
	border-radius:4px;
}

a.btn-site{
	background-color:var(--color1);
	color:#fff;
}
a.btn-site:hover{
	background-color:var(--color1-hover);
}
a.btn-site:active{
	background-color:var(--color1-active);
}

a.btn-gris{
	background-color:#e5e5e5;
	color:#222;
}
a.btn-gris:hover{
	background-color:#d5d5d5;
}
a.btn-gris:active{
	background-color:#ccc;
}

.gris11{color:#b1b1b1;font-size:11px;}
.gris12{color:#b1b1b1;font-size:12px;}
.gris13{color:#b1b1b1;font-size:13px;}
.gris14{color:#b1b1b1;font-size:14px;}
.gris16{color:#b1b1b1;font-size:16px;}
.noir12{color:#000;font-size:12px;}
.noir13{color:#000;font-size:13px;}
.noir16{color:#000;font-size:16px;}

.statut{
	display:inline-block;
	padding:5px;
	margin:0 5px 0 0;
	border-radius:50%;
}
.statut0{background:#ccc;}
.statut1{background:#ff9d1a;}
.statut2{background:#06c;}
.statut3{background:#0c0;}

.bgBlanc{background:#fff;}
.bgButtonF0{background:#f0f0f0;}
.bgButtonF2{background:#f2f2f2;}
.bgButtonF5{background:#f5f5f5;}

/*notif*/
.notif{
    position:fixed;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
	width:100%;
    text-align:center;
	box-shadow: 0 0 4px #999;
    padding:12px 20px;
    color:#FFF;
    font-size:16px;
    display:none;
    line-height:22px;
    z-index:1000;
}
.notif0{
	color:#222;
	background:#f7e547;
}
.notif1{
    background-color:#090;
}
.notif2{
    background-color:#d61212;
}

.hideTag{display:none;}
.openTag{display:inline-block;}

article,
article *
{
    font-size:18px;
}

article,
article p,
article div 
{
    line-height: 30px;
}

article figure {
    display: inline-block;
    width:100%;
    margin:24px 0;
    text-align: center;
}
article figure img {
    display:inline-block;
    max-width:100%;
}
article figure figcaption {
    width:100%;
    font-size:14px;
    color:#999;
}

article hr {
    width:100%;
    height:1px;
    border:0;
    background:var(--color2);
    margin:10px 0;
}

blockquote {
    border-left:5px solid var(--color1);
    padding:0 0 0 24px;
    font-weight:700;
}

.body-block
{
    padding:0 0 24px 0;
}

.aside-block {
    padding:0;
    margin-bottom:24px;
}
.aside-block .body-title {
    border-top:0;
    text-transform: uppercase;
}

.aside-block > .grid-view .content .item {
    background:none;
}
.aside-block > .grid-view .content a.item .text .title {
    font-size:16px;
}

.body-item{
    display:block;
    padding:0 0 16px 0;
}

.title-uline
{
    color:var(--color1);
}

.title-uline:after
{
    content: " ";
    display: flex;
    padding-bottom: 10px;
    width: 10%;
    border-bottom: 4px solid var(--color1);
}

.page-header, 
.aside-header 
{
    border-top:2px solid #111;
    color:var(--color1);
    padding:8px 0 16px;
}
.page-header span {
    font-size:30px;
}
.aside-header span {
    font-size:24px !important;
}

.noir1{
    color:#111 !important;
}
.noir3{
    color:#333 !important;
}

.header-search {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    column-gap: 8px;
    align-items: center;
    justify-content: center;
    z-index:10;
    display:none;
}
.header-search .input-span{
    flex:1;
}
.header-search .input-span input{
    width:100%;
    text-align: center;
    padding:24px;
    font-size:24px;
}
.header-search .close-span{
    flex-basis:40px;
}
.hs-open{
    display:flex !important;
}

/*POST TOP*/
.posts-top{
    display:flex;
    min-height:600px;
    column-gap:24px;
    background:#fff;
}
.posts-top > .main{
    flex:1;
}
.posts-top > .more-items{
    flex:0 0 360px;
    display:flex;
    flex-direction: column;
    gap:24px;
}
.posts-top > .main .item .thumb{
    display: flex;
    background:#222;
    overflow:hidden;
}
.posts-top > .main .item .thumb img{
    height:520px;
    display: block;
    width: 100%;
    object-fit: cover;
}
.posts-top > .main .item .text{
    width:100%;
}
.posts-top > .main .item .text .title{
    font-size:34px;
    line-height:38px;
    padding:12px 0 8px;
}
.posts-top > .more-items .item .title{
    font-size:18px;
    line-height:20px;
    padding:8px 0 2px;
}
.posts-top > .more-items .item .thumb img{
    display:block;
    width:100%;
}

.posts-top > .main a.item .text .title,
.posts-top > .more-items a.item .text .title {
    color:#111;
}

.posts-top > .main a.item:hover,
.posts-top > .more-items a.item:hover {
    text-decoration: underline;
}

.posts-top > .main a.item .text .sub-title {
    color:#333;
    font-size:16px;
    padding:3px 0;
}
.posts-top > .main a.item .text .date {
    font-size:14px;
    color:#777;
}
.posts-top > .more-items a.item .text .sub-title {
    color:#777;
    font-size:14px;
    padding:3px 0;
}
/*END*/

.posts_cats {
    font-size:14px;
    color:#666;
}
.posts_cats > .item {
    display:inline-block;
    margin:0 12px 0 0;
}

.post_details {
    display:flex;
    flex-direction: column;
    margin:0 0 16px;
    font-size:14px;
    color:#666;
    gap:4px;
}

figure.post_figure  {
    padding:0;
    margin:0 0 16px;
}
figure.post_figure img{
    display: block;
    width:100%;
}
figure.post_figure figcaption{
    padding:8px 0;
    font-size:14px;
    color:#999;
}

/*PC*/
@media(min-width: 768px){
	main {
		padding:0;
		min-height:100%;
	}
    main header > .content, 
    main nav > .content, 
    main > section, 
    
    footer > .content 
    {
        margin:0 auto;
        width:1200px;
        position:relative;
    }

    main > section {
        padding:12px 0;
    }

    main header > .content {
        display:flex;
        flex-direction: row;
        align-items: center;
        height:90px;
    }
    main > header, 
    main > nav 
    {
        background:#fff;
    }
    main > nav 
    {
        border-top:2px solid var(--color1);
        border-bottom:1px solid #DCDCDC;
        height:50px;
    }

    main header > .content .header-logo {
        flex:1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    main header > .content .header-logo img {
        display:block;
        height:50px;
    }
    main header > .content .header-date {
        flex-basis:200px;
        display: flex;
        gap:5px;
        font-size:16px;
    }
    main header > .content .header-buttons {
        flex-basis:200px;
        display: flex;
        align-items: right;
        justify-content: right;
        gap:5px;
    }

    main header > .content .header-menu-button {
        display:none
    }

    main > nav .content 
    {
        display: flex;
        justify-content: center;
    }
    main > nav .content .menu-list 
    {
        display:flex;
        height:48px;
    }
    main > nav .content .menu-list ul li
    {
        width:auto;
        min-width:80px;
    }
    main > nav .content .menu-list ul li a
    {
        font-size:16px;
        text-transform:none !important;
    }
    
}

@media(max-width: 768px){
    main header > .content {
        border-bottom:2px solid var(--color1);
    }
    main header > .content .header-menu-button {
        display:block;
    }
    main header > .content .header-date {
        display:none;
    }
    main header > .content {
        height:60px;
        display: flex;
        gap:16px;
        align-items: center;
        justify-content: center;
        padding:0 16px;
    }
    main header > .content .header-logo {
        flex:1;
        text-align: center;
    }
    main header > .content .header-logo img {
        display: inline-block;
        height:40px;
    }

    .posts-top {
        gap:16px;
    }
    .posts-top > .main .item .text{
        padding: 0 16px;
    }

    .posts-top > .more-items{
        flex-direction: column !important;
        padding:0 16px;
    }
    .posts-top > .more-items .item{
        flex: 1;
    }
}

.box-diapo{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    visibility: hidden;
    z-index:100;
}
.box-diapo .swiper-container {
    width:100%;
}
.box-diapo .swiper-container .swiper-wrapper .swiper-slide img {
    max-width:100%;
    max-height:100%;
}

.box-diapo #btn_close_diapo{
    position:absolute;
    right:10px;
    top:10px;
    z-index:1000;
}
