/*
Theme Name: scinaps
Author: Benoit ARNAL
Author URI: https://www.aliarteo.com
Description: scinaps Template
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scinaps

*/


.post-type-archive-reseau .bg-addon {
    /* background-image: url('/wp-content/themes/scinaps/img/consotium-8.png'); */
}


#consortium {}

.section-project {}


.section-events {
    background-image: url('/wp-content/themes/scinaps/img/planning.svg');
    background-color: #F4F6F8;
    background-repeat: no-repeat;
    background-position: bottom 0rem right 2rem;
    background-size: 20%;
}


.home, #consortium, .workpackage-container, .workplan-container {
    position: relative;
}

/* .post-type-archive-reseau .bg-addon:before { */


.home:before,
.workpackage-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat-y;
    background-position: top 0 center;
    opacity: 0.6;
    z-index: -1;
}

.workplan-container {
    z-index: 0;
}

.workplan-container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url('/wp-content/themes/scinaps/img/bg/adn-gris-ok.png');
    background-repeat: no-repeat;
    background-position: center right 20%;
    background-size: auto;

    z-index: -1;
    overflow: hidden;
}

#consortium {
    overflow: hidden;
}
#consortium .bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url('/wp-content/themes/scinaps/img/bg/ADN-IA.png');
    background-repeat: repeat-y;
    background-position: center right 10%;
    opacity: 0.1;
    z-index: -1;
    overflow: hidden;
}



/* .post-type-archive-reseau .bg-addon {
    background-image: url('/wp-content/themes/scinaps/img/workplan-8.png');
} */