/**
 * @version		1.0.0
 * @package		JoomlaXTC Kronos for Joomla! 2.5.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2014 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */

/*** GENERAL ***/

.left{
    float:left;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
.pa1{
    padding:10px;
}
.pl1{
    padding-left:10px;
}
.pr1{
    padding-right:10px;
}
.pb1{
     padding-bottom:10px;
}
.pt1{
    padding-top:10px;
}
.pa2{
    padding:20px;
}
.pl2{
    padding-left:20px;
}
.pr2{
    padding-right:20px;
}
.pb2{
    padding-bottom:20px;
}
.pt2{
    padding-top:20px;
}
.pb3{
    padding-bottom: 30px;
}
.w15{
    width: 15%;
}
.w20{
    width: 20%;
}
.w25{
    width: 25%;
}
.w30{
    width:30%;
}
.w40{
    width:40%;
}
.w50{
    width:49.6%;
}
.w60{
    width:60%;
}
.w70{
    width:70%;
}
.w100{
    width:100%;
}
.w200{
    width:220px;
}
.w320{
    width:320px;
}
.mt0{
    margin-top: 0;
}
.mt3{
    margin-top: 30px;
}
.mt2{
    margin-top: 20px;
}
.mb2{
    margin-bottom: 20px;
}
.mw650{
    max-width: 650px;
}
.mh200{
    min-height: 200px;
}
#logo a{
    display: flex;
    align-items: center;
    width: 480px;
    background: none;
    @media (max-width: 1480px){
        width: 360px;
    }
    @media (max-width: 1366px){
        width: 300px;
    }
}
a{
    color:#4592c4;
    font-weight: bold;
}
button.readmore a{
    color:#fff;
}
button.readmore a:hover{
    color:#777;
}
a.btn-readmore{
    color:#4592c4;
    font-weight: bold;
    font-size: 1.2em;
}
.frontpage [data-sr] {
    visibility: hidden;
}
body{
    overflow-x: hidden;
}
body.innerpage{
    color:#333;
}
.chrono_credits{
    display: none;
}
#menuwrap {
    margin: 20px 16px 6px;
}
button.readmore{
    background-color: #f47d43 !important;
}
#xmap .muted{
    display: none;
}
#component h1{
    margin-top: 0;
    font-weight: bold !important;
    color:#4592c4;
    line-height: 80%;
}
#napc-item-content > img{
    margin-bottom: 30px;
}
.inbl{
    display: inline-block;
}
.antennes .limit{
    display: none;
}
#header{
  box-shadow: 15px 7px 28px;
}
#menuwrap ul.menu > li.active a {
    color: #f47d43!important;
    font-weight: bold !important;
}
.suckerfish ul.menu > li, .dualfish ul.menu > li {
    margin: 0 0 0 10px;
    padding: 0px 0 0 20px;
}
.created {
    color: #f47d43;
    font-weight: bold;
}
/*** HOMEPAGE ***/
.royalSlider {
    width: 445px;
    height: 300px;
    margin: 20px auto;
}
.homepage-top{
    padding-top: 60px;
    margin-top: 20px;
    text-align: center;
    width: 60%;
    float: left;
}
.homepage-part-pro{
    padding-top: 60px;
    margin-top: 20px;
    text-align: center;
}
.homepage-top p, .homepage-top h2, .homepage-part-pro p, .homepage-part-pro h2{
    color:#fff;
    text-shadow: 1px 1px 1px #333;
}
.homepage-top p, .homepage-part-pro p{
    font-size: 1.4em;
}
#region1{
    background: #4592c4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1OTJjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4592c4 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4592c4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4592c4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4592c4 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4592c4 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4592c4 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4592c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#region2{
    background: #f48319; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODMxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmMyOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f48319 0%, #f2c296 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48319), color-stop(100%,#f2c296)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f48319 0%,#f2c296 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48319', endColorstr='#f2c296',GradientType=0 ); /* IE6-8 */
}
#region2wrap .xtc-wrapper, #region7wrap .xtc-wrapper, #region8wrap .xtc-wrapper{
    padding: 0;
    max-width: inherit;
}
#region2wrap .xtc-wrapperpad, #region7wrap .xtc-wrapperpad, #region8wrap .xtc-wrapperpad{
    max-width: inherit;
}
.homepage #region1{
    padding: 0;
}
.homepage #region1 .module{
    margin:0;
}
.homepage #region3wrap{
    display:none;
}
.modulecontent {
    padding-top: 0;
}
.newstext2 img{
    min-height: 156px;
}
#GMapInfoHeader{
    position: absolute;
    top: 480px;
    right: 0px;
    z-index: 9;
    width: auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #888, 0 0 10px #888;
}
.mod_googlemap #GMapInfoHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #888, 0 0 10px #888;
}
.mod_googlemap{
    position: relative;
}
#GMapInfoHeader h2{
    color:#4592c4;
    font-weight: bold !important;
}
.ggmap{
    width: 40%;
    float: right;
    margin-top: 11px !important;
}
.ggmap .modulecontent #GMapsID{
    max-width: 100%;
    width:100% !important;
}
.ggmap .modulecontent{
    position: relative;
}
#GMapsCredit{
    display: none;
}
/*** FOOTER ***/
#footer{
    padding: 0 !important;
}
#footerwrap {
    background: #fff;
}
.menufooter li{
    display: inline;
    padding-right: 10px;
}
#footerwrap .firstarea{
    width: 50%;
    float: left;
}
#footerwrap .lastarea {
    width: 50%;
    float: left;
}
#footer .firstarea .module{
    margin-top:60px !important;
}
#footer .lastarea .module{
    margin-top:30px !important;
}
#logos-footer > div{

}
#logos-footer div.left img{
    margin: auto 0;
}
/*** PARTENAIRES ***/
#region3 .partenaires h3{
    margin-top: 0;  font-size: 1em;
}
.partenaires{
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
/*** MODULES ***/
.mod_actu h3{
    font-size: 1.2em;
    color:#f47d43;
}
.mod_actu .field-texte{
    color: #eee;
}
.mod_actu .row{
    border-bottom: 1px dashed #555;
    padding-bottom: 20px;
}
.mod_actu a.readmore{
    color:#f47d43;
}
.mod_actu a.readmore:hover{
    color:#444;
}
.mod_actu{
    padding:0px 20px 10px 20px;
    background: #0188a8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxODhhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzU0YzNlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0188a8 0%, #54c3e5 74%, #adf4f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0188a8), color-stop(74%,#54c3e5), color-stop(100%,#adf4f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0188a8 0%,#54c3e5 74%,#adf4f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0188a8 0%,#54c3e5 74%,#adf4f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0188a8 0%,#54c3e5 74%,#adf4f4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0188a8 0%,#54c3e5 74%,#adf4f4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0188a8', endColorstr='#adf4f4',GradientType=0 ); /* IE6-8 */
    min-height: 100%;
    height: 100%;
}
.mod_actu .field-picture{
    padding-right: 10px;
}
.homepage .mod_actu .w60{
     width: 60%;
}
#right .orangemod {
    background: #f48319; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODMxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmMyOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f48319 0%, #f2c296 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f48319), color-stop(100%,#f2c296)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f48319 0%,#f2c296 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f48319 0%,#f2c296 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48319', endColorstr='#f2c296',GradientType=0 ); /* IE6-8 */
}
.orangemod{
    padding: 0 20px 20px 20px;
    color:#fff;
}
.orangemod h3{
    color:#4592c4;
}
.orangemod .adresse{
    font-size: 1.3em;
}
/*** ACTUALITES ***/
.actualites .article h3{
    color:#4592c4;
    margin-top: 0 !important;
    float: left;
}
.actualites .article{
    border-bottom: 1px dashed #666;
    min-height: 200px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/*** ANTENNES item ***/
.permanence p, .contacts p{
    margin-top: 0;
}
.amTab, .amMobile{
    display: none;
}
.view-item .mod_googlemap{
    display: none;
}
/*** FAQ ***/
.faq .napc-field-texte strong{
    color:#4592c4;
    font-size: 1.4em;
}
body.sticky #header{
    max-width: 100% !important;
}
/*** MAJ 20/11/17 ***/
#fixed-left{
    position: fixed;
    top:160px;
    left:0;
    z-index: 999;
    border: 2px solid rgb(2, 2, 128);
    border-left: none;
    background: #88bee2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4592c4 0%, #88bee2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4592c4), color-stop(100%,#88bee2));
    background: -webkit-linear-gradient(top, #4592c4 0%,#88bee2 100%);
    background: -o-linear-gradient(top, #4592c4 0%,#88bee2 100%);
    background: -ms-linear-gradient(top, #4592c4 0%,#88bee2 100%);
    background: linear-gradient(to bottom, #4592c4 0%,#88bee2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4592c4', endColorstr='#88bee2',GradientType=0 );
}
#fixed-left a{
    display: block;
    padding: 5px;
    color: #f47d43;
    min-height: 30px;
    text-shadow: 1px 1px 1px #333;
    font-size: 18px;
    line-height: 2;
}
#fixed-left a:hover{
    color: #ffffff;
}
#fixed-left .menu{
    padding: 0;
    margin: 0;
}
#fixed-left .pull-left{
    border-right: 2px solid rgb(2, 2, 128);
}
#fixed-left-toggler{
    padding:5px ;
}
#fixed-left-toggler.closed .fa{
    transform: rotate(180deg);
    transition: all 0.4s;
}
#fixed-left-toggler .fa{
    color: #f47d43;
    cursor: pointer;
    transition: all 0.4s;
    text-shadow: 1px 1px 1px #333;
    font-size: 36px !important;
}
#fixed-left-toggler .fa:hover{
    color: #fff;
}
.napc-field-document{
    padding: 20px 0;
}
.napc-field-document .h4like{
    font-size: 1.5em;
}
.napc-field-document a{
    display: block;
    margin-bottom: 10px;
}
.napc-field-chiffres .h4like{
    font-size: 1.5em;
    font-weight: 700;
}
.napc-field-chiffres .chiffre{
    font-size: 2em;
    font-weight: 700;
    color: #4592c4;
}
.back-button{
    color: #4592c4;
}
.back-button:hover{
    color: #000000;
}
.link-part{
    padding-left: 0;
    margin-bottom: 30px;
}
.link-part li{
    list-style-type: none;
    display: inline;
}
.link-part li a{
    background-color: #f47d43;
    color: #ffffff;
    padding: 10px 15px;
    transition: all 0.4s;
}
.link-part li a:hover{
    background-color: #4592c4;
    transition: all 0.4s;
    color: #ffffff;
}
.link-part li a.active{
    background-color: #000000;
    color: #ffffff;
}
.miseenavant h3.moduletitle{
    font-size: 48px !important;
    margin-top: 0;
    font-weight: bold !important;
    color: #4592c4;
    line-height: 80%;
    padding-top: 0;
    margin-bottom: 30px;
}
.miseenavant h3.moduletitle span{
    font-weight: bold !important;
}
.module.miseenavant{
    margin: 0;
}
.miseenavant_inner{
    margin-bottom: 60px;
}
.press .article{
    border-bottom: 1px dashed #000000;
    padding-bottom: 15px;
}
.press .readmore{
    color: #f47d43;
    padding: 10px 0px 0;
    display: block;
}
.press .readmore:hover{
    color: #000000;
}
.btn-back-press{
    display: none;
}
.press .btn-back-press{
    display: block;
}
.saviez{
    background-color: #fafafa;
    padding: 15px;
    border: 2px dashed #f47d43;
    margin-bottom: 15px;
}
.saviez h4{
    color: #4592c4;
    text-transform: uppercase;
    text-align: center;
}
.napc-field-liens-utiles{
    border: 1px solid #f47d43;
    padding: 15px;
    max-width: 320px;
    float: right;
    background-color: #fafafa;
}
.napc-field-liens-utiles label{
    font-size: 16px;
    font-weight: bold;
}
.napc-field-liens-utiles > ul{
    margin-top: 30px;
}
#napc-item-content ul > li > ul > li{
    list-style-type: circle;
}
#napc-item-content ul > li > ul > li >ul >li{
    list-style-type: square;
}
.btn-deco{
    background-color: #f47d43;
    color: #ffffff;
    padding: 10px 15px;
    transition: all 0.4s;
    display: inline-block;
    margin-top: 40px;
    float: right;
}
.btn-deco:hover{
    background-color: #4592c4;
    transition: all 0.4s;
    color: #ffffff;
}
.presse .btn-deco{
    display: none;
}
/***** RESPONSIVE *****/
#napc-item-content img{
    max-width: 100% !important;
}
/*** DESKTOP ***/
@media screen and (min-width: 1025px) and (max-width: 1279px) {
    #logo a {
        /*background: url('../images/logos/logo-entraide-partage.jpg') no-repeat 0 0;*/
        /*height: 35px;*/
        width: 201px;
    }
    body.sticky #header {
        padding-right: 10px!important;
    }
    #region7wrap .xtc-wrapper {
        padding: 0!important;
    }
    .w320 {
        width: 270px;
    }
    .actualites .article img{
        max-width: 250px !important;
    }
    .actualites .article {
        min-height: 180px;
    }
    .mod_actu .modulecontent{
        padding: 20px;
    }
    .mod_actu h3.moduletitle{
        padding: 20px 20px 0 20px !important;
    }
    .mod_actu .field-picture{
        padding-right: 10px;
    }
    #right .mod_actu{
        padding: 0 0 10px 0;
    }
    .mod_googlemap #GMapsID{
        width:333px !important;
        height: 400px !important;
    }
    .mod_googlemap #GMapInfoHeader h2{
        font-size: 34px;
    }
    .antennes #napc-item .permanences{
        padding-right: 20px;
    }
    .antennes .map{
        width: 693px !important;
    }
    #footerwrap .lastarea{
        width: 40%;
    }
    #footerwrap .firstarea {
        width: 60%;
    }
    #footerwrap .firstarea ul {
        padding:9px 0;
    }
    .suckerfish ul.menu > li, .dualfish ul.menu > li {
        padding: 0 0 0 10px;
        margin: 0 0 0 14px !important;
    }
    .suckerfish ul.menu > li:first-child, .dualfish ul.menu > li:first-child {
        padding: 0 0 0 0px;
        margin: 0 0 0 0px !important;
    }
    #header ul.menu > li > a, #header ul.menu > li.active > a, #header ul.menu > li:hover > a, span.separator {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    #logo a {
        /*background: url('../images/logos/logo-entraide-partage.jpg') no-repeat 0 0;*/
        /*height: 30px;*/
        width: 180px;
    }
    body.sticky #header {
        padding-right: 10px!important;
    }
    #region7wrap .xtc-wrapper {
        padding: 0!important;
    }
    .w320 {
        width: 270px;
    }
    .actualites .article img{
        max-width: 250px !important;
    }
    .actualites .article {
        min-height: 180px;
    }
    .mod_actu .modulecontent{
        padding: 20px;
    }
    .mod_actu h3.moduletitle{
        padding: 20px 20px 0 20px !important;
    }
    .mod_actu .field-picture img{
        max-width: 100px !important;
    }
    #right .mod_actu{
        padding: 0 0 10px 0;
    }
    .mod_googlemap #GMapsID{
        width:333px !important;
        height: 400px !important;
    }
    .mod_googlemap #GMapInfoHeader h2{
        font-size: 34px;
    }
    .antennes #napc-item .permanences{
        padding-right: 20px;
    }
    .antennes .map{
        width: 693px !important;
    }
    #footerwrap .lastarea{
        width: 40%;
    }
    #footerwrap .firstarea {
        width: 60%;
    }
    #footerwrap .firstarea ul {
        padding:9px 0;
    }
    .suckerfish ul.menu > li, .dualfish ul.menu > li {
        padding: 0 0 0 10px;
        margin: 0 0 0 14px !important;
    }

}
/*** TABLET LAND ***/
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    #logo a {
        /*background: url('../images/logos/logo-entraide-partage.jpg') no-repeat 0 0;*/
        /*height: 39px;*/
        /*width: 175px;*/
    }
    #logo{
        padding-top: 10px;
    }
    #menuwrap{
        margin:20px 0;
    }
    .suckerfish ul.menu > li{
        margin: 0 0 0 5px!important;
    }
    #header ul.menu > li > a, #header ul.menu > li.active > a, #header ul.menu > li:hover > a, span.separator {
        font-size: 11px;
    }
    #region7wrap .xtc-wrapper {
        padding: 0px!important;
    }
    .newstext2 img {
        max-width: 100px;
        max-height: 100px;
        min-height: 0;
    }
    #GMapInfoHeader {
        top: 525px;
        left: inherit;
    }
    #footerwrap .xtc-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    #footerwrap .firstarea{
        width: 60%;
    }
    #footerwrap .lastarea{
        width: 40%;
    }
    .customorangebox .inbl{
        max-width: 160px;
    }
    .actualites .article img{
        max-width: 180px !important;
    }
    .actualites .w320{
        width: 200px;
    }
    .actualites .article{
        min-height: 145px;
    }
    #napc-item-content img{
        max-width: 530px !important;
    }
    body:not(.homepage) .napc-textarea img{
        width: 33%;
    }
    .mod_actu .left{
        float: none;
    }
    .mod_actu .w60, .mod_actu .w40{
        width: 100%;
    }
    .mod_actu .module-picture{
        margin-bottom: 10px;
    }
    .mod_googlemap{
        display: none;
    }
    .amNormal, .amMobile{
        display: none;
    }
    .amTab{
        display: block;
    }
    .antennes #napc-item .left{
        margin-right: 20px;
    }
    .orangemod .adresse{
        font-size: 1em;
    }
    .partenaires .mw650.w60{
        width: 100%;
    }

}
/*** TABLET ***/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .homepage .mod_actu .w60 {
        width: 60%;
    }
    .homepage .mod_actu .moduletitle{
        text-align: left;
    }
    #region7wrap .xtc-wrapper{
        padding:0 !important;
    }
    .newstext2 img {
        min-height: 0;
        width: 20%;
    }
    #footer .firstarea .module {
        margin: 0 !important;
    }
    .menufooter li {
        display: block;
    }
    .homepage-top{
        width: 100%;
        float: none;
    }
    .ggmap {
        width: 100%;
        float: none;
        margin-top: 0px !important;
    }
    #GMapInfoHeader{
        top:inherit;
        left:inherit;
        bottom:20px;
        right:20px;
    }
    .actualites .article img{
        max-width: 240px !important;
    }
    .actualites .w320{
        width: 280px;
    }
    .actualites .article{
        min-height: 180px;
    }
    #napc-item-content img{
        max-width: 740px !important;
    }
    .mod_googlemap{
        display: none;
    }
    .antennes .pagination{
        display: none;
    }
    .amNormal, .amMobile{
        display: none;
    }
    .amTab{
        display: block;
    }
}
/*** TABLET ***/
@media screen and (min-width: 321px) and (max-width: 767px) {
    .homepage .mod_actu .w60, .mod_actu .w60 {
        width: 100%;
    }
    .homepage .mod_actu .moduletitle{
        text-align: left;
    }
    #region7wrap .xtc-wrapper{
        padding:0 !important;
    }
    .newstext2 img {
        min-height: 0;
        width: 20%;
    }
    #footer .firstarea .module {
        margin: 0 !important;
    }
    .menufooter li {
        display: block;
    }
    .homepage-top{
        width: 100%;
        float: none;
    }
    .ggmap {
        width: 100%;
        float: none;
        margin-top: 0px !important;
    }
    #GMapInfoHeader{
        top:inherit;
        left:inherit;
        bottom:20px;
        right:20px;
    }
    .actualites .article img{
        max-width: 240px !important;
    }
    .actualites .w320{
        width: 280px;
    }
    .actualites .article{
        min-height: 180px;
    }
    #napc-item-content img{
        max-width: 740px !important;
    }
    .mod_googlemap{
        display: none;
    }
    .antennes .pagination{
        display: none;
    }
    .amNormal, .amMobile{
        display: none;
    }
    .amTab{
        display: block;
    }
    .royalSlider{
        width: 320px;
    }
    .homepage-part-pro .w50{
        width: 100%;
    }
}

/*** MOBILE ***/
@media screen and (max-width: 320px) {
    .homepage-top .napc-field-texte .left{
        width: 100%;
    }
    .homepage-top{
        padding-top:10px;
        width: 100%;
        float: none;
    }
    .homepage-top p {
        font-size: 1.2em;
    }
    .homepage-top h2{
        font-size: 30px;
    }
    .homepage-top .module-text{
        padding: 0 10px;
    }
    .homepage-part-pro{
        margin-top: 0;
    }
    .homepage-part-pro .napc-field-texte .left{
        width:100%;
    }
    .homepage-part-pro .napc-field-texte .left:first-child{
        margin-bottom: 40px;
    }
    .homepage .mod_actu .moduletitle{
        text-align: left;
    }
    .homepage .royalSlider{
        width: 320px;
    }
    #region7wrap .xtc-wrapper{
        padding: 0 !important;
    }
    .newstext2 img {
        min-height: 0;
        width: 20%;
    }
    #GMapInfoHeader{
        position: relative;
        top:0;
        left:0;
    }
    #GMapInfoHeader h2{
        font-size: 26px;
    }
    .ggmap {
        width: 100%;
        float: none;
        margin-top: 0 !important;
    }
    .ggmap #GMapsID{
        height: 300px !important;
    }
    #footerwrap .firstarea {
        width: 100%;
        float: left;
    }
    #footerwrap .firstarea ul{
        padding: 0;
    }
    #footerwrap .lastarea {
        width: 100%;
        float: left;
    }
    #footer .firstarea .module {
        margin: 0 !important;
    }
    #footer .firstarea{
        margin-top: 20px;
    }
    .menufooter li {
        display: block;
    }
    .actualites .article img{
        max-width: 290px !important;
    }
    .actualites .w320{
        width: 280px;
    }
    .actualites .article{
        min-height: 180px;
    }
    .actualites .mw650{
        width: 100%;
        margin-top: 20px;
    }
    .customorangebox .inbl{
        max-width: 190px;
    }
    #napc-item-content img{
        max-width: 290px !important;
    }
    .mod_actu .moduletitle{
        text-align: left;
        
    }
    .mod_actu .w40, .mod_actu .w60{
        width: 100%;
    }
    .mod_googlemap{
        display: none;
    }
    .antennes .article .mw650{
        width: 100%;
    }
    .antennes .pagination{
        display: none;
    }
    .amNormal, .amTab{
        display: none;
    }
    .amMobile{
        display: block;
    }
    .antennes .w20, .antennes .w40{
        width: 100%;
    }
    .antennes .left .mt2{
        margin-top: 0;
    }
    .faq .napc-field-texte strong {
        font-size: 1em;
    }
    #component h1{
        font-size: 26px!important;
    }
    #component h3{
        font-size: 20px;
    }
    .orangemod .adresse {
        font-size: 1em;
    }
    .partenaires .mw650.w60{
        width: 100%;
    }
}
@media print {
    .noprint {
        display:none !important;
    }
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
}