/* @override 
	https://demo.drup.ch/themes/custom/stable9plus/css/styles.css?*
	 */


/* +P
  __      ____
 /\ \    /\  _`\  
 \_\ \___\ \ \L\ \
/\___  __\\ \ ,__/
\/__/\ \_/ \ \ \/ 
    \ \_\   \ \_\ 
     \/_/    \/_/ 
     Yeah! 2022 plusproduit.com
     
     stable9plus subtheme 22.07.12
*/


html {
    font-size: 17px;
    background-color: #144dcf;
}
body {
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    text-align: inherit;
    background: transparent;
    
    color: #333;
    
}

/* @group PRELOADER */

/* Anim logo */
#page-wrapper::before {
    content: "";
    position: absolute;
    top: 30vh;
    width: 100vw;
    height: 10vh;
    background: url('../logo.svg') no-repeat center center;
    background-size: contain;
    transition: opacity .5s ease-in;
    
    animation: loader .6s ease-in-out 0s infinite alternate;
}
@keyframes loader {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.p-loaded #page-wrapper::before {
    opacity: 0;
    animation-play-state: paused;
}

/* affichage du contenu */
#page {
    opacity: 0;
    animation: reveal .8s 5s;
    animation-fill-mode: forwards;
}
@keyframes reveal {
    to {
        opacity: 1;
    }
}
.js .p-loaded #page {
    opacity: 1;
    transition: opacity .8s .5s;
    animation: none;
}

/* @end */

/* @group STRUCTURE */

#page {
    background-color: #fafafa;
}

/* @group BANNER Parallax bg */
/* nécessite un .p-bg dans un .p-bg-wrapper moins haut
speed: auto comble la différence
 */

.p-bg-wrapper {
    position: relative;
    max-width: 1600px;
    height: 40vh;
    margin: 0 auto;
	overflow: hidden;
}
.p-bg {
	height: 50vh;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	.p-bg-wrapper {
	    height: 60vh;
	}
	.p-bg {
		height: 70vh;
	}
}

/* @end */

/* @group PAGINATION */

.pagination {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-grow: 1;
}

/* @end */

/* @group FOOTER */

.site-footer_top {
    padding: 6vh 0;
}
.site-footer_bottom {
    padding: 2vh 0;
}

/* @end */

/* @end */


/* @group FORM */

.form-group {
	margin-bottom: 1rem;
}
.form-control {
	border-radius: 0;
	color: #777;
}
.form-control:focus {
	color: #333;
	border-color: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

.webform-required {
	display: none;
}
.form-required::after {
	content: "*";
}

/* @end */


/* @group COLORS + LINKS + SOCIAL */

.color1 {
    color: #333;
}
.color2 {
    color: #144dcf;
}
.bg1 {
    background-color: #333;
}
.bg2 {
    background-color: #144dcf;
}
.bg-neg {
    color: #fafafa;
}

/* @group LINKS a */

a,
.link,
a.page-link {
    color: #144dcf;
    text-decoration: none;
}
a:hover,
a:focus,
a.active,
a.is-active,
a.page-link:hover,
.page-item.is-active .page-link,
span.page-link,
.link:hover,
.link:focus {
    color: #333;
    text-decoration: none;
}
/* nav ---- */
.nav-link {
    color: #333;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active,
.nav-link.is-active {
    color: #144dcf;
}

/* bg-neg links ------------- */
.bg-neg a,
.bg-neg .link,
.bg-neg .page-link {
    color: #ddd;
}
.bg-neg a:hover,
.bg-neg a:focus,
.bg-neg a.active,
.bg-neg a.is-active,
.bg-neg a.page-link:hover,
.bg-neg .page-item.is-active .page-link,
.bg-neg .link:hover,
.bg-neg .link:focus {
    color: #fafafa;
}
/* nav ---- */
.bg-neg .nav-link {
    color: #ddd;
}
.bg-neg .nav-link:hover,
.bg-neg .nav-link:focus,
.bg-neg .nav-link.active,
.bg-neg .nav-link.is-active {
    color: #fafafa;
}
/* @end */

/* @group BTN + CTA */

.btn,
.text-formatted .btn,
.cta a,
.more-link a,
.p-edit-link a,
.node-readmore a,
.button {
    display: inline-block;
	width: auto;
    text-align: center;
    line-height: 1.5;
    padding: .5em 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: .5em;
    border: 2px solid #144dcf;
    color: #fafafa;
    background-color: #144dcf;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .12em;
    transition: .6s;
}
.btn:hover,
.text-formatted .btn:hover,
.cta a:hover,
.more-link a:hover,
.p-edit-link a:hover,
#page .btn:active,
.node-readmore a:hover,
.button:hover {
    color: #144dcf;
    text-decoration: none;
    background: #fafafa;
    border-color: #144dcf;
}

/* bg-neg cta */
.bg-neg .btn,
.bg-neg .cta a,
.bg-neg .more-link a,
.bg-neg .node-readmore a,
.bg-neg .p-edit-link a,
.bg-neg .node-readmore a,
.bg-neg .button {
    border-color: #fafafa;
    background-color: #fafafa;
    color: #144dcf;
}
.bg-neg .btn:hover,
.bg-neg .cta a:hover,
.bg-neg .more-link a:hover,
.bg-neg .node-readmore a:hover,
.bg-neg .p-edit-link a:hover,
.bg-neg .node-readmore a:hover,
.bg-neg .button:hover {
    color: #fafafa;
    background: #333;
    border-color: #333;
}

.node-readmore {
    padding: 0;
}

/* edit link */
.p-edit-link {
    margin: .5em 0;
}
.p-edit-link a {
    padding: .5em 1em;
    letter-spacing: .2em;
    font-size: 12px;
}

/* @end */

/* @group ICON BUTTONS */

.p-btn span,
.p-btn::before,
.p-btn::after {
    background: #144dcf;
}
/* bg neg */
.bg-neg .p-btn-bg {
    background-color: #144dcf;
}

/* @end */

/* @group SOCIAL */

.social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-top: 5px;
    overflow: hidden;
    background: url('img/sn-ext.svg') no-repeat center center;
    background-size: contain;
    color: #fafafa;
    text-indent: -1300px;
    font-size: 10px;
}
.social-link a[href^="https://www.linkedin.com/"] {
    background-image: url('img/sn-in.svg');
}
.social-link a[href^="https://www.facebook.com/"] {
    background-image: url('img/sn-fb.svg');
}
.social-link a[href^="https://www.instagram.com/"] {
    background-image: url('img/sn-insta.svg');
}

/* @end */

/* @end */


/* @group TYPOGRAPHY */

.font2,
h1,
h2,
h3,
h4,
h5,
h6,
.viewsreference--view-title {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
}

h2,
.viewsreference--view-title {
    font-size: 1.5rem;
    margin-top: 0;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 0.875rem;
    text-transform: uppercase;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #144dcf;
}
.field__label,
figcaption {
    font-size: .8rem;
    font-weight: 700;
}
.field-label-inline {
    display: inline-block;
}
/* listes contenu */
.text-formatted ul,
.text-formatted ol {
    margin: 1.5rem;
}
.text-formatted li {
    margin-bottom: .5rem;
}
.lead,
p.lead {
	font-size: 1.3rem;
    font-weight: 400;
}
.split-parent {
    overflow: hidden;
    line-height: 1.1;
}
small,
.small,
p.small {
	font-size: 80%;
}
/* citation */
blockquote {
    position: relative;
    padding: 1.5rem 1rem 0 2.5rem;
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 2rem 1rem;
}
blockquote::before {
    content: '"';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6rem;
    line-height: 1;
    color: #ccc;
}
/* @end */


/* @group HEADER */

/* Navbar */
.site-header {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0);
}
/* Fixed-top et affix */
.scrolled .fixed-top.site-header,
.scrolled .affix.site-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.4);
}

/* Logo */

.site-branding {
    display: flex;
    align-items: center;
}

.site-logo,
.site-name {
    display: block;
}
.site-logo img {
    width: 100%;
    height: auto;
}
.site-logo {
    width: 45px;
    margin-right: 1rem;
}
.scrolled .fixed-top .site-logo,
.scrolled .affix .site-logo {
    width: 25px;
}

.site-name {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}

/* Permet le calcul du padtop */
.p-loaded .site-header,
.p-loaded .site-logo {
    transition: .5s .15s;
}

/* Menu nav header (à droite)*/
.region-header nav {
	margin-left: auto;
}
.region-header nav .nav {
	list-style-type: none;
	
}
.region-header nav .nav li::marker {
	content: '';
}
.region-header nav .nav-link {
	padding: .5em;
	text-decoration: none!important;
}
@media (max-width: 991.98px) {
    
    .site-header,
    .scrolled .fixed-top.site-header,
    .scrolled .affix.site-header {
        padding: 10px 0;
    }
    
    .site-logo,
    .scrolled .fixed-top .site-logo,
    .scrolled .affix .site-logo {
        width: 36px;
    }
}

/* @group Scrolldown hide */
.scrolled.scrolldown .fixed-top,
.scrolled.scrolldown .affix {
    top: -100px;
}
.scrolled.scrollup .fixed-top,
.scrolled.scrollup .affix {
    top: 0;
}

@media (max-width: 991.98px) {
    .scrolled.scrolldown .fixed-top,
    .scrolled.scrolldown .affix {
        /* désactive la disparition au scrolldown pour les mobiles */
        /* marche pas super avec l'admin toolbar */
        top: 0;
    }
}

/* @end */

/* @end */

/* @group OFF-CANVAS */

#p-offcanvas {
    /* bg1 bg-neg dans le template */
    /* Paramétrable jusqu'à 100% (défaut 100% dans global) */
    /*width: 45%;*/
}
#p-offcanvasbtn {
    margin: 15px 15px 0 0;
    
    transition: margin .5s ease-in-out .1s;
}
.scrolled #p-offcanvasbtn {
    margin-top: 5px;
}
/* ajouté parce que le offcanavas a la classe bg-neg dans le thème */
.p-offcanvas-on #p-offcanvasbtn .p-btn::before,
.p-offcanvas-on #p-offcanvasbtn .p-btn span,
.p-offcanvas-on #p-offcanvasbtn .p-btn::after {
    background-color: #fafafa;
}
@media (max-width:991px) {
    #p-offcanvas {
        /* Force à 100% de largeur pour les mobiles */
        width: 100%;
    }
    #p-offcanvasbtn,
    .scrolled #p-offcanvasbtn {
        margin-top: 5px;
    }
}
.p-offcanvas-overflow {
    padding: 15vh 0 5vh;
}

#p-offcanvas-cover {
    background: rgba(0, 0, 0, .2);
}

/* p-nav */
/* Niveau 1 */
.p-offcanvas-content .p-nav .nav-link {
    font-size: 2rem;
}
/* Niveau 2 */
.p-offcanvas-content .p-nav ul.menu .nav-link {
    font-size: 1.4rem;
}
/* Niveau 3 */
.p-offcanvas-content .p-nav ul.menu ul.menu .nav-link {
    font-size: 1rem;
}

/* @end */


/* @group INVERT */
/* script invert, inverse la couleur au survol > global.js
  attention classe p-invert-color sur le body, le sélecteur doit être précis */
.p-invert-color .site-name,
.p-invert-color .site-slogan {
    color: #fafafa;
}
.p-invert-color #p-offcanvasbtn .p-btn::before,
.p-invert-color #p-offcanvasbtn .p-btn span,
.p-invert-color #p-offcanvasbtn .p-btn::after {
    background-color: #fafafa;
}

/* @end */


/* @group LANG */

.block-language .links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.block-language .links a {
    display: inline-block;
    padding: .6rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

/* @end */


/* @group REVEAL ON SCROLL */

.js .p-reveal-class {
    position: relative;
    opacity: 0;
    top: 30px;
    
    transition: opacity 1s .2s, top 1s .2s ease-out;
}
.js .p-visible {
    opacity: 1;
    top: 0;
}

/* @end */


/* @group CONTENT DISPLAY */

/* @group HOVER ZOOM */

.p-zoom {
    overflow: hidden;
}
.p-zoom img {
    display: block;
    transform: scale(1);
    transition: transform 3s linear;
}
.p-zoom:hover img {
    transform: scale(1.2);
}

/* @end */

/* @group MODAL */

/* voile */
.p-modal {
    background: rgba(0, 0, 0, 0.8);
}

/* fenêtre */
.p-modal-inner {
    /* largeur modal ------ */
    max-width: 600px;
    /* fermé */
    /*transform: scale(.7) rotateX(15deg);*/
}

.p-modal-open .p-modal-inner {
    /* ouvert */
    /*transform: scale(1) rotateX(0deg);*/
}

.p-modal-overflow {
    /* hauteur et position de la modale ---- */
    max-height: 70vh;
    margin: 15vh 10px;

    background: #fafafa;
    color: #333;
}
.p-modal-overflow a {
    color: #144dcf;
}
.p-modal-overflow a:hover {
    color: #333;
}

/* @end */


/* @group ACCORDION */

/* Titre */
.p-accordion .group-title {
    border-top: 1px solid #144dcf;
    padding: 1rem 55px 1rem 0;

    transition: .7s;
}
.bg-neg .p-accordion .group-title {
    border-top-color: #fafafa;
}
.p-accordion .group-wrapper:first-of-type .group-title {
    border-top-width: 0;
}
.p-accordion-open .group-title,
.p-accordion .group-title:hover {
    color: #144dcf;
}
.bg-neg .p-accordion .group-title {
    color: #fafafa;
}
/* Contenu pour padding et bg */
.p-accordion .group-rows-inner {
    padding: .5em 0;
}

/* @end */


/* @group TABS */

/* Titre */
.p-tabs-on .group-title {
    border: 1px solid #888;
    padding: .5rem .8rem 0;
    margin-left: .5rem;
    
    background: rgba(255, 255, 255, 0.1);
}
.bg-neg .p-tabs .group-title {
    border-color: #fafafa;
}
.p-tabs .group-title > * {
    font-size: 1rem;
}
.p-tabs .group-title:hover {
    color: #144dcf;
}
.p-tabs-open .group-title,
.p-tabs-open .group-title:hover {
    /* couleur du fond pour la bordure */
    border-bottom-color: #fafafa;
    color: #144dcf;
    background: rgba(255, 255, 255, 0);
}
.bg-neg .p-tabs .group-title {
    color: #fafafa;
}
.bg-neg .p-tabs-open .group-title {
    border-bottom-color: #144dcf;
}
/* Contenu pour padding et bg */
.p-tabs .group-rows {
    border-top: 1px solid #888;
}
.bg-neg .p-tabs .group-rows {
    border-top-color: #fafafa;
}
.p-tabs .group-rows-inner {
    padding: 15px 0;
}

/* @end */


/* @group SWIPER */

/* Slides alignées en bas */
.swiper-bottom .swiper-wrapper {
	align-items: flex-end;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    outline: 0;
    color: #144dcf;
}
.swiper .swiper-pagination-bullet {
    outline: 0;
}
.swiper.swiper-coverflow {
    padding-bottom: 40px;
}
.swiper .swiper-pagination-bullet-active,
.swiper .swiper-scrollbar-drag {
    background-color: #144dcf;
}
.bg-neg .swiper .swiper-pagination-bullet-active,
.bg-neg .swiper .swiper-scrollbar-drag {
    background-color: #fafafa;
}

/* @end */

/* @group MASONRY */

.p-masonry {
    /* compense le padding des items comme .row */
    margin: 0 -15px;
}

.p-masonry-item {
    width: 100%;
    padding: 15px;
}
@media (min-width:480px) {
    .p-masonry-item {
        width: 50%;
    }
}
@media (min-width:992px) {
    .p-masonry-item {
        width: 25%;
    }
}

/* @end */

/* @end */

/* @group BEF CHECKBOXES */

.bef-exposed-form label {
	cursor: pointer;
}
.bef-exposed-form .fieldgroup {
	width: 100%;
	overflow: hidden;
}
.bef-exposed-form .fieldgroup > .fieldset-wrapper {
	float: left;
	display: block;
}
.bef-exposed-form .radio input,
.bef-exposed-form .checkbox input {
	display: none;
}
.bef-exposed-form .js-form-type-radio,
.bef-exposed-form .js-form-type-checkbox {
	display: inline-block;
}
.bef-checkboxes .form-check {
	padding: 0;
	margin: 0 .5rem .5rem 0;
}
.bef-exposed-form input + label {
    color: #144dcf;
	border: #144dcf 1px solid;
	padding: .5em 1em;
	border-radius: 2em;
}
/*.bef-exposed-form  input[value="2"] + label {
	color: #EA873E;
	border-color: #EA873E;
}
.bef-exposed-form  input[value="3"] + label  {
	color: #F0828E;
	border-color: #F0828E;
}
*/
.bef-exposed-form input:checked + label {
	background-color: #144dcf;
	color: #fafafa;
	padding-right: .6em;
}
.bef-exposed-form input:checked + label::after {
	content: "X";
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #fafafa;
	line-height: 1;
}
/*
.bef-exposed-form  input[value="2"]:checked + label {
	background-color: #EA873E;
	color: #f4e9df;
}
.bef-exposed-form  input[value="3"]:checked + label {
	background-color: #F0828E;
	color: #f4e9df;
}
*/
/* @end */


/* @group MEDIA QUERIES */

/* @group MOBILE FIRST */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* @end */

/* @group DESKTOP FIRST */


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    html {
        font-size: 15px;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* module nbsp */
    .nbsp {
        display: inline-block;
    }
}

/* @end */

/* @end */
