/** --------------------------------------------------------------------------------------------------------------------------------------------
* Author		: @ptibat
* Dev start		: 18/04/2014
* Last modif	: 17/03/2022 11:05
* Description	: Fichier de config CSS par defaut
--------------------------------------------------------------------------------------------------------------------------------------------- */

@charset "UTF-8";

body{color : #000000;background-color : #FFFFFF;} ::-moz-selection  {color : #000000;background-color : #FFCC00;}::selection   {color : #000000;background-color : #FFCC00;}::-webkit-input-placeholder {color : #777777;}::-moz-placeholder  {color : #777777;}:-ms-input-placeholder  {color : #777777;}input:-moz-placeholder  {color : #777777;}body{--tab_size : 20px;--space_size : 1px;}[data-level="0"]{--level : 0;}[data-level="1"]{--level : 1;}[data-level="2"]{--level : 2;}[data-level="3"]{--level : 3;}[data-level="4"]{--level : 4;}[data-level="5"]{--level : 5;}[data-level="6"]{--level : 6;}[data-level="7"]{--level : 7;}[data-level="8"]{--level : 8;}[data-level="9"]{--level : 9;}[data-level="10"]{--level : 10;}body,input,select,optgroup,option,textarea,button{font-family : sans-serif;font-size : 14px;-webkit-appearance : none;-webkit-border-radius : 0;outline-width : 0;outline : none;} pre,xmp,blockquote,code,.code{padding : 10px;font-family : monospace;font-size : 12px;color : #0060e2;background-color : rgba( 0 , 0 , 0 , 0.03 );border-left : 4px solid #2063AA;white-space : pre-wrap;tab-size : 6;}span.code{display : inline-block;margin : 2px;padding : 4px 5px;background-color : rgba( 0 , 0 , 0 , 0.03 );border : 1px solid #DFDFDF;vertical-align : middle;border-radius : 3px;}a,a:link,a:visited,.link{text-decoration : none;cursor : pointer;color : #0000EE;-webkit-tap-highlight-color : rgba( 0 , 0 , 0 , 0.2 );}a:hover,.link:hover{cursor : pointer;text-decoration : underline;}.link,.link:hover,a.link,a.link:hover{color : #1633FF;}a.external:after{display : inline-block;content : "";margin-left : 4px;width : 14px;height : 14px;background-image : url( "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'><g fill='none' fill-rule='evenodd'><path d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/></g></svg>" );background-size : 14px 14px;background-position : center center;background-repeat : no-repeat;vertical-align : middle;opacity : 0.7;}a.external.white:after{background-image : url( "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'><g fill='none' fill-rule='evenodd'><path d='M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8'/></g></svg>" );}a.external:hover:after{opacity : 0.9;}.pointer{cursor : pointer;}.help{cursor : help;}.no_caret{color : transparent !important;text-shadow : 0 0 0 #000 !important;}.no_caret:focus{outline : none !important;}.effet{-webkit-transition : all 100ms ease;-moz-transition : all 100ms ease;-ms-transition : all 100ms ease;-o-transition : all 100ms ease;transition : all 100ms ease;-webkit-transform : translate3d(0,0,0);-moz-transform : translate3d(0,0,0);-ms-transform : translate3d(0,0,0);-o-transform : translate3d(0,0,0);transform : translate3d(0,0,0);}.effet.long{-webkit-transition : all 400ms ease;-moz-transition : all 400ms ease;-ms-transition : all 400ms ease;-o-transition : all 400ms ease;transition : all 400ms ease;}.blur{-webkit-filter : blur(0.25em);-ms-filter : blur(0.25em);-o-filter : blur(0.25em);filter : blur(0.25em);}img{border : none;vertical-align : middle;}img.grayscale{filter : gray;filter : url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter : grayscale(100%);}img.grayscale.disabled{filter : url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter : grayscale(0%);}img.fullsize,object.fullsize,embed.fullsize,video.fullsize {display : block;width : 100%;height : 100%;object-fit : cover;object-position : center center;}img.contain,object.contain,embed.contain,video.contain {object-fit : contain;}hr{border : none;background-color : #000000;height : 1px;}.hr2{height : 2px;}.hr3{height : 3px;}.hr4{height : 4px;}.hr5{height : 5px;}ol,ul{margin : 4px 0;padding-left : 20px;}ul li{padding : 0 0 1px 0;}ul.number{list-style : decimal;}ul.number li{padding-left : 5px;}ul.tiret{list-style : none;}ul.tiret li:before{position : relative;left : -8px;content : "-";}ul.tiret li{text-indent : -7px;}ul.virgules > li:not(:last-child)::after{content : ",";}ul.arrows{list-style : none;position : relative;}ul.arrows{padding-left : 2px;}ul.arrows li:before{position : relative;display : inline-block;content : "";margin-right : 7px;width : 14px;height : 14px;vertical-align : middle;background-image : url( "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCnZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTEsMTAuMmMwLDAuNiwwLjQsMSwxLDFoMTMuMWwtMy45LDMuOWMtMC40LDAuNC0wLjQsMSwwLDEuNGwwLjEsMC4xYzAuNCwwLjQsMSwwLjQsMS40LDBsNS43LTUuN2MwLjQtMC40LDAuNC0xLDAtMS40CmwtNS43LTUuN2MtMC40LTAuNC0xLTAuNC0xLjQsMGwtMC4xLDAuMWMtMC40LDAuNC0wLjQsMSwwLDEuNGwzLjksMy45SDJDMS40LDkuMiwxLDkuNiwxLDEwLjJ6Ii8+Cjwvc3ZnPgo=" );background-size : 14px 14px;background-position : center center;background-repeat : no-repeat;}h1,h2,h3,h4,h5{position : relative;margin-bottom : 5px;}body .f_thin {font-weight : 100;}body .f_extralight{font-weight : 200;}body .f_light {font-weight : 300;}body .f_semilight {font-weight : 350;}body .f_normal,body .f_regular {font-weight : 400;}body .f_medium {font-weight : 500;}body .f_semibold {font-weight : 600;}body .f_bold {font-weight : 700;}body .f_extrabold {font-weight : 800;}body .f_black {font-weight : 900;}body .f_extrablack{font-weight : 950;}p{display : block;margin-top : 1em;margin-bottom : 1em;margin-left : 0;margin-right : 0;}b,strong,.bold{font-weight : bold;}i, em,.italic{font-style : italic;}.monospaced{font-family : monospace;font-size : 12px;}u,.underline{text-decoration : underline;}.left{text-align : left !important;}.right{text-align : right !important;}.center{text-align : center !important;}.justify{text-align : justify !important;}.pre,code{display : block;white-space : pre-wrap;}.lines{white-space : pre-line;}.nowrap,.nbsp{white-space : nowrap;}.t_light,a.t_light,div.t_light,span.t_light,input.t_light{color : #999999;}.t_blue,a.t_blue,div.t_blue,span.t_blue,input.t_blue{color : #0000FF;} .small{font-size : 12px;}.monospaced.small{font-size : 11px;}.condensed{letter-spacing : -0.02em;}.uppercase{text-transform : uppercase;}.hyphens{-webkit-hyphens : auto;-moz-hyphens : auto;-ms-hyphens : auto;-o-hyphens : auto;hyphens : auto;}.padding{padding : 15px;}sup,sub{position : relative;font-size : 0.7em;line-height : 0.7em;text-decoration : none;}sup{bottom : 1px;vertical-align : super;}sub{top : 1px;vertical-align : sub;}.absolute{position : absolute;} .relative{position : relative;}.fixed{position : fixed;}.sticky{position : sticky;top : 0;}.f_left{float : left;} .f_right{float : right;}.m_auto{margin-left : auto;margin-right : auto;}.noflex{display : block !important;}.flex{display : -webkit-flex;display : flex;-webkit-flex-flow : wrap;flex-flow : wrap;}.flexbox{-webkit-flex : 1 auto;flex : 1 auto;}.clearfix:before,.clearfix:after{content : "\0020";display : block;overflow : hidden;visibility : hidden;width : 0;height : 0;}.clearfix:after,.clear{clear : both;}.nomargin{margin : 0;}.nopadding{padding : 0;}.autocenter,.vertical_center{display : grid;align-items : center;justify-content : center;}.autocenter{text-align : center;}.autocenter > img{position : relative;left : 50%;transform : translateX(-50%);}.autocenter > *{margin : auto;}.autosize{position : relative;padding-bottom : 56.25%;height : 0;overflow : hidden;}.autosize.ratio-4-3{padding-bottom : 75%;}.autosize.ratio-3-2{padding-bottom : 66.66%;}.autosize.ratio-1-1{padding-bottom : 100%;}.autosize iframe,  .autosize object,  .autosize embed,  .autosize video,  .autosize audio{position : absolute;top : 0;left : 0;width : 100%;height : 100%;}.obfuscate{unicode-bidi : bidi-override;direction : rtl;} .obfuscate span{display : none;}.hidden,.captcha{visibility : hidden;}.captcha{margin : 0 !important;padding : 0 !important;width : 0 !important;height : 0 !important;}.hide{display : none;}.force_hide{position : absolute;top : -9999px;left : -9999px;}select:-moz-focusring{color : transparent;text-shadow : 0 0 0 #000;}.noselect{-webkit-touch-callout : none;-webkit-user-select : none;-khtml-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none;}select.minimalist{-webkit-appearance : none;-moz-appearance : none;}.strikeout{position : relative;}.strikeout::after{content : "";position : absolute;top : 50%;left : 0;right : 0;border-bottom : 2px solid #DA0000;}.disable_double_tap_zoom{touch-action : manipulation;}.no_event{pointer-events : none;}.overflow{overflow : visible !important;}.nooverflow{overflow : hidden !important;}span[class^="tab"]{display : inline-block;margin : 0;width : calc(var(--tab_size) * 1 );height : 1em;}span.tab2  {width : calc(var(--tab_size) * 2 );}span.tab3  {width : calc(var(--tab_size) * 3 );}span.tab4  {width : calc(var(--tab_size) * 4 );}span.tab5  {width : calc(var(--tab_size) * 5 );}span.tab6  {width : calc(var(--tab_size) * 6 );}span.tab7  {width : calc(var(--tab_size) * 7 );}span.tab8  {width : calc(var(--tab_size) * 8 );}span.tab9  {width : calc(var(--tab_size) * 9 );}span.tab10  {width : calc(var(--tab_size) * 10 );}div[class^="space"]{height : calc(var(--space_size) * 1 );}div.space2  {height : calc(var(--space_size) * 2 );}div.space3  {height : calc(var(--space_size) * 3 );}div.space4  {height : calc(var(--space_size) * 4 );}div.space5  {height : calc(var(--space_size) * 5 );}div.space6  {height : calc(var(--space_size) * 6 );}div.space7  {height : calc(var(--space_size) * 7 );}div.space8  {height : calc(var(--space_size) * 8 );}div.space9  {height : calc(var(--space_size) * 9 );}div.space10  {height : calc(var(--space_size) * 10 );}div.space20  {height : calc(var(--space_size) * 20 );}div.space30  {height : calc(var(--space_size) * 30 );}div.space40  {height : calc(var(--space_size) * 40 );}div.space50  {height : calc(var(--space_size) * 50 );}div.space60  {height : calc(var(--space_size) * 60 );}div.space70  {height : calc(var(--space_size) * 70 );}div.space80  {height : calc(var(--space_size) * 80 );}div.space90  {height : calc(var(--space_size) * 90 );}div.space100 {height : calc(var(--space_size) * 100 );}div.space120 {height : calc(var(--space_size) * 120 );}div.space150 {height : calc(var(--space_size) * 150 );}div.space200 {height : calc(var(--space_size) * 200 );}div.space300 {height : calc(var(--space_size) * 300 );}div.space400 {height : calc(var(--space_size) * 400 );}div.space500 {height : calc(var(--space_size) * 500 );}div.space1000 {height : calc(var(--space_size) * 1000 );}.info,.note,.notice,.tag,.important,.erreur,.error{display : inline-block;vertical-align : middle;padding : 4px 6px;border-radius : 2px;}.info.big,.note.big,.notice.big,.tag.big,.important.big,.erreur.big,.error.big{padding : 12px 20px;}div.info,div.note,div.notice,div.tag,div.important,div.erreur,div.error{display : block;}.notice,.message{color : #0080a6 !important;background-color : #DBF1F7 !important;}.info,.message.ok{color : #117700 !important;background-color : #D8EFAC !important;}.note{color : #6B4E00 !important;background-color : #FFF19B !important;} .erreur{color : #FFFFFF !important;background-color : #DC143C !important;}.important,.message.error{color : #AA0000 !important;background-color : #FCD1D1 !important;}.message{display : block;margin : 5px 0;padding : 30px 20px;text-align : center;}.tag{vertical-align : middle;margin : 1px;color : #333333;background-color : #A2A2A1;}.tag,.tag{color : #FFFFFF;}.ombre{box-shadow : 0 0 20px rgba( 0 , 0 , 0, 0.4 );}.ombre_top {box-shadow : 0 -0.5em 0.8em -0.5em rgba(0,0,0,0.4);}.ombre_left {box-shadow : -0.5em 0 0.8em -0.5em rgba(0,0,0,0.4);}.ombre_right{box-shadow : 0.5em 0 0.8em -0.5em rgba(0,0,0,0.4);}.ombre_bottom{box-shadow : 0 0.5em 0.8em -0.5em rgba(0,0,0,0.4);}.bouton,a.bouton,.bouton:not(.disabled):hover{display : inline-block;position : relative;margin : 2px 0;vertical-align : middle;cursor : pointer;text-align : center;border : none;border-radius : 3px;-webkit-touch-callout : none;-webkit-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none;}.bouton,a.bouton,.tag.large{color : #333333;background-color : #E3E3E3;padding : 5px 18px;}.bouton.ombre{box-shadow : 0 0 3px rgba( 0 , 0 , 0, 0.4 );-webkit-transition : all 100ms ease;-moz-transition : all 100ms ease;-ms-transition : all 100ms ease;-o-transition : all 100ms ease;transition : all 100ms ease;}.bouton.ombre:active{box-shadow : 0 0 2px rgba( 0 , 0 , 0, 0.2 );}.bouton.disabled{cursor : default !important;}input.bouton,button.bouton{padding : 2px 15px 3px 15px;}.bouton *{color : inherit;}.bouton.extended::before{content : "";position : absolute;left : -0.6em;right : -0.6em;top : -0.6em;bottom : -0.6em;border-radius : inherit;}.bouton:hover{background-color : #CFCFCF;text-decoration : none;}.bouton:active{color : #FFFFFF !important;background-color : #222222 !important;text-decoration : none;} .bouton.large{min-width : 200px;padding-left : 50px;padding-right : 50px;}input.bouton.large,button.bouton.large{padding : 2px 50px 3px 50px;} .bouton.big{padding : 8px 30px 10px 30px;font-size : 18px;}.bouton.border,.bouton.border:hover{border-radius : 2px;border-width : 1px;border-style : solid;border-color : rgba( 0 , 0 , 0 , 0.6 ) !important;}.bouton.d3{box-shadow : 0 0.1em #888 ;transform : translateY( -0.1em );transition : all 0.01s ease-in;}.bouton.d3:active,.bouton.d3.active {box-shadow : none;transform : translateY(0);}.btn{z-index : 1;display : inline-block;position : relative;padding : 4px 10px;text-transform : uppercase;font-weight : bold;color : #0000DD;background : none !important;border : 2px solid #0000DD;outline : 0;overflow : hidden;cursor : pointer;-webkit-transition : all 0.1s ease-in;transition : all 0.1s ease-in;}.btn:hover{color : #FFFFFF;background : #0000DD !important;}.btn.animate,.bouton.animate{z-index : 1;display : inline-block;position : relative;-webkit-transition : all 0.15s ease-in;transition : all 0.15s ease-in;}.btn.animate:hover,.bouton.animate:hover{color : #FFFFFF;}.btn.animate:before,.bouton.animate:before{z-index : -1;content : "";position : absolute;top : 0;bottom : 0;left : 0;right : 100%;background : #0000DD;-webkit-transition : all 0.15s ease-in;transition : all 0.15s ease-in;}.bouton.animate:before{border-radius : 3px;}.btn.animate:hover:before,.bouton.animate:hover:before{right : 0;}.bouton.gris,.tag.gris   {background-color : #cbcfd2;}.bouton.gris:not(.disabled):hover,.bouton.gris.current {background-color : #b9bdc2;}.bouton.gris,.bouton.gris *,.tag.gris,.tag.gris *   {color : #222222;}.bouton.framboise,.tag.framboise  {background-color : #ed5565;}.bouton.framboise:not(.disabled):hover,.bouton.framboise.current{background-color : #da4453;color : #FFFFFF;}.bouton.framboise,.bouton.framboise *,.tag.framboise,.tag.framboise *  {color : #FFFFFF;}.bouton.rouge,.tag.rouge   {background-color : #DC143C;} .bouton.rouge:not(.disabled):hover,.bouton.rouge.current {background-color : #FF0134;color : #FFFFFF;}.bouton.rouge,.bouton.rouge *,.tag.rouge,.tag.rouge *  {color : #FFFFFF;}.bouton.orange,.tag.orange   {background-color : #ff6f2f;}.bouton.orange:not(.disabled):hover,.bouton.orange.current {background-color : #f54b00;color : #FFFFFF;}.bouton.orange,.bouton.orange *,.tag.orange,.tag.orange *  {color : #FFFFFF;}.bouton.jaune,.tag.jaune   {background-color : #ffce54;}.bouton.jaune:not(.disabled):hover,.bouton.jaune.current {background-color : #ffbe3b;}.bouton.jaune,.bouton.jaune *,.tag.jaune,.tag.jaune *  {color : #222222;}.bouton.vert,.tag.vert   {background-color : #23AB11;}.bouton.vert:not(.disabled):hover,.bouton.vert.current {background-color : #1d9c0c;color : #FFFFFF;}.bouton.vert,.bouton.vert *,.tag.vert,.tag.vert *   {color : #FFFFFF;}.bouton.menthe,.tag.menthe   {background-color : #48cfad;}.bouton.menthe:not(.disabled):hover,.bouton.menthe.current {background-color : #37bc9b;color : #FFFFFF;}.bouton.menthe,.bouton.menthe *,.tag.menthe,.tag.menthe *  {color : #FFFFFF;}.bouton.cyan,.tag.cyan   {background-color : #05B9D6;}.bouton.cyan:not(.disabled):hover,.bouton.cyan.current {background-color : #3bafda;color : #FFFFFF;}.bouton.cyan,.bouton.cyan *,.tag.cyan,.tag.cyan *   {color : #FFFFFF;}.bouton.bleu,.tag.bleu   {background-color : #3975ef;}.bouton.bleu:not(.disabled):hover,.bouton.bleu.current {background-color : #4058e8;color : #FFFFFF;}.bouton.bleu,.bouton.bleu *,.tag.bleu,.tag.bleu *   {color : #FFFFFF;}.bouton.violet,.tag.violet   {background-color : #a071ff;}.bouton.violet:not(.disabled):hover,.bouton.violet.current {background-color : #804fe1;color : #FFFFFF;}.bouton.violet,.bouton.violet *,.tag.violet,.tag.violet *  {color : #FFFFFF;}.bouton.rose,.tag.rose   {background-color : #ff71b7;}.bouton.rose:not(.disabled):hover,.bouton.rose.current {background-color : #ff3c9c;color : #FFFFFF;}.bouton.rose,.bouton.rose *,.tag.rose,.tag.rose *   {color : #FFFFFF;}.bouton.gris_fonce,.tag.gris_fonce  {background-color : #656d78;}.bouton.gris_fonce:not(.disabled):hover,.bouton.gris_fonce.current{background-color : #434a54;color : #FFFFFF;}.bouton.gris_fonce,.bouton.gris_fonce *,.tag.gris_fonce,.tag.gris_fonce *  {color : #FFFFFF;}.bouton.gris_clair,.tag.gris_clair  {background-color : #e3e3e3;}.bouton.gris_clair:not(.disabled):hover,.bouton.gris_clair.current{background-color : #cfcfcf;color : #444444;}.bouton.gris_clair,.bouton.gris_clair *,.tag.gris_clair,.tag.gris_clair *  {color : #444444;}.bouton.jaune_clair,.tag.jaune_clair  {background-color : #ffeb9b;}.bouton.jaune_clair:not(.disabled):hover,.bouton.jaune_clair.current{background-color : #fde585;}.bouton.jaune_clair,.bouton.jaune_clair *,.tag.jaune_clair,.tag.jaune_clair *  {color : #6b4600;}.bouton.vert_clair,.tag.vert_clair  {background-color : #d0f2ab;}.bouton.vert_clair:not(.disabled):hover,.bouton.vert_clair.current{background-color : #bef285;color : #315d00;}.bouton.vert_clair,.bouton.vert_clair *,.tag.vert_clair,.tag.vert_clair *  {color : #315d00;}.bouton.bleu_clair,.tag.bleu_clair  {background-color : #c8edf8;}.bouton.bleu_clair:not(.disabled):hover,.bouton.bleu_clair.current{background-color : #bce9f6;}.bouton.bleu_clair,.bouton.bleu_clair *,.tag.bleu_clair,.tag.bleu_clair *  {color : #006775;}.bouton.rouge_clair,.tag.rouge_clair  {background-color : #fcc6c6;}.bouton.rouge_clair:not(.disabled):hover,.bouton.rouge_clair.current{background-color : #ffbebe;color : #960202;}.bouton.rouge_clair,.bouton.rouge_clair *,.tag.rouge_clair,.tag.rouge_clair *  {color : #960202;}.bouton.orange_clair,.tag.orange_clair  {background-color : #FFD193;}.bouton.orange_clair:not(.disabled):hover,.bouton.orange_clair.current{background-color : #FFC16E;color : #744300;}.bouton.orange_clair,.bouton.orange_clair *,.tag.orange_clair,.tag.orange_clair * {color : #744300;}.bouton.fluo,.tag.fluo   {background-color : #7FFF00;}.bouton.fluo:not(.disabled):hover,.bouton.fluo.current {background-color : #77ef00;color : #333;}.bouton.fluo,.bouton.fluo *,.tag.fluo,.tag.fluo *   {color : #333;}.bouton.flashy,.tag.flashy   {background-color : #FF1493;}.bouton.flashy:not(.disabled):hover,.bouton.flashy.current {background-color : #ea007d;color : #FFFFFF;}.bouton.flashy,.bouton.flashy *,.tag.flashy,.tag.flashy *  {color : #FFFFFF;}.bouton.gold,.tag.gold   {background-color : #ffe500;}.bouton.gold:not(.disabled):hover,.bouton.gold.current {background-color : #fcc500;color : #333;}.bouton.gold,.bouton.gold *,.tag.gold,.tag.gold *   {color : #333;}.bouton.aqua,.tag.aqua   {background-color : #00FFFF;}.bouton.aqua:not(.disabled):hover,.bouton.aqua.current {background-color : #00f2f2;color : #333;}.bouton.aqua,.bouton.aqua *,.tag.aqua,.tag.aqua *   {color : #333;}.bouton2{display : inline-block;margin : 2px 0;padding : 4px 15px 3px 15px;vertical-align : middle;cursor : pointer;text-align : center;color : #333333;background-color : #f4f4f4;border-width : 1px;border-radius : 2px;border-style : solid;border-color : #d8d8d8;}input.bouton2,button.bouton2{padding : 4px 15px 3px 15px;}.bouton2,*.bouton2,.bouton2 *{color : #333333;}.bouton2:hover{color : #333333;background-color : #f1f1f1;border-color : #b7b7b7;text-decoration : none;} .bouton2.large,input.bouton2.large,button.bouton2.large{min-width : 200px;padding-left : 50px;padding-right : 50px;}.tag.bubble{text-align : center;padding : 0.2em 0.6em 0.3em 0.6em !important;border-radius : 15px !important;}.tag.bubble.large{min-width : 30px;padding : 0.2em 1.5em 0.3em 1.5em !important;}.tag.left_arrow{padding-left : 20px;padding-right : 12px;clip-path : polygon( 10px 0% , 100% 0% , 100% 100% , 10px 100% , 0 50% );}.tag.right_arrow{padding-left : 12px;padding-right : 20px;clip-path : polygon( 0% 0% , calc( 100% - 10px ) 0% , 100% 50% , calc( 100% - 10px ) 100% , 0% 100% );}.tag.double_left_arrow,.tag.double_right_arrow{padding-left : 20px;padding-right : 20px;}.tag.double_left_arrow{clip-path : polygon( 100% 0% , calc( 100% - 10px ) 50% , 100% 100%, 10px 100% , 0% 50% , 10px 0%);}.tag.double_right_arrow{clip-path : polygon( calc( 100% - 10px ) 0% , 100% 50% , calc( 100% - 10px ) 100% , 0% 100% , 10px 50% , 0% 0%);}.tag.double_left_arrow.chained,.tag.double_right_arrow.chained{margin-left : -4px;margin-right : -4px;}input{text-overflow : ellipsis;}input[type="checkbox"]{-webkit-appearance : checkbox;}input[type="radio"]{-webkit-appearance : radio;}input[type="submit"]{cursor : pointer;}input[type="range"]{height : 18px;border-radius : 10px;background-color : #EDEDED;border : 1px solid #CCCCCC;vertical-align : middle;cursor : ew-resize;}input[type="range"]:hover,input[type="range"]:focus{background-color : #EAEAEA;border : 1px solid #CCCCCC;}input[type="range"]::-moz-range-thumb{-webkit-appearance : none;width : 18px;height : 18px;border-radius : 18px;background-color : #A1D0FF;border : 1px solid #2497E3;cursor : pointer;}input[type="range"]::-webkit-slider-thumb{-webkit-appearance : none;width : 18px;height : 18px;border-radius : 18px;background-color : #A1D0FF;border : 1px solid #2497E3;cursor : pointer;}input[type="range"]::-moz-range-thumb:hover{box-shadow : 0 0 5px rgba(0,0,0,0.3);}input[type="range"]::-webkit-slider-thumb:hover{box-shadow : 0 0 5px rgba(0,0,0,0.3);}input[type="range"]::-moz-focus-outer{border : 0;}input[type="number"]{-moz-appearance : textfield;}input[disabled],input[disabled="disabled"]{opacity : 0.4;cursor : default;outline-width : 0;outline : none;-webkit-text-fill-color : inherit;}textarea,select,input[type="text"],input[type="number"],input[type="date"],input[type="password"],input[type="email"]{display : inline-block;margin : 1px 0;padding : 4px 8px;border : 1px solid #A6A6A6;box-shadow : inset 0 1px 1px 0 rgba( 0 , 0 , 0 , 0.2 );resize : none;}textarea:focus,select:focus,input[type="text"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="email"]:focus{color : #C11A46;border : 1px solid #828282;}input:required,select:required,textarea:required{border-left-width : 4px !important;border-left-color : #F88;}input:required:focus,select:required:focus,textarea:required:focus{border-color : #A66;border-left-color : #F00;}input.date{width : 100px;text-align : center;}input.date_heure{width : 150px;text-align : center;}input.rouge {background-color : #F7E1E2;}input.orange{background-color : #F4ECE1;}input.jaune {background-color : #F7F5E1;}input.vert {background-color : #DBEFCE;}input.bleu {background-color : #E1EFF7;}textarea.resize{resize : both;}select{-webkit-appearance : none;-moz-appearance : none;appearance : none;}select:not([multiple]){padding : 2px 25px 2px 8px;background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23999999'><polygon points='0,0 100,0 50,50'/></svg>");background-size : 15px;background-position : calc( 100% - 5px ) 9px;background-repeat : no-repeat;}select:not([multiple]):hover{background-image : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23C11A46'><polygon points='0,0 100,0 50,50'/></svg>");}select.levels > option[data-level]{padding-left : calc( ( var(--level) + 0.4 ) * 1.4em);}select.levels > option[data-level="0"]{font-weight : 700;background-color : rgba( 193 , 26 , 70 , 0.1 );}select.levels > option[data-level]:before{content : "\21B3\00A0 ";}select.levels > option[data-level="0"]:before{content : "";}input::-ms-clear{display : none;}  body.mceContentBody{padding : 5px;}span.checkbox,span.radio{display : inline-block;margin : 1px 0 1px 0;padding : 0;}span.checkbox > input[type="checkbox"],span.radio > input[type="radio"]{display : none;}span.checkbox > label,span.radio > label{display : inline-block;cursor : pointer;-webkit-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none;}span.checkbox > label:before,span.radio > label:before{content : "";display : inline-block;margin : 0 5px 1px 0;width : 16px;height : 16px;vertical-align : middle;text-align : center;cursor : pointer;color : #000000;background-color : rgba( 0 , 0 , 0 , 0.1 );background-position : center center;background-repeat : no-repeat;border-radius : 10px;border-width : 2px;border-style : solid;border-color : rgba( 0 , 0 , 0 , 0.3 );-webkit-transition : all 200ms ease;-moz-transition : all 200ms ease;-ms-transition : all 200ms ease;-o-transition : all 200ms ease;transition : all 200ms ease;}span.checkbox:hover > label:before,span.radio:hover > label:before{border-color : #01AD12;}span.checkbox > input[type="checkbox"]:checked + label:before,span.radio > input[type="radio"]:checked + label:before{border-color : #01AD12;background-color : #01AD12;background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M13.613%2027.068l-7.94-7.28q-.285-.267-.442-.613t-.172-.7.11-.71.394-.638q.52-.583%201.3-.614T8.225%2017l6.13%205.626%208.79-17q.363-.693%201.104-.93t1.433.118.93%201.103-.126%201.442L16.56%2026.55q-.204.394-.558.654t-.78.34q-.063.015-.118.023t-.11.008-.102%200q-.74%200-1.276-.504z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");background-size : 14px auto;}span.checkbox > input[type="checkbox"]:disabled + label:before,span.radio > input[type="radio"]:disabled + label:before{border-color : rgba( 0 , 0 , 0 , 0.1 );background-color : #E2DEDE;cursor : not-allowed;}span.checkbox.bleu:hover > label:before,span.radio.bleu:hover > label:before{border-color : #0071C1;}span.checkbox.bleu > input[type="checkbox"]:checked + label:before,span.radio.bleu > input[type="radio"]:checked + label:before{border-color : #0071C1;background-color : #0071C1;}span.checkbox.jaune:hover > label:before,span.radio.jaune:hover > label:before{border-color : #FEA700;}span.checkbox.jaune > input[type="checkbox"]:checked + label:before,span.radio.jaune > input[type="radio"]:checked + label:before{border-color : #FEA700;background-color : #FEA700;}span.checkbox.orange:hover > label:before,span.radio.orange:hover > label:before{border-color : #EF5B00;}span.checkbox.orange > input[type="checkbox"]:checked + label:before,span.radio.orange > input[type="radio"]:checked + label:before{border-color : #EF5B00;background-color : #FF6607;}span.checkbox.rouge:hover > label:before,span.radio.rouge:hover > label:before{border-color : #EE0000;}span.checkbox.rouge > input[type="checkbox"]:checked + label:before,span.radio.rouge > input[type="radio"]:checked + label:before{border-color : #EE0000;background-color : #EE0000;}span.checkbox.gris:hover > label:before,span.radio.gris:hover > label:before{border-color : #A0A0A0;}span.checkbox.gris > input[type="checkbox"]:checked + label:before,span.radio.gris > input[type="radio"]:checked + label:before{border-color : #A0A0A0;background-color : #A0A0A0;}span.radio > input[type="radio"]:checked + label:before{background-image : url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Calque_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2020%22%20enable-background%3D%22new%200%200%2020%2020%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%224%22%2F%3E%3C%2Fsvg%3E");}table.tableau{width : 100%;border-spacing : 0px;border-collapse : collapse;}table.tableau.borders,table.tableau.borders th,table.tableau.borders td{border : 1px solid #CCCCCC;}table.tableau > thead > tr > th,table.tableau > tbody > tr > td{padding : 4px;vertical-align : top;}table.tableau > thead > tr > th{text-align : left;color : #FFFFFF;background-color : #141E8B;}table.tableau.lines{white-space : inherit;}table.tableau.lines > tbody > tr:nth-child(odd) > td{background-color : rgba( 0 , 0 , 0 , 0.03 );}table.tableau.lines > tbody > tr:nth-child(even) > td{background-color : rgba( 0 , 0 , 0 , 0.07 );}table.tableau.hover > tbody > tr:hover > td{background-color : #E5E0D7;}.table,.table100{display : table;}.table100{width : 100%;} .table_row{display : table-row;} .table_cell{display : table-cell;padding : 2px;}.btn_confirm{display : inline-block;vertical-align : center;height : 24px;line-height : 22px;}.btn_confirm_span_1,.btn_confirm_span_2,.btn_confirm_link_oui,.btn_confirm_link_non{display : inline-block;height : 24px;line-height : 22px;font-size : 12px;}.btn_confirm_span_1{padding : 0px 10px;color : #9a9294;border-radius : 2px;}.btn_confirm_span_1:hover{color : #FFFFFF;background-color : #AA0000;cursor : pointer;}.btn_confirm_span_2{display : none;padding-left : 9px;color : #EA0000;}.btn_confirm_link_oui{margin-left : 10px;}.btn_confirm_link_oui,.btn_confirm_link_non{padding : 0 5px;border-radius : 2px;color : #000000 !important;}.btn_confirm_link_oui:hover,.btn_confirm_link_non:hover{color : #FFFFFF;color : #FFFFFF !important;text-decoration : none;cursor : pointer;}.btn_confirm_link_oui:hover{background-color : #AA0000;}.btn_confirm_link_non:hover{background-color : #00AD00;}.colonnes2  {column-count : 2;}.colonnes3,.colonnes{column-count : 3;}.colonnes4  {column-count : 4;}.colonnes5  {column-count : 5;}.colonnes6  {column-count : 6;}[class*="colonnes"] > .colonne {break-inside : avoid-column;}[class*="grid"]{display : grid;grid-gap : 0rem;grid-template-columns : repeat( 4 , 1fr );grid-template-rows : 1fr;grid-auto-flow : dense;}[class*="grid"].spaced{grid-gap : 0.6rem;}[class*="grid"] > div{grid-column-end : span 1;grid-row-end : span 1;}.grid1{grid-template-columns : repeat(  1 , 1fr );}.grid2{grid-template-columns : repeat(  2 , 1fr );}.grid3{grid-template-columns : repeat(  3 , 1fr );}.grid4{grid-template-columns : repeat(  4 , 1fr );}.grid5{grid-template-columns : repeat(  5 , 1fr );}.grid6{grid-template-columns : repeat(  6 , 1fr );}.grid7{grid-template-columns : repeat(  7 , 1fr );}.grid8{grid-template-columns : repeat(  8 , 1fr );}.grid9{grid-template-columns : repeat(  9 , 1fr );}.grid10{grid-template-columns : repeat( 10 , 1fr );}.blink{-webkit-animation : blink 0.9s infinite;-moz-animation : blink 0.9s infinite;-ms-animation : blink 0.9s infinite;animation : blink 0.9s infinite;}@keyframes blink;{0% { opacity: 0;}  1%  {opacity: 1;}  49%  {opacity: 1;}  50%  {opacity: 0;}  100%  {opacity: 0;} }@-webkit-keyframes blink;{0% { opacity: 0;}  1%  {opacity: 1;}  49%  {opacity: 1;}  50%  {opacity: 0;}  100%  {opacity: 0;} }.multiply{mix-blend-mode : multiply;}.isolate{isolation : isolate;}@media print;{.no-print, .no-print * { display : none !important;} }@media ( prefers-reduced-motion : reduce );{.animation {} }
