html {
    font: 16px 'Nunito', Arial, sans-serif;
    min-width: 370px;
}

body {
    background: #f2f2f2;
    background-size: 100% auto;
    background-attachment: fixed;
    color: #2f3948;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8rem;
    margin: 0;
    padding: 64px 0 0px 0;
    min-width: 370px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none
}

h1 {
    font-size: 2.62rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
}

h1 a {
    color: inherit !important;
}

h2 {
    clear: both;
    line-height: 2.2rem;
    font-size: 1.5rem;
    margin: 45px 0 28px;
}

h2 span {
    color: #de2827
}

h2:before {
    width: 22px;
    height: 22px;
    content: '';
    vertical-align: -3px;
    margin-right: 12px;
    display: inline-block;
    background: url(pokeball.png) no-repeat left;
    background-size: 22px;
}

h3 {
    font-size: 1.25rem;
    text-align: center;
    width: auto;
    display: block;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 10px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none
}

img {
    border: none;
    max-width: 100%;
    height: initial;
}

table {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

iframe {
    max-width: 100%;
}

button,
input[type="text"],
input[type=email],
input[type=password],
textarea {
    color: inherit;
    background: transparent;
    border: 0;
    font-weight: inherit;
    width: 100%;
    max-width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    overflow: visible;
}

button {
    cursor: pointer;
}


/* Base */

#pokemon {
    -webkit-transition: margin-left .3s;
    transition: margin-left .3s;
    min-width: 370px;
}

#section {
    position: relative;
    max-width: 1161px;
    margin: 0 auto 0 auto;
    min-height: 1540px;
    background: white;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 10px 10px;
    padding: 0px 0 0 0;
    overflow: hidden;
}

#container {
    position: relative;
}

#content {
    position: relative;
    padding-right: 336px;
}

.body-full #content {
    padding-right: 0;
}

.body-full #aside {
    display: none;
}

.body-sans-section #header {}

.body-sans-section #nav-section-selection {
    display: none;
}


/* Article */

#article, .article {
    text-overflow: ellipsis;
    max-width: 824px;
    margin: 0 auto;
}

#article a, .article a {
    color: #06C;
	/* Quickfix coz of ezoic noob dev */
	position: relative;
	z-index: 10;
}

#article .subtitle, .article .subtitle {
    text-align: center;
    padding-bottom: 18px;
    font-size: 1.25rem;
}

#article .table-more, .article .table-more {
    position: relative;
}

#article .table-more ul {}

#article .table-more li, .article .table-more li {
    list-style-type: none;
    cursor: pointer;
    padding: 0 18px;
}

#article .table-more li:hover, .article .table-more li:hover {
    background-color: #f2f2f2;
}


/* Style de texte */

.text {
    max-width: 636px;
    margin: 0 auto;
    padding: 0 18px 18px 18px;
}

.text-header {
    margin: 0 0px;
    padding-top: 18px;
    padding-bottom: 1px;
    display: block;
}

.text-dot {
    background: url(dot.png) repeat;
    background-size: 9px;
}

.text-thumb {
    margin: 0;
    display: block;
    background: #2f3948;
    background-size: cover;
    background-position: center;
    height: 444px;
    height: 201px;
}

.text-category {
    color: #de2827 !important;
    text-align: center;
    display: block;
    font-size: 1.62rem;
    text-decoration: underline;
    margin: 6px 0px 6px 0px;
}

.red {
    color: #de2827;
}

.green {
    color: #63c12f;
    ;
}

.message-ok {
    background: #63c12f;
    display: block;
    padding: 6px 6px;
    color: white;
    font-weight: bold;
}

.message-error {
    background: #63c12f;
    display: block;
    padding: 6px 6px;
    color: white;
    font-weight: bold;
}


/* Bouton */

.btn-group {
    display: table;
    margin: 0 auto;
}

.btn-td {
    display: table-cell;
    padding: 0 10px;
}

.btn {
    background: #f2f2f2;
    color: #2f3948;
    border: none;
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    font-size: 0.88rem;
    max-width: 300px;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}

.btn-red {
    background: #de2827;
    color: white;
}

.btn-green {
    background: #63c12f;
    color: white;
}

.btn-circle {
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    vertical-align: top;
    padding: 9px 0px 8px 0px;
    margin: 0 4px;
    cursor: pointer;
    display: block;
    line-height: 35px;
}

.btn-mini {
    font-size: 0.9rem;
    padding: 4px;
    max-width: 200px;
    margin-top: -4px;
}

.btn-empty {
    text-align: center;
    display: block;
    border: 1px solid #e5e3e3;
    background: #f8f8f8;
    color: rgba(47,57,72,0.878);
    border-radius: 4px;
    margin-bottom: 9px;
    padding: 0px 0px;
}

.btn-none {
    background: none;
    border: none;
    color: #0066CC;
    outline: none;
    font-weight: 400;
    cursor: pointer;
    padding: 12px 0;
}


/* Mur */

#mur {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 3;
    width: 336px;
    border-left: 1px solid rgba(0,0,0,0.05);
    box-sizing: border-box;
    padding-top: 20px;
}

.mur-content {
    padding: 0 18px 0 18px;
    max-width: 645px;
    margin: 0 auto;
}

.mur-content:nth-child(n+7) {
    display:none;
}

.mur-item {
    position: relative;
    width: 300px;
    padding-bottom: 3px;
    vertical-align: top;
}

.mur-top {
    position: absolute;
    left: -10px;
    transform: translate(0, 50%);
    border-radius: 100%;
    background: #2f3948;
    color: white;
    display: block;
    width: 20px;
    font-size: 0.75rem;
    height: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.mur-article {
    width: 100%;
}

.mur-article:hover {
    text-decoration: underline;
}

.mur-thumb {
    width: 100%;
    height: 70px;
    display: block;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 3px;
}

.mur-title {
    display: table-cell;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2rem;
    vertical-align: middle;
}

.mur-large {
    padding: 0 0 12px 0;
    cursor: pointer;
    display: block;
    line-height: 18px;
    font-size: 0.85rem;
    font-weight: bold;
    width: 300px;
}

.mur-large:hover {
    text-decoration: underline;
}

.mur-large-img {
    height: 70px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

.mur-large.amazon:hover, .mur-large.amazon a {
    text-decoration: none;
}
.mur-large.partner {
	margin: 20px 0;
}
.mur-large.partner .mur-large-img {
	height: auto;
}
/* Footer */

#footer {
    max-width: 1290px;
    opacity: 0.7;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
    margin: 0 auto;
    font-weight: normal;
    padding: 20px 20px 30px 20px;
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
}

#footer strong {
    color: #0066CC;
    cursor: pointer
}


/* Active */

.menunav-active #menu-nav {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: auto;
}

.menunav-active #pokemon {
    margin-left: 220px;
    overflow-x: hidden;
}

.menusection-active #menu-section {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: auto;
}

.menusection-active #pokemon {
    margin-left: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 1620px;
}

.menurediger-active #menu-rediger {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    height: auto;
    opacity: 1;
    display: block;
}

.menurediger-active #pokemon {
    margin-right: 240px;
}


/* Nav */

#nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
    background: #de2827;
    padding: 0;
    z-index: 100;
}

#nav-content {
    display: table;
    margin: 0 auto;
    position: relative;
    height: 64px;
    width: 100%;
    box-sizing: border-box;
}

#nav-left {
    display: table-cell;
    height: 100%;
    width: 220px;
    vertical-align: top;
}

#nav-left-content {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#nav-center {
    display: table-cell;
    height: 100%;
    width: auto;
    vertical-align: top;
}

#nav-center-content {
    display: table;
    width: 100%;
    height: 100%;
}

#nav-right {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding: 0 20px 0 0px;
    width: 200px;
}

#nav-right-content {
    display: table;
    width: 100%;
    height: 100%;
}


/* Nav-Burger-Logo */

#nav-burger {
    padding: 0 20px 0 20px;
    width: 65px;
    display: table-cell;
    box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

#burger {
    width: 25px;
    height: 25px;
    background-image: url(menu.png);
    background-position: center center;
    background-size: 25px;
    transition: color .3s, transform .4s;
    transition: color .3s, transform .4s, -webkit-transform .4s;
}

.menunav-active #burger {
    background-image: url(arrow-up.png);
    webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#nav-logo {
    display: table-cell;
    height: 100%;
    width: 140px;
    vertical-align: top;
    padding-right: 40px;
}

#logo {
    width: 120px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 101;
    background: url(pokemontrash.png) no-repeat;
    background-size: 120px auto;
    background-position: center top;
    text-indent: -5678px;
}


/* Nav-Search */

#nav-search-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px 0 0;
}

#nav-search {
    font-size: 0.9rem;
    height: 50px;
    width: 100%;
    max-width: 720px;
    box-sizing: content-box;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 6px 0;
    display: block;
}

#nav-mobilesearch {
    display: none;
}


/* Nav-compte */

#nav-compte {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 40px;
}

#nav-compte a {
    background: url(account.png) no-repeat center center;
    background-size: 24px;
    height: 38px;
    width: 38px;
    display: block;
    border: 2px solid white;
    border-radius: 100%;
}

#nav-compte a:hover {
    background-color: #e34846;
}


/* Nav-Nav */

#nav-menu {
    padding: 0;
    float: right;
}

#nav-menu .nav-titre {
    line-height: initial;
    font-weight: bold;
    text-align: center;
    padding-bottom: 18px;
}


/* Menu Nav*/

#menu-nav {
    width: 220px;
    height: 100%;
    position: absolute;
    top: 64px;
    box-sizing: border-box;
    left: 0;
    vertical-align: top;
    min-height: 100%;
    font-size: 0.8rem;
    line-height: 1.35rem;
    border-right: 3px solid #de2827;
    border-bottom: 3px solid #de2827;
    background: white;
    z-index: 99;
    padding: 0 0 0 0px;
    border-top: 18px solid #de2827;
    background-clip: border-box;
    padding-bottom: 20px;
    left: -220px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.menu-titre {
    list-style: none;
    position: relative;
    padding: 0;
    font-size: 1rem;
}

.menu-titre li a:not(.menu-nav-partner) {
    display: block;
    line-height: 1.2rem;
    margin: 0;
    padding: 5px 10px 5px 20px;
}

.menu-titre a:not(.menu-nav-partner) {
    display: block;
    line-height: 1.2rem;
    margin: 0;
    padding: 16px 10px 16px 20px;
}

.menu-titre a:hover a:not(.menu-nav-partner) {
    background: rgba(0, 0, 0, 0.1);
}


.menu-titre a strong:before {
    width: 16px;
    height: 16px;
    content: '';
    vertical-align: -2.5px;
    margin-right: 11px;
    display: inline-block;
    background: url(pokeball.png) no-repeat left;
    background-size: 16px;
}

.menu-titre li {
    font-size: 0.88rem;
}

.menu-titre li a {
    padding: 5px 20px;
}

.menu-titre ul {
    z-index: 3;
    padding: 0px 0 0px 0;
}

.menu-titre:hover ul {
    display: block
}

.text-menu {
    display: block;
    line-height: 1.2rem;
    margin: 0;
    padding: 16px 10px 16px 20px;
    font-weight: bold;
}

.text-mini-menu {
    display: block;
    font-size: 0.75rem;
    color: rgba(47,57,72,0.709);
    padding-top: 5px;
    line-height: 16px;
}

.text-menu-master-link {
    display: block;
    line-height: 1.2rem;
    margin: 0;
    color: #de2827;
}

.text-menu-link {
    letter-spacing: 0.01rem;
    display: block;
    line-height: 14px;
    margin: 0;
    padding: 10px 18px;
}

#menu-sociaux, #menu-partners {
    padding: 10px 0 20px 0;
    border-top: 1px dashed #d4d4d4;
    margin-top: 13px;
}

#menu-partners .menu-partners__partner {
    width: 180px;
    margin: auto auto 1em auto;
}

.menu-partners__partner__promotional-text {
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    font-size: .85rem;
}

#menu-sociaux li {
    cursor: pointer
}

#menu-sociaux li:hover {
    background: rgb(237, 237, 237);
}

.text-youtube {
    color: #BB0000
}

.text-facebook {
    color: #3B5998
}

.text-twitter {
    color: #00ACED
}

.text-discord {
    color: #7289da
}

.text-forum {
    color: #E7672E
}


/* Nav-Section */

#nav-section {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 20px;
    white-space: nowrap;
}

#nav-section:before {
    content: '';
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.239);
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 12px 0 12px -21px;
}

#nav-section-selection {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding-right: 20px;
}

#nav-section .selection-haut {
    position: absolute;
    top: -17px;
    text-align: center;
    width: 100%;
    font-size: 0.6rem;
    color: rgba(255,255,255,0.58);
    font-weight: bold;
    padding-right: 20px;
    box-sizing: border-box;
}

#nav-section .selection-name {
    font-weight: bold;
    height: 100%;
    vertical-align: middle;
    color: white;
}

#nav-section .selection-name:after {
    content: '\25BE';
    position: absolute;
    padding-left: 7px;
    width: 13px;
    padding-top: 2px;
    transition: color .3s, -webkit-transform .4s;
    transition: color .3s, transform .4s;
    transition: color .3s, transform .4s, -webkit-transform .4s;
}

.menusection-active .selection-name:after {
    content: 'x';
    display: inline-block;
    padding-left: 7px;
    width: 13px;
    webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-bottom: 3px;
    padding-right: 3px;
}

.menusection-active #nav-section-selection:before {
    content: '';
    position: absolute;
    bottom: -45px;
    left: -3px;
    border-color: transparent;
    border-style: solid;
    border-width: 0.9em;
    border-top-color: #de2827;
}


/* Menu-Section */

#menu-section {
    width: 300px;
    height: inherit;
    height: 100%;
    position: absolute;
    top: 64px;
    min-height: 100%;
    box-sizing: border-box;
    left: 0;
    vertical-align: top;
    font-size: 0.9rem;
    overflow: hidden;
    line-height: 1.35rem;
    background: #ffffff;
    border-right: 3px solid #de2827;
    border-bottom: 3px solid #de2827;
    z-index: 5;
    padding: 0px 0 50px 0px;
    left: -300px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#menu-section .section-thumb {
    display: block;
    height: 90px;
    width: 100%;
    opacity: 0.7;
    background-size: cover;
    background-repeat: no-repeat;
}

#menu-section ul {
    padding-top: 20px;
}

#menu-section li {
    display: block;
    position: relative;
    padding: 5px 15px 5px 20px;
    color: #8692a4;
}

#menu-section li:hover {
    background: #de2827;
    color: white;
}

#menu-section li img {
    right: 5px;
    top: 5px;
}

#menu-section li a {
    display: block;
    color: #334560;
}

#menu-section .titre {
    display: block;
    font-size: 1rem;
    line-height: 1.1em;
    font-weight: 700;
    color: #de2827;
    margin: 15px 0 0 0;
    padding: 10px 10px 10px 20px;
}

#menu-section .titre:nth-child(1) {
    margin-top: 0;
}

#menu-section li:hover.titre {
    background: white;
    color: #de2827;
}

#menu-section .sub {
    font-size: 0.8rem;
    padding: 3px 15px 3px 25px;
}


/* Menu-Rediger */

#nav-participer {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
    text-align: center;
}

#nav-rediger {
    background: white;
    color: #de2827;
    height: 42px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inherit;
    border: 0;
    border-radius: 4px;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 0.75em;
    font-size: 0.75rem;
    font-weight: bold;
}

.nav-connexion {
    background: transparent;
    color: #fffdfd;
    height: 42px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inherit;
    border: 0;
    border-radius: 4px;
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 0.75em;
    font-size: 0.75rem;
    font-weight: bold;
    border: 2px solid #fce6e2;
}
.nav-connexion.nav-connexion-multiple {
	display: none;
	height: auto;
	margin-top: -4px;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: white;
	color: red;
	line-height: normal;
}
.nav-connexion.nav-connexion-multiple a {
	display: block;
	height: 30px;
	line-height: 30px;
}
#nav-participer.open .nav-connexion-multiple {
	display: block;
}

#menu-rediger {
    width: 240px;
    height: inherit;
    position: absolute;
    top: 64px;
    box-sizing: border-box;
    height: 100%;
    right: -240px;
    vertical-align: top;
    font-size: 0.8rem;
    display: none;
    line-height: 1.35rem;
    overflow: hidden;
    background: white;
    border-left: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-left: none;
    z-index: 5;
    padding: 0px 0 50px 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    opacity: 0;
}

#nav-rediger:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(222, 40, 39, 0.15);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}
#nav-rediger:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

#menu-admin {
    padding: 20px 0 25px 0;
    cursor: default;
}

#menu-admin .btn-empty {
    margin: 0 18px 9px 18px;
    padding: 10px 9px;
    width: auto;
    font-size: 0.85rem;
}

#menu-admin li {
    font-weight: bold;
    font-size: 1rem;
}
#menu-admin li.separator {
    border-top: 1px solid #e5e3e3;
    border-bottom: 1px solid #f8f8f8;
}

#menu-admin strong {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 1px 3px;
}

#menu-admin ul {
    position: relative;
    display: none;
}

#menu-admin .menu-mini {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0;
}

#menu-admin .menu-inter {
    font-size: 0.7rem;
    font-weight: 400;
    color: #7b7b7b;
    text-transform: uppercase;
    padding: 2px 22px;
}

#menu-admin .menu-inter-mini {
    text-align: center;
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
}


#menu-admin a {
    padding: 5px 22px;
    display: block;
}

#menu-admin a:hover {
    background: rgb(0, 0, 0, 0.08);
}

#menu-admin .menu-mini a {
    padding: 4px 32px;
}

.pop {
    display: none;
    position: relative;
}

.pop-under {
    display: none;
}

.pop-open .pop-under {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.pop-content {
    border: 1px solid #e0d9d9;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 18px 0;
    position: absolute;
    background: white;
    width: 280px;
    left: -260px;
    z-index: 9;
    cursor: default;
}

.pop-open {
    display: block;
}

.pop-li {
    color: #06C;
    cursor: pointer;
    padding: 4px 18px;
}

.pop-li:hover {
    background: #F5F5F5;
}

.pop-titre {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.pop-text {}

.modal-pop .pop-under,
.mini-modal-pop .pop-under {
    background-color: rgba(0, 0, 0, 0.7);
}

{
    background-color: rgba(0, 0, 0, 0.7);
}

.mini-modal-pop .pop-content {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 30px;
}

.modal-pop .pop-content {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 824px;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-height: webkit-calc(100% - 166px);
    max-height: calc(100% - 166px);
    overflow: scroll;
    padding: 30px;
}

.modal.modal2 .modal__container {
    background-color: transparent;
    padding: 0px;
}
.modal2 .pop-content {
    left: inherit;
    padding: 18px;
    cursor: auto;
    position: inherit;
    min-width: 400px;
    width: auto;
}


.pagination {
    display: table;
    margin: 0 auto;
    font-size: 1.2rem;
    margin-top: 10px;
}

.pagination li {
    list-style: none;
    display: table-cell;
    padding: 0 5px;
    font-weight: bold;
    cursor: pointer;
}



/* Social */

#article-more {margin:0 20px;}

#sbar {
    display: table;
    width: 100%;
    margin: 20px auto;
}

#sbar-fb,
#sbar-twt {
    list-style-type: none;
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
}

#sbar a {
    text-decoration: none;
    display: block;
    height: 100%
}

#sbar-fb {
    background: #344b7b url(facebook.png) no-repeat center center;
    background-size: 24px;
    height: 50px;
    width: 50%;
}

#sbar-twt {
    background: #009ad4 url(twitter.png) no-repeat center center;
    background-size: 24px;
    height: 40px;
    width: 50%;
}

#sbar-twt:hover,
#sbar-fb:hover {
    opacity: 1
}

#sbar-edit {
    background: rgb(202, 42, 27);
    color: #FFFFFF;
    border-radius: 20px
}

#sbar-edit a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    height: auto;
    padding: 14px 20px 14px 20px
}


/* Pub */

#masterhead div {
    width: 728px;
    overflow: hidden;
    margin: 0px auto
}

#out1 {
    line-height: 0;
    text-align: center;
    background: url(/www/header-ev.jpg) rgba(0,0,0,0.035) center center;
    background-size: cover;
  	background-repeat:repeat;
    overflow: hidden;
    padding: 0;
	min-height: 300px;
}
body.module-ecrire #out1 {
	min-height: initial;
}

#out1 iframe {background:black;display:block;margin:5px auto 0 auto}

#out2 {
    margin: 3px 0 9px 0;
}
#out2 iframe {background:black;display:block;margin: 0 auto;}

#out-please {
    cursor: pointer;
    text-align: center;
    padding: 15px;
    background: #3B3954;
    border-radius: 6px;
    border: 5px solid rgb(51, 50, 73);
    font-size: 19px;
    line-height: 30px;
    color: white;
	margin: 120px 15px;
	display: inline-block;
}


/* Cookies */

#cookie-law {
    background: #3b3954;
    width: 100%;
    margin: 10px auto 0;
    position: fixed;
    bottom: 0;
    z-index: 9;
}

#cookie-law p {
    padding: 0px 10px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

#cookie-law span {
    padding: 0px 0 0 10px;
    color: #ffcc14;
    font-weight: bold;
}


/* Menu-Search */

#___gcse_0 {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.gsc-control-cse.gsc-control-cse-fr {
    padding: 0;
    border: none;
    height: 100%;
    background: transparent !important;
}

.gsc-control-wrapper-cse {
    height: 100%;
}

.gsc-input {
    padding: 0;
    padding-right: 0 !important;
    height: 100%;
    width: 100%;
}

.gsc-input-box {
    border: 0 !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 100%;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0 !important;
    text-align: center;
}

.gsc-search-button-v2 svg {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.gsc-search-button {
    width: 45px !important;
    margin: 0 !important;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

table.gsc-search-box {
    margin-bottom: 0 !important;
    width: 100%;
}


.gsc-results-wrapper-visible {
    position: absolute !important;
    line-height: 1.4rem;
    max-height: 611px;
    overflow: auto;
    background: #FFF none repeat scroll 0% 0%;
    padding: 10px 18px;
    top: 60px;
    min-width: 100%;
    min-width: calc(100% - 38px);
    border: 3px solid #de2827;
    left: -3px;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}

.gsc-above-wrapper-area {
    display: none;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
    height: 100%;
}

.gsib_a {
    padding: 0 !important
}

.gsib_b {
    position: absolute;
    right: 0;
    top: 13px;
    height: 25px;
}

.gsst_b {
    padding: 0 !important
}

.gsst_a {
    padding: 0 !important;
}
.gsc-wrapper .gsc-adBlock {height:0 !important;border: 0 !important;display:none !important;}
.gsc-wrapper iframe {display:none;}

input.gsc-search-button,
input.gsc-search-button {
    background: white url(search.png) no-repeat center center;
    background-size: 27px;
    position: absolute;
    top: 0px;
    left: 0;
    text-indent: -9000px;
    background-color: transparent !important;
    cursor: pointer;
    width: 0;
    min-width: 42px !important;
    overflow: hidden;
    height: 37px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gsst_a .gscb_a {
    color: inherit !important;
    padding-right: 13px;
    padding-left: 9px;
    font-size: 1.5rem;
}

.gcsc-branding {
    display: none !important;
}

.gsc-cursor-box {
    font-size: 1rem;
    padding: 13px 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 13px !important;
    background: none !important;
    border: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: none !important;
    border: none !important;
    color: #d22716 !important;
}

#resInfo-0 {
    display: none
}

#gsc-i-id1 {
    font-size: 0.95rem;
    width: 100%;
    height: 100% !important;
    color: #fff;
    position: relative;
    background: rgba(255,255,255,0.149) !important;
    text-indent: 0 !important;
    padding: 12px 0 12px 50px !important;
    line-height: 0;
    outline: 0;
    border: 0;
    border-radius: 4px;
    display: block;
    margin: 0px 0 0 9px;
    transition: background-color .3s, color .3s;
}

#gsc-i-id1:focus {
    background: rgba(0,0,0,0.09) !important;
}

#gsc-i-id1::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 0.95rem;
    opacity: 1;
    vertical-align: middle;
    padding: 10px 0 0px 0;
}

#gsc-i-id1::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 0.95rem;
    opacity: 1;
    vertical-align: middle;
    padding: 10px 0 0px 0;
}

#gsc-i-id1:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 0.95rem;
    opacity: 1;
    vertical-align: middle;
    padding: 10px 0 0px 0;
}

#gsc-i-id1:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 0.95rem;
    opacity: 1;
    vertical-align: middle;
    padding: 10px 0 0px 0;
}

@media screen and (max-width: 1000px) {
    #nav-search-content {
        display: none;
    }
    #nav-left {
        width: 190px;
    }
    #nav-logo {
        padding-right: 20px;
    }
    #logo {
        background-size: 102px;
        width: 102px;
        height: 68px;
    }
    #nav-rediger {
        text-indent: -9999px;
        height: 46px;
        padding: 0;
        width: 52px;
        background: url(pencil.png) no-repeat center center;
        background-size: 24px;
        display: block;
        border-radius: 100%;
        margin: 0 10px;
    }
	#nav-rediger.guest {
		background: url(account.png) no-repeat center center;
	}
    #nav-participer {
        padding-left: 0px;
    }
    #nav-search-content.menumobilesearch-active {
        position: fixed;
        top: 63px;
        left: 0;
        background: #de2827;
        height: 64px !important;
        display: block !important;
        overflow: hidden;
        padding: 0 20px;
        z-index: 7;
        box-sizing: border-box;
    }
    .menumobilesearch-active #nav-search {
        max-width: 100%;
    }
    #nav-mobilesearch {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }
    #nav-mobilesearch button {
        background: url(account.png) no-repeat center center;
        text-indent: -9999px;
        height: 46px;
        padding: 0;
        width: 46px;
        background: url(search.png) no-repeat center center;
        background-size: 24px;
        display: block;
        border-radius: 100%;
        margin-right: 12px;
        margin-left: 12px;
    }
    #content {
        padding-right: 0;
    }
    #mur {
        position: relative;
        top: initial;
        right: initial;
        left: initial;
        background: none;
        margin: 0 auto;
        padding: 0;
        border: 0;
        width: auto;
        margin: 20px auto 40px auto;
    }
    .mur-item {
        display: inline-block;
        margin: 0 10px 0 10px;
    }
    .mur-large {
        padding: 0px 10px 20px 10px;
        display: inline-block;
        margin: 0;
    }
}

@media screen and (max-width: 700px) {
    html,
    body {
        font-size: 14px;
    }
    body {
        padding-top: 103px;
    }
    .body-sans-section {
        padding-top: 64px;
    }
    #menu-nav,
    #menu-section,
    #menu-rediger {
        top: 103px;
        border-top: 0;
        background: white;
        height: 100%;
		min-height: calc(100vh - 103px);
        width: 50%;
    }

    #menu-nav {
        left: -50%
    }
    #menu-section {
        left: -50%
    }
    .menunav-active #pokemon {
        margin-left: 50%;
    }
    .menusection-active #pokemon {
        margin-left: 50%;
    }
    #mur {
        width: 336px;
    }
    .mur-large {
        padding: 0px 0px 20px 0px;
    }
    #nav-section {
        position: fixed;
        top: 63px;
        left: 0;
        background: #de2827;
        height: 40px;
        display: block;
        overflow: hidden;
        padding: 10px 20px 0 20px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }
    #nav-section:before {
        display: none;
    }
    .selection-haut {
        display: inline-block;
        position: relative;
        top: initial;
        width: auto;
        padding-right: 10px;
        font-size: 0.75rem;
    }
    .selection-name {
        display: inline-block;
    }
    .body-sans-section #nav-section {
        display: none;
    }
    #nav-right {
        padding: 0 0px 0 0px;
    }

	#out-please {
		margin: 15px 15px;
	}
	#out1 {
		min-height: initial;
	}
}

@media screen and (max-width:480px) {
    html {
        font-size: 12px;
    }
    #menu-nav,
    #menu-section,
    #menu-rediger {
        width: 100%;
    }
    #menu-nav {
        left: -100%
    }
    #menu-section {
        left: -100%
    }
    .menunav-active #pokemon {
        margin-left: 0;
    }
    .menusection-active #pokemon {
        margin-left: 0;
    }
    .menurediger-active #pokemon {
        margin-right: 0;
		overflow: hidden;
		height: calc(100vh - 103px);
    }

	body.menurediger-active {
		padding-bottom: 0 !important;
    }
}

@media screen and (max-height:460px) {
    html,
    body {
        font-size: 12px;
    }
}


.post-modal-img {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.post-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}

.post-modal a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.post-modal img {
    max-height: 95vh;
    max-width: 85vw;
    padding: 10px;
    background: #ffffff;
}

.post-modal:target {
    display: table;
    -webkit-transition: width 2s;
    transition: width 2s;
}



.messages-error, .messages-success, .messages-info {
    margin: 10px;
    padding: 10px;
    color: white;
}

.messages-error:empty, .messages-success:empty, .messages-info:empty {
    display: none;
}

.messages-error > div, .messages-success > div, .messages-info > div {
    margin-left: 10px;
    margin-right: 10px;
}
.messages-error {
    background-color: rgba(192, 57, 43,0.7);
}
.messages-info {
    background-color: rgba(41, 128, 185,0.7);
}
.messages-success {
    background-color: rgba(46, 204, 113,0.7);
}

.modal .messages-error, .modal .messages-success, .modal .messages-info {
    margin-left: 0px;
    margin-right: 0px;
}
.com-content .messages-error, .com-content .messages-success,.com-content .messages-info {
    margin-left: 0px;
    margin-right: 0px;
    background-color: transparent;
    font-weight:bold;
    padding: 0;
    margin-bottom: 9px;
}
.com-content .messages-error > div, .com-content .messages-success > div, .com-content .messages-info > div {
    margin: 0;
}
.com-content .messages-error {
    color: rgba(192, 57, 43,0.7);
}
.com-content .messages-info {
    color: rgba(41, 128, 185,0.7);
}
.com-content .messages-success {
    color: rgba(46, 204, 113,0.7);
}

.v {
    display: none;
}
.nv {
    display: none;
}

.vv .v {
    display: initial;
}
.nv .nv {
	display: initial;
}

.menusection-active.notransition #menu-section {
    transition: none;
}

#nav-logout a {
    background: url(logout.png) no-repeat center center;
    background-size: 24px;
    height: 38px;
    width: 38px;
    display: block;
    border: 2px solid white;
    border-radius: 100%;
}
#nav-logout {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 40px;
}

#nav-logout a:hover {
    background-color: #e34846;
}

@media only screen and (max-width: 640px) {

	#qc-cmp2-container.qc-cmp2-container > #qc-cmp2-main > div:first-child {
		width: 100%;
	}
	#qc-cmp2-container.qc-cmp2-container #qc-cmp2-ui {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.avatar {
    width: 50px;
    background-color: #CCC;
    height: 50px;
    border-radius: 100%;
    border: 2.5px dotted #FFF;
    margin-right: 20px;
    display: block;
}
#menu-rediger .avatar {
	width: auto;
	height: auto;
	margin-right: 0;
	padding-top: 100%;
}
#menu-rediger .profile-avatar {
	width: 100px;
	display: inline-block;
}
#menu-rediger .profile {
	padding-top: 20px;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	#menu-rediger .profile-avatar {
		width: 50%;
	}
	.profile {
		font-size: 1.5rem;
	}
}
.profile h3 {
	font-size: 1.2em;
}
.profile__linked-account {
	text-align: left;
	margin-top: 0.5em;
	padding: 1em;
	color: white;
	background-color: #5663F7;
	display: flex;
	align-items: center;
}
.profile__linked-account img {
	height: 30px;
	margin-right: 20px;
}


.menu-titre .menu-nav-partner {
    display: block;
    width: 100%
}

.menu-titre .menu-nav-partner img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
	.menu-titre .menu-nav-partner {
		height: 93px;
	}
	@supports (aspect-ratio: auto) {
		.menu-titre .menu-nav-partner {
			height: auto;
            width: auto;
            margin: 10px 18px;
			aspect-ratio: 36/10;
		}
	}
}