/*********************************************************************************/
/*** Header
/***********************************************************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

header .wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100px;
}

header .wrapper .mid {
    flex: 1 0;
    display: flex;
    justify-content: center;
    position: relative;
    height: inherit;
}

header .wrapper .mid .logo {
    width: 260px;
    position: relative;
    display: flex;
    align-items: center;
}

header .wrapper .mid .logo a {
    display: block;
}

header .wrapper .mid .logo img {
    max-width: 260px;
    max-height: 47px;
    height: 100%;
    width: 100%;
    display: block;
}

header .wrapper .left, header .wrapper .right {
    z-index: 10;
}

header .wrapper .left {
    height: 40px;
    position: absolute;
    left: 0;
    display: flex;
    align-self: center;
    justify-content: center;
}

header .wrapper .left img {
    display: block;
    height: 20px;
    width: auto;
    position: relative;
    top: 5px;
}

header .wrapper .left a {
    display: block;
    position: relative;
    display: flex;
    align-self: center;
}

header .wrapper .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.calcoolateur a {
    background-color: #003da5;
    padding: 0 26px 0 19px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding-top: 2px;
    position: relative;
    top: 5px;
}

.calcoolateur a svg {
    margin-right: 7px;
    width: 32px;
    height: 22px;
    display: inline-block;
}

body.logo-true header .wrapper .mid {
    position: relative;
}

body.logo-true header .wrapper .mid .logo {
    padding-bottom: 20px;
}

body.home header .wrapper .mid .logo {
    padding-bottom: 20px;
}

body.home header .wrapper .mid {
    width: 100%
}

/***********************************************************************************/
/*** Page header - Introduction
/***********************************************************************************/

#header.intro {
    position: relative;
    z-index: 2;
    background-color: #003DA5;
    padding-top: 100px;
}

#header.intro:before {
    position: absolute;
    content: "";
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, rgba(9, 41, 113, 1) 0%, rgba(0, 46, 127, 1) 39%, rgba(0, 61, 165, 1) 77%, rgba(0, 61, 165, 1) 100%) 0% 0% no-repeat padding-box;
}

#header.intro .wrapper {
    z-index: 4;
}

#header.intro .wrapper .content {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
}

#header.intro .wrapper .content.with-breadcrumbs {
    padding-bottom: 60px;
}

#header.intro .wrapper .content .wrap {
    display: flex;
    align-items: flex-start;
}

#header.intro .wrapper .content .title {
    width: 40%;
    display: block;
    padding-right: 20px;
}

#header.intro .wrapper .content .about {
    width: 60%;
    display: block;
    padding-left: 40px;
    min-height: 100px;
}

#header.intro .wrapper .content .about a {
    color: #fff;
}

#header.intro .wrapper .content .about p:last-child {
    margin-bottom: 0;
}

#header.intro .wrapper:nth-child(2) {
    overflow: hidden;
}

#header.intro .wrapper .content.nav-false {
    padding-bottom: 40px;
}

/***********************************************************************************/
/*** Page header - Regular
/***********************************************************************************/
#header.regular {
    position: relative;
    z-index: 2;
    background-color: #002565;
}

#header.regular .wrapper {
    min-height: 500px;
    padding-top: 180px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#header.regular:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 1;
    background: transparent linear-gradient(180deg, rgba(0, 37, 101, 0.1) 0%, rgba(0, 61, 165, 0.4) 50%, rgba(0, 61, 165, 1) 100%, rgba(0, 61, 165, 1) 100%) 0% 0% no-repeat padding-box;

}

#header.regular .bgimg {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#header.regular.empty {
    background-color: #003da5;
}

#header.regular.empty .bgimg {
    display: none;
}

#header.regular.empty:before {
    position: absolute;
    content: "";
    height: 400px;
    max-height: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, rgba(9, 41, 113, 1) 0%, rgba(0, 46, 127, 1) 39%, rgba(0, 61, 165, 1) 77%, rgba(0, 61, 165, 1) 100%) 0% 0% no-repeat padding-box;
}

#header.regular .content {
    position: relative;
    z-index: 3;
}

#header.regular .content .title {
    max-width: 960px;
}

#header .content .breadcrumbs {
    margin-bottom: 15px;
}

#header .content .breadcrumbs > span:last-child {
    display: none;
}

#header .content .breadcrumbs a {
    color: #fff;
}

#header .content .breadcrumbs > span:before {
    content: "/";
    padding: 0 10px;
    color: #fff;
}

#header .content .breadcrumbs > span:first-child {
    display: none;
}

#header .content .breadcrumbs > span:nth-child(2):before {
    display: none;
}

#header.parallax {
    position: relative;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

#header.empty .wrapper {
    min-height: auto;
}

/***********************************************************************************/
/*** Page header - Video
/***********************************************************************************/
#video {
    position: relative;
    z-index: 3;
    background-color: #fff;
    overflow: hidden;
}

#video:before {
    position: absolute;
    content: "";
    background-color: #003DA5;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 2;
}

#video .bg {
    width: 300px;
    content: "";
    background-color: #dbe4f2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#video .bg:before {
    background-color: #dbe4f2;
    position: absolute;
    content: "";
    top: 0;
    left: -100vh;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#video .bg.hide {
    display: none !important;
}

#video .wrap-960 {
    display: block;
    margin: auto;
    position: relative;
    z-index: 3;
}

#video .video {
    position: relative;
    z-index: 2;
    height: 100%;
    cursor: pointer;
}

#video .video .iframe {
    position: relative;
    height: 100%;
}

#video .video .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video .video .img {
    position: relative;
    background-color: #003DA5;
}

#video .video .img img {
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0.8;
}

#video .video .img .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}


/***********************************************************************************/
/*** Sidebar
/***********************************************************************************/
.header-responsive {
    height: 60px;
    display: none;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header-responsive .bt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200px;
    left: -200px;
    z-index: 3;
    cursor: pointer;
}

#content.with-sidebar {
    overflow: hidden;
}

#content.with-sidebar .sidebar .share {
    display: none;
    padding-top: 20px;
}

#content.with-sidebar > .wrapper:first-child {
    padding-top: 0;
}

#content.with-sidebar .wrapper .wrap-660.main {
    max-width: 100%;
    padding-top: 80px;
    padding-right: 100px;
    padding-left: 400px;
}

#content.with-sidebar.empty-sidebar .wrapper .wrap-660.main {
    padding-left: 0;
    padding-right: 0;
    max-width: 660px;
}

#content.with-sidebar.empty-sidebar .wrapper .wrap-660.main .share {
    right: -140px;
}

#content.with-sidebar .wrapper .sidebar .wrap {
    padding: 80px 40px 70px 0;
}

#content.with-sidebar .sidebar {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

#content.with-sidebar .sidebar .wrap:before {
    content: "";
    position: absolute;
    background-color: #dbe4f2;
    bottom: 0;
    top: 0;
    left: -100vh;
    right: 0;
    z-index: -1;
}

#content.with-sidebar .wrapper .sidebar .wrap {
    position: relative;
    z-index: 1;
}

#content.with-sidebar .wrapper .sidebar .wrap .element {
    margin-top: 32px;
}

#content.with-sidebar .wrapper .sidebar .wrap > div:nth-child(2) {
    margin-top: 10px;
}

#content.with-sidebar .wrapper .sidebar .wrap .element .small {
    margin-bottom: 0.8rem;
}

/*** Outils et ressources ***/
#content.with-sidebar .wrapper .sidebar .wrap .element.with-icon ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.with-icon ul li {
    padding: 2px 0 0 30px;
    margin: 0 0 8px 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.with-icon ul li:last-child {
    margin-bottom: 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.with-icon ul li a {
    font-family: 'Volkhov', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #002565;
    display: flex;
    text-decoration: none;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.with-icon ul li:before {
    display: none;
}

#content.with-sidebar .wrapper .sidebar .wrap .element span {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.ressources span svg {
    width: 100%;
    display: block;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.ressources span.outils {
    display: none;
    visibility: hidden;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.outils span.ressources {
    display: none;
    visibility: hidden;
}

/*** Pages associées ***/
#content.with-sidebar .wrapper .sidebar .wrap .element.pages ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.pages ul li {
    padding: 2px 0 0 30px;
    margin: 0 0 8px 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.pages ul li:last-child {
    margin-bottom: 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.pages ul li:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    top: 11px;
    left: 0;
    background-color: #002565;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.pages ul li a {
    font-family: 'Volkhov', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #002565;
    display: flex;
    text-decoration: none;
}

/*** Mots-clés ***/
#content.with-sidebar .wrapper .sidebar .wrap .element.tags ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.tags ul li {
    padding: 0 8px 0 0;
    margin: 0 0 8px 0;
    float: left;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.tags ul li:before {
    display: none;
}

#content.with-sidebar .wrapper .sidebar .wrap .element.tags a {
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.2px;
    font-family: 'Montserrat', sans-serif;
    color: #002565;
    padding: 4px 12px 2px 12px;
    background-color: #fff;
    display: block;
    border-radius: 30px;
    text-transform: uppercase;
    text-align: center;
}

/***********************************************************************************/
/*** Home - Hero
/***********************************************************************************/
#hero {
    max-height: 1080px;
    min-height: 810px;
    overflow: hidden;
    position: relative;
}

#hero .arrowDown {
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 39px;
    z-index: 3;
}

#hero .arrowDown img {
    display: block;
    cursor: pointer;
    width: 18px;
}

#hero .owl-carousel {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 120px;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

#hero .owl-carousel .item {
    display: block;
    width: 100%;
}

#hero .owl-carousel .item .wrapper {
    margin: 0 auto;
}

#hero .owl-carousel .item .wrapper .content {
    width: 100%;
    max-width: 760px;
}

#hero .owl-carousel .item .wrapper .content h2.h1 {
    margin-bottom: 1rem;
}

#hero .owl-carousel .item .wrapper .content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    max-width: 550px;
    margin-bottom: 16px !important;
}

#hero .owl-carousel .item .wrapper .content a.more {
    margin-left: 6px;
    height: 10px;
    width: 15px;
    position: relative;
    display: inline-block;
}

#hero .owl-carousel .item .wrapper .content a.more img {
    display: block;
    width: 100%;
    height: 100%;
}

#hero .owl-carousel .item .wrapper .content .category a {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

#hero .owl-carousel .item .wrapper .content .category a:before {
    content: "/";
    font-size: 13px;
    position: relative;
    top: -1px;
    padding-left: 10px;
    padding-right: 10px;
}

#hero .owl-carousel .item .wrapper .content .category a:first-child:before {
    display: none;
}

#hero .owl-carousel .item .wrapper .content .category {
    display: flex;
    margin-bottom: 19px;
}

#hero .owl-dots {
    display: flex;
    width: 100%;
    max-width: 1160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    margin-top: 40px;
}

#hero .owl-dots button {
    height: 15px;
    width: 15px;
    background-color: #99B2D9;
    position: relative;
    z-index: 4;
    margin-left: 12px;
    margin-top: 0;
    border-radius: 100%;
    opacity: 1;
    float: left;
}

#hero .owl-dots button:first-child {
    margin-left: 0;
}

#hero .owl-dots button.active {
    background-color: #fff;
}

#hero .owl-carousel .owl-item.active .item .bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

#hero .owl-carousel .item .wrapper .content .cta.white {
    margin-top: 0px !important;
}

.hero-background {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #002565;
    background-color: #002565;
    transition: background 0.5s ease-in-out;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-background.video-true {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-background.video-true .bgVideo {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #002565;
    background-color: #002565;
}

#hero:before {
    position: absolute;
    content: "";
    background: transparent linear-gradient(180deg, rgba(0, 26, 70, 0.1) 0%, rgba(0, 61, 165, 0.4) 59%, rgba(0, 61, 165, 1) 100%, rgba(0, 61, 165, 1) 100%) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    transform: translate3d(0, 0, 0);
}


/***********************************************************************************/
/*** Home - Promoted
/***********************************************************************************/
body.home .promoted .grid article .wrap .content h3 {
    margin-bottom: 14px;
}

body.home .promoted .grid article .wrap .content a.more img {
    display: block;
    width: 15px;
    height: 10px;
    display: inline-block;
    margin-left: 6px;
}

/***********************************************************************************/
/*** Home - Actualités
/***********************************************************************************/
.home #archive h2.h1 {
    margin-bottom: 40px;
}

.home #archive {
    padding-top: 90px;
}

.home #archive .grid {
    padding-bottom: 80px;
}


/***********************************************************************************/
/*** Content
/***********************************************************************************/
#content {
    position: relative;
    z-index: 3;
}

/***********************************************************************************/
/*** Partenaires
/***********************************************************************************/
.partenaires {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.partenaires .partenaire {
    width: 25%;
    position: relative;
    padding: 0 10px 20px 20px;
}

.partenaires .partenaire .logo {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 110px;
    width: 100%;
}

.partenaires .partenaire .logo a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/***********************************************************************************/
/*** Gallery
/***********************************************************************************/
.gallery .su-custom-gallery {
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin: 0 0 0 0;
}

.gallery .su-custom-gallery .su-custom-gallery-slide {
    width: 19%;
    position: relative;
    float: none;
    padding: 0 6px 12px 6px;
    margin: 0 0 0 0;
}

.gallery .su-custom-gallery .su-custom-gallery-slide a {
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    text-decoration: none;
    margin: 0 0 0 0;
    position: relative;
    border: 1px solid #dbe4f2;
}

.gallery .su-custom-gallery .su-custom-gallery-slide a img {
    display: block;
    margin: 0;
    padding: 7px 7px;
    border: 0px solid #fff;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%;
}

.gallery .su-custom-gallery .su-custom-gallery-slide:hover a img {
    background: #dbe4f2
}

body .mfp-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
    color: #fff;
}

body .mfp-arrow-right:before,
body .mfp-arrow-left:before {
    display: none !important;
}

body .su-custom-gallery-slide img {
    border: 1px solid #dbe4f2;
    padding: 7px 7px;
}

body .su-custom-gallery-slide:hover img {
    border: 1px solid #dbe4f2;
    background: #dbe4f2;
}

/***********************************************************************************/
/*** Gallery
/***********************************************************************************/
.publicite .intro {
    margin-bottom: 50px;
}

/***********************************************************************************/
/*** Recherche
/***********************************************************************************/
#archive.search-results {
    margin-top: 20px;
    overflow: hidden;
}

#archive.search-results .results {
    padding-bottom: 20px;
}

#header.regular.search {
    overflow: hidden;
}

#header.regular.search .wrapper {
    padding-bottom: 10px;
    min-height: initial;
    padding-bottom: 70px;
}

#header.search .head {
    display: flex;
    margin-bottom: 0;
}

#header.search .head span {
    position: relative;
}

#header.search .head span:before {
    content: "/";
    font-size: 13px;
    position: relative;
    top: -1px;
    padding-left: 10px;
    padding-right: 10px;
}

#header.search .head span:first-child:before {
    display: none;
}

#header.search .form {
    display: block;
    width: 100%;
}

#header.search .content {
    width: 100%;
    position: relative;
}

#header.search .form .searchform > div {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto 0 auto;
    border-bottom: 2px solid #fff;
    height: 68px;
}

#header.search .form .searchform > div input {
    font-family: 'Volkhov', serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0;
    flex: 1;
    padding: 0 0 0 0;
    line-height: 68px;
    color: #fff;
    background-color: transparent;
}

#header.search .form .searchform > div input::placeholder {
    color: #fff;
}

#header.search .form .searchform > div button {
    width: 46px;
    background-color: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#header.search .form .searchform > div button img {
    width: 100%;
    display: block;
    margin: auto;
}

#header.search .form .searchform > div button .small {
    display: none;
    visibility: hidden;
}

.tags.search-tags {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.tags.search-tags .head {
    height: 60px;
    display: none;
    align-items: center;
    position: relative;
}


.tags.search-tags {
    margin-top: 20px;
}

.tags.search-tags .wrapper .wrap {
    visibility: initial;
}

.tags.search-tags .header-responsive {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tags.search-tags ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tags.search-tags ul li {
    margin: 0 0 0 0;
    padding: 0 8px 8px 0;
    display: inline-block;
}

.tags.search-tags ul li:before {
    display: none;
}

.tags.search-tags a {
    position: relative;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.4px;
    font-family: 'Montserrat', sans-serif;
    color: #002565;
    background-color: #E6ECF6;
    padding: 4px 10px 3px 10px;
    display: flex;
    border-radius: 40px;
    text-transform: uppercase;
}

.tags.search-tags ul li a:after {
    display: none;
}

.tags.search-tags ul li.active a {
    color: #fff;
    background-color: #002565;
    padding-right: 25px;
}

.tags.search-tags ul li.active a:after {
    content: "+";
    font-size: 24px;
    font-weight: 500;
    transform: rotate(45deg);
    line-height: 20px;
    position: absolute;
    height: 100%;
    right: 7px;
    top: 1px;
    color: #fff;
    display: block;
}


.tags.search-tags .head {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.tags.search-tags .head .bt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200px;
    left: -200px;
    z-index: 3;
    cursor: pointer;
}

#close {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000000;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#close .container {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
}

#close .container .line {
    width: 30px;
    height: 2px;
    background-color: #002565;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 4;
    position: relative;
}

#close .container .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(90deg);
    -ms-transform: translateY(14px) rotate(90deg);
    -o-transform: translateY(14px) rotate(90deg);
    transform: translateY(14px) rotate(90deg);
}

#close .container .line:nth-child(2) {
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

.tags.search-tags .head.active #close {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content.with-sidebar .wrapper .sidebar.active #close {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#archive.search-results #pagination_statut {
    padding-bottom: 12px;
}

#archive.search-results .no-results {
    margin-bottom: 70px;
}

/***********************************************************************************/
/*** Footer
/***********************************************************************************/
footer .backToTop {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1000;
    height: 40px;
    width: 40px;
    display: block;
    background-color: #003DA5;
    border-radius: 100%;
    cursor: pointer;
}

/*** Top ***/
footer {
    position: relative;
    background-color: #002565;
    z-index: 15;
}

footer .wrapper .top {
    padding-top: 70px;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

footer .wrapper .top > div {
    color: #fff;
    height: 100%;
}

footer .wrapper .top .left {
    flex: 1;
    max-width: 620px;
}

footer .wrapper .top .left > div > ul li a {
    text-decoration: none;
}

footer .wrapper .top .left > div > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
}

footer .wrapper .top .left > div > ul li:before {
    display: none;
}

footer .wrapper .top .left > div > ul li.hide {
    display: none;
}

footer .wrapper .top .left > div > ul > li.secondary > a {
    pointer-events: none;
    cursor: default;
}

footer .wrapper .top .left > div > ul > li {
    padding: 0 30px 45px 0;
    margin: 0 0 0 0;
    font-size: 10px;
    line-height: 16px;
    width: 33%;
}

footer .wrapper .top .left > div > ul > li > a {
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
}

footer .wrapper .top .left > div > ul > li > ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

footer .wrapper .top .left > div > ul > li > ul > li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 10px;
    line-height: 16px;
}

footer .wrapper .top .left > div > ul > li > ul > li > a {
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

footer .wrapper .top .right {
}

footer .wrapper .top .right .wrap {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

footer .wrapper .top .right .wrap .newsletter {
    position: relative;
    width: 340px;
}

footer .wrapper .top .right .wrap .newsletter .bouton {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    display: flex;
    z-index: 4;
    align-items: center;
    border-radius: 0 32px 32px 0;
    background-color: transparent !important;
}

footer .wrapper .top .right .wrap .newsletter form {
    width: 100%;
    position: relative;
    height: 40px;
}

footer .wrapper .top .right .wrap .newsletter form input:first-child {
    display: block;
    background-color: #002565;
    border: 2px solid #113168;
    border-radius: 20px;
    opacity: 1;
    padding: 0 40px 0 20px;
    height: 40px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #FFFFFF;
    width: 300px;
    position: relative;
    z-index: 2;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Change Autocomplete styles in Chrome*/
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:hover,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:focus,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:hover,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:focus,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:hover,
footer .wrapper .top .right .wrap .newsletter form input:first-child:-webkit-autofill:focus {
    border: 2px solid #113168;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;

}


footer .wrapper .top .right .wrap .newsletter form input:first-child::placeholder {
    color: #fff;
}

footer .wrapper .top .right .wrap .newsletter form input:last-child {
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 0 20px 20px 0;
    width: 40px;
    background-color: transparent;
    z-index: 3;
}

footer .wrapper .top .right .wrap .newsletter .send {
    position: absolute;
    height: 40px;
    width: 50px;
    top: 1px;
    right: 0;
    display: flex;
    align-items: center;
}

footer .wrapper .top .right .wrap .newsletter .send svg {
    display: block;
    margin: auto;
    z-index: 2;
}

footer .wrapper .top .right .wrap .newsletter > div {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 8px;
    padding-left: 22px;
}

footer .wrapper .top .right .wrap .social {
    text-align: right;
    margin-top: 0px;
    padding-left: 60px;
}

footer .wrapper .top .right .wrap .social a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-left: 16px;
    line-height: 20px;
}

footer .wrapper .top .right .wrap .social a:first-child {
    margin-left: 0;
}

footer .wrapper .top .right .wrap .social a:nth-child(3) {
    font-size: 20px;
    line-height: 23px;
}

footer .wrapper .top .right .wrap .social a:last-child {
    font-size: 19px;
    line-height: 23px;
}


/*** Bot ***/
footer .bot {
    background-color: #001A46;
}

footer .bot .wrapper {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 35px;
    padding-bottom: 25px;
}

footer .bot .left, footer .bot .right {
    padding-bottom: 4px;
    min-width: 250px;
}

footer .bot .left a, footer .bot .right a {
    text-decoration: none;
}

footer .bot .left a {
    font-size: 10px;
    line-height: 13px;
    color: #E6ECF6;
    text-transform: uppercase;
    font-weight: 400;
}

footer .bot .mid {
    flex: 1;
    padding-top: 5px;
}

footer .bot .mid .logo {
    width: 100%;
    position: relative;
    display: block;
}

footer .bot .mid .logo a {
    width: 260px;
    display: block;
    margin: auto;
    height: 100%;
}

footer .bot .mid .logo img {
    width: 100%;
}

footer .bot .right {
    font-size: 10px;
    line-height: 13px;
    color: #E6ECF6;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.2px;
}


/***********************************************************************************/
/*** Secondary archive
/***********************************************************************************/
#header.intro.secondary-archive .wrapper .content {
    min-height: 150px;
}

#header.intro.secondary-archive .wrapper .content {
    padding-bottom: 40px;
}

.secondary-archive article .wrap .content .category {
    display: none !important;
}

/***********************************************************************************/
/*** Autres
/***********************************************************************************/
.iframe-joindre {
    width: 100%;
    display: block;
    height: 260px;
}

/***********************************************************************************/
/*** Formulaires
/***********************************************************************************/
*::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

*:-moz-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

*::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

*:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

*:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}

/* IE 10+ */

/***********************************************************************************/
/*** Publications
/***********************************************************************************/
body #content.publications-content .wrapper:last-child,
body #content.publications-content .wrapper {
    padding-top: 0;
}

body #content.publications-content .intro {
    margin-bottom: 20px;
}

.publications {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.publications .publication {
    width: 25%;
    padding-bottom: 20px;
    padding: 0 20px 20px 20px;
}

.publications .publication .wrap {
    position: relative;
}

.publications .publication .mention {
    background-color: #E6ECF6;
    display: block;
    font-size: 11px;
    padding: 10px;
    line-height: 15px;
    letter-spacing: 0px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;

}

.publications .publication .wrap .img {
    display: block;
    width: 100%;
    position: relative;
}

.publications .publication .wrap .img img {
    display: block;
    width: 100%;
}

.publications .publication .wrap .fields {
    background-color: #E6ECF6;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    position: relative;
}

.publications .publication .wrap .fields div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.publications .publication .wrap .fields div:first-child {
    padding-right: 4px;
}

.publications .publication .wrap .fields div:last-child {
    padding-left: 8px;
}

.publications .publication .wrap .fields div label {
    flex: 1;
    text-align: right;
    padding-right: 8px;
}

.publications .publication .wrap .fields div input {

    width: inherit;
    border-radius: 20px;
    font-size: 16px;
    line-height: 21px;
    height: 30px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    font-weight: 400;
    width: 40px;
}

.publications .publication .wrap .fields div input::placeholder {
    color: #002565;
}

.publications .publication .wrap .title {
    padding-top: 14px;
}

.publications .publication .wrap .title h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.publications-content .info {
    padding-bottom: 12px;
}

.publications-content .cta.blue {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.publications-content .cta.blue.full a {
    display: inline-block;
    margin: auto;
}

.publication_error {
    display: block;
    text-align: center;
    color: #FF4D4D;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.tags.search-tags.publication-tags ul li.active a:after {
    display: none !important;
}

.tags.search-tags.publication-tags ul li.active a {
    padding-right: 10px !important;
}

/***********************************************************************************/
/*** Formulaires
/***********************************************************************************/
.publication-form .wrap-960 {
    margin: 0 0;
}

body .gform_wrapper .gfield_required {
    color: #FF4D4D;
}

button {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    background-color: #003DA5;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    margin-top: 1em;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_labell {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    text-decoration: none;
}

body .gform_wrapper table.gfield_list thead th {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    text-decoration: none;
}

body .gform_wrapper table.gfield_list td, body .gform_wrapper table.gfield_list th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #99B2D9;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 10px;
    color: #002565;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    display: flex;
    height: 40px;
    align-items: center;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
    display: none;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons a {
    text-decoration: none !important;
    height: 16px;
    width: 16px;
    position: relative;
    display: block;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons .add_list_item:before {
    background-image: url(/wp-content/themes/ATYPIC/public/img/svg/list-add.svg);
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons .delete_list_item:before {
    background-image: url(/wp-content/themes/ATYPIC/public/img/svg/list-remove.svg);
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons .add_list_item {
    margin-right: 5px;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 13px;
    line-height: 18px;
    color: #002565;
    font-weight: 600;
    letter-spacing: 0;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 3px;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}

body .gform_wrapper select {
    border: 2px solid #99B2D9;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 400;
    padding: 1px 24px 0px 10px !important;
    color: #002565;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/ATYPIC/public/img/svg/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 98% center;

}

body .gform_wrapper select::-ms-expand {
    display: none;
}

body .gform_wrapper textarea {
    border: 2px solid #99B2D9;
    border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 400;
    padding: 10px;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 22px 10px 22px !important;
    font-weight: 700;
    text-align: center;
    background-color: #003DA5;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    margin-top: 1em;
    margin-left: 16px;
    width: auto !important;
}

.gform_wrapper .gform_footer {
    text-align: center;
}

.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 100% !important;
    max-width: 100% !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    width: auto !important;
}

/*** ERRORS ***/
body .gform_wrapper div.validation_error {
    color: #FF4D4D;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-top: 2px solid #FF4D4D;
    border-bottom: 2px solid #FF4D4D;
    padding: 16px 0;

}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 1px solid #FF4D4D;
    border-bottom: 1px solid #FF4D4D;
    background-color: #fff6f6;
}

body .gform_wrapper .gfield_error .gfield_label {
    color: #FF4D4D;
}

body .gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #FF4D4D;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
    border: 2px solid #FF4D4D;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #FF4D4D;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

body .gform_wrapper .instruction {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

body .gform_wrapper .validation_message {
    color: #FF4D4D;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #FF4D4D;
}

body .gform_wrapper li.gfield_error select {
    border: 2px solid #FF4D4D;
}

body .gform_wrapper li:before {
    display: none !important;
}

body .gform_wrapper .gform_footer {
    padding-top: 0;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
    body .gform_wrapper table.gfield_list tr td.gfield_list_icons {
        background-color: #e6ecf6;
    }

    body .gform_wrapper table.gfield_list tr {
        margin-bottom: 0;
        display: block;
        background: #fff;
        position: relative;
        border: 1px solid #e6ecf6;
        border-top: 1px solid #e6ecf6;
        border-bottom: 1px solid #e6ecf6;
    }

}

/***********************************************************************************/
/*** Mon Éducalcool
/***********************************************************************************/
body #mc_embed_signup .indicates-required {
    font-family: 'Montserrat', sans-serif;
    color: #002565;
    font-size: 12px;
}

body #mc_embed_signup .asterisk {
    color: #FF4D4D;
}

body #mc_embed_signup #mc-embedded-subscribe-form input {
    font-family: 'Montserrat', sans-serif;
    text-indent: 0 !important;
    border: 2px solid #99B2D9;
    border-radius: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 10px;
    color: #002565;
}

body #mc_embed_signup .mc-field-group label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    text-decoration: none;
    padding-bottom: 4px;
}

body #mc_embed_signup ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

body #mc_embed_signup span.title {
    font-family: 'Volkhov', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #002565;
    padding-bottom: 10px;
    display: block;
}

body #mc_embed_signup .mc-field-group.input-group ul li {
    padding: 0 0 0 0;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
}

body #mc_embed_signup .mc-field-group.input-group ul li label {
    padding: 2px 0 0 10px;
    margin: 0 0 0 0;
}

body #mc_embed_signup ul li:before {
    display: none;
}

body #mc_embed_signup .mc-field-group.input-group .radio {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    display: block;
}

body .site-content #mc_embed_signup .mc-field-group.input-group .radio input {
    cursor: pointer;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0;
    width: 20px;
    height: 20px !important;
    opacity: 0;
    position: relative;
    z-index: 3;
}

body #mc_embed_signup .mc-field-group.input-group .radio span.check {
    cursor: pointer;
    position: absolute;
    content: "";
    z-index: 1;
    background-color: #002565;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    top: 0;
    left: 0;
}

body #mc_embed_signup .mc-field-group.input-group .radio span.check:before {
    position: absolute;
    content: "";
    z-index: 2;
    background-color: #fff;
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

body .site-content #mc_embed_signup .mc-field-group.input-group .radio input:checked ~ .check {
    background-color: #003DA5;
}

body .site-content #mc_embed_signup .mc-field-group.input-group .radio input:checked ~ .check:before {
    top: 8px;
    bottom: 8px;
    right: 8px;
    left: 8px;
    border-radius: 1px;
}

body #mc_embed_signup .clear {
    text-align: center;
    display: block;
    position: relative;
}

body #mc_embed_signup .button {
    font-size: 12px !important;
    line-height: 19px !important;
    letter-spacing: 0.24px;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 11px 22px 10px 22px !important;
    font-weight: 700 !important;
    text-align: center !important;
    background-color: #003DA5 !important;
    border-radius: 30px !important;
    display: inline-block !important;
    color: #fff !important;
    margin: auto !important;
    width: auto !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 0px solid transparent !important;
}


/*** Errror ***/
body #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #FF4D4D;
}

body #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    text-decoration: none;
    padding-bottom: 4px;
    color: #FF4D4D;
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;

}


/***********************************************************************************/
/*** 404
/***********************************************************************************/
.page-404 .wrap-960 {
    margin-left: 0;
    margin-right: 0;
}


/***********************************************************************************/
/*** Custom content
/***********************************************************************************/
.custom-content {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    z-index: 2;
    margin-top: 70px;
}

/*** Wrapper regular ***/
.custom-content .regularWrapper {
    padding-top: 70px;
    padding-bottom: 60px;
}

/*** Page wrapper ***/
.custom-content .pageWrapper .wrap-960 {
    display: block;
    margin: auto;
}

/*** Page wrapper right ***/
.custom-content .regularWrapper.right .wrap-660 {
    max-width: 100%;
    padding-right: 100px;
    padding-left: 400px;
}

/*** Full width img ***/
.custom-content .fullWidthImg {
    position: relative;
    background-color: #001A46;
}

.custom-content .fullWidthImg .img {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
}

.custom-content .fullWidthImg .wrapper {
    padding-top: 30px;
    padding-bottom: 30px !important;
    height: 640px;
    position: relative;
}

.custom-content .fullWidthImg .content {
    display: flex;
    align-items: center;
    height: 100%;
    position: initial;
    max-width: 660px;
}

.custom-content .fullWidthImg .content h2 {
    color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 40px;
    line-height: 47px;
    align-self: center;
}

.custom-content .fullWidthImg .content h2 a {
    text-decoration: none;
    color: #fff;
}

/*** Moitié texte/image ***/
.custom-content .halfTextImg {
    position: relative;
    background-color: #001A46;
}

.custom-content .halfTextImg .wrapper {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    align-items: center;
    flex-flow: row-reverse;
}

.custom-content .halfTextImg .wrapper .wrap-660 {
    color: #fff;
}

.custom-content .halfTextImg .wrapper .wrap-660 p,
.custom-content .halfTextImg .wrapper .wrap-660 a,
.custom-content .halfTextImg .wrapper .wrap-660 h2,
.custom-content .halfTextImg .wrapper .wrap-660 h3 {
    color: #fff !important;
}

.custom-content .halfTextImg .wrapper .img-container {
    flex: 1;
    display: table-row;
    position: relative;
    min-height: 300px;
    max-height: 340px;
    align-self: flex-start;
}

.custom-content .halfTextImg .wrapper .img-container .img {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 40px;
    right: 0;
}


body .site-content .halfTextImg .su-accordion .su-spoiler.su-spoiler-closed > .su-spoiler-title,
body .site-content .halfTextImg .su-spoiler.su-spoiler-closed > .su-spoiler-title {
    background-color: #002565;
}

body .site-content .halfTextImg .su-accordion .su-spoiler > .su-spoiler-title,
body .site-content .halfTextImg .su-spoiler > .su-spoiler-title {
    border-bottom: 3px solid #003da5;
    background-color: #002565;
}

body .site-content .halfTextImg .su-accordion .su-spoiler > .su-spoiler-content,
body .site-content .halfTextImg .su-spoiler > .su-spoiler-content {
    background-color: #002565;
}

body .site-content .halfTextImg .su-accordion .su-spoiler > .su-spoiler-title:before,
body .site-content .halfTextImg .su-spoiler > .su-spoiler-title:before {
    background-image: url(/wp-content/themes/ATYPIC/public/img/svg/spoiler-white.svg);
}

.halfTextImg ul li:before {
    background-color: #fff;
}

/*** Moitié texte/image+citation ***/
.custom-content .textImgQuote {
    position: relative;
}

.custom-content .textImgQuote .wrapper {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 70px;
}

.custom-content .textImgQuote .wrapper .container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    position: relative;
    padding-left: 40px;
}

.custom-content .textImgQuote .wrapper .container .img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-height: 340px;
    flex-grow: 1;
}

.custom-content .textImgQuote .wrapper .container .img div {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: -40px;
}

.custom-content .textImgQuote .wrapper .container .quote {
    color: #99B2D9;
    padding-bottom: 10px;
}

/*** Liste à numéro ***/
.nbListElement {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
    margin-top: 28px;
}

.nbListElement .nb {
    background-color: #003DA5;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    position: relative;
    top: 0px;
}

.nbListElement .content {
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.nbListElement.light .nb {
    background-color: #dbe4f2;
    color: #002565;
}

/*** Video ***/
.shortCodeVideo {
    position: relative;
    z-index: 2;
    height: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}

.shortCodeVideo .iframe {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.shortCodeVideo .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.shortCodeVideo .img {
    position: relative;
    background-color: #003DA5;
}

.shortCodeVideo .img img {
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0.8;
}

.shortCodeVideo .img .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}


/***********************************************************************************/
/*** Outils
/***********************************************************************************/
.outils-wrap {
    width: 100%;
    max-width: 660px;
}

#content.outils .wrap-660 iframe:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

#header.regular.outils .wrapper {
    padding-top: 140px;
    padding-bottom: 130px;
    min-height: initial;
}

#outils-promoted {
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding-bottom: 70px;
}

#outils-promoted .outils {
    background-color: #003DA5;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 20px 60px;
    margin-bottom: 30px;
    position: relative;
}

#outils-promoted .outils .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.75;
}

#outils-promoted .outils:last-child {
    margin-bottom: 0;
}

#outils-promoted .outils .wrap {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
}

#outils-promoted .outils .wrap .left {
    flex: 1;
    padding-right: 40px;
}

#outils-promoted .outils .wrap .left div {
    margin-bottom: 15px;
}

#outils-promoted .outils .wrap .left h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 0 0;
    max-width: 660px;
    display: block;
}


/***********************************************************************************/
/*** Drop shadows text
/***********************************************************************************/
#hero .owl-carousel .item .wrapper .content .category a,
#hero .owl-carousel .item .wrapper .content h2.h1,
#hero .owl-carousel .item .wrapper .content p,
.promoted .grid article .wrap .content .category a,
.promoted .grid article .wrap .content h3 a,
.promoted .grid article .wrap .content .more,
.featured article .wrap .content h3.h4 a,
.featured article .wrap .content .head .small a,
.archive .grid article.row-3:first-child .content .head .xsmall,
.archive .grid article.row-3:nth-child(2) .content .head .xsmall,
.archive .grid article.row-3:first-child .content h3.h4 a,
.archive .grid article.row-3:nth-child(2) .content h3.h4 a,
.archive .grid article:first-child .content a.cta,
.archive .grid article:nth-child(2) .content a.cta,
#header.regular .content .title h1,
#header .content .breadcrumbs a,
.custom-content .fullWidthImg .wrap-960 h1,
.custom-content .fullWidthImg .wrap-960 h2,
.promoted .grid article .lien,
.promoted article .wrap .content .head .xsmall,
.promoted article .wrap .content .head .date,
.promoted .grid article .wrap .content h3 a,
.promoted .grid article .wrap .content a.cta,
#outils-promoted .outils .wrap .left h3 a,
#outils-promoted .outils .wrap .left .small a,
#outils-promoted .outils .wrap div .cta.white a,
.archive .grid article.row-2 .content h3.h4 a,
.archive .grid article.row-2 .content a.cta,
.custom-content .fullWidthImg .content h2 {
    text-shadow: 0px 0px 3px rgba(0, 37, 101, 0.36);
}

/*** IF EMPTY ***/
#header.regular.empty .content .title h1,
#header.regular.empty .content .breadcrumbs a {
    text-shadow: 0px 0px 3px rgba(0, 37, 101, 0);
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons .add_list_item {
    display: none;
}


/***********************************************************************************/
/*** Spoiler outils
/***********************************************************************************/
.cta-outils {
    background-color: #003DA5;
    border: 0px solid transparent;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 22px 10px 22px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    margin-top: 1em;
}

.spoiler-outils {
    display: none;
}

body .su-divider {
    border-width: 2px !important;
    border-color: #dbe4f2 !important;
    padding: 0 0 0 0 !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

body .su-divider a {
    display: none !important;
}


/***********************************************************************************/
/*** Calcoolateur
/***********************************************************************************/
#calcoolateur {
    margin-top: 60px;
    padding-bottom: 70px;
}

#calcoolateur-header #header .about a {
    color: #fff;
}

#calcoolateur .wrapper {
    margin-top: 0px;
    max-width: 840px;
}

#calcoolateur {
    position: relative;
    z-index: 4;
    background-color: #fff;
}

#calcoolateur .group-info {
    position: relative;
    padding: 10px 0 9px 0;
    margin: 0 0 0 0;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    border-top: 2px solid #E6ECF6;
}

#calcoolateur .group-info:first-child {
    padding-right: 40px;
}

#calcoolateur .group-info.second-group .btn-convers {
    display: flex;
    align-items: center;
}

#calcoolateur .group-info.third-group .head.small {
    border-right: none;
}


#calcoolateur .group-info.fixe.end:after {
    content: '';
    width: 100%;
    border-bottom: solid 2px #e6ecf6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#calcoolateur .group-info.fixe.end {
    margin: 30px 0px;
}

#calcoolateur .group-info.fixe.end .head.small {
    width: auto;
    max-width: initial;
    padding-right: 20px;
    flex: 1;
}

#calcoolateur .head.small {
    font-family: 'Volkhov', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #002565;
    text-transform: initial;
    opacity: 1;
    margin-left: 14px;
    max-width: 150px;
    width: 100%;
    margin-right: 20px;
    border-right: 2px solid #E6ECF6;
    min-height: 60px;
    display: flex;
    align-items: center;
}

#calcoolateur .group-info.third-group .head.small {
    max-width: initial;
    flex: 1;
}

#calcoolateur .group-info.first-group .btn-radio {
    display: inline-flex;
    align-items: center;
}

#calcoolateur .group-info .btn-female {
    margin-left: 30px;
}


#calcoolateur .btn-radio-drink {
    height: 40px;
    padding: 0 30px 0 0.5%;
    align-items: center;
    flex-wrap: wrap;
    display: inline-flex;
    margin-right: 0px;
}

#calcoolateur .btn-radio-drink:last-child {
    padding-right: 0.5%;
}

#calcoolateur .btn-radio label, #calcoolateur .btn-radio-drink label, #calcoolateur .group-bloc {
    font-size: 16px;
    color: #002565;
    margin-left: 8px;
}

#calcoolateur .btn-radio label, #calcoolateur .btn-radio-drink label {
    cursor: pointer;
}


#calcoolateur .bloc-conso #radio-container {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-top: 10px;
    margin-bottom: -5px;
}


#calcoolateur .verre-type .verre-standard {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -5px;
    right: 0;
    height: 0;
}

#calcoolateur .verre-type a {
    color: #003DA5;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
}

#calcoolateur .slider-vol, #calcoolateur .slider-deg {
    position: relative;
    z-index: 3;
}

#calcoolateur .group-bloc {
    cursor: default;
}

#calcoolateur .bloc-conso .quantite {
    padding: 15px 0 15px 0;
    margin: 15px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
}

#calcoolateur .bloc-conso .pourcentage {
    padding: 15px 0;
    margin: 0 0 0 0;
    border-bottom: 2px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
}

#calcoolateur .bloc-conso .heure {
    padding: 15px 0 0 0;
    margin: 0 0;
}

#calcoolateur .quantite > label:first-child,
#calcoolateur .heure label,
#calcoolateur .pourcentage label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

#calcoolateur .bloc-conso .quantite .case {
    width: 100px;
}

#calcoolateur .bloc-conso .pourcentage div.p-group {
    width: 220px;
}

#calcoolateur .bloc-conso .pourcentage .case {
    width: 100px;
    margin-right: 120px;
}

#calcoolateur .bloc-conso .pourcentage div.p-group .pourcent {
    left: 75px;
    padding: 0;
    right: initial;
}

#calcoolateur .bloc-conso .quantite span.btn-convers {
    display: flex;
    align-items: center;
    width: 220px;
}

#calcoolateur .bloc-conso .quantite span.btn-convers, #calcoolateur .bloc-conso .pourcentage div.p-group {
    position: relative;
    z-index: 1;
}

#calcoolateur .quantite label.switch {
    margin-right: 0px;
    width: 100%;
    max-width: 100px;
    display: inline-flex;
}

#calcoolateur .kg_to_lbs, #calcoolateur .ml_to_oz {
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-decoration: none;
    cursor: pointer;
}

#calcoolateur input.kg_to_lbs::selection {
    background-color: #fff;
}

#calcoolateur input.ml_to_oz::selection {
    background-color: #fff;
}

#calcoolateur .case.clock, #calcoolateur .case.depart {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/ATYPIC/public/img/svg/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px 6px;
    background-position: 80% center;
    background: #fff;
}

#calcoolateur-res {
    margin-top: 60px;
    margin-bottom: 0 !important;
}

select.clockH {
    margin-right: 0px;
}

select.departH {
    margin-right: 4px;
}

select.clockM {
    margin-left: 0px;
}

select.departM {
    margin-left: 4px;
}

#calcoolateur .case {
    width: 100%;
    max-width: 140px;
    height: 40px;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 16px;
}

#calcoolateur .group-info.fixe.end {
    font-size: 16px;
}

#calcoolateur .case.dark {
    background-color: #e6ecf6;
}

#calcoolateur .case.clock, #calcoolateur .case.depart {
    border-radius: 30px;
    width: 60px;
    position: relative;
    border: none;
    cursor: pointer;
}

#calcoolateur .p-group {
    display: inline-block;
    position: relative;
}

#calcoolateur .pourcent {
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    color: #003da5;
    position: absolute;
    right: 0;
    padding: 0 10px;
}

#calcoolateur .calcsubmit {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-top: 0;
}
/************* astérix après bouton calcsubmit****************/
#asterixTexte {
    font-family: 'Volkhov', serif;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #002565;
    padding: 5%;
}

.asterixRouge{

color:rgba(255,15,23)

}
.lienAsterix{
    text-decoration: underline;
}
.asterixRougeText{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 0.75em;
    padding-top: 5%;
}

.whitebutton{
   border: 2px solid #003DA5;
}
/***************** astérix après bouton calcsubmit*******************/
#calcoolateur .bloc-conso {
    position: relative;
    background-color: #e6ecf6;
    padding: 30px 50px;
    margin-bottom: 15px;
    border-radius: 15px;
}

#calcoolateur .delete-conso {
    position: absolute;
    color: #003DA5;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 31px;
    width: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#calcoolateur .delete-conso i {
    font-size: 16px;
}


#calcoolateur .small.time {
    align-self: center;
    margin: 0 15px 0 100px;
}

#calcoolateur #div_button {
    text-align: center;
}

#calcoolateur #div_button #btn-add {
    background-color: #fff;
    border: 2px solid #003DA5;
    color: #003DA5;
}

#calcoolateur .number-round {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    background-color: #003DA5;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0 0 0 !important;
}

#calcoolateur .question {
    cursor: pointer;
    position: absolute;
    right: 0;
}

#calcoolateur span.number-round.q-mark {
    color: #003DA5;
    background-color: #fff;
    border: 2px solid #003DA5;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/*#calcoolateur span.q-tooltip-text{display: none;font-size: 12px;line-height: initial;}*/


/*CUSTOM RADIO BUTTONS*/
#calcoolateur input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#calcoolateur input[type="radio"] {
    cursor: pointer;
    border: 2px solid #073DA566;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

#calcoolateur input[type="radio"]:checked {
    border: 6px solid #073DA5;
}


/*REMOVE NUMBER INPUTS ARROWS*/
/* Chrome, Safari, Edge, Opera */
#calcoolateur input::-webkit-outer-spin-button, #calcoolateur input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/* Firefox */
#calcoolateur input[type=number] {
    -moz-appearance: textfield
}

#calcoolateur input[type=number]::-webkit-outer-spin-button, #calcoolateur input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*BOUTONS CONVERSION*/
#calcoolateur .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-left: 10px;
}

/* Box around the slider */
#calcoolateur .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
}

/* Hide default HTML checkbox */
#calcoolateur .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6ecf6;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0 4px;
}

#calcoolateur .slider.round.liquid {
    background-color: #fff;
}

#calcoolateur .slider:before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 50%;
    border-radius: 30px;
    background-color: #003da5;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#calcoolateur .weight.slider:before {
    content: "kg";
}

#calcoolateur .liquid.slider:before {
    content: "ml";
}

#calcoolateur input:checked + .slider:before {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px)
}

#calcoolateur input:checked + .weight.slider:before {
    content: "lbs";
}

#calcoolateur input:checked + .liquid.slider:before {
    content: "oz";
}

#calcoolateur .slider.round {
    border-radius: 40px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: flex;
    flex-wrap: wrap;
}

#calcoolateur .on, #calcoolateur .off {
    color: #003da5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.35px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;
    width: 50%;
    display: block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*SLIDERS VOLUME+DEGRES*/
#calcoolateur .slider-vol, #calcoolateur .slider-deg {
    flex: 1;
    position: relative;
    margin-right: 0;
    background: #003da5;
    appearance: none;
    height: 3px;
    border-radius: 5px;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}

#calcoolateur .slider-vol::-webkit-slider-thumb, #calcoolateur .slider-deg::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 25px;
    border-radius: 15px;
    border: none;
    background: #003DA5;
    cursor: pointer;
}

#calcoolateur .slider-vol::-moz-range-thumb, #calcoolateur .slider-deg::-moz-range-thumb {
    width: 10px;
    height: 25px;
    border-radius: 15px;
    border: none;
    background: #003DA5;
    cursor: pointer;
}

/*RESULTATS*/
#calcoolateur .results {
    border: solid 2px #003DA5;
    border-top: solid 0px #fff;
    border-bottom: solid 0px #fff;
    display: flex;
    padding: 45px 15px 0;
}

#calcoolateur .header-results.message {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 15px 25px 15px;
}

#calcoolateur .header-results.message.error {
	background-color: #FF4D4D;
	border: solid 2px #FF4D4D;
}
#calcoolateur .header-results.message.warning {
	background-color: #FBC328;
	border: solid 2px #FBC328;
}


#calcoolateur .header-results-text.message.error {
	color: #FF4D4D;
	background-color: #ffdedf;
}
#calcoolateur .header-results-text.message.warning {
	color: #FBC328;
	background-color: #fff4de;
}

#calcoolateur .header-results-text.message p:last-child {
    font-weight: 600;
}

#calcoolateur .header-results.message h2 {
    color: #fff;
}

#calcoolateur .header-results {
    padding: 30px 15px;
    color: #fff;
    background-color: #00a573;
    border: solid 1px #00a573;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

#calcoolateur .header-results span {
    display: block;
}

#calcoolateur .header-results.message:before,
#calcoolateur .header-results.message:after {
    content: '\0026A0';
    position: absolute;
    font-size: 70px;
    margin-top: 6px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}

#calcoolateur .header-results.message:before {
    left: 20px;
}

#calcoolateur .header-results.message:after {
    right: 20px;
}


#calcoolateur .footer-results span {
    line-height: 1.5em;
}

#calcoolateur .header-results h3 {
    color: #fff;
    max-width: 700px;
    display: block;
    margin: auto;
}

#calcoolateur .header-results-text {
    background-color: #e6ecf6;
    padding: 15px 20px 20px 20px;
    border-left: solid 2px #003DA5;
    border-right: solid 2px #003DA5;
}

#calcoolateur .header-results-text p {
    margin: 0;
    display: block;
    text-align: center;
    line-height: 1.4em;
}

#calcoolateur .header-results-text p:last-child {
    font-size: 15px;
}

#calcoolateur .header-results-text b {
    font-weight: 700
}

#calcoolateur .results .block-1-2 {
    display: flex;
    border-radius: 15px;
    height: max-content;
    padding: 20px;
    flex-direction: column;

}

#calcoolateur .results .block-1-2:first-child {
    margin-right: 10px;
    text-align: center;
    width: 47%;
}

#calcoolateur .results .block-1-2:last-child {
    margin-left: 10px;
    background-color: #e6ecf6;
    width: 53%;
}

#calcoolateur .results .block-1-2:first-child .unit {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
}

#calcoolateur .results .block-1-2:last-child {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

#calcoolateur .results .infos p strong {
    color: #003da5;
    font-weight: 700;
}

#calcoolateur .results .block-1-2:last-child > div:first-child > div:first-child,
#calcoolateur .results .block-1-2:last-child > div:nth-child(2) {
    text-transform: uppercase;
    font-weight: 700;
}

#calcoolateur .results button,
#calcoolateur #div_button #btn-add,
#calcoolateur .footer-results button {
    min-width: 180px;
}

#calcoolateur .results .num.colored-num {
    font-size: 50px;
    margin: 15px 0 5px;
    color: #002565
}

#calcoolateur .results .colored-num {
    color: #003da5;;
    font-weight: bold;
}

#calcoolateur .results .conseils {
    position: relative;
    line-height: 1.5em;
}

#calcoolateur .results .heure-conseil {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#calcoolateur .results .heure-conseil:after {
    content: '';
    width: 100%;
    border-bottom: solid 2px #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#calcoolateur .results .infos {
    position: relative;
    text-align: left;
}

#calcoolateur .results .infos p {
    display: inline-block;
}

#calcoolateur .results .infos p strong {
    text-transform: unset;
    font-size: 15px;
}

#calcoolateur .results .infos a {
    text-align: center;
    display: block;
}

#calcoolateur .results .infos a button {
    color: #002565;
    background-color: #fff;
}

#calcoolateur .results .infos a button i {
    font-size: 16px;
    margin-right: 5px;
}

#calcoolateur .results .conseils .question {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

#calcoolateur .results .conseils .question span.number-round.q-mark {
    background-color: transparent;
}

#calcoolateur .results .conseils .question span.number-round.q-mark:hover .q-tooltip-text {
    display: block;
}

/*#calcoolateur .results .infos span.number-round.q-mark{color: #003DA5;background-color: #fff;border: 2px solid #003DA5;padding: 5px 12px;margin-top: 3px;}*/
#calcoolateur .results .conseils span.q-tooltip-text {
    font-size: 12px;
    font-weight: normal;
    line-height: initial;
    width: 150px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    text-transform: none;
    z-index: 10;
    display: none;
    left: 100%;
    top: 0;
    border: 1px solid #e6ecf6;
    text-align: center;
}

#calcoolateur span.q-tooltip-text {
    font-size: 12px;
    font-weight: 600;
    line-height: initial;
    width: 276px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    text-transform: none;
    z-index: 10;
    display: none;
    margin-top: 10px;
    top: 100%;
    border: 2px solid #003da5;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#calcoolateur span.q-tooltip-text:before {
    position: absolute;
    content: "";
    top: -8px;
    left: 8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #003da5;
}


/* Tooltip arrow */
/*#calcoolateur .results .infos span.q-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  }*/


#calcoolateur .footer-results {
    padding: 30px 15px 45px;
    text-align: center;
    border: solid 2px #003da5;
    border-radius: 0 0 15px 15px;
    border-top: solid 0px #fff;
}

#calcoolateur .footer-results span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

/*CHART*/
#chartContainer {
    position: relative;
    z-index: 5;
    background-color: #fff;
    margin-bottom: 80px !important;
    margin-top: -10px;
}

#chartContainer .wrapper {
    max-width: 840px;
}

#chartContainer h3 {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

#chartContainer #panel {
    height: 400px;
    border: solid 2px #003da5;
    border-radius: 15px;
    padding: 30px 20px;
}


/***********************************************************************************/
/*** Tooltip glossaire
/***********************************************************************************/
.glossary-tooltip a, .glossary-underline {
    font-weight: bold;
    background: rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 0px !important;
    border: 0px !important;
    text-decoration: none;
    z-index: 1 !important;
}

.glossary-tooltip-content {
    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.1px !important;
    padding: 0.3rem 0.5rem !important;
    -webkit-transition: none !important;
    transition: none !important;
    width: 250px !important;
    left: 0 !important;
    margin-left: 0px !important;
}

.glossary-tooltip {
    z-index: 1 !important;
}

.glossary-tooltip:active {
    top: initial !important;
    bottom: unset !important;
}

.glossary-tooltip:hover .glossary-tooltip-content {
    top: initial !important;
    bottom: unset !important;
}

.glossary-tooltip-text {
    background: rgb(0 61 165 / 0.85) !important;
    border-bottom: 0px solid #fff !important;
    padding: 10px 0px !important;
}

.glossary-tooltip-content:after {
    display: none !important;
}


/***********************************************************************************/
/*** Verseur
/***********************************************************************************/
#verseur {
    overflow: hidden;
}

#verseur-header #header.intro .wrapper .content.nav-false {
    padding-bottom: 60px;
}

#verseur-header #header .about a {
    color: #fff;
}

#verseur-header #header.intro .about strong {
    font-size: 14px;
    text-transform: none;
}

#calcoolateur-header #header .favoris-heart,
#verseur-header #header .favoris-heart {
    border: 2px solid #fff;
}

#calcoolateur-header #header .favoris-heart,
#verseur-header #header .favoris-heart {
    padding-left: 10px;
    padding-right: 10px;
}

#verseur .wrapper {
    margin-top: 0px;
    padding: 60px 160px 100px 160px;
}

#verseur {
    position: relative;
    z-index: 5;
    background-color: #fff;
}

#verseur .group-info {
    border: solid 2px #fff;
    position: relative;
    background-color: #e6ecf6;
    padding: 30px 65px;
    margin: 15px 0;
    border-radius: 15px;
}

#verseur .head.small {
    text-transform: unset;
    font-family: 'Volkhov', serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color: #002565;
    text-transform: initial;
    opacity: 1;
    margin-left: 18px;
}

#verseur .btn-radio {
    padding: 10px 30px 10px 0px;
}

#verseur .btn-radio-drink {
    padding: 10px 30px 10px 0px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

#verseur .btn-radio-drink label {
    flex: 1;
}

#verseur .btn-radio-drink:first-child {
    padding-left: 0
}

#verseur .btn-radio label, #verseur .btn-radio-drink label, #verseur .group-bloc {
    font-size: 18px;
    color: #002565;
}

#verseur .group-bloc {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

#verseur .group-bloc.pourcentage {
}

#verseur .first-group .group-bloc:first-child {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#verseur .first-group .group-bloc:first-child:after {
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
}

#verseur .verre-type a {
    color: #002565;
    font-size: 13px;
}

#verseur .pourcentage label {
    margin-right: 16px;
}

#verseur .p-group {
    flex: 1;
    max-width: 160px;
    width: 100%;
    position: relative;
}

#verseur .case {
    height: 40px;
    width: 100%;
    border-radius: 30px;
    padding: 0 40px 0 10px;
    display: flex;
    align-items: center;
}

#verseur .case.dark {
    background-color: #e6ecf6;
}

#verseur .p-group {
    display: inline-block;
    position: relative;
}

#verseur .pourcent {
    line-height: 40px;
    font-weight: bold;
    color: #003da5;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

#verseur .principal {
    margin-top: 15px;
}

#verseur .bloc-conso {
    border: solid 2px #fff;
    position: relative;
    background-color: #e6ecf6;
    padding: 15px 30px;
    margin-bottom: 15px;
    border-radius: 15px;
}

/*copier*/

#verseur .number-round {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    background-color: #003DA5;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#verseur .number-round.first-nb {
    padding: 11px 21px;
}

/*REMOVE NUMBER INPUTS ARROWS*/
/* Chrome, Safari, Edge, Opera */
#verseur input::-webkit-outer-spin-button, #verseur input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/* Firefox */
#verseur input[type=number] {
    -moz-appearance: textfield
}

/*AVOID SELECTION*/
#verseur .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*CUSTOM RADIO BUTTONS*/
#verseur input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#verseur input[type="radio"] {
    cursor: pointer;
    border: 2px solid #073DA566;
    margin-right: 8px;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

#verseur input[type="radio"]:checked {
    border: 6px solid #073DA5;
}


/*SLIDER DEGRES*/
#verseur .slider-deg {
    flex: 1;
    position: relative;
    margin-right: 20px;
    background: #003da5;
    appearance: none;
    height: 3px;
    border-radius: 5px;
    outline: none;
    vertical-align: middle;
    display: inline-block;
}

#verseur .slider-deg::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 25px;
    border-radius: 15px;
    border: none;
    background: #003DA5;
    cursor: pointer;
}

#verseur .slider-deg::-moz-range-thumb {
    width: 10px;
    height: 25px;
    border-radius: 15px;
    border: none;
    background: #003DA5;
    cursor: pointer;
}

#verseur .group-info, #verseur .group-info.first-group {
    margin-bottom: 35px !important;
}

/*DRINKS GROUPES*/
#verseur .group-info.second-group {
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    align-items: flex-end !important;
}


#verseur .group-info.second-group span.btn-radio-glass label:before,
#verseur .group-info.second-group span.btn-radio-glass label:after {
    font-size: 18px;
    line-height: normal;
}

#verseur .group-info.second-group span.btn-radio-glass label:after {
    display: block;
    margin-left: 20px;
}

#verseur .group-info.second-group div {
    position: relative;
    flex: 1 !important;
    width: auto !important;
    align-items: flex-end;
    display: flex;
    position: relative;
    margin-bottom: 50px;
    background-position: center !important;
}

#verseur .group-info.second-group span.btn-radio-glass {
    height: 40px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#verseur .glass-label {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#verseur .btn-radio label, #verseur .btn-radio-drink label, #verseur .glass-label {
    cursor: pointer;
}

#verseur .group-info.second-group.beer div.empty-drink1 {
    background: url(../img/drinks/beer1.png) 0 0 no-repeat;
    z-index: 10;
    width: 62px;
    height: 121px;
}

#verseur .group-info.second-group.beer div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Verre';
}

#verseur.en .group-info.second-group.beer div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Glass';
}

/*#verseur .group-info.second-group.beer div.empty-drink1 span.btn-radio-glass label:after{content: '425 ml';}*/

#verseur .group-info.second-group.beer div.empty-drink2 {
    background: url(../img/drinks/beer2.png) 0 0 no-repeat;
    z-index: 10;
    width: 62px;
    height: 146px;
}

#verseur .group-info.second-group.beer div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Pinte';
}

#verseur.en .group-info.second-group.beer div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Pint';
}

/*#verseur .group-info.second-group.beer div.empty-drink2 span.btn-radio-glass label:after{content: '568 ml';}*/

#verseur .group-info.second-group.beer div.empty-drink3 {
    background: url(../img/drinks/beer3.png) 0 0 no-repeat;
    z-index: 10;
    width: 118px;
    height: 160px;
}

#verseur .group-info.second-group.beer div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Double Pinte';
}

#verseur.en .group-info.second-group.beer div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Stein';
}

/*#verseur .group-info.second-group.beer div.empty-drink3 span.btn-radio-glass label:after{content: '1.0 lt';}*/


#verseur .group-info.second-group.wine div.empty-drink1 {
    background: url(../img/drinks/vin1.png) 0 0 no-repeat;
    z-index: 10;
    width: 76px;
    height: 141px;
}

#verseur .group-info.second-group.wine div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Verre à vin rouge';
}

#verseur.en .group-info.second-group.wine div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Red wine glass';
}

/*#verseur .group-info.second-group.wine div.empty-drink1 span.btn-radio-glass label:after{content: '190 ml';}*/

#verseur .group-info.second-group.wine div.empty-drink2 {
    background: url(../img/drinks/vin2.png) 0 0 no-repeat;
    z-index: 10;
    width: 69px;
    height: 160px;
}

#verseur .group-info.second-group.wine div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Verre à vin blanc';
}

#verseur.en .group-info.second-group.wine div.empty-drink2 span.btn-radio-glass label:before {
    content: 'White wine glass';
}

/*#verseur .group-info.second-group.wine div.empty-drink2 span.btn-radio-glass label:after{content: '170 ml';}*/

#verseur .group-info.second-group.wine div.empty-drink3 {
    background: url(../img/drinks/vin3.png) 0 0 no-repeat;
    z-index: 10;
    width: 97px;
    height: 160px;
}

#verseur .group-info.second-group.wine div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Ballon';
}

#verseur.en .group-info.second-group.wine div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Balloon';
}

/*#verseur .group-info.second-group.wine div.empty-drink3 span.btn-radio-glass label:after{content: '280 ml';}*/


#verseur .group-info.second-group.mute div.empty-drink1 {
    background: url(../img/drinks/mute1.png) 0 0 no-repeat;
    z-index: 10;
    width: 58px;
    height: 158px;
}

#verseur .group-info.second-group.mute div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Verre à liqueur';
}

#verseur.en .group-info.second-group.mute div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Liqueur glass';
}

/*#verseur .group-info.second-group.mute div.empty-drink1 span.btn-radio-glass label:after{content: '130 ml';}*/

#verseur .group-info.second-group.mute div.empty-drink2 {
    background: url(../img/drinks/mute2.png) 0 0 no-repeat;
    z-index: 10;
    width: 69px;
    height: 159px;
}

#verseur .group-info.second-group.mute div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Verre à Sherry';
}

#verseur.en .group-info.second-group.mute div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Sherry glass';
}

/*#verseur .group-info.second-group.mute div.empty-drink2 span.btn-radio-glass label:after{content: '120 ml';}*/

#verseur .group-info.second-group.mute div.empty-drink3 {
    background: url(../img/drinks/mute3.png) 0 0 no-repeat;
    z-index: 10;
    width: 69px;
    height: 158px;
}

#verseur .group-info.second-group.mute div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Verre à Porto';
}

#verseur.en .group-info.second-group.mute div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Port glass';
}

/*#verseur .group-info.second-group.mute div.empty-drink3 span.btn-radio-glass label:after{content: '150 ml';}*/


#verseur .group-info.second-group.fort div.empty-drink1 {
    background: url(../img/drinks/fort1.png) 0 0 no-repeat;
    z-index: 10;
    width: 39px;
    height: 46px;
}

#verseur .group-info.second-group.fort div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Verre à shot';
}

#verseur.en .group-info.second-group.fort div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Shot glass';
}

/*#verseur .group-info.second-group.fort div.empty-drink1 span.btn-radio-glass label:after{content: '90 ml';}*/

#verseur .group-info.second-group.fort div.empty-drink2 {
    background: url(../img/drinks/fort2.png) 0 0 no-repeat;
    z-index: 10;
    width: 85px;
    height: 84px;
}

#verseur .group-info.second-group.fort div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Verre low ball';
}

#verseur.en .group-info.second-group.fort div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Lowball glass';
}

/*#verseur .group-info.second-group.fort div.empty-drink2 span.btn-radio-glass label:after{content: '100 ml';}*/

#verseur .group-info.second-group.fort div.empty-drink3 {
    background: url(../img/drinks/fort3.png) 0 0 no-repeat;
    z-index: 10;
    width: 86px;
    height: 110px;
}

#verseur .group-info.second-group.fort div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Verre high ball';
}

#verseur.en .group-info.second-group.fort div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Highball glass';
}

/*#verseur .group-info.second-group.fort div.empty-drink3 span.btn-radio-glass label:after{content: '120 ml';}*/


#verseur .group-info.second-group.cidre div.empty-drink1 {
    background: url(../img/drinks/cidre1.png) 0 0 no-repeat;
    z-index: 10;
    width: 42px;
    height: 158px;
}

#verseur .group-info.second-group.cidre div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Flûte';
}

#verseur.en .group-info.second-group.cidre div.empty-drink1 span.btn-radio-glass label:before {
    content: 'Flute';
}

/*#verseur .group-info.second-group.cidre div.empty-drink1 span.btn-radio-glass label:after{content: '240 ml';}*/

#verseur .group-info.second-group.cidre div.empty-drink2 {
    background: url(../img/drinks/cidre2.png) 0 0 no-repeat;
    z-index: 10;
    width: 54px;
    height: 161px;
}

#verseur .group-info.second-group.cidre div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Calice';
}

#verseur.en .group-info.second-group.cidre div.empty-drink2 span.btn-radio-glass label:before {
    content: 'Goblet';
}

/*#verseur .group-info.second-group.cidre div.empty-drink2 span.btn-radio-glass label:after{content: '380 ml';}*/

#verseur .group-info.second-group.cidre div.empty-drink3 {
    background: url(../img/drinks/cidre3.png) 0 0 no-repeat;
    z-index: 10;
    width: 82px;
    height: 159px;
}

#verseur .group-info.second-group.cidre div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Chope';
}

#verseur.en .group-info.second-group.cidre div.empty-drink3 span.btn-radio-glass label:before {
    content: 'Tankard';
}

/*#verseur .group-info.second-group.cidre div.empty-drink3 span.btn-radio-glass label:after{content: '480 ml';}*/
p.qte-type {
    text-align: center;
    max-width: 320px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
}

/*DRINKS SOLO*/
#verseur .group-info.third-group {
    margin-bottom: 50px;
}

#verseur .group-info.third-group .qte-verseur {
    width: 30%;
    align-self: center;
    line-height: normal;
    display: block !important;
    text-align: center;
}

#verseur .group-info.third-group .resultats {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}

#verseur .group-info.third-group .resultats > div.first {
    max-width: 450px;
    width: 100% !important;
}

#verseur .group-info.third-group .qte-verseur {
    width: auto;
}

#verseur .group-info.third-group .solo-drink.beer1[data-id='4'] {
    background: url(../img/drinks/beer1all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 339px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='4'] p.qte-type span:before {
    content: 'bière à 4\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer1[data-id='4'] p.qte-type span:before {
    content: 'beer to 4\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='4'] p.qte-ml span:before {
    content: '420\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer1[data-id='5'] {
    background: url(../img/drinks/beer1all4.png) 0 0 no-repeat;
    z-index: 10;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='5'] p.qte-type span:before {
    content: 'bière à 5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer1[data-id='5'] p.qte-type span:before {
    content: 'beer to 5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='5'] p.qte-ml span:before {
    content: '340\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer1[data-id='6'] {
    background: url(../img/drinks/beer1all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='6'] p.qte-type span:before {
    content: 'bière à 6\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer1[data-id='6'] p.qte-type span:before {
    content: 'beer to 6\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='6'] p.qte-ml span:before {
    content: '280\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer1[data-id='7'] {
    background: url(../img/drinks/beer1all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='7'] p.qte-type span:before {
    content: 'bière à 7\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer1[data-id='7'] p.qte-type span:before {
    content: 'beer to 7\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='7'] p.qte-ml span:before {
    content: '240\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer1[data-id='8'] {
    background: url(../img/drinks/beer1all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='8'] p.qte-type span:before {
    content: 'bière à 8\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer1[data-id='8'] p.qte-type span:before {
    content: 'beer to 8\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer1[data-id='8'] p.qte-ml span:before {
    content: '212\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer2[data-id='4'] {
    background: url(../img/drinks/beer2all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='4'] p.qte-type span:before {
    content: 'bière à 4\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer2[data-id='4'] p.qte-type span:before {
    content: 'beer to 4\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='4'] p.qte-ml span:before {
    content: '420\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer2[data-id='5'] {
    background: url(../img/drinks/beer2all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='5'] p.qte-type span:before {
    content: 'bière à 5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer2[data-id='5'] p.qte-type span:before {
    content: 'beer to 5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='5'] p.qte-ml span:before {
    content: '340\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer2[data-id='6'] {
    background: url(../img/drinks/beer2all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='6'] p.qte-type span:before {
    content: 'bière à 6\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer2[data-id='6'] p.qte-type span:before {
    content: 'beer to 6\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='6'] p.qte-ml span:before {
    content: '280\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer2[data-id='7'] {
    background: url(../img/drinks/beer2all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='7'] p.qte-type span:before {
    content: 'bière à 7\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer2[data-id='7'] p.qte-type span:before {
    content: 'beer to 7\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='7'] p.qte-ml span:before {
    content: '240\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer2[data-id='8'] {
    background: url(../img/drinks/beer2all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='8'] p.qte-type span:before {
    content: 'bière à 8\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer2[data-id='8'] p.qte-type span:before {
    content: 'beer to 8\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer2[data-id='8'] p.qte-ml span:before {
    content: '212\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer3[data-id='4'] {
    background: url(../img/drinks/beer3all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 306px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='4'] p.qte-type span:before {
    content: 'bière à 4\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer3[data-id='4'] p.qte-type span:before {
    content: 'beer to 4\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='4'] p.qte-ml span:before {
    content: '420\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer3[data-id='5'] {
    background: url(../img/drinks/beer3all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 306px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='5'] p.qte-type span:before {
    content: 'bière à 5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer3[data-id='5'] p.qte-type span:before {
    content: 'beer to 5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='5'] p.qte-ml span:before {
    content: '340\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer3[data-id='6'] {
    background: url(../img/drinks/beer3all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 306px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='6'] p.qte-type span:before {
    content: 'bière à 6\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer3[data-id='6'] p.qte-type span:before {
    content: 'beer to 6\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='6'] p.qte-ml span:before {
    content: '280\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer3[data-id='7'] {
    background: url(../img/drinks/beer3all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 306px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='7'] p.qte-type span:before {
    content: 'bière à 7\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer3[data-id='7'] p.qte-type span:before {
    content: 'beer to 7\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='7'] p.qte-ml span:before {
    content: '240\00a0ml';
}

#verseur .group-info.third-group .solo-drink.beer3[data-id='8'] {
    background: url(../img/drinks/beer3all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 306px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='8'] p.qte-type span:before {
    content: 'bière à 8\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.beer3[data-id='8'] p.qte-type span:before {
    content: 'beer to 8\00a0%';
}

#verseur .group-info.third-group .qte-verseur.beer3[data-id='8'] p.qte-ml span:before {
    content: '212\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine1[data-id='11'] {
    background: url(../img/drinks/vin1all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='11'] p.qte-type span:before {
    content: 'vin à 11\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine1[data-id='11'] p.qte-type span:before {
    content: 'wine to 11\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='11'] p.qte-ml span:before {
    content: '152\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine1[data-id='12'] {
    background: url(../img/drinks/vin1all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='12'] p.qte-type span:before {
    content: 'vin à 12\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine1[data-id='12'] p.qte-type span:before {
    content: 'wine to 12\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='12'] p.qte-ml span:before {
    content: '140\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine1[data-id='13'] {
    background: url(../img/drinks/vin1all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='13'] p.qte-type span:before {
    content: 'vin à 13\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine1[data-id='13'] p.qte-type span:before {
    content: 'wine to 13\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='13'] p.qte-ml span:before {
    content: '129\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine1[data-id='14'] {
    background: url(../img/drinks/vin1all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='14'] p.qte-type span:before {
    content: 'vin à 14\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine1[data-id='14'] p.qte-type span:before {
    content: 'wine to 14\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='14'] p.qte-ml span:before {
    content: '120\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine1[data-id='15'] {
    background: url(../img/drinks/vin1all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='15'] p.qte-type span:before {
    content: 'vin à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine1[data-id='15'] p.qte-type span:before {
    content: 'wine to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine1[data-id='15'] p.qte-ml span:before {
    content: '112\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine2[data-id='11'] {
    background: url(../img/drinks/vin2all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 329px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='11'] p.qte-type span:before {
    content: 'vin à 11\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine2[data-id='11'] p.qte-type span:before {
    content: 'wine to 11\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='11'] p.qte-ml span:before {
    content: '152\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine2[data-id='12'] {
    background: url(../img/drinks/vin2all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 329px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='12'] p.qte-type span:before {
    content: 'vin à 12\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine2[data-id='12'] p.qte-type span:before {
    content: 'wine to 12\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='12'] p.qte-ml span:before {
    content: '140\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine2[data-id='13'] {
    background: url(../img/drinks/vin2all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 329px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='13'] p.qte-type span:before {
    content: 'vin à 13\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine2[data-id='13'] p.qte-type span:before {
    content: 'wine to 13\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='13'] p.qte-ml span:before {
    content: '129\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine2[data-id='14'] {
    background: url(../img/drinks/vin2all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 329px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='14'] p.qte-type span:before {
    content: 'vin à 14\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine2[data-id='14'] p.qte-type span:before {
    content: 'wine to 14\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='14'] p.qte-ml span:before {
    content: '120\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine2[data-id='15'] {
    background: url(../img/drinks/vin2all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 329px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='15'] p.qte-type span:before {
    content: 'vin à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine2[data-id='15'] p.qte-type span:before {
    content: 'wine to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine2[data-id='15'] p.qte-ml span:before {
    content: '112\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine3[data-id='11'] {
    background: url(../img/drinks/vin3all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='11'] p.qte-type span:before {
    content: 'vin à 11\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine3[data-id='11'] p.qte-type span:before {
    content: 'wine to 11\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='11'] p.qte-ml span:before {
    content: '152\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine3[data-id='12'] {
    background: url(../img/drinks/vin3all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='12'] p.qte-type span:before {
    content: 'vin à 12\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine3[data-id='12'] p.qte-type span:before {
    content: 'wine to 12\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='12'] p.qte-ml span:before {
    content: '140\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine3[data-id='13'] {
    background: url(../img/drinks/vin3all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='13'] p.qte-type span:before {
    content: 'vin à 13\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine3[data-id='13'] p.qte-type span:before {
    content: 'wine to 13\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='13'] p.qte-ml span:before {
    content: '129\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine3[data-id='14'] {
    background: url(../img/drinks/vin3all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='14'] p.qte-type span:before {
    content: 'vin à 14\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine3[data-id='14'] p.qte-type span:before {
    content: 'wine to 14\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='14'] p.qte-ml span:before {
    content: '120\00a0ml';
}

#verseur .group-info.third-group .solo-drink.wine3[data-id='15'] {
    background: url(../img/drinks/vin3all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='15'] p.qte-type span:before {
    content: 'vin à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.wine3[data-id='15'] p.qte-type span:before {
    content: 'wine to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.wine3[data-id='15'] p.qte-ml span:before {
    content: '112\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute1[data-id='18'] {
    background: url(../img/drinks/mute1all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='18'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 18\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute1[data-id='18'] p.qte-type span:before {
    content: 'fortified wine to 18\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='18'] p.qte-ml span:before {
    content: '94\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute1[data-id='19'] {
    background: url(../img/drinks/mute1all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='19'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 19\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute1[data-id='19'] p.qte-type span:before {
    content: 'fortified wine to 19\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='19'] p.qte-ml span:before {
    content: '89\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute1[data-id='20'] {
    background: url(../img/drinks/mute1all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='20'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 20\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute1[data-id='20'] p.qte-type span:before {
    content: 'fortified wine to 20\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='20'] p.qte-ml span:before {
    content: '80\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute1[data-id='21'] {
    background: url(../img/drinks/mute1all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='21'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 21\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute1[data-id='21'] p.qte-type span:before {
    content: 'fortified wine to 21\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute1[data-id='21'] p.qte-ml span:before {
    content: '77\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute2[data-id='18'] {
    background: url(../img/drinks/mute2all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='18'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 18\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute2[data-id='18'] p.qte-type span:before {
    content: 'fortified wine to 18\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='18'] p.qte-ml span:before {
    content: '94\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute2[data-id='19'] {
    background: url(../img/drinks/mute2all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='19'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 19\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute2[data-id='19'] p.qte-type span:before {
    content: 'fortified wine to 19\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='19'] p.qte-ml span:before {
    content: '89\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute2[data-id='20'] {
    background: url(../img/drinks/mute2all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='20'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 20\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute2[data-id='20'] p.qte-type span:before {
    content: 'fortified wine to 20\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='20'] p.qte-ml span:before {
    content: '80\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute2[data-id='21'] {
    background: url(../img/drinks/mute2all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='21'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 21\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute2[data-id='21'] p.qte-type span:before {
    content: 'fortified wine to 21\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute2[data-id='21'] p.qte-ml span:before {
    content: '77\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute3[data-id='18'] {
    background: url(../img/drinks/mute3all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 326px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='18'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 18\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute3[data-id='18'] p.qte-type span:before {
    content: 'fortified wine to 18\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='18'] p.qte-ml span:before {
    content: '94\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute3[data-id='19'] {
    background: url(../img/drinks/mute3all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 326px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='19'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 19\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute3[data-id='19'] p.qte-type span:before {
    content: 'fortified wine to 19\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='19'] p.qte-ml span:before {
    content: '89\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute3[data-id='20'] {
    background: url(../img/drinks/mute3all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 326px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='20'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 20\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute3[data-id='20'] p.qte-type span:before {
    content: 'fortified wine to 20\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='20'] p.qte-ml span:before {
    content: '80\00a0ml';
}

#verseur .group-info.third-group .solo-drink.mute3[data-id='21'] {
    background: url(../img/drinks/mute3all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 326px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='21'] p.qte-type span:before {
    content: 'vin muté (fortifié) à 21\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.mute3[data-id='21'] p.qte-type span:before {
    content: 'fortified wine to 21\00a0%';
}

#verseur .group-info.third-group .qte-verseur.mute3[data-id='21'] p.qte-ml span:before {
    content: '77\00a0ml';
}

#verseur .group-info.third-group .solo-drink.fort1 {
    background: url(../img/drinks/fort1all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 102px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.fort1 p.qte-type span:before {
    content: 'spiritueux à 40\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.fort1 p.qte-type span:before {
    content: 'spirit to 40\00a0%';
}

#verseur .group-info.third-group .qte-verseur.fort1 p.qte-ml span:before {
    content: '45\00a0ml';
}

#verseur .group-info.third-group .solo-drink.fort2 {
    background: url(../img/drinks/fort2all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 127px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.fort2 p.qte-type span:before {
    content: 'spiritueux à 40\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.fort2 p.qte-type span:before {
    content: 'spirit to 40\00a0%';
}

#verseur .group-info.third-group .qte-verseur.fort2 p.qte-ml span:before {
    content: '45\00a0ml';
}

#verseur .group-info.third-group .solo-drink.fort3 {
    background: url(../img/drinks/fort3all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 167px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.fort3 p.qte-type span:before {
    content: 'spiritueux à 40\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.fort3 p.qte-type span:before {
    content: 'spirit to 40\00a0%';
}

#verseur .group-info.third-group .qte-verseur.fort3 p.qte-ml span:before {
    content: '45\00a0ml';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='5'] {
    width: 100%;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='5']:after {
    content: 'Ce verre ne peut pas contenir 340 ml de cidre.';
}

#verseur.en .group-info.third-group .qte-verseur.cidre1[data-id='5']:after {
    content: 'This glass cannot hold 340 ml of cider.';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='5'] p.qte-type {
    display: none;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='5'] p.qte-ml {
    display: none;
}

#verseur .group-info.third-group .solo-drink.cidre1[data-id='7.5'] {
    background: url(../img/drinks/cidre1all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='7.5'] p.qte-type span:before {
    content: 'cidre à 7.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre1[data-id='7.5'] p.qte-type span:before {
    content: 'cider to 7.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='7.5'] p.qte-ml span:before {
    content: '226\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre1[data-id='10'] {
    background: url(../img/drinks/cidre1all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='10'] p.qte-type span:before {
    content: 'cidre à 10\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre1[data-id='10'] p.qte-type span:before {
    content: 'cider to 10\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='10'] p.qte-ml span:before {
    content: '170\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre1[data-id='12.5'] {
    background: url(../img/drinks/cidre1all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='12.5'] p.qte-type span:before {
    content: 'cidre à 12.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre1[data-id='12.5'] p.qte-type span:before {
    content: 'cider to 12.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='12.5'] p.qte-ml span:before {
    content: '136\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre1[data-id='15'] {
    background: url(../img/drinks/cidre1all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 330px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='15'] p.qte-type span:before {
    content: 'cidre à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre1[data-id='15'] p.qte-type span:before {
    content: 'cider to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre1[data-id='15'] p.qte-ml span:before {
    content: '113\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre2[data-id='5'] {
    background: url(../img/drinks/cidre2all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='5'] p.qte-type span:before {
    content: 'cidre à 5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre2[data-id='5'] p.qte-type span:before {
    content: 'cider to 5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='5'] p.qte-ml span:before {
    content: '340\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre2[data-id='7.5'] {
    background: url(../img/drinks/cidre2all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='7.5'] p.qte-type span:before {
    content: 'cidre à 7.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre2[data-id='7.5'] p.qte-type span:before {
    content: 'cider to 7.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='7.5'] p.qte-ml span:before {
    content: '226\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre2[data-id='10'] {
    background: url(../img/drinks/cidre2all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='10'] p.qte-type span:before {
    content: 'cidre à 10\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre2[data-id='10'] p.qte-type span:before {
    content: 'cider to 10\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='10'] p.qte-ml span:before {
    content: '170\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre2[data-id='12.5'] {
    background: url(../img/drinks/cidre2all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='12.5'] p.qte-type span:before {
    content: 'cidre à 12.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre2[data-id='12.5'] p.qte-type span:before {
    content: 'cider to 12.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='12.5'] p.qte-ml span:before {
    content: '136\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre2[data-id='15'] {
    background: url(../img/drinks/cidre2all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='15'] p.qte-type span:before {
    content: 'cidre à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre2[data-id='15'] p.qte-type span:before {
    content: 'cider to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre2[data-id='15'] p.qte-ml span:before {
    content: '113\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre3[data-id='5'] {
    background: url(../img/drinks/cidre3all5.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='5'] p.qte-type span:before {
    content: 'cidre à 5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre3[data-id='5'] p.qte-type span:before {
    content: 'cider to 5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='5'] p.qte-ml span:before {
    content: '340\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre3[data-id='7.5'] {
    background: url(../img/drinks/cidre3all4.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='7.5'] p.qte-type span:before {
    content: 'cidre à 7.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre3[data-id='7.5'] p.qte-type span:before {
    content: 'cider to 7.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='7.5'] p.qte-ml span:before {
    content: '226\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre3[data-id='10'] {
    background: url(../img/drinks/cidre3all3.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='10'] p.qte-type span:before {
    content: 'cidre à 10\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre3[data-id='10'] p.qte-type span:before {
    content: 'cider to 10\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='10'] p.qte-ml span:before {
    content: '170\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre3[data-id='12.5'] {
    background: url(../img/drinks/cidre3all2.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='12.5'] p.qte-type span:before {
    content: 'cidre à 12.5\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre3[data-id='12.5'] p.qte-type span:before {
    content: 'cider to 12.5\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='12.5'] p.qte-ml span:before {
    content: '136\00a0ml';
}

#verseur .group-info.third-group .solo-drink.cidre3[data-id='15'] {
    background: url(../img/drinks/cidre3all1.png) 0 0 no-repeat;
    z-index: 10;
    width: 70%;
    height: 328px;
    position: relative;
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='15'] p.qte-type span:before {
    content: 'cidre à 15\00a0%';
}

#verseur.en .group-info.third-group .qte-verseur.cidre3[data-id='15'] p.qte-type span:before {
    content: 'cider to 15\00a0%';
}

#verseur .group-info.third-group .qte-verseur.cidre3[data-id='15'] p.qte-ml span:before {
    content: '113\00a0ml';
}

#verseur.en .solo-drink.first.beer1:after {
    top: 0px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/beer1txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.beer1[data-id='4']:after {
    top: 10px;
}

#verseur.en .solo-drink.first.beer2:after {
    top: 21px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/beer2txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.beer3:after {
    top: 146px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/beer3txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.wine1:after {
    top: 38px;
    width: 115px;
    height: 50%;
    background: url(../img/drinks/vin1txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.wine2:after {
    top: 44px;
    width: 115px;
    height: 50%;
    background: url(../img/drinks/vin2txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.wine3:after {
    top: 50px;
    width: 115px;
    height: 50%;
    background: url(../img/drinks/vin3txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.mute1:after {
    top: 35px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/mute1txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.mute2:after {
    top: 17px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/mute2txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.mute3:after {
    top: 26px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/mute3txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.fort1:after {
    top: 11px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/forttxt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.fort2:after {
    top: 50px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/forttxt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.fort3:after {
    top: 80px;
    width: 110px;
    height: 50%;
    background: url(../img/drinks/forttxt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.cidre1:after {
    top: 12px;
    width: 120px;
    height: 50%;
    background: url(../img/drinks/cidre1txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.cidre1[data-id='5']:after {
    background: unset;
}

#verseur.en .solo-drink.first.cidre2:after {
    top: 16px;
    width: 120px;
    height: 65%;
    background: url(../img/drinks/cidre2txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.cidre3:after {
    top: 82px;
    width: 120px;
    height: 65%;
    background: url(../img/drinks/cidre3txt.png) 0 0 no-repeat;
}

#verseur.en .solo-drink.first.beer1:after, #verseur.en .solo-drink.first.beer2:after, #verseur.en .solo-drink.first.beer3:after,
#verseur.en .solo-drink.first.wine1:after, #verseur.en .solo-drink.first.wine2:after, #verseur.en .solo-drink.first.wine3:after,
#verseur.en .solo-drink.first.mute1:after, #verseur.en .solo-drink.first.mute2:after, #verseur.en .solo-drink.first.mute3:after,
#verseur.en .solo-drink.first.fort1:after, #verseur.en .solo-drink.first.fort2:after, #verseur.en .solo-drink.first.fort3:after,
#verseur.en .solo-drink.first.cidre1:after, #verseur.en .solo-drink.first.cidre2:after, #verseur.en .solo-drink.first.cidre3:after {
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "";
    left: 0px;
    position: absolute;
    font-size: 20px;
    display: block;
    background-color: #e6ecf6;
}

/* The Modal (background) */
#verseur .versModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 100;
}

/* Modal Content/Box */
#verseur .versModal-content {
  background-color: #fefefe;
  margin: 30% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 30%!important; /* Could be more or less, depending on screen size */
  border-radius: 15px;
}

/* The Close Button */
#verseur .versClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#verseur .versClose:hover,
#verseur .versClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*#verseur .group-info.third-group .solo-drink.mask.beer1{background: url(../img/drinks/beer1solo.png) 0 0 no-repeat;z-index: 11;width: 165px;height: 325px;}
#verseur .group-info.third-group .solo-drink.first.beer1{background: url(../img/drinks/beer1full.png) 0 0 no-repeat;z-index: 10;width: 165px;height: 325px;}
#verseur .group-info.third-group .solo-drink.mask.beer2{background: url(../img/drinks/beer2solo.png) 0 0 no-repeat;z-index: 11;width: 141px;height: 328px;}
#verseur .group-info.third-group .solo-drink.beer2{background: url(../img/drinks/beer2full.png) 0 0 no-repeat;z-index: 10;width: 141px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.beer3{background: url(../img/drinks/beer3solo.png) 0 0 no-repeat;z-index: 11;width: 227px;height: 306px;}
#verseur .group-info.third-group .solo-drink.beer3{background: url(../img/drinks/beer3full.png) 0 0 no-repeat;z-index: 10;width: 227px;height: 306px;}

#verseur .group-info.third-group .solo-drink.mask.wine1{background: url(../img/drinks/vin1solo.png) 0 0 no-repeat;z-index: 11;width: 175px;height: 328px;}
#verseur .group-info.third-group .solo-drink.wine1{background: url(../img/drinks/vin1full.png) 0 0 no-repeat;z-index: 10;width: 175px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.wine2{background: url(../img/drinks/vin2solo.png) 0 0 no-repeat;z-index: 11;width: 142px;height: 329px;}
#verseur .group-info.third-group .solo-drink.wine2{background: url(../img/drinks/vin2full.png) 0 0 no-repeat;z-index: 10;width: 142px;height: 329px;}
#verseur .group-info.third-group .solo-drink.mask.wine3{background: url(../img/drinks/vin3solo.png) 0 0 no-repeat;z-index: 11;width: 199px;height: 328px;}
#verseur .group-info.third-group .solo-drink.wine3{background: url(../img/drinks/vin3full.png) 0 0 no-repeat;z-index: 10;width: 199px;height: 328px;}

#verseur .group-info.third-group .solo-drink.mask.mute1{background: url(../img/drinks/mute1solo.png) 0 0 no-repeat;z-index: 11;width: 120px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mute1{background: url(../img/drinks/mute1full.png) 0 0 no-repeat;z-index: 10;width: 120px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.mute2{background: url(../img/drinks/mute2solo.png) 0 0 no-repeat;z-index: 11;width: 141px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mute2{background: url(../img/drinks/mute2full.png) 0 0 no-repeat;z-index: 10;width: 141px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.mute3{background: url(../img/drinks/mute3solo.png) 0 0 no-repeat;z-index: 11;width: 142px;height: 326px;}
#verseur .group-info.third-group .solo-drink.mute3{background: url(../img/drinks/mute3full.png) 0 0 no-repeat;z-index: 10;width: 142px;height: 326px;}

#verseur .group-info.third-group .solo-drink.mask.fort1{background: url(../img/drinks/fort1solo.png) 0 0 no-repeat;z-index: 11;width: 95px;height: 152px;}
#verseur .group-info.third-group .solo-drink.fort1{background: url(../img/drinks/fort1full.png) 0 0 no-repeat;z-index: 10;width: 95px;height: 152px;}
#verseur .group-info.third-group .solo-drink.mask.fort2{background: url(../img/drinks/fort2solo.png) 0 0 no-repeat;z-index: 11;width: 130px;height: 127px;}
#verseur .group-info.third-group .solo-drink.fort2{background: url(../img/drinks/fort2full.png) 0 0 no-repeat;z-index: 10;width: 130px;height: 127px;}
#verseur .group-info.third-group .solo-drink.mask.fort3{background: url(../img/drinks/fort3solo.png) 0 0 no-repeat;z-index: 11;width: 130px;height: 167px;}
#verseur .group-info.third-group .solo-drink.fort3{background: url(../img/drinks/fort3full.png) 0 0 no-repeat;z-index: 10;width: 130px;height: 167px;}

#verseur .group-info.third-group .solo-drink.mask.cidre1{background: url(../img/drinks/cidre1solo.png) 0 0 no-repeat;z-index: 11;width: 86px;height: 328px;}
#verseur .group-info.third-group .solo-drink.cidre1{background: url(../img/drinks/cidre1full.png) 0 0 no-repeat;z-index: 10;width: 86px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.cidre2{background: url(../img/drinks/cidre2solo.png) 0 0 no-repeat;z-index: 11;width: 110px;height: 328px;}
#verseur .group-info.third-group .solo-drink.cidre2{background: url(../img/drinks/cidre2full.png) 0 0 no-repeat;z-index: 10;width: 110px;height: 328px;}
#verseur .group-info.third-group .solo-drink.mask.cidre3{background: url(../img/drinks/cidre3solo.png) 0 0 no-repeat;z-index: 11;width: 168px;height: 328px;}
#verseur .group-info.third-group .solo-drink.cidre3{background: url(../img/drinks/cidre3full.png) 0 0 no-repeat;z-index: 10;width: 168px;height: 328px;}*/


/*DRINKS SOLO SLIDER*/
/*#verseur .group-info.third-group .solo-drink.first{margin-left: 50%;}*/
/*#verseur .solo-drink.first input[type=range]{
	-webkit-appearance: none;appearance: none;-moz-appearance: none;
	position: absolute;
	top: 0;
	z-index: 12;
	transform: rotate(270deg);
  	transform-origin: bottom;
    width: 325px;
    height: 165px;
    background: transparent;
    cursor: pointer;
    }*/

/*#verseur .solo-drink.second input[type=range].qte-range::-webkit-slider-runnable-track {
	-webkit-appearance: none;appearance: none;-moz-appearance: none;
  	padding: 0;                   
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	box-sizing: border-box;       
  	cursor: pointer;
  	width: 100%;
}
#verseur .solo-drink.second input[type=range].qte-range::-ms-track {
	-webkit-appearance: none;appearance: none;-moz-appearance: none;
  	padding: 0;                   
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	box-sizing: border-box;       
  	cursor: pointer;
  	width: 100%;
}
#verseur .solo-drink.second input[type=range].qte-range::-moz-range-track {
	-webkit-appearance: none;appearance: none;-moz-appearance: none;
  	padding: 0;                   
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	box-sizing: border-box;       
  	cursor: pointer;
  	width: 100%;
}

#verseur .solo-drink.second input[type=range].qte-range::-webkit-slider-thumb{              
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;

}
#verseur .solo-drink.second input[type=range].qte-range::-ms-thumb{              
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;

}
#verseur .solo-drink.second input[type=range].qte-range::-moz-range-thumb{              
  	outline: none;
  	color: transparent;           
  	opacity: 0;
  	background: transparent;      
  	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;

}

#verseur .solo-drink label{
	width: 60px;
    height: 30px;
    background: white;
    border-radius: 5px;
    display: block;
    margin: auto;
    position: inherit;
    top: -15px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 2em;
}