/* ------------------------------------------------------------------------------------------- */
@charset "UTF-8";

/* FONT SIZES */
.d_xpl, .f_svedet{font-size:95%;}
.gui_bloc{font-size:90%;}
.d_mta, .d_mtb, h3 .d_cat, h3 .s_cat, .d_lct .d_cat, .d_etm, .s_indp, .f_cat_gra_t, .ex_author, .d_cred {font-size: 80%;}
h3 .d_mta, h3 .d_caf_tit{font-size:60%;}
.d_mta .d_mtb {font-size:100%;}

/*  FONT COLORS */
/* red font */
.d_mta, .d_caf_tit, .d_mtb, .d_opp, .gui_cactus:before, .gui_conf:before, .gui_zrctf:before {color: #c7393e;}

/* Blue color font */
.d_rvh, .d_rvd:before, .gui_info:before, .gui_zrctf:before, .gui_astuce:before, .gui_zrvn:before, .gui_zcprt:before,
.gui_zexcpt:before, .gui_zexcpt2:before, .gui_zexcpt3:before{color:#377E9F;}

/* black font */
.ex_example{color:black;}

/* FONTS - INLINE */
/* italic: italic, examples, toc autonymes*/
.d_xpl, .d_cred, .s_indp, .ex_author, .f_I, .f_cit, .gui_i, .gui_mta, .gui_mex, .toc .auto{font-style: italic;}
/* bold */
h1, .conj_lemme, .browse .head, .d_lct, .d_dvr:before, .d_dvn:before, .d_rvd:before, .d_mta, .d_mtb, .d_opp, .d_lca, .ex_em, .s_gsyn:before,
.gsynstart:before, .s_dvs:before, .s_gctr:before, .f_svedet, .gui_b, .gui_cactus:before, .gui_info:before, .gui_astuce:before, .gui_conf:before,
.gui_zrvn:before, .gui_zrctf:before, .gui_zcprt:before, .gui_zexcpt:before, .gui_zexcpt2:before, .gui_zexcpt3:before{font-weight:bold;}
/* force not bold */
.conj_verbe.cf h1 {font-weight: normal;}
/* superscript */
.d_sup { vertical-align: super;font-size: smaller;text-transform: lowercase;}
/* subscript */
.d_inf { vertical-align: sub; font-size: smaller;text-transform: lowercase;}

/* Capitals */
.d_mta, .d_caf_tit, .d_mtb{text-transform:uppercase;}

/* ------------------------------------------------------------------------------------------- */
/* MARGINS and PADDING */
.d_ptia, .d_ptie, .d_dvr .d_dvn, .gui_zdef, .gui_bloc, .gui_zrvn {padding:5px;}
.s_dvg, .s_dsen {padding-top:5px;}
.d_ptma, .d_ptme, .d_guilink {padding:5px 5px 5px 15px;}
.d_guilink {margin-top:30px; font-variant:small-caps;}
.d_guilink::before {content:'▶ '; font-size:15px;}
.d_dvr, .d_dvn {padding:5px 5px 5px 0px;}
h1, h2, h3, ul.gui_zenum-tiret, ul.gui_zenum-rond {margin: 0px;}
/* padding for contextual information: semantic, grammatical */
/* .d_mta, .d_mtb{padding: 4px 6px;}*/
.d_img_cont {text-align:center; font-size:0.85em; padding:40px 40px 10px 40px;}
.d_leg {padding-bottom:10px; display:block;}
.d_cred {padding-top:10px; display:block;}
picture img{display:block;margin:auto;}
.p10 {
    padding: 10px;
}
/* ------------------------------------------------------------------------------------------- */
/* SPECIFICS */
/* ad */
.mpu {
  display: contents;
}
/* cat gram in an example */
.d_xpl .d_cat{font-size:100%}

/* Sudivision counter */
/* reset on main def for dvr and dvs(roman numbers) and on dvr,ptma for dvn (arabic numbers) */
.b {counter-reset: dvr dvs}
.d_ptma, .d_ptme, .d_dvr {counter-reset: dvn}

/* Arabic number before dvn */
.d_dvn:before{
    counter-increment:dvn;
    content : counter(dvn, decimal);
}
/* Roman number before dvr */
.d_dvr:before{
    counter-increment:dvr;
    content : counter(dvr, upper-roman);
}
/* renvois - rvn */
.gui_rvn:before, 
section.gui .gui_zrvn .gui_rvn:before {
    content: "→\00a0";
}

section.gui .gui_rvn:before {
    content: "";
}

/* quotes */
.gui_q:before {
    content: "\00AB\00A0";
}

.gui_q:after {
    content: "\00A0\00BB";
}

/* division losange */
.d_dvl:before{content:"⬥ ";}

/* gloses, gram cat, romain maigre etymology should not inherit from their parent */
.d_gls, .d_rm, .d_etm {
    text-transform: none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
}

.d_cat {
    text-transform: none;
    font-style:normal;
    font-weight:bold;
    font-variant:normal;
}

.d_rvs{ font-style:normal; font-weight:normal; }

/* typo breaking (element x) and internal links */
.d_x, .d_rvi{ font-style:normal; font-weight:normal; font-variant:normal; }

.d_opp, .d_mta{font-style:normal;}
.s_cat{font-weight:normal;}

/* exceptions for x: we need to have italic if the context inherited from ancestors is not */
.d_dtr .d_x, .d_dfn .d_x, .d_gls .d_x, .d_rmi .d_x, .d_opp .d_x, .d_mta .d_x, .d_mtb .d_x, .d_g .d_x
{ font-style:italic;}

.d_rvd .d_x {color:black;}

/* same for italic element im */
.d_im{
    text-transform: none;
    font-style:italic;
    font-variant:normal;
}

.d_sound {
    vertical-align: middle;
    padding: 0px;
    cursor: pointer;
}

.d_sound path {
    stroke-width:5;
    stroke-linecap:round;
  stroke: none;
  fill: #227DAB;
}

body.syn .d_sound path {
  fill: #518c5e;
}

body.syn .d_sound path + path {
  fill: none;
  stroke: #518c5e;
}

.d_sound path + path {
    stroke: #227DAB;
    fill: none;
}

.d_sound:hover path + path {
    animation: clignotant 1s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
}

@keyframes clignotant {
    50% {
        stroke: transparent;
    }
}


/* 1990 orthograph reform */
.rfo a{
    font-weight: bold !important;
    font-size: 10px;
    border: solid 1px;
    padding: 0pt 2pt 1pt 2pt;
    color: #ffffff;
    background-color: #000000;
    font-variant: small-caps;
    font-family: Arial;
    vertical-align: middle;
    text-decoration: none;
}

/* synonyms */
.s_gsyn {margin-bottom: 7px !important;}
.s_gctr{margin:0;padding: 0 15px 7px 15px;}
.s_dvs{margin:0;padding: 0 15px 0 15px;}
.gsynstart:not(.s_dvs .gsynstart), .s_dvs .s_gsyn{margin:0;padding: 0 15px 0px 13px;}
.s_gsyn:not(.s_dvs .s_gsyn){margin:0;padding: 0 15px 0 15px;display:flex;}
.s_gsyn .s_gsyn_txt, .s_gsyn > .s_syn:not(.gsynstart + .s_gsyn > .s_syn) {padding-left: 4px;}
.gsynstart:before,
.s_gsyn:not(.gsynstart + .s_gsyn):before{
  color: #333;
  content:"• ";
  vertical-align: text-top;
  font-size: large;
}

.s_dvs .s_gsyn:not(.s_dvs .gsynstart + .s_gsyn) {padding: 0;}
.s_gctr:before{content:"• ";}
body.syn .s_cat:not(body.syn h3 .s_cat){padding:0 0 7px 15px;display: block;}
.s_cat:not(body.syn .s_cat){margin-left:5px;}
.s_ind{text-transform: none;
        font-style:normal;
        font-weight:normal;
        font-variant:normal;}
.s_ind{color:black;}
.s_dsyt, .anto{margin-top: 14px;}
.gsynstart {
  color: #5b5b5b;
}

.gsynstart + .s_gsyn:not(.s_dvs .gsynstart + .s_gsyn) {
    display: block;
    padding: 0 15px 0 27px;
}

.orthodidacte-link {
    padding: 0 15px 0 15px;
}

body.def section.syn .b_syn,
body.syn section.def .b_def {
  position: relative;
  max-height: 150px;
  overflow: hidden
}

body.def section.syn .b_syn::after,
body.syn section.def .b_def::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255,255,255,0.10),rgba(255, 255, 255, 1));
  pointer-events: none;
}

section.browse .moreSyn.c {
  white-space: pre-wrap;
}

section.browse .moreSyn.c a {
  display: inline-block;
}

section.browse .moreSyn.c a::after {
  display: inline-block;
}

.moreSyn.c {
  position: relative;
}

.moreSyn.c a::after {
  content: " - ";
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

.moreSyn.c a:focus:after,
.moreSyn.c a:active:after{
  text-decoration: none;
}

.moreSyn.c a:last-child::after {
  content: none;
}

body.syn span.data-hw {
  font-weight: bold;
}

body.syn .synof::first-letter {
    text-transform: uppercase;
}

body.syn section.browse .b .moreSyn,
body.syn section.seealso .b .moreSyn {
  flex-wrap: wrap;
  padding: 0 15px 0 15px;
}

body.syn section.seealso .b .moreSyn .seealso_link {
  max-height: 80px;
  overflow: hidden;
}

body.syn section.seealso .b .moreSyn .seealso_link.open {
  max-height: none;
  overflow: visible;
}

body.syn .b:not(:has(> h2), .g4.b) {
  padding-top: 12px;
}

body.syn .b {
  padding-bottom: 20px;
}

section.synconj .b {
  padding-bottom: 0px;
}

/* Furetière */
.f_DEF {padding: 8px 15px;}
.f_br{line-height:6px;}
.f_svedet{padding-top:15px;}
.f_art-title .f_cat_gra_t{ margin-left: 5px; }

.f_vedette {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.f_I_t {
    font-variant: normal;
    font-weight: normal;
    font-style: italic;

}

.f_G_t {
    font-weight: bold;
    font-variant: normal;
    font-style: normal;
    text-transform: lowercase;
}

/* Examples */
._example a{color:#b37d32;}
.ex_example,
.collo_example,
.infl_example,
.collo_link {
    padding: 8px 15px;
    transition: background 0.5s ease;
}
.ex_example:hover,
.collo_example:hover,
.infl_example:hover {
    background: #eee;
}
.ex_author,
.collo_author{color:#b37d32;}
.ex_author:before,
.collo_author:before{content:" \002014\0000A0" }

/* Guides */
section.gui .b {
    padding: 7px 15px 0;
}
section.gui h2 {
    padding: 8px 0 0;
    box-shadow: none;
    background: transparent;
}
section.gui h3 {
    padding: 8px 0 0;
}

.gui_ssect{padding-bottom:10px}
.gui_zregl,.gui_ssect,.gui_cactus,.gui_zcprt{padding: 8px 0 15px}
.gui_info, .gui_astuce, .gui_conf, .gui_zrctf, .gui_zexcpt, .gui_zexcpt2, .gui_zexcpt3 {margin-top:5px}
.gui_astuce, .gui_info{padding-bottom:7px}

.gui_cactus:before{content:"Difficulté : ";}
.gui_info:before{content:"Info : ";}
.gui_astuce:before{content:"Astuce : ";}
.gui_conf:before{content:"Ne pas confondre : ";}
.gui_zrvn:before{content:"Voir aussi : ";}
.gui_zrctf:before{content:"Rectifications de l'orthographe : ";}
.gui_zcprt:before{content:"Cas particulier : ";}
.gui_zexcpt:before{content:"Exception : ";}
.gui_zexcpt2:before{content:"Exceptions : ";}
.gui_zexcpt3:before{content:"Exception(s) : ";}

.gui_zexBorder, .gui_zcit, .gui_zexBorder + .gui_zex {
    border-left: 2px solid #227DAB;
    margin: 6px 10px 8px;
    padding-left: 10px;
    display: block;
}

.gui_u {
    text-decoration: underline;
}

.d_pc, .gui_pc {
    text-transform: lowercase;
    font-variant: small-caps;
}

section.gui .gui_rvh,
section.gui .gui_rvn {
    display: inline;
    padding-left: 0px;
}

.gui_rvn,
section.gui .gui_zrvn .gui_rvn {
    display: block;
    padding-left: 15px;
}

/* Lists */
ul.gui_zenum-tiret{list-style-type: square}
ul.gui_zenum-rond{list-style-type: disc}

/* Links */
span.d_glink {display:block; font-variant:normal;}

/* Previous and Next buttons */
.gui_nav {
    text-align: center;
}

.gui_nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4c9fc7;
    color: #4c9fc7;
    width: 130px;
    height: 4.8rem;
    margin: 10px 8px 30px 8px;
}

.gui_ref {
    display: block;
}

/* ------------------------------------------------------------------------------------------- */
/* CONJUGATIONS */
.conj_verbe h5 {
    font-size: 1em;
    margin: 0;
    padding: 8px 15px;
    text-transform: capitalize;
    color: black !important;
}

.conj_verbe .g4 span:not(.rfo):first-child {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    display: block;
}

.conj_verbe .g4 span.rfo {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.conj_verbe h4 {
    text-transform: uppercase;
    color: black !important;
}

.conj_verbe p, .s_arts p {
    margin: 0;
    padding: 4px 10px;
    transition: background .3s ease;
}

.conj_verbe p:hover {
    background: #eee;
}

.conj-link, .def-link, .syn-link {
    text-align: center;
    margin: 10px 0 10px;
}

body.def .def-link,
body.conj .def-link {
    text-align: right;
    margin-bottom: 0;
    margin-right: 8px;
}

body.syn .def-link {
  margin-bottom: -10px;
}

.syn-link {
  padding: 0 0 20px;
}

.conj-link a,
.def-link a,
.syn-link a {
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    display: inline-block;
}
.conj-link a {
      background: #c7393e;
}

.def-link a {
    background: #227DAB;
}

.syn-link a {
    background: #518c5e;
}

.conj-link a:before,
.def-link a:before,
.syn-link a:before {
    content: '˃';
    background: #fff;
    margin-right: 6px;
    height: 1.4em;
    width: 1.4em;
    display: inline-block;
    text-align: center;
    border-radius: 0.75em;
    line-height: 1.4;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

.conj-link a:before {
    color: #c7393e;
}

.def-link a:before {
    color: #227DAB;
}

.syn-link a:before {
    color: #518c5e;
}

#page_inflections .def-link,
#page_inflections .conj-link,
#page_collocations .def-link {
    padding: 8px 15px;
}

#page_inflections .def-link,
#page_collocations .def-link {
    text-align: center;
}

.infl_links ul {
    padding-right: 20px;
}

.infl_links li {
    color: #227DAB;
}

/* grid */
.g {
    display: flex;
    flex-wrap: wrap;
}

.g > .g4, .g > .g2 {
    margin: 0 15px 15px;
}

@media screen and (min-width:1200px){
    .g > .g4 {width: calc((100% - 90px) / 4);}
    .g > .g4:nth-child(4n-3) {margin-left: 0;}
    .g > .g4:nth-child(4n) {margin-right: 0;}
    .g.o-l > .g4:nth-child(n+5) {display:none;}

    .g > .g2 {width: calc((100% - 30px) / 2);}
    .g > .g2:nth-child(2n-1) {margin-left: 0;}
    .g > .g2:nth-child(2n) {margin-right: 0;}
}

@media screen and (min-width:900px) and (max-width:1199px){
    .g > .g4 {width: calc((100% - 60px) / 3);}
    .g > .g4:nth-child(3n-2) {margin-left: 0;}
    .g > .g4:nth-child(3n) {margin-right: 0;}
    .g.o-l > .g4:nth-child(n+4) {display:none;}

    .g > .g2 {width: calc((100% - 30px) / 2);}
    .g > .g2:nth-child(2n-1) {margin-left: 0;}
    .g > .g2:nth-child(2n) {margin-right: 0;}
}

@media screen and (min-width:480px) and (max-width:899px){
    .g > .g4 {width: calc((100% - 30px) / 2);}
    .g > .g4:nth-child(2n-1) {margin-left: 0;}
    .g > .g4:nth-child(2n) {margin-right: 0;}
    .g.o-l > .g4:nth-child(n+3) {display:none;}

    .g > .g2 {width: 100%;margin: 0 0 15px;}
}

@media screen and (max-width:479px){
    .g > .g4 {width: 100%;margin: 0 0 15px;}
    .g.o-l > .g4:nth-child(n+2) {display:none;}

    .g > .g2 {width: 100%;margin: 0 0 15px;}
}

.g .h-more-blogs {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.g .h-more-blogs a {
    background: #227DAB;
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    display: inline-block;
    margin: 10px;
}

a.guide-link > img {
    display: inline;
    width: 20px;
    margin-bottom: -2px;
}

div.notice-participe-passe {
    margin: 0px 0px 10px 15px !important;
    font-size: 16px;
}

/* ------------------------------------------------------------------------------------------- */
h1, .browse .head {
    color: #000;
    font-size: 2em;
    padding: 0;
    margin: 5px 0 0;
}

body:not(.gui) h1:not([id="synTitle"]) span:not(:first-child):before {
    content: " • ";
}

#synTitle span:not(:first-of-type):not(:last-of-type)::after {
    content: " • ";
}

h1 span .d_sound_cont {
  margin-left: 6px;
}
/* section */
section {
    position: relative;
    padding-top: 10px;
}

/* tab anchors */
.ws-an {
    display: flex;
}
.ws-an a {
    position:relative;
    border-top: 3px solid;
    font-variant: small-caps;
    background: #fff;
    padding: 8px 0;
    flex: 1;
    display: inline-block;
    text-align: center;
    opacity: .6;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    color: #000;
    margin-right: 3px;
}

.ws-an a:hover {
    opacity: 1;
}

.ws-an > .def { border-top-color: #227DAB; }
.ws-an > .conj { border-top-color: #c7393e; }
.ws-an > .syn { border-top-color: #518c5e; }
.ws-an > .ex, .ws-an > .exa { border-top-color: #b37d32; }
.ws-an > .fur { border-top-color: #808080; }
.ws-an > .collo { border-top-color: #9a59b5; }
.ws-an > .more { border-top-color: #F08080; }

.fur sup{font-variant:normal;}

section.def > .ws-an > .def,
section.conj > .ws-an > .conj,
section.syn > .ws-an > .syn,
section.ex > .ws-an > .ex,
section.fur > .ws-an > .fur,
#collos > .ws-an > .collo,
section.seealso > .ws-an > .more,
section.browse > .ws-an > .more,
section.synof > .ws-an > .more,
.synexas > .ws-an > .exa {opacity: 1;}

section.def > .ws-an > .def:after,
section.conj > .ws-an > .conj:after,
section.syn > .ws-an > .syn:after,
section.ex > .ws-an > .ex:after,
section.seealso > .ws-an > .more:after,
section#exemples > .ws-an > .ex:after,
section.fur > .ws-an > .fur:after,
#collos > .ws-an > .collo:after,
.synexas > .ws-an > .exa:after{
    content: '';
    position: absolute;
    bottom: -1px;
    height: 10px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3;
}

/* h2 & h3 */
h3 {
    font-size: 1.27em;
}
h2, .browse h1 {
    padding: 10px 10px 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    z-index: 2;
    position: relative;
}

body:not(.gui) h2, .browse h1 {
    text-transform: uppercase;
}

.browse h1 {
    font-size: 1.4em;
    margin: 0;
}

h2.clean {
    padding: 10px 0 0;
    background: transparent;
    box-shadow: none;
}

.conj.cf h2 {
    background: transparent;
    box-shadow: none;
}

h3{
    padding:8px 15px;
}

h3.clean{
    padding:8px 0;
}

.syn .browse h1, .def section.syn h2, .syn h2, .def section.syn h3, .syn h3, .syn h4, .s_cat, .s_syt {color: #518c5e;}
.def h2, .def .browse h1, .def h3, .d_lct, .d_cat, section.gui h2, .browse section.gui h1,section.gui h3 {color: #227DAB;}
.conj h2, .conj .browse h1, .conj h3 {color: #c7393e;}
.ex h2, .ex h3, .synexas h2, .synexas h3 {color: #b37d32;}
.fur h2, .fur h3 {color: #808080;}
#collos h2, #collos h3 {color: #9a59b5;}
#more h2, .seealso h3, .browse h3 {color: #F08080;}

h4.s_syt div.s_syt {display: inline;}

h2:after, .browse h1:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 10px 0 0 0;
}

.def h2:after, .def .browse h1:after, section.gui h2:after, .browse section.gui h1:after {background: #227DAB;}
.conj h2:after, .conj .browse h1:after {background: #c7393e;}
.syn .browse h1:after, section.syn h2:after {background: #518c5e;}
.ex h2:after, .synexas h2:after {background: #b37d32;}
.fur h2:after {background: #808080;}
#more h2:after {background: #F08080;}
#collos h2:after {background: #9a59b5;}

.browse ul {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

.browse li {
    padding: 0px !important;
    margin: 0px !important;
}

h4 {
    padding: 8px 15px;
    margin: 0;
}

.s_dsyt h4{
    padding-left: 15px;
    padding-right:0px;
    padding-top: 8px;
    padding-bottom:0px;
}

.s_dsyt h4 .s_syt {font-size: 1.11em;}
.notBold > .s_syt {
  font-weight: bold;
}

body.syn h2{
    box-shadow: none;
}

.seealso h2 {
    padding-left: 18px;
}

/* box */
.b {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

/* ------------------------------------------------------------------------------------------- */
.p {
    text-align: center;
    padding: 5px;
}

.p a {
    margin: 7px;
    padding: 0 5px;
    color: #666;
    display: inline-block;
    text-transform: lowercase;
    font-variant: small-caps;
    height: 24px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    min-width: 20px;
}

.p span {
    margin: 7px;
    padding: 2px 5px;
    color: #666;
    display: inline-block;
}

.p.p-l a {
    width: 30px;
}

#browseList {
    column-count: 2;
}

.l-l-e {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.btn-jaune {
    display: block;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 216px;
    display: inline-block;
}

.btn-jaune.fr {
    background-image: url(/statics/medias/images/btn-jaune-fr.png);
}

.btn-jaune.en {
    background-image: url(/statics/medias/images/btn-jaune-en.png);
}


#mailcatcher {
    width:100%;
}

.mailcatcher-div {
    padding: 8px 8px 2px 8px; 
    margin: 15px 0; 
    background-color: #227daa;
}

/* ------------------------------------------------------------------------------------------- */
/* SPRITE */
.sp {
    background-image: url(/statics/medias/images/sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sp-education_footer {
    background-image: url(/statics/medias/images/shutterstock.svg);
    background-position: center;
    height: 34px;
    background-size: 174%;
    margin-left: -5px;
    margin-right: 5px;
}

.sp-facebook_footer {
    width: 40px;
    height: 40px;
    background-position: -5px -5px;
}

.sp-facebook_footer_black {
    width: 40px;
    height: 40px;
    background-position: -55px -5px;
}

.sp-instagram_footer {
    width: 40px;
    height: 40px;
    background-position: -105px -5px;
}

.sp-instagram_footer_black {
    width: 40px;
    height: 40px;
    background-position: -155px -5px;
}

.sp-linkedin_footer {
    width: 40px;
    height: 40px;
    background-position: -205px -5px;
}

.sp-linkedin_footer_black {
    width: 40px;
    height: 40px;
    background-position: -5px -55px;
}

.sp-logo {
    width: 208px;
    height: 79px;
    background-position: -55px -55px;
}

.sp-logo_footer {
    width: 170px;
    height: 40px;
    background-position: -5px -144px;
}

.sp-logo_header {
    width: 102px;
    height: 24px;
    background-position: -5px -194px;
}

.sp-mail {
    width: 40px;
    height: 24px;
    background-position: -185px -144px;
}

.sp-mail_black {
    width: 40px;
    height: 24px;
    background-position: -185px -178px;
}

.sp-picto-fb {
    width: 30px;
    height: 30px;
    background-position: -235px -144px;
}

.sp-picto-insta {
    width: 30px;
    height: 30px;
    background-position: -235px -184px;
}

.sp-picto-linkedin {
    width: 30px;
    height: 30px;
    background-position: -117px -224px;
}

.sp-picto-twitter {
    width: 30px;
    height: 30px;
    background-position: -157px -224px;
}

.sp-picto-youtube {
    width: 30px;
    height: 30px;
    background-position: -197px -224px;
}

.sp-questions_footer {
    width: 40px;
    height: 37px;
    background-position: -255px -5px;
}

.sp-questions_footer_black {
    width: 40px;
    height: 37px;
    background-position: -273px -52px;
}

.sp-twitter_footer {
    width: 40px;
    height: 40px;
    background-position: -275px -99px;
}

.sp-twitter_footer_black {
    width: 40px;
    height: 40px;
    background-position: -275px -149px;
}

.sp-youtube_footer {
    width: 40px;
    height: 40px;
    background-position: -275px -199px;
}

.sp-youtube_footer_black {
    width: 40px;
    height: 40px;
    background-position: -5px -249px;
}


/* ------------------------------------------------------------------------------------------- */
/* Notification */
.warning {
    background: #DEDEDE;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 0;
    line-height: 1;
    border-radius: 10px;
    color: #404040;
    margin-bottom : 8px ;  
}

.warning:before {
    content: '!';
    background: #fff;
    margin: 0 10px;
    height: 1.2em;
    flex: 0 0 1.2em;
    display: inline-block;
    text-align: center;
    border-radius: 0.75em;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}

/* ------------------------------------------------------------------------------------------- */
/* Collapsible */
.c-w:not(body.syn .c-w) {overflow: hidden;transition: height 0.5s ease;height: 0px;}
.c.a .c-w {height: auto;}
.c-b {
    cursor: pointer;
}
.c-b.c-b-c {
    text-align: center;
}

body.syn .c-b.c-b-c {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}

.c-open {
    height: auto !important;
}

section#collos .c-w .autopromo {
    margin: 15px auto 0px auto;
    content: url(/statics/medias/images/GIF_LE_PETIT_ROBERT_BASE_1.gif);
    width: 400px;
    height: auto;
}

@media screen and (max-width:632px) {
    section#collos .c-w .autopromo {
        width: 300px;
    }
}

section.seealso .c-b.c-b-c > div {
    background: #F08080;
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    display: inline-block;
    margin: 10px 0 -10px 0;
}
section.ex .c-b.c-b-c > div,
section#collos .c-b.c-b-c > div {
    background: #b37d32;
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    display: inline-block;
    margin: 10px;
}

section#collos .c-b.c-b-c > div {
    background: #9a59b5;
}
section#hts .c-b.c-b-c > div > span,
section.def .c-b.c-b-c > div > span,
section.ex .c-b.c-b-c > div > span,
section.seealso .c-b.c-b-c > div > span,
section#collos .c-b.c-b-c > div > span {
    margin-left: 6px;
}

section#hts .c-b.c-b-c > div > span + span,
section.def .c-b.c-b-c > div > span + span,
section.ex .c-b.c-b-c > div > span + span,
section.seealso .c-b.c-b-c > div > span + span,
section#collos .c-b.c-b-c > div > span + span {
    display: none;
}

section.seealso .c-b.c-b-c > div:before {
  content: "V" !important;
  color: #F08080 !important;
}

section#hts .c-b.c-b-c > div:before,
section.def .c-b.c-b-c > div:before,
section.ex .c-b.c-b-c > div:before,
section.seealso .c-b.c-b-c > div:before,
section#collos .c-b.c-b-c > div:before {
    content: url(/statics/medias/images/logo-v-LR.png);
    background: #fff;
    height: 23px;
    width: 23px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 0.75em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #F08080;
    font-weight: bold;
}

section#collos .c-b.c-b-c div:before {
    content: url(/statics/medias/images/logo-v-purple-LR.png);
}

section#hts .c.a .c-b.c-b-c div:before,
section.def .c.a .c-b.c-b-c div:before,
section.ex .c.a .c-b.c-b-c div:before,
section.seealso .c.a .c-b.c-b-c div:before,
section#collos .c.a .c-b.c-b-c div:before {
    transform: rotate(180deg);
}

section#hts .c.a .c-b.c-b-c > div > span,
section.def .c.a .c-b.c-b-c > div > span,
section.ex .c.a .c-b.c-b-c > div > span,
section.seealso .c.a .c-b.c-b-c > div > span,
section#collos .c.a .c-b.c-b-c > div > span {
    display: none;
}

section#hts .c.a .c-b.c-b-c > div > span + span,
section.def .c.a .c-b.c-b-c > div > span + span,
section.ex .c.a .c-b.c-b-c > div > span + span,
section.seealso .c.a .c-b.c-b-c > div > span + span,
section#collos .c.a .c-b.c-b-c > div > span + span {
    display: inline-block;
}

/* ------------------------------------------------------------------------------------------- */
/* Vignette */
.v {}
.v-w {display:flex;color:#000;}
.v-c ,.v-t,.v-i,.v-p,.v-b {display:block;}
.v-i {height: 188px;min-width: 188px;max-width: 188px;}
.v-c {padding: 8px 15px;}
.v-t {font-size:1.2em;font-weight:bold;margin-bottom: 10px;line-height:1.2}
.v-p {margin: 10px 0;}
.v-b {text-align:right;}
.v-b > span {
    width: 100px;
}

@media screen and (max-width:479px){
    .v-i {height: 99px;min-width: 99px;max-width: 99px;}
}

/* --------------------------------------------------------------------------------------------- */
/* Buttons */
.btn {
    overflow: hidden;
    display: inline-block;
    position: relative;
    line-height: 30px;
    color: #377E9F;
    text-align: center;
}

.btn > span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 30px;
}

.btn > span:after {
    content: '˃';
    position: absolute;
    display: block;
    width: 30px;
    right: 0;
    top: 0;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3d8aae;
}

.btn:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: linear-gradient(60deg,
        rgba(80,160,197,1) 0%,
        rgba(80,160,197,1) 50%,
        rgba(61,138,174,1) 50%,
        rgba(61,138,174,1) 100%,
        rgba(255,255,255,1) 100%);
    transition: all .3s ease;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after {
    left: 0%;
}

@media screen and (max-width: 1144px) {
    .btn-email-catcher img {
        top: 535px;
        margin: auto;
    }
}

/* **************************************************************************************************** */
/* TOC */

.toc .toc-cat, .toc a {
    display: block;
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.toc .toc-cat {
    padding: 8px 5px;
    position: relative;
    font-weight: bold;
}

.toc .toc-cat:before {
    content: '▶';
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .7em;
    text-align: center;
    transition: all .3s ease;
}

.toc .c.a > .toc-cat:before {
    transform: rotate(90deg);
}

.toc > .c > .toc-cat {
    background: #227DAB;
    color: #fff;
    border-bottom: 0;
}

.toc .c-w .toc-cat {
    padding-left: 20px;
}

.toc-gram {
    background-color: #2AAC65 !important;
}

.toc-ortho {
    background-color: #D4473D !important;
}

.toc-conj {
    background-color: #009B8C !important;
}

.toc-lex {
    background-color: #93278F !important;
}

.toc-sty {
    background-color: #E08207 !important;
}

.toc-typo {
    background-color: #054D87 !important;
}

.toc .c-w a {
    padding-left: 35px;
}

.toc .c-w .c-w .toc-cat {
    padding-left: 35px;
    font-weight: normal;
}

.toc .c-w .c-w a {
    padding-left: 50px;
}

.toc .c-w .c-w .c-w .toc-cat {
    padding-left: 50px;
}

.toc .c-w .c-w .c-w a {
    padding-left: 65px;
}

.toc .pho:before {
    content: '[';
}

.toc .pho:after {
    content: ']';
}

.toc-menu {
    text-align: center;
    padding: 0px 0px 10px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.toc-menu a {
    color: #fff;
    padding: 8px 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    min-width: 140px;
}

/* --------------------------------------------------------------------------------------------- */
/* Home pages */
.pad {padding: 8px 15px}
.no-m {margin: 0}

/* --------------------------------------------------------------------------------------------- */
/* Lightbox */
.l-b-o {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,.4);
    align-items: center;
}

.l-b-o.a {
    display: flex;
}

.l-b-m {
    position:relative;
    margin: 0 auto;
}

.l-b-c {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 0 0 0 50%;
    padding: 5px;
    height: 35px;
    width: 35px;
    line-height: 25px;
    text-align: center;
    color: #c7393e;
}

.l-b-c:before {
    content: '✖'
}

.l-b-i {
    margin: 10px;
    position: relative;
    border: 10px solid #fff;
}

.l-b-i-t {
    background: rgba(0,0,0,.4);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.l-b-i-l {
    float: left;
}

.l-b-i-c {
    float: right;
    font-size: 0.8em;
    line-height: 1.7;
}

/* --------------------------------------------------------------------------------------------- */
/* homepage */
.hp h1 {
    text-align: center;
    font-size: 1.6em;
}

.hp h1 span {
    display: inline-block;
    padding: 0 10px;
}

.hp h2 {
    text-transform: none;
    text-align: center;
    font-size: 1.1em;
}

.hp ul {
    list-style-type: none;
}

h2.orange     { background: #e67f22; color:#fff;}
h2.vert     { background: #2dcc70; color:#fff;}
h2.violet     { background: #9a59b5; color:#fff;}

li.orange::before, li.vert::before, li.violet::before, li.black::before { content: '●'; display: inline-block; margin-right: 20px;}
li.orange::before     { color: #e67f22;}
li.vert::before     { color: #2dcc70;}
li.violet::before     { color: #9a59b5;}

/* on mobile */
@media screen and (max-width:719px){
    .hp ul {
        padding-left: 10px;
    }

    .hp li.black::before {
        transform:scale(.65);
    }
}

/* vignette */
.v-f-w {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.v-f {
    display:flex;
    margin-bottom: 32px;
    padding: 12px;
    width: 33%;
    min-width: 250px;
}
.v-f-l {
    min-width: 64px;
}
.v-f-t {
    margin-left: 12px;
}
.v-f-t-t {
    color: rgba(0,0,0,.88);
    font-weight: 700;

    font-size: 18px;
    line-height: 24px;
}
.v-f-t-l {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,.6);

}
.v-f-t-d {

}

/* colors */
.rad15 {
    border-radius: 15px;
}

/* --------------------------------------------------------------------------------------------- */
/* blog */
.blog {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    padding-bottom: 24px;
}

.blog picture, .blog img {
    border-radius: 15px 15px 0 0; overflow: hidden;
}

.blog .blog-w-c {
    position: absolute;
    display: block;
    top: -14px;
    width: 100%;
    text-align: center;
}

.blog .blog-c {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: -.5px;
    text-transform: uppercase;
    max-width:85%;
}

.blog .blog-c.blog-c-purple {
    background: #9a59b5;
}

.blog .blog-c.blog-c-green {
    background: #2dcc70;
}

.blog .blog-c.blog-c-orange {
    background: #e67f22;
}

.blog .blog-t {
    display: block;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.blog .blog-d {
    display: block;
    display: -webkit-box;
    padding: 0 10px;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: 5.6em;
    text-align: justify;
    margin-bottom: 55px;
}

.blog .blog-d p {
    margin: 0;
}

.blog .blog-d strong {
    font-weight: normal;
}

.blog .blog-d a {
    text-decoration: underline !important;
    color: black !important;
}

.blog .blog-da {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 15px;
    margin-top: 15px;
    line-height: 0.9;
    color: #000;
}

.blog .blog-a {
    display: block;
    font-style: italic;
}

.blog .blog-date {
    font-size: 13px;
    display: inline-block;
    margin-top: 13px;
}

.blog .blog-e {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    line-height: 0.5;
    color: #000;
}

.blog .blog-e.blog-e-out {
    background: url(/statics/medias/images/go-out.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}

section.def div.blog {
    display: flex;
    flex-wrap: wrap;
}

section.def div.blog .g4.b.blog {
    flex: 1;
    min-width: 250px;
    margin: 10px 0px 10px 0px;
}

@media (min-width: 1200px) {
    section.def div.blog .g4.b.blog:nth-of-type(1) {
        margin-right: 10px;
    }

    section.def div.blog .g4.b.blog:nth-of-type(2) {
        margin-left: 10px;
    }

    img.img-subcription-mobile {
        display: none;
    }
}

@media (max-width: 1199px) {
    section.def div.blog {
        flex-direction: column;
    }

    section.def div.blog .g4.b.blog {
        margin-bottom: 20px !important;
    }

    img.img-subcription {
        display: none;
    }

    img.img-subcription-mobile {
        display: block;
        margin: 0px auto;
    }
}

section.def div.grpr,
section.def div.noresult {
    padding: 1px 20px 5px 20px;
}

/* --------------------------------------------------------------------------------------------- */
/* breadcrumb */

.breadcrumb li {
  display: inline;
}

.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  text-align: center;
  width: 14px;
  content: "»";
}

/*Modifs DLR 220228 et 220310*/
.d_ptma, .d_ptme{font-family: "Roboto", "Lucida Grande", Segoe UI, Helvetica, Arial, sans-serif;line-height:24px;}
.d_cat{font-weight:600;}
.d_ptma .d_cat{font-size:90%;}
.d_dfn, .d_gls{color:#124762;font-weight:500;}
.d_dtr{font-weight:500;font-size:90%;}
.d_dvl{padding-left:.5ex;}
.d_dvn::before{counter-increment:dvn;content : counter(dvn, decimal) ".";}
.d_dvn{padding-bottom:1ex;}
.d_dvr::before{counter-increment:dvr;content : counter(dvr, upper-roman) ".";color:white;background-color:black;padding:0 0.5ex;font-size:80%;}
.d_dvt:before{content:"– ";}
.d_dvt{display:block;padding-left:1ex;}
.d_lca{font-weight:400;}
.d_mta, .d_mtb, .d_opp{text-transform:none;color:#6c1f22;font-size:90%;font-weight:500;font-style:normal;}
.d_rmi::before{content:"● ";}
.d_rmi{display:block;}
.d_rvd{font-style:normal;font-size:95%;}
h3 .d_cat{font-weight:400;}
h3 .d_x{font-size:90%;}

/*Modifs DLR 240502-240503*/
.d_xpl .d_rmi::before{content:"";}
.d_xpl .d_rmi{display:inherit;}
.d_caf_tit{text-transform:none;color:#6c1f22;font-size:90%;font-weight:500;font-style:normal;}
.d_dtr{font-weight:700;font-size:80%;}
/* --------------------------------------------------------------------------------------------- */
/* trending words carousel */

:root {
    --color-used: #005f8b;
}

.slider {
    border-radius: 10px;
    overflow: hidden;
}

.slides {
    display: flex;
    width:300%;
}

.slides input {
    display: none;
}

.slide {
    width: 33.3%;
    transition: 2s;
}

#navigation-manual {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 2px solid transparent;
    transition: 1s;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background: var(--color-used);
}

.tendance-title.Mots {
    background: #005f8b;
}

.tendance-title.Conjugaisons {
    background: #d22027;
}

.tendance-title.Synonymes {
    background: #518c5e;
}

.no-shadow {
    box-shadow: none;
    background: transparent;
}

#tendance-title-shared {
    background : #005f8b;
    transition: 1s;
}

#full-slider-border {
    border : solid 3px #005f8b;
    transition : 1s;
}

.trendingWordsList {
    margin-top: 20px;
    width : 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px !important;
}


.trendingWordsList .blog-w-c {
    top: -17px;
}

.slide .trendingWordsList {
    margin-bottom: 10px !important;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.trendingWordsList.Mots {
    border : solid 3px #005f8b;
}

.trendingWordsList.Conjugaisons {
    border : solid 3px #d22027;
}

.trendingWordsList.Synonymes {
    border : solid 3px #518c5e;
}

.sous-titre-trend {
    margin-top:12px;
    text-align:center;
    margin-bottom:8px;
    font-weight:bold;
}

.trendingWordsList table {
    margin: 0 auto;
}

div.qualifio {
    border : solid 3px #005f8b;
}

div.qualifio .blog-c {
    background : #005f8b;
}

div.syn-quiz-tile {
    border : solid 3px #518c5e;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.syn div.syn-quiz-tile {
    margin-top: 50px !important;
}

div.syn-quiz-tile .blog-c {
    background : #518c5e;
}

div.syn-quiz {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-family: Lato, sans-serif;
}

div.syn-quiz .btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
}

div.syn-quiz .button {
    flex: 1;
    flex-grow: 1;
    display: block;
    border: none;
    color: #FFFFFF;
    background: #005f8b;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: Lato, sans-serif;
    padding: 12px 20px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    min-width: 240px;
}

div.syn-quiz .button:hover {
    background: #A4A4A4;
}

div.syn-quiz .button.answer,
div.syn-quiz .button.answer:hover {
    background: #F44336;
}

div.syn-quiz .button.answer.correct,
div.syn-quiz .button.answer.correct:hover {
    background: #4CAF50 !important;
}

div.syn-quiz a {
    text-decoration: underline;
}

div.syn-quiz a.all-syns {
    font-size: 18px;
    margin-top: 20px;
    display: none;
}

@media (min-width: 1530px) {
    body.syn div.syn-quiz .btn-container {
        flex-direction: row;
    }
}

@media screen and (max-width:739px) {
    div.syn-quiz-tile {
        margin-left: 28px;
        margin-right: 28px;
    }
}

@media screen and (max-width:479px) {
    div.qualifio, 
    div.trendingWordsList,
    div.syn-quiz-tile {
        min-height: 430px;
    }
}

.list-background {
    background-image: url(../../statics/medias/images/logo-seul.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.round-number {
    padding-right: 4px;
    padding-left: 3px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    min-width: 27px;
}

.round-number.Mots-round {
    background-color: #005f8b;
    border: 1px solid  #005f8b;
}

.round-number.Conjugaisons-round {
    background-color: #d22027;
    border: 1px solid  #d22027;
}

.round-number.Synonymes-round {
    background-color: #518c5e;
    border: 1px solid  #518c5e;
}

.trendingWordsList .legende-mots-tendance {
    text-align:right; 
    margin: 5px 20px 10px 0px;
    font-style:italic;
    font-size:13px;
}

#radio1:checked ~ .first {
    margin-left: 0;
}

#radio2:checked ~ .first {
    margin-left: -33.3%;
}

#radio3:checked ~ .first {
    margin-left: -66.6%;
}

/*css for automatic navigation*/

#navigation-auto {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}

#navigation-auto div {
    border: 2px solid var(--color-used);
    transition: 1s;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
    background-color: white;
}

#navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

.checked {
    background-color:var(--color-used) !important;
    transition: 1s;
}

 .gg-arrow-bottom-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    transform: scale(var(--ggs,1));
    border-right: 2px solid;
    color: red;
}

.gg-arrow-bottom-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    bottom: 3px;
    right: -3px;
    color: red;
}

 .gg-arrow-top-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    transform: scale(var(--ggs,1));
    border-right: 2px solid;
    color: green;
}

.gg-arrow-top-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 3px;
    right: -3px;
    color: green;
}

.gg-arrow-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    color: black;
    margin-left: -8px;
}

.gg-arrow-right::after,
.gg-arrow-right::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: 3px;
}

.gg-arrow-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    bottom: 7px;
}

.gg-arrow-right::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor;
}

/* --------------------------------------------------------------------------------------------- */
/* Page des Collocations */

#page_collocations .ws-an .ex,
#page_collocations .ws-an .def,
#page_inflections .ws-an .ex, 
#page_inflections .ws-an .def {
    padding-left: 15px;
    padding-right: 15px;
}

#page_collocations .ws-an,
#page_inflections .ws-an {
    display: inline-block;
}

#page_collocations .b {
    z-index: 2;
}

#exemples_container {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

/* --------------------------------------------------------------------------------------------- */
/* Onglet des Collocations */

#collos .collolink {
    padding-left: 20px;
}

#collos div:not(.c-w) > .collolink:last-child {
    padding-bottom: 7px;
}

#collos h4 {
  color: #9a59b5;
}

/* --------------------------------------------------------------------------------------------- */
  
.notBold {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

h3 .notBold {
  font-size: 0.9em;
}

h3 .sns {
  font-size: 80%;
}

#page_inflections #definitions ._links {
    color: rgb(34,125,171);
}
#page_inflections .flex_type {
    font-size: large;
}
#page_inflections #definitions ul {
    list-style: none;
}
#page_inflections #definitions ul li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

div.autopromo-correcteur > a {
    width: calc(100% - 20px);
    max-width: 400px;
    height: auto;
    content: url(/statics/medias/images/autopromo-lr-correcteur.gif);
}

div.autopromo-correcteur {
    text-align: center;
    margin-bottom: 20px;
}

body.syn section.browse + section.seealso {
  padding-top: 0;
}

body.syn section.browse + section.seealso > .b {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  padding-top: 0px;
}

body.syn section.browse:has(+ section.seealso) > .b {
  margin-bottom: 0;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}