/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smalltouch sizes and up
 */
@media only screen and (max-width: 320px) {
    .block-search-api-page .form-type-textfield {
        width: 70%;
    }
}
/*
 * Smalltouch sizes and down
 */
@media print {
    @page {
        size: portrait;
    }
    .body {
        zoom: 0.7;
        transform: scale(.7);
    }
}

@media screen and (max-width: 480px), print {
    /*
     * Float Region Blocks - custom media query CSS example:
     *
     * Float regions blocks is an Extension you can enable in the appearance
     * settings for your theme. This feature allows you to automatically float
     * blocks in regions, you can switch it on and off depending on your
     * requirements. For design purposes you many want to remove the floats for
     * devices where the entire theme is just one column - for example small
     * mobile phones. The following CSS is inside the custom media query:
     *
     *   @media only screen and (max-width: 480px){}
     *
     * This will target devices with a maximum width of 480px - most small phones.
     * In these smaller screen sizes we can remove the float and widths so all
     * blocks stack instead of displaying horizonally. The selector used is an
     * "attribute selector" which will match on any float block class. Use your
     * inspector or Firebug to get the classes from the page output if you need
     * more granular control over block alignment and stacking.
     */
    /* line 57, ../sass/responsive.custom.scss */
    .region[class*="float-blocks"] .block {
        float: none;
        width: 100%;
    }

}

/*
 * Mobile sizes and up
 */

/******* Accueil bloc pro ********/

.view-accueil .views-row.hp-bloc-pro h2 {
    color: #ffffff;
    margin: 0;
}
.view-accueil .views-row.hp-bloc-pro h2 a {
    text-decoration: none;
    background-color: #e85129;
    margin: 0;
    font-size: 22px;
    font-family: "Avenir Black";
    display: block;
    line-height: 33px;
}
.view-accueil .views-row.hp-bloc-pro p {
    margin-bottom: 0;
}
.view-accueil .views-row.hp-bloc-pro p a img {
    min-width: 100%;
    height: auto !important;
}
.view-accueil .views-row.hp-bloc-pro p:nth-child(3) {
    padding: 10px 0 5px 0;
    background-color: #fdebe7;
}
.view-accueil .views-row.hp-bloc-pro p:nth-child(3) a {
    display: block;
    text-decoration: none;
    font-family: "Avenir Medium";
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}
.view-accueil .views-row.hp-bloc-pro p:nth-child(4) {
    padding: 0;
    background-color: #fdebe7;
}
.view-accueil .views-row.hp-bloc-pro p:nth-child(4) a {
    display: block;
    font-family: "Avenir Light";
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}
/******* End Accueil bloc pro ********/

/******* Icon bloc pro ********/
.view-display-id-block_entete_pro .views-field-title span:before,
.view-display-id-page_section_pro .views-field-title span:before,
.bloc-autres-articles-pro .views-field-title span:before {
    content: '';
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 4px;
    background-image: url("../images/pulsations-pro-picto.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.bloc-autres-articles-pro .views-field-title span:before {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 4px;
    background-size: 16px;
}
/*
.node-type-article-pro h1:before {
    content: '';
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
    background-image: url("../images/pulsations-pro-picto.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}*/
.node-type-article-pro .bloc_text_pulsations_pro .block-content p {
    font-size: 16px;
    color: #666;
}
.node-type-article-pro .bloc_text_pulsations_pro .block-content p:first-child:before {
    content: '';
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 0px;
    background-image: url("../images/pulsations-pro-picto.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.node-type-article-pro .shs-hierarchy li:first-child {
    display: none;
}


#site-name:before {
    display: none;
}

/******* End Icon bloc pro ********/
.shs-hierarchy li:after {
    content: '' !important;
    width: 5px;
    height: 5px;
    top: -2px;
    border-radius: 50%;
    background: #60B5B1;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0 !important;
}
.shs-hierarchy li.last:after {
    display: none !important;
}
/*
 * Tablet sizes and up
 */
@media screen and (min-width: 768px), print {
    /* TABLET- GLOBAL */
    h1 {
        font-size: 46px;
    }
    .node-type-article h1,
    .node-type-article-pro h1{
        font-size: 56px;
    }
    .node-type-article-pro h1:before {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: 5px;
        background-size: 40px;
    }
    /* TABLET- HEADER */
    #header, #menu-bar, #columns, .region-footer {
        max-width: 720px;
        margin:0 auto ;
        padding: 0 0px;
    }
    #mobileBar {
        display: none;
    }
    #name-and-slogan {
        display: block;
    }
    #branding {
        display: block;
        float: right;
        margin:5px 0;
    }
    #block-menu-menu-top-menu {
        display: block;
    }
    #site-name {
        font-size: 36pt;
    }
    #logo img {
        height: 30px;
    }
    .block-search-api-page {
        display: block;
        opacity: 1;
        height: auto;
        float: right;
        width: 100%;
    }
    .region-header {
        float: right;
        margin-right: 20px;
    }
    .header-colorbar {
        height: 20px;
    }
    /* TABLET- TOP MENU */
    .bloc-num-entete {
        font-family: 'Garamond Three', serif;
        font-style: italic;
        font-size: 18px;
        float: left;
        margin:20px 0 0 0;
        display: block;
        line-height: 19px;
    }
    .bloc-num-entete .views-field {
        display: inline-block;
    }
    .block-menu-top-menu {
        font-family: 'Garamond Three', serif;
        font-style: italic;
        font-size: 18px;
        float: left;
        margin:0;
    }
    .block-menu-top-menu ul {
        margin: 12px 0;
    }
    .block-menu-top-menu a {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-bottom: 1px solid transparent;
    }
    .block-menu-top-menu a:link,
    .block-menu-top-menu a:visited
    {
        color:#222222;
    }
    .block-menu-top-menu a:hover,
    .block-menu-top-menu a:focus
    {
        color:#555;
        text-decoration: none;
        border-bottom: 1px solid #444;
    }

    .block-menu-top-menu li {
        list-style: none;
        display: inline-block;
    }
    .block-menu-top-menu li:before {
        content: '/';
        padding: 0 10px;
    }
    .block-menu-top-menu li.first:before {
        padding: 0 10px 0 0px;
    }
    .block-menu-top-menu li.last:after {
        content: '/';
        padding: 0 0 0 10px;
    }

    /** TABLET- SEARCH **/
    .block-search-api-page{
        float: right;
        margin: 5px 5px 5px 0;
        padding: 10px 0 0 0;
        position:inherit;
        height: 44px;
        width: 53%;
        z-index: 10;
        background-color: white;
    }

    #search-api-page-search-form-recherche > div {
        text-align: right;
    }

    /** TABLET- SITE NAME **/
    #name-and-slogan {
        float: left;
        width: 100%;
        clear:both;
    }
    /** TABLET- MAIN MENU **/
    #menu-bar {
        display: block;
        margin-bottom: 17px;
    }
    #desktop-menu-bar {
        /*display: block;*/
        /* menu bar has been replaced by search bar for desktop */
        display: none;
    }
    #desktop-menu-bar ul{
        padding: 9px;
        margin: 0;
    }
    #desktop-menu-bar ul li {
        list-style: none;
        padding: 0;
    }
    #desktop-menu-bar ul li span.ext{
        display: none
    }
    /*#desktop-menu-bar ul.menu li:not(.leaf)>ul{
    display: none
  }*/
    #desktop-menu-bar {
        background-color: white;
        margin-top: 10px;
        padding: 0;
    }
    #desktop-menu-bar nav {
        text-align: right;
        width: 100%;
        font-family: 'Garamond Three', serif;
        font-style: italic;
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0 0 0 ;
        height:47px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;

    }
    #desktop-menu-bar nav > a {
        display:none
    }
    #desktop-menu-bar nav li {
        position:relative;
    }
    #desktop-menu-bar nav >ul {
        display: inline-block;
    }
    #desktop-menu-bar nav >ul >li {
        float: left;
        position:relative;
    }
    #desktop-menu-bar nav li ul {
        position: absolute;
        top:100%;
        right: 0px;
        left:-60px;
        text-align: right;
        background-color: #eff7f7;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.25s linear;
        z-index: 1000;
        margin-top: 13px;
        padding: 20px 20px 20px 0px;
    }
    #desktop-menu-bar nav li:hover ul {
        visibility: visible;
        opacity: 0.9;
    }
    #desktop-menu-bar nav a {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-bottom: 3px solid transparent;
        padding: 0 0 10px 0;
        margin:0 0 0 35px;
    }
    #desktop-menu-bar nav a:link,
    #desktop-menu-bar nav a:visited
    {
        color:#222222;
    }
    #desktop-menu-bar nav a:hover,
    #desktop-menu-bar nav a:focus,
    #desktop-menu-bar nav a.active
                      #desktop-menu-bar nav a.active
    {
        color:#5fb5b1;
        text-decoration: none;
        background-color: transparent;
    }
    #desktop-menu-bar nav > ul > li > a:hover,
    #desktop-menu-bar nav > ul > li > a:focus
    {
        border-bottom: 3px solid rgba(95, 181, 177,0.5);
    }

    #desktop-menu-bar nav > ul > li > ul > li {
        display: block;
        margin: 0;
        float: right;
        clear: both;
    }
    #desktop-menu-bar nav > ul > li > ul > li a {
        margin: 0;
        display: block;
    }
    /**********/
    /* TABLET- HOMEPAGE */
    /**********/
    .front #columns {
        margin-top: -200px;
    }
    .view-accueil .view-content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .view-accueil .views-row {
        width: 47%;
        margin:0 6% 6% 0;
    }
    .view-accueil .views-row article{
        font-size: 22px;
    }
    .view-accueil .view-content .views-row:nth-child(2n)  {
        margin:0 0 5% 0;
    }
    .view-accueil .views-row  .field-name-field-section,
    .view-accueil .views-row  .field-name-field-section-professionnel {
        font-size: 22px;
    }
    .view-accueil .views-row h2 {
        margin:10px 0 5px 0;
        font-size: 22px;
        line-height: 22px;
    }
    .view-accueil .auteur {
        font-size: 12px;
    }

    /**********/
    /* TABLET-DESKTOP ACCUEIL BLOC PRO
    /*************/
    .view-accueil .views-row.hp-bloc-pro p:nth-child(3) a {
        font-size: 22px;
        line-height: 22px;
    }
    /**********/
    /* TABLET-DESKTOP ICON BLOC PRO
    /*************/
    .view-display-id-block_entete_pro .views-field-title span:before,
    .view-display-id-page_section_pro .views-field-title span:before,
    .bloc-autres-articles-pro .views-field-title span:before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-top: 4px;
    }
    .view-display-id-page_section_pro .views-field-title span:before {
        margin-top: 1px;
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .bloc-autres-articles-pro .views-field-title span:before {
        width: 16px;
        height: 16px;
        margin-top: 0;
        margin-right: 4px;
        background-size: 16px;
    }
    /******* End Icon bloc pro ********/

    /**********/
    /* TABLET- region highlight
    /*************/

    /**********/
    /* TABLET- BLOC COUVERTURE */
    /**********/
    .region-highlighted #articlesBar {
        position: relative;
        top: -200px;
        height: 200px;
    }
    .region-highlighted #articlesBar > .node-content {
        max-width: 720px;
        margin:0 auto ;
        padding: 0 0px;
        height: 200px;
        overflow: hidden;
        position: relative;
        display: flex;
    }

    .region-highlighted #articlesBar > div.node-content > div.field {
        padding: 0px;
    }
    #block-views-couverture-accueil-block .field-name-field-article-home-1 {
        width: 50%;
        height: 100px
    }
    #block-views-couverture-accueil-block .field-name-field-article-home-2 {
        width: 50%;
        height: 100px;
        position: absolute;
        top:50%;
        left:0;
    }
    #block-views-couverture-accueil-block .field-name-field-dossier-thematique {
        width: 50%;
        height: 200px
    }
    #block-views-couverture-accueil-block .field-name-field-dossier-thematique {
        margin-right: 0;
    }
    #articlesBar {
        background-image: url('images/bgbleu.png');
        background-position-x: 100%;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .region-highlighted #articlesBar > div.node-content > div.field-name-field-dossier-thematique {
        background-color: transparent;
    }
    .region-highlighted #articlesBar article {
        padding:10px 10px 0 0;
        height: 110px;
    }
    .region-highlighted #articlesBar .field-name-field-dossier-thematique article {
        padding:30px 30px 0 30px;
        height: 250px;
    }

    .region-highlighted #articlesBar .field-name-field-section,
    .region-highlighted #articlesBar .field-name-field-section-professionnel {
        font-size: 22px;
    }
    .region-highlighted #articlesBar h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .block-search-api-page  > div{
        padding: 0;
    }

    /**********/
    /* TABLET- MAIN CONTENT */
    /**********/
    #main-content {
        margin:30px 0;
    }



    /**********/
    /* TABLET- FOOTER */
    /**********/
    .logo-footer {
        float: right;
        width: 15%;
    }
    .block-menu-footer-first-menu {
        font-size: 26px;
        width: 80%;
        float:left;
    }
    .block-menu-footer-first-menu .expanded li {
        font-size: 20px;
    }
    .block-menu-footer-first-menu div.content > ul > li {
        margin-right:50px;

    }
    .block-menu-footer-second-menu {
        font-size: 21px;
        line-height: 20px;
    }

    /************/
    /* TABLET - ARTICLE
    /************/
    .node-type-article h1,
    .node-type-article-pro h1{
        font-size: 56px;
        line-height: 56px;
    }
    .node-type-article-pro h1 #site-name{
        line-height: 28px;
    }
    .article-auteur, .article-creditsphotos, .article-date  {
        font-size: 14px;
    }
    .field-name-field-introduction {
        font-size: 24px;
        line-height: 26px;
    }
    .field-name-field-section,
    .field-name-field-section-professionnel {
        font-size: 24px;
    }
    .field-name-field-section ul,
    .field-name-field-section-professionnel ul {
        padding: 0 20px 0 0;
    }
    .node-type-article #main-content-header,
    .node-type-article-pro #main-content-header{
        width: 70%;
        float: right;
        margin-top: 0px;
    }
    .side-top-bloc {
        float: left;
        clear: right;
        display: block;
    }
    .article-side-column .article-partager {
        display: block;
    }
    .node-type-article .article-layout,
    .node-type-article-pro .article-layout {
    }
    .node-type-article .region-before-content {
        width: 70%;
        float: right;
        margin-bottom: 30px;
    }
    .node-type-article-pro .region-before-content{
        width: 70%;
        float: right;
    }
    .node-type-article .article-main-column,
    .node-type-article-pro .article-main-column {
        width: 70%;
        float: right;
    }

    .node-type-article .article-side-column,
    .node-type-article-pro .article-side-column {
        width: 30%;
        float: left;
    }
    .node-type-article .article-side-column > div,
    .node-type-article-pro .article-side-column > div{
        margin-right: 50px;
        padding-top:50px;
    }
    .article-side-column .ensavoirplus-title {
        font-size: 1.3em;
    }
    .article-side-column .article-partager .partager-title {
        font-size: 1.3em;
    }
    .article-side-column .article-partager {
        margin-top: 100px;
    }
    .mobile-display-only {
        display: none;
    }
    /* BLOC STATISTIQUE */
    .node-content-stat-bloc .field-name-field-blocstat-statistique p {
        font-size: 80%;
    }
    /** BLOC IMAGE+ TEXTE */
    .node-content-image-and-text .field-name-field-blocimagetexte-image  {
        float: left;
        width: 40%;
        margin: 0;
    }
    .node-content-image-and-text .field-name-field-blocimagetexte-image img {
        display: block;
        width: 100%;

    }
    .node-content-image-and-text .field-name-body {
        width: 60%;
        float: right;
    }
    /* TABLET - bloc gallery */
    .field-name-field-galleybloc-images .field-item {
        width:49%;
        margin: 0 2% 1% 0;
    }
    .field-name-field-galleybloc-images .field-items figure:nth-child(2n) {
        margin: 0 0 1% 0;
    }
    /** TABLET - PARTAGEZ ***/
    .rrssb-buttons >li {
        margin-right: 10px;
        width: 30px!important;
    }
    /**** TABLET - AUTRES ARTICLES  **/
    .bloc-autres-articles .view-content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .bloc-autres-articles .views-row {
        width: 47%;
        margin:0 6% 6% 0;
    }

    .bloc-autres-articles .views-row:nth-child(2n)  {
        margin:0 0 5% 0;
    }
    /***** TABLET --- PAGE SECTION ***/
    /* bloc entete de section */
    .view-display-id-block_entete_section .views-field-field-image,
    .view-display-id-block_entete_pro .views-field-field-image {
        display: none;
    }
    .view-display-id-block_entete_section .views-field-field-image-1,
    .view-display-id-block_entete_pro .views-field-field-image-1 {
        float: left;
        margin-right: 30px;
        display: block;
    }
    .view-display-id-block_entete_section .views-field-field-section a,
    .view-display-id-block_entete_pro .views-field-field-section-professionnel a {
        font-size: 26px;
    }
    /*
    .view-display-id-block_entete_section .views-field-title,
    .view-display-id-block_entete_pro .views-field-title {
        font-size: 36px;
        line-height: 36px;
        margin: 40px 0 20px 0;
    }
    */
    .view-display-id-block_entete_section .views-field-created,
    .view-display-id-block_entete_section .views-field-field-auteur,
    .view-display-id-block_entete_pro .views-field-created,
    .view-display-id-block_entete_pro .views-field-field-auteur {
        font-size: 14px;
    }

    /* affichage taxonomie */
    .view-display-id-page_section,
    .view-display-id-page_section_pro {
        margin-bottom: 50px;
    }
    .view-display-id-page_section .view-content,
    .view-display-id-page_section_pro .view-content{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .view-display-id-page_section .views-row,
    .view-display-id-page_section_pro .views-row {
        width: 47%;
        margin:0 6% 6% 0;
    }

    .view-display-id-page_section .views-row:nth-child(2n),
    .view-display-id-page_section_pro .views-row:nth-child(2n)  {
        margin:0 0 5% 0;
    }
    .view-display-id-page_section .views-field-title,
    .view-display-id-page_section_pro .views-field-title {
        font-size: 24px;
        line-height: 24px;
        color: #222;
    }
}
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 1025px) {
    /**********/
    /* DESKTOP - HEADER */
    /**********/
    #desktop-menu-bar nav a {
        margin:0 0 0 50px;
    }
    #header, #menu-bar, #columns, .region-footer {
        max-width: 1024px;
    }
    .region-header {
        float: right;
        margin-right: 20px;
    }
    .header-colorbar {
        height: 10px;
    }
    .bloc-num-entete {
        font-size: 20px;
        line-height: 24px;
    }
    .block-menu-top-menu {
        font-size: 20px;
    }
    .block-search-api-page {
        padding: 0;
    }
    .block-search-api-page .form-type-textfield {
        width: 77%;
    }
    .block-search-api-page .form-type-textfield input{
        font-size: 16px;
    }

    /**********/
    /* DESKTOP - HOMEPAGE */
    /**********/
    .front #columns {
        margin-top: -120px;
    }

    .front #columns {
        margin-top: -120px;
    }

    .view-accueil .views-row, .view-accueil .view-content .views-row:nth-child(2n) {
        /*width:33.33%;*/
        width: 320px;
        margin:0 32px 32px 0;
    }
    .view-accueil .views-row article{
        font-size: 22px;
    }
    .view-accueil .view-content .views-row:nth-child(3n)  {
        margin:0 0 32px 0;
    }
    .view-accueil .views-row  .field-name-field-section,
    .view-accueil .views-row  .field-name-field-section-professionnel {
        font-size: 22px;
    }
    .view-accueil .views-row h2 {
        margin:10px 0 5px 0;
        font-size: 22px;
        line-height: 22px;
    }
    .view-accueil .auteur {
        font-size: 12px;
    }

    .region-secondary-content {
        width: 704px;
        float: left;
    }
    .region-secondary-content>div {
        margin-right: 32px;
        margin-left: 0;
    }
    .region-tertiary-content {
        width: 320px;
        float: right;
    }
    .region-tertiary-content > div {
        margin-left: 0;
        margin-right: 0;
    }

    /**********/
    /* DESKTOP - BLOC COUVERTURE */
    /**********/
    #block-views-couverture-accueil-block .field-name-field-article-home-1 {
        width: 336px;
        margin-right: 16px;
    }
    #block-views-couverture-accueil-block .field-name-field-article-home-2{
        width: 352px;
        margin-left: -16px;
        margin-right: 16px;
        position:static;
    }
    #block-views-couverture-accueil-block .field-name-field-article-home-2 > div {
        padding-left: 16px;
    }
    /* DESKTOP - decalage de la marge à gauche pour que le bord gauche du fond bleu du dossier thematique soit au milieu de la colonne */
    #block-views-couverture-accueil-block .field-name-field-dossier-thematique {
        margin-right: 0;
        margin-left: -16px;
        width: 336px;
    }
    #articlesBar {
        background-image: none;
    }
    .region-highlighted #articlesBar > div.node-content > div.field-name-field-dossier-thematique {
        background-color: rgba(95, 181, 177,0.5);
    }
    .region-highlighted #articlesBar .field-name-field-dossier-thematique article {
        padding:10px 10px 0 0;
        height: 110px;
    }

    #block-views-couverture-accueil-block .field-name-field-dossier-thematique > div {
        padding-left: 16px;
    }

    .region-highlighted #articlesBar {
        top: -120px;
        height: 120px;
    }
    .region-highlighted #articlesBar > .node-content {
        max-width: 1024px;
        height: 120px;
    }
    .region-highlighted #articlesBar > .node-content div {
        height: 100%;
    }
    .region-highlighted #articlesBar article {
        padding:10px 10px 0 0;
        height: 110px;
    }
    .region-highlighted #articlesBar .field-name-field-section,
    .region-highlighted #articlesBar .field-name-field-section-professionnel {
        font-size: 22px;
    }

    /*** DESKTOP - LISTE DES ARTICLES EN HOME **/
    .view-accueil .views-row {
        width: 320px;
        margin:0 32px 32px 0;
    }
    .view-accueil .views-row article{
        font-size: 22px;
    }
    .view-accueil .view-content .views-row:nth-child(3n)  {
        margin:0 0 32px 0;
    }
    .view-accueil .views-row  .field-name-field-section,
    .view-accueil .views-row  .field-name-field-section-professionnel {
        font-size: 22px;
    }
    .view-accueil .views-row h2 {
        margin:10px 0 5px 0;
        font-size: 22px;
        line-height: 22px;
    }
    .article-side-column .ensavoirplus-title {
        font-size: 1.6em;
    }
    .article-side-column .article-partager .partager-title {
        font-size: 1.6em;
    }
    /* BLOC STATISTIQUE */
    .node-content-stat-bloc .field-name-field-blocstat-statistique p {
        font-size: 100%;
    }
    .node-content-image-and-text .field-name-field-blocimagetexte-image  {
        margin-bottom: 0;
    }
    /* DESKTOP - bloc gallery */
    .field-name-field-galleybloc-images .field-item,
    .field-name-field-galleybloc-images .field-items figure:nth-child(2n) {
        width:32%;
        margin: 0 2% 1% 0;
    }
    .field-name-field-galleybloc-images .field-items figure:nth-child(3n) {
        margin: 0 0 1% 0;
    }
    /** DESKTOP - PARTAGEZ ***/
    .rrssb-buttons >li {
        margin-right: 12px;
        width: 30px!important;
    }
    /***** DESKTOP - Bloc Autres articles ***/
    .bloc-autres-articles .views-row , .bloc-autres-articles .views-row:nth-child(2n) {
        /*width:33.33%;*/
        width: 320px;
        margin:0 32px 32px 0;
    }
    .bloc-autres-articles .views-row:nth-child(3n)  {
        margin:0 0 32px 0!important;
    }

    /***** TABLET --- PAGE SECTION ***/
    /*** bloc page taxo ***/
    .view-display-id-block_entete_section .views-field-field-image,
    .view-display-id-block_entete_pro .views-field-field-image {
        float: left;
        margin-right: 30px;
        display: block;
    }
    .view-display-id-block_entete_section .views-field-field-image-1,
    .view-display-id-block_entete_pro .views-field-field-image-1 {
        display: none;
    }

    .view-display-id-page_section .views-row,
    .view-display-id-page_section_pro .views-row {
        width: 320px;
        margin:0 32px 32px 0;
    }
    .view-display-id-page_section .views-row:nth-child(2n),
    .view-display-id-page_section_pro .views-row:nth-child(2n) {
        /*width:33.33%;*/
        width: 320px;
        margin:0 32px 32px 0;
    }
    .view-display-id-page_section .views-row:nth-child(3n),
    .view-display-id-page_section_pro .views-row:nth-child(3n)  {
        margin:0 0 32px 0!important;
    }

}

@media only screen and (max-width: 768px) {
    /* Google search */
    .nav .google_search {
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 0;
    }

    .nav .google_search .gsc-control-wrapper-cse {
        max-width: 100%;
    }
}

/*# sourceMappingURL=responsive.custom.css.map */
