@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600');

/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Dosis', sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.6;
    color: #147171;
    background: #FFF5E4 url('../img/background-cias-3-cantons.jpg');
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0px -22px; 
    font-weight: 400;
  
}

a {
    text-decoration: none;
    transition: all .2s ease-out;
    color: #DA6F24;
    
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    transition: all .2s ease-out;
    color: #147171;
}

/* H1 > H6 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Dosis', sans-serif;
    line-height: 1.25;
    padding: 0.25rem 0.25rem 0.25rem 0rem;
    margin: 0rem 0rem 1rem 0rem;
    font-weight: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    height: auto;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: 500!important;
}

h2,
.h2 {
    font-size: 2.6rem;
    font-weight: 600!important;
}

h3,
.h3 {
    font-size: 2.6rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.3rem;
}

h6,
.h6 {
    font-size: 1.1rem;
}

.top {
    background: #EC9844;
    z-index: 9999;
    box-shadow: none;
    font-weight: 300;
    padding: 0px;
    height: auto;
    z-index: 9999;
    position: fixed;
    width: 0 auto;
    transition: 0.5s all ease;
}

.container-menu {
    max-width: 1440px;
    margin: 0 auto;
}

img.logo { margin-right: 20px;margin-top: 10px;}

.change {
     /*background: #EC9844;*/
     box-shadow: rgba(218, 111, 36, 0.35) 0px 8px 8px;
    /*padding: 10px 0px 10px 0px;*/
}


.menu-btn,
.menu-top {
    display: inline;
    font-weight: 300;
    font-size: 1.25em;
}
.menu-btn {
    color: #434e5f;
}

.menu-btn:hover {
    color: #294271;
}

.menu-btn a,
.menu-top a {
    color: #434e5f;
}

.menu-btn a:hover,
.menu-top a:hover {
    color: #294271;
}

.menu-btn-change {
    color: #fdfdfd;
}

.menu-btn-change:hover {
    color: #df95b0;
}

.menu-btn-change a,
.menu-top-change a {
    color: #fdfdfd;
}

.menu-top-change a:hover {
    color: #df95b0;
}

.menu-top-right {
    /*display: none;*/
    display: inline;
    float: left;
    opacity: 0;
    transition: 0.25s all ease;
    transform:translate(0px,100px);
    
}

.menu-top-right-change {
    color: #fdfdfd;
    display: inline;
    float: left;
    opacity: 1;
    transform:translate(0px,0px);
    /*font-weight: 700;
    font-size: 2rem;*/
}

.menu-top-right-change:first-letter {
    color: #fdfdfd;
    background: #294271;
    padding: 4px;
    border-radius: 0px;
}

.menu,
.menu li {
    font-size: inherit;
}

.menu-change {
    text-align: left;
    direction: ltr;
}

.menu-btn:hover,
.menu-top a:hover {
    cursor: pointer;
}





/* Ajustement PluCSS */

.menu.breadcrumb.expanded li a {
    margin: 0;
    padding: 0rem .7rem 0rem .7rem;
    ;
}


/* Pagination */

.p_next a,
.p_last a,
.p_first a,
.p_prev a,
.more a {
    background-color: #BB2D5F;
    color: #ffffff;
}

.p_next a:after,
.more a:after {}

.p_prev a:before {}

.p_page,
.p_current,
.p_next a:hover,
.p_first a:hover,
.p_last a:hover,
.p_prev a:hover,
.more a:hover {
    background: #f47356;
    color: #ffffff;
}

.breadcrumb {
    background: #e5e5e5;
    border-bottom-color: #BB2D5F!important;
}

input.searchbutton[type=submit] {
    background: #BB2D5F;
}

input.searchbutton[type=submit]:hover {
    background: #BB2D5F;
}

#static-page-rechercher {
    background: #ffffff;
}

.search_results a {
    color: #294271;
}

.search_results a:hover {
    color: #434e5f;
}


/* Article, com, aside */

.bg-article,
.bg-static,
.bg-aside {
    border-color: #dedede!important;
}

.bg-article,
.bg-static {
    background: #fff;
}

.bg-comment {
    background: #dedede;
    border-color: #dedede!important;
}

aside {
    background: #fff;
    border-color: #dedede!important;
}


/* Sidebar */
aside ul li a {
    color: #BB2D5F;
}

aside ul li :hover {
    color: #434e5f;
}

aside h3 {
    color: #BB2D5F;
}

aside .line {
    border-top-color: #f47356!important;
}

aside ul#nuage-mots li a {
    color: #ffffff;
}

aside ul#nuage-mots li a:hover {
    color: #ffffff;
    border-bottom: transparent;
}

aside ul#nuage-mots li:before {}

aside ul#nuage-mots li {
    background: #f47356;
    color: #ffffff;
}

aside ul#nuage-mots li:hover {
    background: #BB2D5F;
}

@media (max-width: 767px) {
    aside li {
        background: #eeeeee;
    }
    aside h3 {
        background: #294271;
        color: #ffffff;
    }
    .bg-aside {
        border-left: 0px solid transparent;
    }
}


/**/

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #294271;
    background: #eeeeee;
}

.badge,
.label {
    background: transparent;
    color: #df95b0;
}


/* articles  */

.art-info span {
    color: #ffffff;
}

.art-info i {
    color: #ffffff;
}

.art-info a {
    color: #ffffff;
}

.art-info a:hover {
    color: #BB2D5F;
}

.art-info.deco {
    background: #f47356;
}


/* Commentaires */

.type-normal {
    background: #ffffff;
}

.type-admin {
    background: #294271;
    color: #ffffff;
}

.type-admin a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.type-admin a:hover {
    border-bottom: 1px dotted transparent;
    color: #ffffff;
}

#comments h2 {
    color: #434e5f;
}


@media (max-width: 767px) {
    .menu li {
        margin: 0px;
    }
}


.footer { background: #EC9844;}

.footer a {
    text-decoration: none;
    color: #FFF5E4;
}

.footer a:hover {
    color: #FFDB87;
}

/*hr {
margin-top: 10rem;
    margin-bottom: 10rem;
border: none;
height: 1px;
background-image: -webkit-linear-gradient(left, transparent, #DF95B0, transparent);
background-image: -moz-linear-gradient(left, transparent, #DF95B0, transparent);
background-image: -ms-linear-gradient(left, transparent, #DF95B0, transparent);
background-image: -o-linear-gradient(left, transparent, #DF95B0, transparent);
color: #333;
text-align: center;
}
hr:after {
content:" ";
display: inline-block;
position: relative;
top: -7rem;
font-size: 1.5em;
padding: 19px 1.75em;
background: #fff url(../img/logo-main2-hr-50.jpg) no-repeat scroll center;
background-size: 50%;
height: 150px;
}*/


/* Modifs plucss */

thead {
    background-color: rgba(0, 0, 0, .1)
}

tr:hover {
    background-color: rgba(0, 0, 0, .1)
}

tfoot tr:hover,
thead tr:hover {
    background-color: rgba(0, 0, 0, .1)
}

code,
kbd,
pre,
samp {
    color: #434e5f;
}

.capcha-word {
    color: #434e5f;
}


/* image d'accroche à gauche du chapo */

.author-infos {
    background: #df95b0;
    border-color: #dedede!important;
    color: #ffffff;
}

.author-infos a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.author-infos a:hover {
    color: #ffffff;
    border-bottom: 1px dotted transparent;
}

.social-awf-info a {
    border-bottom: 0px dotted transparent;
}

.social-awf-info a:hover {
    border-bottom: 0px dotted transparent;
    color: #434e5f;
}

.rss-comments:before {
    color: #ff6600;
}

.rss-comments {
    border-color: #ff6600!important;
}

.rss-comments:hover {
    background: #ffd5bb;
}

.rss-comments a {
    color: #ff6600;
}

.rss-comments a:hover {
    color: #ff6000;
}


/* Effet sur les images */

a .art_thumbnail {
    border: 0px solid #294271;
    filter: saturate(50%);
}

a .art_thumbnail:hover {
    filter: saturate(100%);
}

.at-noborder img.art_thumbnail {
    border: 0px solid #434e5f;
}


/* pour présenter les icones */

.icons-set {
    border: 1px solid #eeeeee;
}


/* Conteneur Masonry */

.masonry-content {
    background-color: #ffffff;
    border-color: #dedede!important;
}

.com-reply a:before,
.com-cancel a:before {
    color: #ffffff;
}

.com-cancel a:before {}

.com-reply a,
.com-cancel a {
    background-color: #294271;
    color: #ffffff;
}

.com-cancel a {
    background: #434e5f;
}

.com-reply a:hover {
    background: #434e5f;
}

#id_answer {
    border-left: 3px solid #294271;
    color: #294271;
    background: #f5f5f5;
}

#id_answer .content_com {
    color: #294271;
    background: #ffffff;
}

pre {
    background: #f2f2f2;
    color: #294271;
}

code {
    color: #df95b0;
}


/* Date des articles Masonry */

.ladate {
    background: #294271;
    color: #ffffff;
}

.parqui {
    background: #434e5f;
    color: #fefefe;
}

.ladate .line {
    border-top-color: #ffffff;
}


/* Menu catégories header-masonry*/

.menu.expanded li a:hover {
    background: #294271;
    color: #ffffff;
}

.menu.expanded li a.active {
    background: #294271;
    color: #ffffff;
}


/* Bouttons input ... PluCSS */

button, input, select, textarea {
    height: 4rem;
}

.button a {
    color: #fff;
}

.button a:link  {
    color: #fff;
}
 
/**/

/* MENU HORIZONTAL */

.toggleMenu {
    display: none;
    width: 100%;
    padding: 8px 0px 8px 0px;
    color: #FFF5E4;
    text-align: left;
    background: #40B0AE;
    background-repeat: no-repeat;
    margin: 0;
    margin-top: -1px;
}

a.toggleMenu {
    color: #FFF5E4;
}

a:hover.toggleMenu {
    color: #FFDB87;
}

.toggleMenu > .pbi-icons {
    font-size: 4.0rem;
}

.nav-horizontal {
    *zoom: 1;
    list-style: none;
    background: transparent;
    text-transform: normal;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    padding-top: 20px;
}

.nav-horizontal ul,
li {
    margin: 0px;padding: 0px;
}

.nav-horizontal span {
    content: " ";
    display: table;
    color: #fefefe;
}

.nav-horizontal li a,
.nav-horizontal span {
    display: block;
    color: #fefefe;
    margin-right: 2.5rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: normal;    
}

.nav-horizontal li a:hover,
.nav-horizontal span:hover {
    color: #FFDB87;  
}

.nav-horizontal span:after {
   font-family: 'Paberoundicons';
    vertical-align:sub;
    color: #147171;
    content: "\00a0\Z"; 
}

.nav-horizontal li.active > a, 
.nav-horizontal span.active{
    /*color: #FFF5E4;*/
}
.nav-horizontal:before,
.nav-horizontal:after {
    content: " ";
    display: table;
}

.nav-horizontal:after {
    clear: both;
}

.nav-horizontal ul {
    list-style: none;
    width: 100%;
}

.nav-horizontal li {
    position: relative;
}

.nav-horizontal > li {
    text-align: left;
    display: inline-block;
    height: 60px;
}

.nav-horizontal > li > .parent:after,
.nav-horizontal span:after {
    /*display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\0000a0\f0d7";
    color: #4ABE75;*/
}

.nav-horizontal li ul {
    position: absolute;
    display: none;
    background: transparent;
    width: 250px;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    border-radius: 8px;

}

.nav-horizontal > li.hover > ul {
    left: 0;
    display: block;
    
}

.nav-horizontal li li.hover ul {
    left: 100%;
    top: 0;
     
}

.nav-horizontal li li a {
    padding: 6px;
    display: block;
    position: relative;
    z-index: 100;
    background: #147171;
    color: #FFF5E4;
    margin: 2px;
    border-radius: 6px;
}

.nav-horizontal li li a:hover {
     background: #40B0AE;
    color: #FFF5E4;
}

@media handheld,
only screen and (max-width: 1024px) {
    .top {
        background: #EC9844;
    }
    .nav-horizontal ul,
li {
    margin-top: 0px;
}
     .nav-horizontal {
        padding-top: 0px;
        float: none;
        max-height: 320px;
        overflow-y: scroll!important;
    }

    .nav-horizontal li a,
    .nav-horizontal span {
        padding: 4px;
        color: #fff;
    }
    .nav-horizontal > li {
        float: left;
        width: 50%;
        text-align: left;
    }
    .nav-horizontal ul {
        display: block;
        width: 100%;
    }
    .nav-horizontal > li.hover > ul,
    .nav-horizontal li li.hover ul {
        position: static;
    }
    .nav-horizontal span {}
    .nav-horizontal li li a {
        width: 100%;
    }
    .nav-horizontal li li a:hover {
        width: 100%;
    }
    
    .center-on-mob {
        text-align: center;
    }
    
    .top-infos #langs {
        float: left;
        text-align: left;
        margin-top: 8px;
    }
    
    .toggleMenu {
        text-align: left;
        margin-bottom: 0;
        padding-left: 20px;
    }
    
    .hide-on-mob {
        display: none;
       visibility: hidden;
    }
    
    .visible-on-mob {
        display: block;
       visibility:visible;
    }
}

@media handheld,
only screen and (max-width: 480px) {
    .nav-horizontal {
        text-align: center;
        padding-top: 0px;
        float: none;
        max-height: 180px;
        overflow-y: scroll!important;
    }

    .nav-horizontal > li {
        float: none;
        width: 100%;
    }
    .nav-horizontal ul {
        display: block;
        width: 100%;
    }
}

.button.alert {
	background-color: rgba(187, 45, 95, 0.6);
	color: #fff;
    animation: tada 1s; 
    border-radius: 1.6rem;
}
.button.alert:hover {
	background-color: #BB2D5F;
	color: #fff;
}
button.alert,
input[type="button"].alert,
input[type="reset"].alert,
input[type="submit"].alert {
    border-radius: 1.6rem;
	background-color: #bb2d5f;
	color: #fff;
}



/* EFFECTS */


.br-deco,
.art_thumbnail,
.type-normal,
.type-admin,
.nbcom-normal,
.nbcom-admin,
.alert,
.more a,
.deco,
.badge,
.tag,
.rss-comments
.p_page,
.p_current,
.p_next a,
.p_first a,
.p_last a,
.p_prev a,
.bg-article,
.bg-static,
aside,
.com-reply a,
.bg-comment,
.author-infos,
.breadcrumb a,
.rss-comments,
.masonry-content {
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    
}

button,
input,
select,
textarea {
	-webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
   
}

/**/

.rouge {color: #DA6F24;}
.creme {color: #FFDEBE;}
.turquoise {color: #40B0AE;}
.vert {color: #96C038;}

.radius16 img {
    border-radius: 16px;
}

.fw100 {
    font-weight: 100!important;
}

.fw200 {
    font-weight: 200!important;
}

.fw300 {
    font-weight: 300!important;
}

.fw400 {
    font-weight: 400!important;
}

.fw500 {
    font-weight: 500!important;
}

.fw600 {
    font-weight: 600!important;
}

.fw700 {
    font-weight: 700!important;
}

.fw800 {
    font-weight: 800!important;
}

.fw900 {
    font-weight: 900!important;
}

.fs14 {
    font-size: 1.4rem!important;
}

.fs16 {
    font-size: 1.6rem!important;
}

.fs18 {
    font-size: 1.8rem!important;
}

.fs20 {
    font-size: 2.0rem!important;
}

.fs22 {
    font-size: 2.2rem!important;
}

.fs24 {
    font-size: 2.4rem!important;
}

.fs26 {
    font-size: 2.6rem!important;
}

.fs28 {
    font-size: 2.8rem!important;
}

.fs30 {
    font-size: 3.0rem!important;
}

.fs32 {
    font-size: 3.2rem!important;
}

.fs36 {
    font-size: 3.6rem!important;
}

.fs38 {
    font-size: 3.8rem!important;
}

.fs40 {
    font-size: 4.0rem!important;
}

.fs48 {
    font-size: 4.8rem!important;
}

.fs120 {
    font-size: 12rem!important;
}
.ptcust { padding-top: 115px;}


/**/




/* Padding et margin */
.mlmr0 {
    margin-left: 0rem!important;
    margin-right: 0rem!important;
}

.pm0 {
    margin: 0px!important;
    padding: 0px!important;
}

.p0 {
    padding: 0px!important;
}


.prpl0 { /* reset pour le toogle menu responsive */
    padding-left: 0px!important;
    padding-right: 0!important;
}


.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px!important;
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 40px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.m10 {
    margin: 10px
}

.m20 {
    margin: 20px
}

.m30 {
    margin: 30px
}

.m40 {
    margin: 40px
}

.m50 {
    margin: 50px
}

.m60 {
    margin: 60px
}

.p10 {
    padding: 10px!important;
}

.p20 {
    padding: 20px!important;
}

.p30 {
    padding: 30px!important;
}

.p40 {
    padding: 40px!important;
}

.p50 {
    padding: 50px!important;
}

.p60 {
    padding: 60px!important;
}

/**/

/*.plop {
}

a.plop {
    color: #147171;
    font-weight: 400;
}

a:hover.plop {
    color: #DA6F24;
}*/

.rougepeche {
    color: #DA6F24
}

.rougepeche:hover {
    color: #FFDB87
}


.page-vw ul {
    list-style-type: none;
}
 
.page-vw ul li:before {
	font-family: 'Paberoundicons';
    content: "P";
	margin-right: 10px;
	color: #DA6F24;
}
 
.page-vw ul li {
	color: inherit;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em!important;
    -webkit-margin-after: 1em!important;
    -webkit-margin-start: 0px!important;
    -webkit-margin-end: 0px!important;
    -webkit-padding-start: 10px!important;
}
