Vous êtes sur la page 1sur 24
: : datos de forma estructurada a menudo, tas tablas han adoptado conat MMe Is functon de dar formate a le Pagina, permitiendo asf dividir la pégina en “Zonas facilmente accesibles. Ast, las paginas HTML estaban constituidas 4 menudo por - fumerosas tablas unas dentro de otras que dificultaban la lectura del codigo, Aanfe este estado de cosas, el WSC debia reacionarinitando aos creadores de pégines nab ser ts razonabes, tat oo 02 No estén destinadas a dar formato y es pretrinic ye optar siempre que sea posible por alternativas basadas en hojas de estito, Los defensores de las tablas para la presentacién y los que estén en contra mantienen apasionadas discusiones en blogs y foros, Podemos resumir sus intervenciones en dos puntos: + El W3C no prohibe el uso de las tablas para dar formato a la Pagina. Insiste incluso en su_lado practico para Construcciones destinadas tedricamente a datos como la estructuracién de paginas con imagenes, formularios y tablas anidadas Por el contraria, el W3C desaconseja el uso excesivo de tablas para la presentacién de la pagina ya que pueden Plantear problemas de visualizacin (lentitud de carga de la pagina, uso de la barra de desplazamiento horizontal) y también porque los soportes no ujsuales como las interfaces vocales y los lectores de pantalla braiie oe interpretan con dificultad. A. La estructura de una tabla Las tablas se crean con la stiqueta ...
. Se construye a continua- cién fila a fila mediante la etiqueta ... . Estas filas Incluyen una o varias celda(s) definida(s) por la Stiqueta ... , a a En la ldgica del XHTML, la tabla anterior se Construye de la siguiente manera: ~ se declara la creacién de una tabla Por medio de ia etiqueta ; esta tabla incluye una primera fila } esta fila incluye una primera celda ; ~ Sigue entonces la escritura de 1a Segunda caida, ; fa etiqueta termina esta primera linea; Se pasa a fa construccion de Ia linea siguiente de nuevo con 3 y ; 'a etiqueta termina la segunda fila; 2g XHTML y CSS Mii ii “iil & 2 ® & i 8 8 + y finalmente, ja tabla se cierra con la etiqueta
; el contenido de esta celda es ia cifra 1; cierre de esta primera celda mediante 24
. EI cédigo completo serfa: (Gpoct yee html PUBLIC "-//W3C//DTD XHTML 1.0 Strict //EN" onbep ://www.w3 .org/TR/xhtml1/DID/xhtmLinstrict.dtd"> Las tablas yen sming="http: //wwi.w3.org/1399/xhtml" xmi:lang="es" lang="es"> cbitleoxeIML neta http-equiv="Content-Type" content="text/html charseteiso-B859-15" /> \ edo este eur> cd> 3¢/td> de/ta> ferme
| Resultado ee GU Me teal eked Comentario La etiqueta posee numerosos atributos. 1. Los bordes de la tabla El atributo bdrder="«" donde x es un nimero expresado en pixeles permite definir el grosor del borde. Los nuevos estandares del cédigo fuente ‘<[DOCTYPE hemi PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" http://www. w3.org/TR/xhtml1/DTD/xhtmlt-strict .dtd"> t xHTML
12 3
i 4 Resultado a Seas e ttt Comentarios Sefialemos que el atributo bordercolor que permitfa aplicar un color al borde ya no esta presente en las especificaciones del XHTML estricto ya que era una etiqueta propietaria de Microsoft. Fl color de los bordes deber4 declararse mediante una hoja de estilo CSS. to mismo ocurre con los atributos bordercolordark y bordercolorlight. . Ea XHTML y CSS. a Las tablas eee tee 2. El tamafio de la tabla La anchura de la tabla viene determinada por el atributo width="x", donde x es un 3 qdmero expresado en pixeles, 0 por width="x%" que corresponde a un porcentaje de la ventana del explorador. Ejemple XHTML b a stable border="1" width="758"> etd>12 3 a [ Resultado Comentario , Notese que el atributo height que en HTML permitfa fijar la altura de la tabi: cido en el doctype XHTML estrcto, Penmitia fi a tabla ha desapare- © Eqitions ENt - Ail rights reserved Los nuevos estandares del cédigo fuente td ce ttn | Capitulo 4 3 3. El espacio entre las celdas El espacio entre tas celdas de fa tabla se define mediante el atributo cellspacing=*x! donde x es un nlimero expresado en pixeles. Por defecto, este espacio entre las celdas es de 2 pixeles. Ejemplo Para un espacio entre las celdas de 10 pixeles: 4 xHTML 2 7 i cboay> ‘ | j ce i ¢ Std>3
Lé/td>2
a !
Resultado Pe CRC St ea 4 ‘ EJ XHTML y CSS a Las tablas rennet comentario Se ha aftadido un color de fondo a las celdas para ver mejor el espacio entre las mismas. 2 foja de estilo CSS esté ausente del cédigo de! ejemplo. 4. El margen interior de las celdas EI margen interior de las celdas es el espacio que separa el borde de las celdas de su contenido. El atributo cellpadding="x", donde x es un numero expresado en pixeles, permite modificar este espaciado. De manera predeterminada, este margen es de 1 pixel, lo que en general es poco estética ya que el texto esté literalmente pegado al bord. Es preferble, pues, un margen interno de 30 5 pixeles. gjemplo Para un espacio de 10 pixeles: TIpOCTYPE html PUBLIC "-//W3C//DID XHTML 1.0 Strict//EN" spttp://www.w3.org/TR/xbtini 1/DTD/xhtmli-strict .dtd"> chtml xminse"http://uw.w3.0rg/1999/xhtmL" xml:lang="es" lang="es"> xHTMLe/title> meta http-equiv="Content-Type” content="text/html; charset=iso-8859-15" /> </head> <body> <table border="1" celipadding="10"> <tr> <tdol</td><td>2</td> </tr> <tr> <td>3</td><td>a</ta> </tr> </tabie> </body> </bemi> @ Eaitions ENE - All rights reserved a i Capitulo 4 Resultado Comentario : | 5. El resumen de la tabla Los exploradores visuales no mostrarén nunca este resumen de la tabla, Est4 exclusiva: j Mente concebido para las interfaces vocales. En realidad, las tablas son un verdadero . rompecabezas para aquelias; principalmente, porque se leen fila a fila (cf, la elaboracion de A i las tablas en XHTML) y no afrecen la posibilidad de tener una visién giobal previa, EI atributo sunmary="Texto del resumen ofrece la posibilidad de presentar un resumen de la tabla, Este resumen sera en general mas explicito que ia etiqueta 4 <caption> de la cabecera de la tabla (cf, El titulo de la tabla del presente capitulo). Ejempio Stable summary="Esta tabla presenta la correspondencia, letta por letra, 5 entre el alfabeto normal y el alfabeto braille"> a 6. Y eso es todo Ademés de,los bordes especificos de las tablas, que se abordardn en el punto Los bordes de la tabla, no hay més atributos en XHTML estricto. a go XHTML y css) eee ; Las tablas © Eqitions ENN - All rights reserved para los atributos align="center" y align="right" que en HTML permitfan centrar 9 alinear 2 la derecha la tabla en la pagina, en adelante conviene utilizar las hojas de estilo. B. Las lineas de las tablas Las lineas de la tabla se introducen mediante ta etiqueta <tr> ... </tr>. Los atributos de la etiqueta <tr> son: itributo de alineacién horizontal left" (por defecto} para la alineacién izquierda, ‘center para la alineacién centrada, right" para la alineacién derecha. La alineacién horizontal, as{ definida, se aplica a todas las celdas de la fila. - el atributo de alineacién vertical: valign="top* para una alineaci6n superior. valign="midcle" (por defecto) para una alineacién centrada. valign="bottom' para una alineacién inferior. Valign="baseline" para una alineacién en la parte inferior de la linea correspondiente. La alineacién vertical, asf definida, se aplica a todas las celdas de Ia fila. © La alineacién (horizontal o vertical) definida en la celda (<td>) tiene prioridad sobre la alineaci6n de Ia fila (<tr>), Ejempia [eipoctyeE html PUBLIC "-//W3C//DTD KHTML 1.0 Strict//EN® [whe tps//www.w3ozg/TR/xhtml1/DID/xhtml1-strict .dta”> |<homi xmins="http://waw.w3.org/1999/xhtml” xml: lang="es" lang="es"> |shead> [cei tlesxumune/titier <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" /> </nead> <body> <table border="1" width=" 759"> <tr align="center"> <td> 1</td><ed>2</ta> </tr> <tr> . <td>J</td><td>4</ta> </tr> </table> </body> </html> ji il, Capitulo 4 Resultado } eG CeCe oie |B C:\Stio ENT srTIL cas 2 C. Las celdas de tablas Las celdas de la tabla se introducen mediante la etiqueta <td> ... </ta>. Los atributos de la etiqueta <td> son: el atributo de alineacién horizontal: left" (por defecto) para la justificaci6n a {a izquierda, align="center" para la justificaci6n centrada, align="right" para la justificaci6n a la derecha. el atributo de alineacién vertical: lign="top" para una alineacién superior. middie" (por defecto) para una alineacion centrada. ‘bottom* para una alineacién inferior. baseline” para una alineacion en la parte inferior de la linea cotrespondiente. 1. Otros atributos A Tlesgo de decepcionar a algunos lectores, no hay més atributos para las celdas. En XFTTML estricto, hay que olvidarse de fos atributos bordercolor que daba colors lee bordes y bgcolor que servia para indicar un color de fondo. Estos diferentes elementos de presentacién deben realizarse mediante hojas de estilo CSS. 2. La anchura de las celdas Hay que insistir en que el atributo width, que determinaba en HTML la anchuta de la celda, no se conserva en la especificacién XHTML estricto. La dinica mencién de anchura es el atributo width para la anchura total de la tabla. ee - neem Las tablas menci6n de anchura de las celdas es en cambio indispensable para visualizar una tabla.con las columnas de igual anchura ya que, por defecto, los exploradores adaptan las lumnas a ja anchura del contenido, ia fijar la anchura de las cetdas, s6lo hay que hacer uso de una hoja de estilo CSS como "etd style="width: 338;">. 'M realizar esta obra, hemos querido separar claramente et XHTML de las hojas de estilo. Este eS uno de los pocos casos en que introduclmos en ‘nuestros ejemplos elementos de ‘estilo en el codigo XHTML. Semplo, TIDOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN" sptep: //ww#.w3.org/TR/xhtmiL/DID/xhtmli-strict.dtd"> ghtml smLns="http?//waw.w3.0rg/1999/xhtmL" xml:lang="es" lang="es"> <head> eeit Le>XHTML “meta http-equiv="Content-Type" content="text/heml; charset=iso-8859-15" /> ctd>3, 14159265
1 2
4¢/td>
Resultado PO me i 2 Bisisoz6s [4 © Editions ENI - All rights reserved qt Capitulo 4 { Comentario . Es suficiente con declarar la anchura de las celdas de la primera fila. Esta se aplica a- : continuacién a las filas siguientes. Hi D. Combinar celdas Es posible fusionar horizontal 0 verticalmente las celdas, Ejempio Por ejemplo, una tabla de tres filas y tres columnas en Principio. xHT™ML S 6
1 2<¢/ta> 3
a
7 8 sc/td>
'ea” langs"es"> gy XHTML y CSS. a pa utente 1, Combinar columnas Para combinar columnas, el XHTML dispone del atributo de celda colspan="x" donde x corresponde al nimero de columnas que se desea fusionar horizontaimente. Ejempto Combinacién de tres columnas de fa primera fila para introducir un titulo. S!DOCTYPE html PUBLIC "~//H3C//DTD XHTML 1.0 Strict//EN" : “http://aww.w3.org/TR/xhtml1/DTD/xhtmll-strict .dtd"> shtml xmins="http://www.w3.org/1999/xhtml" xml:lang: xHTML & 7 * 8
Titulo 4 5 6
Los nuevos estandares del cédigo fuente 05 es" lang="es"> text/heml; © Editions ENI - All rights reserved TS Resultado Fiswes 2. Combinar filas Para combinar filas, et XHTML dispone del atribul ito de celda rowspan="x" donde x Corresponde al numero de filas que se desea fusionar verticalmente, Ejempio Combinar celdas de fa izquierda de las tres filas de la tabla. SLooctyPE hem PUBLIC "-//03G//DTD KNEML 1.0 Strict//anm “http: //aww. 3-org/TR/xhtml1/DID/xhtml1-strict .atays shtml xmlns="http: //www.w3.0rg/1999/xhtad® xmlilang="es” langsteg"s. StitlesXeTML c stable border="1" widthangogns Sta Style=idth: 338" rowspan="3">1 Std style="width: 33%>2¢/ta> 3¢/tay 5, 6 4 ig XHTML y Css ui inn T | zed>B \ etare ' ast | Resultado Ae SU cue cs E. El titulo de la tabla La etiqueta ... permite asociar un titulo a la tabla. Esta etiqueta se sitda justo después de la declaracion de la tabla con la etiqueta . En HTML, era posible colocar esta mencién més arriba, mas abajo, a la izquierda o a la derecha de la tabla mediante el atributo a1 ign. Este atributo de alineacién no existe en XHTML, Tan s6lo podremos poner un titulo {y no una leyenda) a la tabla. Ejemplo S!DOCTYPE html PUBLIC “=//W#3C//DTD XBTML 1-0 Strict//EN" Mattp://wuw W3 org/TR/xhtml1/DED/xhemll-strice dtd"> shtml xmins="kttp://www.w3.org/1999/xbtml" xmlilangs"es" lang="es"> XHTML</titie> <meta http-equiv="Content~Type" content="text/htal; | charset=iso-8859-15" /> </head> <body> <tabie borders"1" width="75%"> <caption>Titulo de la tabla</caption> <tr> <td> l</td><td>2</td> i © Editions EN) - All rights reserved Los nuevos estandares del cédigo fuente lull A i </tr> <tr> Ktd>3</tde<ta>a</ta> </tr> </table> </body> </html> Resultado GO Beisote ame eee li F. Los bordes de la tabla Con el atributo border de la etiqueta <table>, ei borde enmarca todas fas celdas de la tabla (todas las lineas de division). Desde la especificacién 4.0 del HTML, es posible elegir Jos fados a los que podra asignarse un borde. La especificacién XHTML estricto ha conside- rado esta posibilidad, 1. Los bordes exteriores Para especificar los bordes exteriores que deben mostrarse, insertamos en ta etiqueta <table>, después del atributo border obligatorio, el atributo frame="type", donde type toma los vatores siguientes: void si no queremos borde; above para un borde tinico en tado superior, below para un borde tinico en lado inferior, sides pata bordes en los lados superior e inferior; vsides para bordes en los lados izquierdo y deracho; ~ ths para bordes en el lado derecho; iii iii ih = Ihs para bordes en ef lado izquierdo; + box 0 border para bordes en todos los fados, 2, Los bordes interiores Para especiicar los bordes interiores que deben mostrarse, insertamos en la etiqueta <table>, después del atributo border obligatorio, el atniute rules="type", donde type toma los valores: = none si no queremos trazos interiores; ~ rows para un trazo horizontal entre cada fila; ~ cols para un trazo vertical entre cada columna; ~ all para un trazo entre cada fila y cada columna; ~ groups para un trazo entre los grupos o secciones, Ejemplos Los efectos mas espectaculares se obtienen cambinando los atributos frame y rules, a) Un efecto sélo con los bordes Superiores e inferiores sin los bordes interiores, Teeoe ee html PUBLIC "-/78IC//DTD KATHE 110 Strice//an™ TREGp#//wiw. W3.org/TR/xhtmL1/DED/xhtmil~strice dtdes chemi xmins="ht tp: //wiw.3.0rg/1999/xhtml” amlilangs"es" lang="es"> <head> StitlexnTML chorea re shoeTive"Content-Type" content=*text/hemi; charset=iso-8859-15" /> Stable border="1" width="755" frame="haides” rule. | stdel2 | none"> , Std>3
© Editions EM - AU rights reserved Los nuevos ‘estdndares del cédigo fuente eo, > Capitulo 4 Resultado Lire b) Un efecto sélo con los bordes exteriores y sin bordes interiores, SECS RATE html PUBLIC "-//W3C//DED xaEML 1.0 SUrice//EN* | CRERP!/ (eta W3.oLg/TR/xhtm11/O2D/xhimi}-stzict deaes 4 chem “xmins="http: //aww.w3.org/1999/xhtmi” xml: lang—"es* lang="ea"> | : Stitle>xnTML Sha rgehttPrequive"Content-2ype" content="text /ntml; charset+iso-8859-15" /> width="75%" frame="box" rules="none"> Ktd>1ae/ta> Std>34 ey XHTML y CSS — © Editions ENT - AM rights reserved LiL Resultado c) Un efecto sdlo con las I{neas de division interiores. as tablas {elooctyPE html PUBLIC "-//W3C//DTD XHTML 1,0 Strict//EN” spetp://www.w3 .oxg/TR/xhtml1/DTD/xhtmli-steict dtd"> shtml xrlns="http: //www.w3.org/1999/xhtmi" xml:lang="ee" lang="es"> XHTML | ctd>3e/tde
Los nuevos estandares del cddigo fuente i Comentario Las hojas de estilo permiten mejorar el aspecto de estos bardes y aportan igualmente otras formas de presentacién de los bordes. G. Dividir una tabla en grupos de columnas Para dar formato (por ejemplo, en negrita 0 color) a todas las celdas de una columna, formalmente es necesario pensar en dar formato a cada celda, una por una, lo que repre- Senta un trabajo largo e ingrato, Para definit una division en columnas, el XHTML propone dos etiquetas, la etiqueta omnate and, Stidueta . Estas stiquetas permitirén aplicar un mismo formato al conjunto de las celdas incluidas en la division, Este formato’ puede aplicarse mediante una hoja de estilo 0, lo que es menos frecuente, mediante atrbutes XHTML la stiqueta define una columna de la tabla que podremos extender a varias columnas gracias al atributo span. Con la etiqueta donde x es el niimero de columnas objeto, es posible agrupar columnas. © Le diferencia entre estas dos etiquetas es bastante tenue y ambas darén idéntico resul- tado en (a pantalla. Estas etiquetas y se colocan justo después de la etiqueta y antes de las otras etiquetas y . Los atributos’de alineacién horizontal y vertical pueden aplicarse a las etiquetas ¥ , Ry XHTML y CSS iii ila ll oh, tablas Ejemplo = (a) Sea una tabla de 2 filas y 3 columnas. En esta tabla, se crea un grupo de 2 columnas y se determina de una sola vez una alineacién derecha de la celda, E} cédigo se presenta asi: <{DOCTYPE html PUBLIC "-//W3G//OTD KHTML 1.0 Strict//EN" shctp: //wwa.W3.org/TR/xhtm1i/DTD/xhtml1-serict .dtd"> | xHTMi | |
[ sta>6
1 3
a 5
Resultado a mee guna fe © Eattions ENI - Alt rights reserved Los nuevos esténdares del cédigo fuente nM a Comentarios : . lor de fondo ha sido afiadido por medio de una hoja de estilo para visuali Sl-grupo de colummase ts nacido ésta no aparece en el cédigo de ejemplo, ~ Un efecto idéntico se habria abtenido con ta etiqueta , ~ El c6digo del ejemplo mostrado con Firefox permite poner de manifiesto uno de Pocos errores de Firefox. Nétese en la Captura de pantalla siguiente que el atributo: dg, alineacién no se ha tenido en Cuenta ya que la alineacién de las cifras se mantiene a lanai izquierda. En cambio, la hoja de estilo de fondo se ha aplicado correctamente, izar me i eee las columnas segunda y tercera por ejemplo, seré necesario Pensar en varias etiquetas igo: {b) La etiqueta empieza el grupo en la primera columna, Para acceder a. 4 0 en el cb i THECCTHPE html PUBLIC “-//W3G//DED XHTML 1.0 Strict//EN” “http: //www.w3 org/TR/xhtml1/DTD/xhtml1-striet .dtd"> Shim xmins="hetp: //www.w3.org/1999/xhewl” se tlangs"es” lang="es"> xHTML</titte> smeta nttp-equiv="Content—Type" content="text/ntml; charset=iso-8859-15" /> </head> <body> Stable border="1" width="gog"> <colgroup span="1" /> Scolgroup span="2" align="right" /> <tr> Std style="width: 333">1</ta> Std style="width: 33¢">2</ta> Std style="width: 338">3</ta>, </tr> . <tr> <td>4</td> <td>5</te> fy XHTML y CSS ii ST ’ Las tablas et des</td> </ce> </table> </body> |<fmeni> Resultado @ ciistio ena xHTML & & [gem H. Dividir una tabla en grupos de filas Es igualmente posible crear una seccién horizontal de una o varias filas en una tabla y de darle formato en una sola operacién. El XHTML presenta las etiquetas <thead> ... </thead>, <tbody> ... </tbody> y stfoot> ... </tfoot> para estructurar fa tabla en secciones, respectivamente en la cabecera de la tabla, cuerpo de la tabla y pie de la tabla. Estas diferentes etiquetas permiten agrupar las filas para aplicar de una sola vez un mismo formato al conjunto de las celdas de la seccion. Este formato se realiza mediante una hoja de estilo 0, lo que es menos frecuente, mediante atributos de la etiqueta. Los atributos de alineacién horizontal y vertical pueden aplicarse a las etiquetas <thead>, <tbody> y <tfoot>, © Editions ENI - All rights reserved Los nuevos estandares del cédigo fuente Sod Ee Io ts tabla de 3 filas y 3 columnas, vamos a Crear dos secciones. La primera (thea) pleas ia primera tinea y presentarg'una alineacién centrada. La Segunda (thady) rea, pard las dos filas siguientas: <!DOCTYPE html PUBLIC "~, “http://www. w3.org/TR/ xh shtml xmins="http://werw. <head> <titleoxHTML</tities cnae RttP emus v= "Content-type" content="text /niml; Charset=iso-8859-15" 5 </head> <body> <table border=" <thead align=", <tr> Std style="width: 338">TLtulo</ta> <td style="width; 334">Titulo</ta> <td style="width: 338*>T i tulo</ta> </tr> </thead> <tbody> <tr> <td>d</td> <td>S</ta> <td>6</ta> </tr> <tr> <td>7</ta> <ta>e</egs. <td>9</td> </tr> </tbody> </table> </body> </html> 7/93C//DTD XRTML 1.0 Strict//enm tmil/OTD/xhtml1-strict dtdrs W3.0rg/1999/xhtm# m1: Lang="¢, lang="es"> 1" width="gogn>, center> etn Las tablas Comentarios La hoja de estilo que apiica un color de fondo no aparece en el cédigo, ~ Las etiquetas de secciones horizontales se sittian detrés de las etiquetas de grupos de columnas <col/> 0 <colgroup/>, © Editions ENI - Al rights reserved Los nuevos estandares del cédigo fuente Be] ne vill lt,</div><div class="after_doc_wrapper is_bot"><section class="_1ifY6L"><div class="wrapper__doc_page_shared_recommender_list" data-e2e="recommender-list"><h2 class="list_title" data-e2e="list-title">Vous aimerez peut-être aussi</h2><ul class="list_content_wrapper" data-e2e="list-content-wrapper"><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/626508088/Freakonomics-Rev-Ed" target="_blank"><span class="visually_hidden">Freakonomics Rev Ed</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626508088/198x198/a2f47008df/1714530910?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626508088/396x396/21f2be43ff/1714530910?v=1 2x" alt="Freakonomics Rev Ed" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Freakonomics Rev Ed</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/654077151/Steven-D-Levitt" target="_blank">Steven D. Levitt</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (7849)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/721301192/The-7-Habits-of-Highly-Effective-People-The-Infographics-Edition" target="_blank"><span class="visually_hidden">The 7 Habits of Highly Effective People: The Infographics Edition</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/721301192/149x198/96fb889088/1712691480?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/721301192/298x396/265d821a9e/1712691480?v=1 2x" alt="The 7 Habits of Highly Effective People: The Infographics Edition" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The 7 Habits of Highly Effective People: The Infographics Edition</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (2475)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/629938767/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life" target="_blank"><span class="visually_hidden">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/629938767/198x198/3b6d2937bc/1712250303?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/629938767/396x396/98e03b3ade/1712250303?v=1 2x" alt="The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/676606601/Mark-Manson" target="_blank">Mark Manson</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (20025)</div></div></div></div></div></div></li><li class="pills"><div class="wrapper__pill_list content_pills"><ul class="pill_list_row unstyled_list"><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/magazines"><div class="pill_button_visible">Magazines</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="https://fr.scribd.com/podcasts"><div class="pill_button_visible">Podcasts</div></a></li><li class="pill_list_item"><a class="wrapper__text_button wrapper__pill_button" href="/sheetmusic"><div class="pill_button_visible">Partition</div></a></li></ul></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/623625266/The-Hobbit" target="_blank"><span class="visually_hidden">The Hobbit</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/623625266/149x198/8c1715169c/1715424986?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/623625266/298x396/e571821aef/1715424986?v=1 2x" alt="The Hobbit" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Hobbit</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/714629621/J-R-R-Tolkien" target="_blank">J.R.R. Tolkien</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (25134)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/623628113/The-Handmaid-s-Tale" target="_blank"><span class="visually_hidden">The Handmaid's Tale</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/623628113/149x198/f476daa9e6/1714915973?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/623628113/298x396/40330881db/1714915973?v=1 2x" alt="The Handmaid's Tale" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Handmaid's Tale</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/684979455/Margaret-Atwood" target="_blank">Margaret Atwood</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (13186)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/358358716/Art-of-War-The-Definitive-Interpretation-of-Sun-Tzu-s-Classic-Book-of-Strategy" target="_blank"><span class="visually_hidden">Art of War: The Definitive Interpretation of Sun Tzu's Classic Book of Strategy</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/358358716/149x198/279c3b7292/1712144973?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/358358716/298x396/23553a2cd3/1712144973?v=1 2x" alt="Art of War: The Definitive Interpretation of Sun Tzu's Classic Book of Strategy" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Art of War: The Definitive Interpretation of Sun Tzu's Classic Book of Strategy</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/280113367/Stephen-F-Kaufman" target="_blank">Stephen F. Kaufman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (3321)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/639236138/The-Hobbit" target="_blank"><span class="visually_hidden">The Hobbit</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/639236138/198x198/d4349efeec/1712459716?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/639236138/396x396/4203e09923/1712459716?v=1 2x" alt="The Hobbit" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Hobbit</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/714629621/J-R-R-Tolkien" target="_blank">J.R.R. Tolkien</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (24586)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/666468116/The-7-Habits-of-Highly-Effective-People" target="_blank"><span class="visually_hidden">The 7 Habits of Highly Effective People</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/666468116/198x198/da537fcc6b/1713752651?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/666468116/396x396/c56c907abb/1713752651?v=1 2x" alt="The 7 Habits of Highly Effective People" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The 7 Habits of Highly Effective People</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (2567)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/322011391/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life" target="_blank"><span class="visually_hidden">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/322011391/149x198/14bbaf98d5/1715425266?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/322011391/298x396/59d3b978ea/1715425266?v=1 2x" alt="The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/676606601/Mark-Manson" target="_blank">Mark Manson</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (5795)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/627487200/American-Gods-The-Tenth-Anniversary-Edition" target="_blank"><span class="visually_hidden">American Gods: The Tenth Anniversary Edition</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627487200/198x198/9888f21c56/1710782516?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/627487200/396x396/6af963a068/1710782516?v=1 2x" alt="American Gods: The Tenth Anniversary Edition" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">American Gods: The Tenth Anniversary Edition</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/711065753/Neil-Gaiman" target="_blank">Neil Gaiman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (12947)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/628969476/Never-Split-the-Difference-Negotiating-As-If-Your-Life-Depended-On-It" target="_blank"><span class="visually_hidden">Never Split the Difference: Negotiating As If Your Life Depended On It</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/628969476/198x198/7f80671206/1713287096?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/628969476/396x396/8b565cb9f1/1713287096?v=1 2x" alt="Never Split the Difference: Negotiating As If Your Life Depended On It" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Never Split the Difference: Negotiating As If Your Life Depended On It</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/655855290/Chris-Voss" target="_blank">Chris Voss</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (3278)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/665249016/Habit-1-Be-Proactive-The-Habit-of-Choice" target="_blank"><span class="visually_hidden">Habit 1 Be Proactive: The Habit of Choice</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/665249016/198x198/db80e9b0a6/1713752137?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/665249016/396x396/16808c8deb/1713752137?v=1 2x" alt="Habit 1 Be Proactive: The Habit of Choice" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Habit 1 Be Proactive: The Habit of Choice</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (2556)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/282821844/Orgullo-y-prejuicio-Clasicos-de-la-literatura" target="_blank"><span class="visually_hidden">Orgullo y prejuicio: Clásicos de la literatura</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/282821844/149x198/7faaaad57f/1715287547?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/282821844/298x396/f20987a9f5/1715287547?v=1 2x" alt="Orgullo y prejuicio: Clásicos de la literatura" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Orgullo y prejuicio: Clásicos de la literatura</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/676111524/Jane-Austen" target="_blank">Jane Austen</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (20550)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/370876803/The-Art-of-War-A-New-Translation" target="_blank"><span class="visually_hidden">The Art of War: A New Translation</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/370876803/149x198/ba8bc23349/1687363344?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/370876803/298x396/aefbe3ac75/1687363344?v=1 2x" alt="The Art of War: A New Translation" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Art of War: A New Translation</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/716031340/Sun-Tzu" target="_blank">Sun Tzu</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (3044)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/666468024/Habit-3-Put-First-Things-First-The-Habit-of-Integrity-and-Execution" target="_blank"><span class="visually_hidden">Habit 3 Put First Things First: The Habit of Integrity and Execution</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/666468024/198x198/147241e854/1713752670?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/666468024/396x396/f8a19ddfcc/1713752670?v=1 2x" alt="Habit 3 Put First Things First: The Habit of Integrity and Execution" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Habit 3 Put First Things First: The Habit of Integrity and Execution</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (2507)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/626321117/American-Gods-TV-Tie-In-A-Novel" target="_blank"><span class="visually_hidden">American Gods [TV Tie-In]: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626321117/198x198/22ab6b48b6/1712683119?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626321117/396x396/a85e507a7f/1712683119?v=1 2x" alt="American Gods [TV Tie-In]: A Novel" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">American Gods [TV Tie-In]: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/711065753/Neil-Gaiman" target="_blank">Neil Gaiman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (12520)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/667106151/Habit-6-Synergize-The-Habit-of-Creative-Cooperation" target="_blank"><span class="visually_hidden">Habit 6 Synergize: The Habit of Creative Cooperation</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/667106151/198x198/fac4cc3a84/1713752682?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/667106151/396x396/df9d563b1b/1713752682?v=1 2x" alt="Habit 6 Synergize: The Habit of Creative Cooperation" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Habit 6 Synergize: The Habit of Creative Cooperation</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (2499)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/audiobook/636348230/Amiga-lavate-esa-cara-Deja-de-creer-mentiras-sobre-quien-eres-para-que-te-conviertas-en-quien-deberias-ser" target="_blank"><span class="visually_hidden">Amiga, lávate esa cara: Deja de creer mentiras sobre quién eres para que te conviertas en quien deberías ser</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/636348230/198x198/27bf02a9dd/1714670242?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636348230/396x396/3c07f4027c/1714670242?v=1 2x" alt="Amiga, lávate esa cara: Deja de creer mentiras sobre quién eres para que te conviertas en quien deberías ser" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Amiga, lávate esa cara: Deja de creer mentiras sobre quién eres para que te conviertas en quien deberías ser</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/708523024/Rachel-Hollis" target="_blank">Rachel Hollis</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (681)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/636745814/Good-Omens-A-Full-Cast-Production" target="_blank"><span class="visually_hidden">Good Omens: A Full Cast Production</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636745814/198x198/49106fcfd7/1714863009?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636745814/396x396/470c9a8989/1714863009?v=1 2x" alt="Good Omens: A Full Cast Production" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Good Omens: A Full Cast Production</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/711065753/Neil-Gaiman" target="_blank">Neil Gaiman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (10907)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/audiobook/628680323/Matar-a-un-ruisenor-To-Kill-a-Mockingbird-Spanish-Edition" target="_blank"><span class="visually_hidden">Matar a un ruisenor (To Kill a Mockingbird - Spanish Edition)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/628680323/198x198/6082dea10e/1715035671?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/628680323/396x396/41bd9bc256/1715035671?v=1 2x" alt="Matar a un ruisenor (To Kill a Mockingbird - Spanish Edition)" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Matar a un ruisenor (To Kill a Mockingbird - Spanish Edition)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/655468575/Harper-Lee" target="_blank">Harper Lee</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (23003)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/627872458/And-Then-There-Were-None" target="_blank"><span class="visually_hidden">And Then There Were None</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627872458/198x198/cbfff286b1/1715035694?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627872458/396x396/36898f920d/1715035694?v=1 2x" alt="And Then There Were None" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">And Then There Were None</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/711058294/Agatha-Christie" target="_blank">Agatha Christie</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (8934)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/519548485/The-Perfect-Marriage-A-Completely-Gripping-Psychological-Suspense" target="_blank"><span class="visually_hidden">The Perfect Marriage: A Completely Gripping Psychological Suspense</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/519548485/149x198/e404b3796d/1708034003?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/519548485/298x396/ff657ab9e3/1708034003?v=1 2x" alt="The Perfect Marriage: A Completely Gripping Psychological Suspense" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The Perfect Marriage: A Completely Gripping Psychological Suspense</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/695574311/Jeneva-Rose" target="_blank">Jeneva Rose</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (1108)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item audio" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/audiobook/627295746/Good-Omens" target="_blank"><span class="visually_hidden">Good Omens</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627295746/198x198/84c8afd9f9/1715036100?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/627295746/396x396/392969f09b/1715036100?v=1 2x" alt="Good Omens" aria-label="livre audio" class="thumbnail_img audio"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Good Omens</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/711065753/Neil-Gaiman" target="_blank">Neil Gaiman</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (12010)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/327480523/Pride-and-Prejudice-Bestsellers-and-famous-Books" target="_blank"><span class="visually_hidden">Pride and Prejudice: Bestsellers and famous Books</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/327480523/149x198/53bba73c0c/1654391662?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/word_document/327480523/298x396/d38b78a6c4/1654391662?v=1 2x" alt="Pride and Prejudice: Bestsellers and famous Books" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">Pride and Prejudice: Bestsellers and famous Books</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/676111524/Jane-Austen" target="_blank">Jane Austen</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (19653)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/266265967/The-7-Habits-of-Highly-Effective-People" target="_blank"><span class="visually_hidden">The 7 Habits of Highly Effective People</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/266265967/149x198/bb1996cfbc/1696275837?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/266265967/298x396/d6da900dc6/1696275837?v=1 2x" alt="The 7 Habits of Highly Effective People" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">The 7 Habits of Highly Effective People</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/686949061/Stephen-R-Covey" target="_blank">Stephen R. Covey</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_outline"></span><span class="visually_hidden">Évaluation : 4 sur 5 étoiles</span></div><div class="_1c33kx">4/5 (353)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://es.everand.com/book/587311236/To-Kill-a-Mockingbird-Matar-a-un-ruisenor-Spanish-edition" target="_blank"><span class="visually_hidden">To Kill a Mockingbird \ Matar a un ruiseñor (Spanish edition)</span></a><div class="thumbnail_and_info"><img src="https://imgv2-2-f.scribdassets.com/img/word_document/587311236/149x198/03e56e9a76/1715426995?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/587311236/298x396/d000256440/1715426995?v=1 2x" alt="To Kill a Mockingbird \ Matar a un ruiseñor (Spanish edition)" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">To Kill a Mockingbird \ Matar a un ruiseñor (Spanish edition)</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/655468575/Harper-Lee" target="_blank">Harper Lee</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (22902)</div></div></div></div></div></div></li><li class="wrapper__mono_document_list_item" data-e2e="document-list-item"><div class="view_wrapper"><div data-e2e="list-item-info" class="list_item_container"><a data-e2e="list-item-link" class="link" href="https://www.everand.com/book/318239233/It-Ends-with-Us-A-Novel" target="_blank"><span class="visually_hidden">It Ends with Us: A Novel</span></a><div class="thumbnail_and_info"><img src="https://imgv2-1-f.scribdassets.com/img/word_document/318239233/149x198/2d5fb303cf/1715355237?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/word_document/318239233/298x396/25f0c08f32/1715355237?v=1 2x" alt="It Ends with Us: A Novel" aria-label="livre" class="thumbnail_img"/><div class="doc_info"><div class="crossLinkHeading"><span class="Icon-module_wrapper_LUeQrI"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path d="M8.654 8.21c.13-.441.159-.81.159-1.085 0-1.144-.67-1.899-.67-1.899h1.594c.182.382.32.97.32 1.783 0 .335-.1 1.206-.641 2.193l1.984 2.603H9.108l-.84-1.104C7.442 11.445 6.26 12 4.577 12 2.454 12 1 10.545 1 8.588c0-3.164 3.145-3.38 3.145-3.38l-.697-.803c-.944-1.104-.91-2.488-.287-3.343C3.725.288 4.485 0 5.634 0 7.991 0 8.44 2.17 8.44 2.17h-1.91s-.062-1.11-1.106-1.11c-.99 0-1.275.694-1.193 1.294.034.252.143.487.275.648 0 0 1.985 2.401 2.295 2.76l-1.324.006c-.302 0-.634-.02-.951.083-.328.106-.616.3-.842.561-.418.483-.595 1.15-.558 1.79.038.661.249 1.354.717 1.834.425.435 1.101.643 1.693.643.928 0 1.612-.331 2.102-.797L5.317 6.82h2.288l1.05 1.39Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span> <!-- -->D'Everand</div><div class="title" data-e2e="doc-info-title">It Ends with Us: A Novel</div><div class="_38nure" data-e2e="doc-info-author"><a class="Hv6j2r" href="https://fr.everand.com/author/709154302/Colleen-Hoover" target="_blank">Colleen Hoover</a></div><div class="_16H48L"><div class="wrapper__static_stars _3FghFh"><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_fill light_lit"></span><span class="rating_star icon-ic_star_small_halffill light_lit"></span><span class="visually_hidden">Évaluation : 4.5 sur 5 étoiles</span></div><div class="_1c33kx">4.5/5 (5756)</div></div></div></div></div></div></li></ul></div></section></div></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl4_bYNFRN GridColumn-module_extended_xl5_1_497ANP GridColumn-module_extended_xl4_1_aVCUXY GridColumn-module_extended_xl3_1_OyhfPD GridColumn-module_extended_xl2_1_zU58Qn GridColumn-module_extended_xl_1_w5JR10 GridColumn-module_extended_l_1_SLXmKl GridColumn-module_extended_m_1_6KsVnI GridColumn-module_extended_s_1_bvd-99 GridColumn-module_extended_xs_1_EEhUJk GridColumn-module_extended_xxs_1_1D2-MB _2muN75"></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_xl_bqFPJU GridColumn-module_extended_xl5_4_-JK-Nz GridColumn-module_extended_xl4_3_YfaGhk GridColumn-module_extended_xl3_4_NvhBIh GridColumn-module_extended_xl2_4_BKs70y GridColumn-module_extended_xl_4_G5hgca GridColumn-module_extended_l_4_XlSdoH GridColumn-module_extended_m_4_i0jL2h GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _3LpDjY"></div></div><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_16_cffZGL GridColumn-module_extended_xl4_12_UeyicL GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"></div></div></div><div class="GridContainer-module_wrapper_7Rx6L- _3-Y4VY GridContainer-module_extended_fiqt9l"><section aria-hidden="true" class="scrolling_component exited collapsed" style="transform:translateY(100px)"></section><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl5_11_JJnpkV GridColumn-module_extended_xl4_9_GigIAQ GridColumn-module_extended_xl3_8_frUn0z GridColumn-module_extended_xl2_8_P9dscY GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII _1sDUp7"><div class="_1GApkd"></div></div></div></div></section><footer class="Footer-module_wrapper__7jj0T _35Otjh" id="global_footer"><h2 class="visually_hidden">Menu de pied de page</h2><div class="GridContainer-module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="BackToTopLink-module_wrapper__HTQnD visually_hidden"><a data-e2e="back-to-top-link" href="#global_header" class="BackToTopLink-module_link__EOy-v">Retour au début de la page</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_horizontalColumn__vuSBJ"><p class="Footer-module_columnHeader__gcdjp">À propos</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="À propos de Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">À propos de Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand : Livres électroniques et audio" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand : Livres électroniques et audio</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Presse" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Presse</span></span></a></li><li><a aria-disabled="false" aria-label="Rejoignez notre équipe !" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Rejoignez notre équipe !</span></span></a></li><li><a aria-disabled="false" aria-label="Nous contacter" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Nous contacter</span></span></a></li><li><a aria-disabled="false" aria-label="Inviter des amis" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://fr.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Inviter des amis</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd pour entreprises" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_scribd_for_enterprise_link" href="https://www.scribd.com/enterprise"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Scribd pour entreprises</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Assistance</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Aide / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/fr"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Aide / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibilité" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/fr/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibilité</span></span></a></li><li><a aria-disabled="false" aria-label="Aide à l'achat" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Aide à l'achat</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Mentions légales</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Conditions" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Conditions</span></span></a></li><li><a aria-disabled="false" aria-label="Confidentialité" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Confidentialité</span></span></a></li><li><a aria-disabled="false" aria-label="Droits d'auteur" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Droits d'auteur</span></span></a></li><li><a aria-disabled="false" aria-label="Ne vendez pas et ne partagez pas mes informations personnelles" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Ne vendez pas et ne partagez pas mes informations personnelles</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl5_3__xvxiH GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd sur Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl5_2__aqjlc GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><p class="Footer-module_columnHeader__gcdjp">Obtenez nos applications gratuites</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd – Télécharger sur l'App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd – Télécharger sur l'App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd – Télécharger l'app sur Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd – Télécharger l'app sur Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">À propos</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="À propos de Scribd" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribd.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">À propos de Scribd</span></span></a></li><li><a aria-disabled="false" aria-label="Everand : Livres électroniques et audio" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_everand_books_audiobooks_link" href="https://www.everand.com" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Everand : Livres électroniques et audio</span></span></a></li><li><a aria-disabled="false" aria-label="SlideShare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">SlideShare</span></span></a></li><li><a aria-disabled="false" aria-label="Presse" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_press_link" href="https://www.scribd.com/media" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Presse</span></span></a></li><li><a aria-disabled="false" aria-label="Rejoignez notre équipe !" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribd.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Rejoignez notre équipe !</span></span></a></li><li><a aria-disabled="false" aria-label="Nous contacter" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribd.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Nous contacter</span></span></a></li><li><a aria-disabled="false" aria-label="Inviter des amis" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_invite_friends_link" href="https://fr.scribd.com/referrals"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Inviter des amis</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd pour entreprises" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_scribd_for_enterprise_link" href="https://www.scribd.com/enterprise"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Scribd pour entreprises</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Mentions légales</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Conditions" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Conditions</span></span></a></li><li><a aria-disabled="false" aria-label="Confidentialité" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Confidentialité</span></span></a></li><li><a aria-disabled="false" aria-label="Droits d'auteur" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Droits d'auteur</span></span></a></li><li><a aria-disabled="false" aria-label="Ne vendez pas et ne partagez pas mes informations personnelles" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_privacy_request_form_link" href="https://support.scribd.com/hc/articles/360038016931-Privacy-Rights-Request-Form"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Ne vendez pas et ne partagez pas mes informations personnelles</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><p class="Footer-module_columnHeader__gcdjp">Assistance</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Aide / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/fr"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Aide / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibilité" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/fr/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibilité</span></span></a></li><li><a aria-disabled="false" aria-label="Aide à l'achat" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Aide à l'achat</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div><p class="Footer-module_columnHeader__gcdjp">Social</p><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd sur Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Twitter" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_twitter_link" href="https://twitter.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M5.774 12.79c4.528 0 7.005-4.152 7.005-7.752 0-.118 0-.235-.007-.352A5.338 5.338 0 0014 3.276a4.55 4.55 0 01-1.414.428c.514-.34.899-.876 1.082-1.507a4.657 4.657 0 01-1.563.662 2.401 2.401 0 00-1.397-.823 2.26 2.26 0 00-1.561.287A2.636 2.636 0 008.065 3.6a2.995 2.995 0 00-.156 1.742 6.47 6.47 0 01-2.81-.826 7.175 7.175 0 01-2.264-2.02 2.98 2.98 0 00-.27 1.985c.142.676.511 1.266 1.032 1.652a2.267 2.267 0 01-1.117-.341v.034c0 .63.197 1.239.557 1.725.36.487.861.821 1.418.946-.362.109-.743.125-1.111.046.157.542.463 1.015.876 1.354.412.34.91.528 1.424.538-.872.758-1.95 1.17-3.058 1.169-.196 0-.391-.014-.586-.04a6.49 6.49 0 003.774 1.222" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Twitter</span></span> <!-- -->Twitter</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd sur Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><p class="Footer-module_columnHeader__gcdjp">Obtenez nos applications gratuites</p><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd – Télécharger sur l'App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd – Télécharger sur l'App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd – Télécharger l'app sur Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd – Télécharger l'app sur Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_horizontalDivider__Z6XJu"></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl5_9__UmJvm GridColumn-module_extended_xl4_7__-9AEI GridColumn-module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><ul class="ContentTypeColumn-module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents" class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link" href="/docs"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_extended_xl5_7__HqFBW GridColumn-module_extended_xl4_5__PuEUy GridColumn-module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomRightContainer__5MVkq"><div class="Footer-module_bottomLanguage__ZSHe1"><div class="Footer-module_bottomLanguageText__S7opW">Langue<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">Français<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="en">English</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="fr">Français</span><span class="visually_hidden">(sélectionné)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Pour en savoir plus</a></div></div></div></div><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Droits d'auteur © 2024 Scribd Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomLanguage__ZSHe1 Footer-module_bottomLanguageMargin__e40ar Footer-module_topLanguageMargin__psISJ"><div class="Footer-module_bottomLanguageText__S7opW">Langue<!-- -->:</div><div class="DropdownMenu-module_wrapper__-3wi4" data-e2e="footer_language_picker_link"><a aria-disabled="false" aria-expanded="false" class="TextButton-module_wrapper__ZwW-w menu_handle Footer-module_menuHandle__A-Ub8" href="#"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><div class="Footer-module_languageDropdownContent__Ps0E4">Français<!-- --> <span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></div></span></span></a><div class="MenuItems-module_wrapper__y6cjo MenuItems-module_top__2bxjj Footer-module_menuItems__6usGF" data-e2e="menu-items"><span class="breakpoint_hide s atAndAbove"><button aria-disabled="false" class="TextButton-module_wrapper__ZwW-w TextButton-module_default__ekglb MenuItems-module_closeButton__ZAyQt" data-e2e="close-button" type="button"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.414 9l7.293-7.293L16.293.293 9 7.586 1.707.293.293 1.707 7.586 9 .293 16.293l1.414 1.414L9 10.414l7.293 7.293 1.414-1.414L10.414 9z" fill="currentColor"></path></svg><span style="border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;word-wrap:normal">close menu</span></span></span></span></button></span><div><ul class="LanguageLinks-module_list__Vs9Gq" role="menu"><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=en" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="en">English</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=es" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="es">Español</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=pt-br" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="pt-br">Português</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=de" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="de">Deutsch</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9 LanguageLink-module_linkSelected__SuxJ3" href="/language?id=fr" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ LanguageLink-module_iconSelected__DAMML"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8A6 6 0 112 8a6 6 0 0112 0zm2 0A8 8 0 110 8a8 8 0 0116 0zm-8 4a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"></path></svg></span><span lang="fr">Français</span><span class="visually_hidden">(sélectionné)</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ru" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ru">Русский</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=it" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="it">Italiano</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=ro" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="ro">Română</span></a></li><li class="language_item Footer-module_languageLink__IOHdz" role="none"><a class="LanguageLink-module_link__ncYa9" href="/language?id=id" role="menuitem"><span class="SvgIcon-module_wrapper__1fPqw LanguageLink-module_icon__2uDWZ"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14A6 6 0 108 2a6 6 0 000 12zm0 2A8 8 0 108 0a8 8 0 000 16z" fill="currentColor"></path></svg></span><span lang="id">Bahasa Indonesia</span></a></li></ul><a href="#" class="LanguageLinks-module_learnMoreLink__SpBO4" data-e2e="learn_more_link">Pour en savoir plus</a></div></div></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl5_16__cffZG GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Droits d'auteur © 2024 Scribd Inc.</span></div></div></div></div></footer></div></div></div> <script type="application/json" data-hypernova-key="doc_page" data-hypernova-id="22378c8a-0c2c-440b-8edb-bedfdc6d4a7b"><!--{"assetEnvironment":"production","bodyProps":{"admin_panel_props":null,"breadcrumbs":[],"sharing_buttons_props":{"description":"XHTML y CSS Los Nuevos Estándares Del Código Fuente Cap4","id":248396938,"message":null,"private":false,"secretPassword":"VI7BMQkR7MTAwMrtCIwD","thumbnailUrl":"https://imgv2-1-f.scribdassets.com/img/document/248396938/original/8b966c5e58/1715463658?v=1","title":"XHTML y CSS Los Nuevos Estándares Del Código Fuente Cap4","twitterHashtag":null,"url":"https://www.scribd.com/doc/248396938/XHTML-y-CSS-Los-Nuevos-Estandares-Del-Codigo-Fuente-Cap4"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isMegamenuPrimaryNavVisible":true,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"foreign-language-studies","name":"Études de langues étrangères","url":"https://fr.scribd.com/docs/Foreign-Language-Studies","children":[{"dataName":"chinese","name":"Chinois","url":"https://fr.scribd.com/docs/Foreign-Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://fr.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-mathematics","name":"Sciences et mathématiques","url":"https://fr.scribd.com/docs/Science-Mathematics","children":[{"dataName":"astronomy-space-sciences","name":"Astronomy & Space Sciences","url":"https://fr.scribd.com/docs/Science-Mathematics/Astronomy-Space-Sciences"},{"dataName":"biology","name":"Biologie","url":"https://fr.scribd.com/docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-prep","name":"Aides à l'étude et préparation aux concours","url":"https://fr.scribd.com/docs/Study-Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Notes de livre","url":"https://fr.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},{"dataName":"college-entrance-exams","name":"Examens d'entrée à l'université","url":"https://fr.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-Exams"}]},{"dataName":"teaching-methods-materials","name":"Méthodes et références pédagogiques","url":"https://fr.scribd.com/docs/Teaching-Methods-Materials","children":[{"dataName":"early-childhood-education","name":"Early Childhood Education","url":"https://fr.scribd.com/docs/Teaching-Methods-Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-theory","name":"Education Philosophy & Theory","url":"https://fr.scribd.com/docs/Teaching-Methods-Materials/Education-Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":[{"dataName":"business","name":"Affaires","url":"https://fr.scribd.com/docs/Business","children":[{"dataName":"business-analytics","name":"Analyse d'entreprise","url":"https://fr.scribd.com/docs/Business/Business-Analytics"},{"dataName":"human-resources-personnel-management","name":"Gestion des ressources humaines et du personnel","url":"https://fr.scribd.com/docs/Business/Human-Resources-Personnel-Management"}]},{"dataName":"career-growth","name":"Évolution de carrière","url":"https://fr.scribd.com/docs/Career-Growth","children":[{"dataName":"careers","name":"Carrières","url":"https://fr.scribd.com/docs/Career-Growth/Careers"},{"dataName":"job-hunting","name":"Recherche d'emploi","url":"https://fr.scribd.com/docs/Career-Growth/Job-Hunting"}]},{"dataName":"computers","name":"Ordinateurs","url":"https://fr.scribd.com/docs/Computers","children":[{"dataName":"applications-software","name":"Applications et logiciels","url":"https://fr.scribd.com/docs/Computers/Applications-Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://fr.scribd.com/docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance et gestion monétaire","url":"https://fr.scribd.com/docs/Finance-Money-Management","children":[{"dataName":"accounting-bookkeeping","name":"Comptabilité","url":"https://fr.scribd.com/docs/Finance-Money-Management/Accounting-Bookkeeping"},{"dataName":"auditing","name":"Audit","url":"https://fr.scribd.com/docs/Finance-Money-Management/Auditing"}]},{"dataName":"law","name":"Droit","url":"https://fr.scribd.com/docs/Law","children":[{"dataName":"business-financial","name":"Affaires et finances","url":"https://fr.scribd.com/docs/Law/Business-Financial"},{"dataName":"contracts-agreements","name":"Contrats et accords","url":"https://fr.scribd.com/docs/Law/Contracts-Agreements"}]},{"dataName":"politics","name":"Politique","url":"https://fr.scribd.com/docs/Politics","children":[{"dataName":"american-government","name":"Gouvernement américain","url":"https://fr.scribd.com/docs/Politics/American-Government"},{"dataName":"international-relations","name":"Relations internationales","url":"https://fr.scribd.com/docs/Politics/International-Relations"}]},{"dataName":"technology-engineering","name":"Technologie et ingénierie","url":"https://fr.scribd.com/docs/Technology-Engineering","children":[{"dataName":"automotive","name":"Automotive","url":"https://fr.scribd.com/docs/Technology-Engineering/Automotive"},{"dataName":"aviation-aeronautics","name":"Aviation & Aeronautics","url":"https://fr.scribd.com/docs/Technology-Engineering/Aviation-Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":[{"dataName":"art","name":"Art","url":"https://fr.scribd.com/docs/Art","children":[{"dataName":"antiques-collectibles","name":"Antiquités et objets de collection","url":"https://fr.scribd.com/docs/Art/Antiques-Collectibles"},{"dataName":"architecture","name":"Architecture","url":"https://fr.scribd.com/docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biographies et mémoires","url":"https://fr.scribd.com/docs/Biography-Memoir","children":[{"dataName":"artists-and-musicians","name":"Artistes et musiciens","url":"https://fr.scribd.com/docs/Biography-Memoir/Artists-and-Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Artistes du spectacle, riches et célèbres","url":"https://fr.scribd.com/docs/Biography-Memoir/Entertainers-and-the-Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Bandes dessinées et romans graphiques","url":"https://fr.scribd.com/docs/Comics-Graphic-Novels"},{"dataName":"history","name":"Histoire","url":"https://fr.scribd.com/docs/History","children":[{"dataName":"ancient","name":"Antique","url":"https://fr.scribd.com/docs/History/Ancient"},{"dataName":"modern","name":"Moderne","url":"https://fr.scribd.com/docs/History/Modern"}]},{"dataName":"philosophy","name":"Philosophie","url":"https://fr.scribd.com/docs/Philosophy"},{"dataName":"language-arts-discipline","name":"Arts du langage et discipline","url":"https://fr.scribd.com/docs/Language-Arts-Discipline","children":[{"dataName":"composition-creative-writing","name":"Composition et écriture créative","url":"https://fr.scribd.com/docs/Language-Arts-Discipline/Composition-Creative-Writing"},{"dataName":"linguistics","name":"Linguistique","url":"https://fr.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-criticism","name":"Critique littéraire","url":"https://fr.scribd.com/docs/Literary-Criticism"},{"dataName":"social-science","name":"Sciences sociales","url":"https://fr.scribd.com/docs/Social-Science","children":[{"dataName":"anthropology","name":"Anthropologie","url":"https://fr.scribd.com/docs/Social-Science/Anthropology"},{"dataName":"archaeology","name":"Archéologie","url":"https://fr.scribd.com/docs/Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"Crime réel","url":"https://fr.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-wine","name":"Livres de cuisine, nourriture et vin","url":"https://fr.scribd.com/docs/Cooking-Food-Wine","children":[{"dataName":"beverages","name":"Boissons","url":"https://fr.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-dishes","name":"Mets et plats","url":"https://fr.scribd.com/docs/Cooking-Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Jeux et activités","url":"https://fr.scribd.com/docs/Games-Activities","children":[{"dataName":"card-games","name":"Jeux de cartes","url":"https://fr.scribd.com/docs/Games-Activities/Card-Games"},{"dataName":"fantasy-sports","name":"Fantasy Sports","url":"https://fr.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},{"dataName":"home-garden","name":"Maison et jardin","url":"https://fr.scribd.com/docs/Home-Garden","children":[{"dataName":"crafts-hobbies","name":"Bricolage et loisirs","url":"https://fr.scribd.com/docs/Home-Garden/Crafts-Hobbies"},{"dataName":"gardening","name":"Jardinage","url":"https://fr.scribd.com/docs/Home-Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports et loisirs","url":"https://fr.scribd.com/docs/Sports-Recreation","children":[{"dataName":"baseball","name":"Baseball","url":"https://fr.scribd.com/docs/Sports-Recreation/Baseball"},{"dataName":"basketball","name":"Basketball","url":"https://fr.scribd.com/docs/Sports-Recreation/Basketball"}]}]},"personal_growth":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"lifestyle","name":"Lifestyle","url":"https://fr.scribd.com/docs/Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty & Grooming","url":"https://fr.scribd.com/docs/Lifestyle/Beauty-Grooming"},{"dataName":"fashion","name":"Fashion","url":"https://fr.scribd.com/docs/Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion et spiritualité","url":"https://fr.scribd.com/docs/Religion-Spirituality","children":[{"dataName":"buddhism","name":"Bouddhisme","url":"https://fr.scribd.com/docs/Religion-Spirituality/Buddhism"},{"dataName":"christianity","name":"Christianisme","url":"https://fr.scribd.com/docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-improvement","name":"Développement personnel","url":"https://fr.scribd.com/docs/Self-Improvement","children":[{"dataName":"addiction","name":"Dépendance","url":"https://fr.scribd.com/docs/Self-Improvement/Addiction"},{"dataName":"mental-health","name":"Santé mentale","url":"https://fr.scribd.com/docs/Self-Improvement/Mental-Health"}]},{"dataName":"wellness","name":"Bien-être","url":"https://fr.scribd.com/docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Corps, esprit et âme","url":"https://fr.scribd.com/docs/Wellness/Body-Mind-Spirit"},{"dataName":"diet-nutrition","name":"Régime et nutrition","url":"https://fr.scribd.com/docs/Wellness/Diet-Nutrition"}]}]}},"selectedMobileBottomTab":"document"},"enablePseudolocalization":false,"flashes":[],"global":{"client":{"mobile":{"getMobileAppProps":{"androidStoreUrl":"https://play.google.com/store/apps/details?id=com.scribd.app.reader0&hl=en","iosStoreUrl":"https://itunes.apple.com/us/app/scribd-worlds-largest-online/id542557212?mt=8&uo=4&at=11lGEE","app_download_link":"https://www.scribd.com/send_download_link","close_promo_url":"https://www.scribd.com/home/close_promo","doc_id":248396938,"email_address":null,"extra_classes":"app_download_promo","promo_id":null,"twilio_enabled":false,"track_page":"doc_page","success":true,"__locale":"fr"}}},"config":{"facebook":{"app_id":"136494494209"}},"testAssignments":{"backupPaymentMethodsRollout":null,"customOsanoDialog":{"testName":"custom_osano_dialog","variant":"control"},"docPageThirdColumn":{"variant":null},"independentScrolling":{"testName":"doc_page_independent_scrolling_v1","variant":"control"},"refineDesktopTopLeaderboard":{"testName":null,"variant":null},"personalized_archive_offer":"control"},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2FyY2hpdmUvcGxhbnM/ZG9jPTI0ODM5\nNjkzOCZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIyYXJjaGl2ZV92\naWV3X3Jlc3RyaWN0ZWQlMjIlMkMlMjJwYWdlJTIyJTNBJTIycmVhZCUyMiUy\nQyUyMmFjdGlvbiUyMiUzQSUyMmRvd25sb2FkJTIyJTJDJTIybG9nZ2VkX2lu\nJTIyJTNBZmFsc2UlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\n","audiobooksLink":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2F1ZGlvYm9va3M=\n","bestsellers_url":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2Jlc3RzZWxsZXJz\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvMjQ4Mzk2OTM4\n","booksLink":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2Jvb2tz\n","documentsLink":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2RvY3M=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly9mci5zY3JpYmQuY29tLw==\n","library_url":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL3NhdmVk\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy8yNDgzOTY5Mzg=\n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvbg==\n","pingback":["aA==\n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","Zg==\n","cg==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","Mg==\n","NA==\n","OA==\n","Mw==\n","OQ==\n","Ng==\n","OQ==\n","Mw==\n","OA==\n","Lw==\n","cA==\n","aQ==\n","bg==\n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF9hdHRlbXB0\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz0yNDgzOTY5Mzg=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvMjQ4Mzk2\nOTM4\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzI0ODM5Njkz\nOA==\n"}},"features":{"desktopAdsExperience":null,"highlights":true,"isEligibleForDesktopAds":false,"isEligibleForMobileAds":false,"isEligibleForProgressiveProfileModal":false,"showDocChatExperience":false,"taxonomyV4UgcBrowsing":true}},"i18n":{"currentLanguage":{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},"languages":[{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},{"prefix":"ru","lcid":"ru","href":"/language?id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/language?id=it","lang":"it","name":"Italiano"},{"prefix":"ro","lcid":"ro","href":"/language?id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"fr"},"page":{"savedItems":{"248396938":false}},"personalization":{"trialDuration":null},"ratings":{"248396938":{"averageRating":0,"documentId":248396938,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"viewport_bottom_recs":{"items":[{"id":626508088,"doc_uuid":"sbd/tsDw8PTlAgPTrP5ti34OUKo="},{"id":721301192,"doc_uuid":"sbd/fQ/xqluyqBHsVBD2MAafWpU="},{"id":629938767,"doc_uuid":"sbd/KJGJdexSCHvyTDfHO2o3blc="},{"id":623625266,"doc_uuid":"sbd/E53MRjLKlJsHWEymEI5B5FA="},{"id":623628113,"doc_uuid":"sbd/mmcohtAxVfVQdusjRxtNKIo="},{"id":358358716,"doc_uuid":"sbd/N28tUELeGOv2Hz87r6CqSzs="},{"id":639236138,"doc_uuid":"sbd/3/3d3AJSyOkGUR4Zt0S0RNU="},{"id":666468116,"doc_uuid":"sbd/W0olnL6emV8sR6Xqx6ItNzY="},{"id":322011391,"doc_uuid":"sbd/0Be6bh93folRJWtz4CYvqVo="},{"id":627487200,"doc_uuid":"sbd/3ilIZJ56oOMzndPHVUvOGIc="},{"id":628969476,"doc_uuid":"sbd/gntb0nNl3TrqQJZ8qrhOxZY="},{"id":665249016,"doc_uuid":"sbd/Vyp7shGrsHXs5Zrosj0Dq7w="},{"id":282821844,"doc_uuid":"sbd/BDkSqrqMpHPIYts2wy8Smos="},{"id":370876803,"doc_uuid":"sbd/Tr5jod/n5Ze52PSQCZfgYMk="},{"id":666468024,"doc_uuid":"sbd/v7CkYnMH5XabJ4d62Tmntbs="},{"id":626321117,"doc_uuid":"sbd/9XiqBCGVlFAfeK1nSuDhAPA="},{"id":667106151,"doc_uuid":"sbd/ji1/b/AeZbrEVXA9Xng8O1Y="},{"id":636348230,"doc_uuid":"sbd/BPHZRxur8yQiIed9y4UVQrU="},{"id":636745814,"doc_uuid":"sbd/1/c/JpeTJwgr1MBskUK6Mog="},{"id":628680323,"doc_uuid":"sbd/4n79XCKb9GWPQQUVgB68M64="},{"id":627872458,"doc_uuid":"sbd/nj8vvfr5/cXsRBTx17bSwjY="},{"id":519548485,"doc_uuid":"sbd/XSFBKvpjLppQnd7kELc3AXI="},{"id":627295746,"doc_uuid":"sbd/JL6fqPqy51nEQ3KwSqojVWA="},{"id":327480523,"doc_uuid":"sbd/JPGX23tjhpT8Qmo541OEXGM="},{"id":266265967,"doc_uuid":"sbd/TbuC7zMEL/QhuR2QDEkGrNQ="},{"id":587311236,"doc_uuid":"sbd/pL6COn2ea9zcskyLNaowGR0="},{"id":318239233,"doc_uuid":"sbd/jEj/Lc3pc3SZPGiVohTwEn4="}],"ids":[626508088,721301192,629938767,623625266,623628113,358358716,639236138,666468116,322011391,627487200,628969476,665249016,282821844,370876803,666468024,626321117,667106151,636348230,636745814,628680323,627872458,519548485,627295746,327480523,266265967,587311236,318239233],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/hwn2yZlgNwzwY8McOg82fXE=","module_id":"sbd/yy6XKktzHcjSMA01o15ZZL0=","widget_name":"viewport_bottom","track_id":"scroll_recs"}},"list_recommenders":{"items":[{"id":626508088,"doc_uuid":"sbd/tsDw8PTlAgPTrP5ti34OUKo="},{"id":721301192,"doc_uuid":"sbd/fQ/xqluyqBHsVBD2MAafWpU="},{"id":629938767,"doc_uuid":"sbd/KJGJdexSCHvyTDfHO2o3blc="},{"id":623625266,"doc_uuid":"sbd/E53MRjLKlJsHWEymEI5B5FA="},{"id":623628113,"doc_uuid":"sbd/mmcohtAxVfVQdusjRxtNKIo="},{"id":358358716,"doc_uuid":"sbd/N28tUELeGOv2Hz87r6CqSzs="},{"id":639236138,"doc_uuid":"sbd/3/3d3AJSyOkGUR4Zt0S0RNU="},{"id":666468116,"doc_uuid":"sbd/W0olnL6emV8sR6Xqx6ItNzY="},{"id":322011391,"doc_uuid":"sbd/0Be6bh93folRJWtz4CYvqVo="},{"id":627487200,"doc_uuid":"sbd/3ilIZJ56oOMzndPHVUvOGIc="},{"id":628969476,"doc_uuid":"sbd/gntb0nNl3TrqQJZ8qrhOxZY="},{"id":665249016,"doc_uuid":"sbd/Vyp7shGrsHXs5Zrosj0Dq7w="},{"id":282821844,"doc_uuid":"sbd/BDkSqrqMpHPIYts2wy8Smos="},{"id":370876803,"doc_uuid":"sbd/Tr5jod/n5Ze52PSQCZfgYMk="},{"id":666468024,"doc_uuid":"sbd/v7CkYnMH5XabJ4d62Tmntbs="},{"id":626321117,"doc_uuid":"sbd/9XiqBCGVlFAfeK1nSuDhAPA="},{"id":667106151,"doc_uuid":"sbd/ji1/b/AeZbrEVXA9Xng8O1Y="},{"id":636348230,"doc_uuid":"sbd/BPHZRxur8yQiIed9y4UVQrU="},{"id":636745814,"doc_uuid":"sbd/1/c/JpeTJwgr1MBskUK6Mog="},{"id":628680323,"doc_uuid":"sbd/4n79XCKb9GWPQQUVgB68M64="},{"id":627872458,"doc_uuid":"sbd/nj8vvfr5/cXsRBTx17bSwjY="},{"id":519548485,"doc_uuid":"sbd/XSFBKvpjLppQnd7kELc3AXI="},{"id":627295746,"doc_uuid":"sbd/JL6fqPqy51nEQ3KwSqojVWA="},{"id":327480523,"doc_uuid":"sbd/JPGX23tjhpT8Qmo541OEXGM="},{"id":266265967,"doc_uuid":"sbd/TbuC7zMEL/QhuR2QDEkGrNQ="},{"id":587311236,"doc_uuid":"sbd/pL6COn2ea9zcskyLNaowGR0="},{"id":318239233,"doc_uuid":"sbd/jEj/Lc3pc3SZPGiVohTwEn4="}],"ids":[626508088,721301192,629938767,623625266,623628113,358358716,639236138,666468116,322011391,627487200,628969476,665249016,282821844,370876803,666468024,626321117,667106151,636348230,636745814,628680323,627872458,519548485,627295746,327480523,266265967,587311236,318239233],"title_link":null,"title":null,"track_opts":{"compilation_id":"sbd/hwn2yZlgNwzwY8McOg82fXE=","module_id":"sbd/qRHfmEEvbqKcIUhePJ9cHmw=","widget_name":"recommender_list","track_id":"doc_page_user_experience_top"}},"documents":{"266265967":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"Stephen R. Covey's the 7 Habits of Highly Effective People explains through infographics, and text the teachings that have revolutionized life management. For 25 years, Stephen R. Covey s step-by-step lessons have helped millions from all walks of life lead successful and satisfying lives.","id":266265967,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":479,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/266265967/298x396/d6da900dc6/1696275837?v=1","run_time":0,"short_title":"The 7 Habits of Highly Effective People","static_rating":{"rating":4,"count":353,"up_count":302},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/266265967/149x198/bb1996cfbc/1696275837?v=1","title":"The 7 Habits of Highly Effective People","type":"book","url":"https://www.everand.com/book/266265967/The-7-Habits-of-Highly-Effective-People","views":"570K"},"282821844":{"author":"Jane Austen","author_url":"https://fr.everand.com/author/676111524/Jane-Austen","categories":[],"description":"Este ebook presenta \"Orgullo y prejuicio\", con un índice dinámico y detallado. Una de las obras maestras de la literatura inglesa de todos los tiempos y una de las obras esenciales en la difusión de la novela como género. Se publicó por primera vez el 28 de enero de 1813 como una obra anónima, sin que figurara el nombre de su autora. Su primera frase es, además, una de las","id":282821844,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":443,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/282821844/298x396/f20987a9f5/1715287547?v=1","run_time":0,"short_title":"Orgullo y prejuicio","static_rating":{"rating":4.5,"count":20550,"up_count":706},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/282821844/149x198/7faaaad57f/1715287547?v=1","title":"Orgullo y prejuicio: Clásicos de la literatura","type":"book","url":"https://es.everand.com/book/282821844/Orgullo-y-prejuicio-Clasicos-de-la-literatura","views":"116K"},"318239233":{"author":"Colleen Hoover","author_url":"https://fr.everand.com/author/709154302/Colleen-Hoover","categories":[],"description":"From the #1 New York Times bestselling author of It Starts with Us and All Your Perfects, a “brave and heartbreaking novel that digs its claws into you and doesn’t let go, long after you’ve finished it” (Anna Todd, New York Times bestselling author) about a workaholic with a too-good-to-be-true romance can’t stop thinking about her","id":318239233,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":390,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/318239233/298x396/25f0c08f32/1715355237?v=1","run_time":0,"short_title":"It Ends with Us","static_rating":{"rating":4.5,"count":5756,"up_count":4372},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/318239233/149x198/2d5fb303cf/1715355237?v=1","title":"It Ends with Us: A Novel","type":"book","url":"https://www.everand.com/book/318239233/It-Ends-with-Us-A-Novel","views":"2,4M"},"322011391":{"author":"Mark Manson","author_url":"https://fr.everand.com/author/676606601/Mark-Manson","categories":[],"description":"#1 New York Times Bestseller • More than 10 million Copies Sold \n\nIn this generation-defining self-help guide, a superstar blogger cuts through the crap to show us how to stop trying to be \"positive\" all the time so that we can truly become better, happier people. \n\nFor decades, we’ve been told that pos","id":322011391,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":227,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/322011391/298x396/59d3b978ea/1715425266?v=1","run_time":0,"short_title":"The Subtle Art of Not Giving a F*ck","static_rating":{"rating":4,"count":5795,"up_count":4116},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/322011391/149x198/14bbaf98d5/1715425266?v=1","title":"The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life","type":"book","url":"https://www.everand.com/book/322011391/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life","views":"5,7M"},"327480523":{"author":"Jane Austen","author_url":"https://fr.everand.com/author/676111524/Jane-Austen","categories":[],"description":"The story follows the main character, Elizabeth Bennet, as she deals with issues of manners, upbringing, morality, education, and marriage in the society of the landed gentry of the British Regency. Elizabeth is the second of five daughters of a country gentleman, Mr Bennet, living in Longbourn.\nSet in England in the late 18th century, Pride and Prejudice tells the story o","id":327480523,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":484,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/327480523/298x396/d38b78a6c4/1654391662?v=1","run_time":0,"short_title":"Pride and Prejudice","static_rating":{"rating":4.5,"count":19653,"up_count":590},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/327480523/149x198/53bba73c0c/1654391662?v=1","title":"Pride and Prejudice: Bestsellers and famous Books","type":"book","url":"https://www.everand.com/book/327480523/Pride-and-Prejudice-Bestsellers-and-famous-Books","views":"5,5K"},"358358716":{"author":"Stephen F. Kaufman","author_url":"https://fr.everand.com/author/280113367/Stephen-F-Kaufman","categories":[],"description":"Sun Tzu's The Art of War is still one of the world's most influential treatises on strategic thought. Applicable everywhere from the boardroom to the bedroom, from the playing field to the battlefield, its wisdom has never been more highly regarded. \n\nNow available in its complete form, including the Chinese characters and English text, this essential examin","id":358358716,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":125,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/358358716/298x396/23553a2cd3/1712144973?v=1","run_time":0,"short_title":"Art of War","static_rating":{"rating":4,"count":3321,"up_count":67},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/358358716/149x198/279c3b7292/1712144973?v=1","title":"Art of War: The Definitive Interpretation of Sun Tzu's Classic Book of Strategy","type":"book","url":"https://www.everand.com/book/358358716/Art-of-War-The-Definitive-Interpretation-of-Sun-Tzu-s-Classic-Book-of-Strategy","views":"2,2K"},"370876803":{"author":"Sun Tzu","author_url":"https://fr.everand.com/author/716031340/Sun-Tzu","categories":[],"description":"Written in the 6th century BC, Sun Tzu’s The Art of War is still used as a book of military strategy today. Napoleon, Mae Zedong, General Vo Nguyen Giap and General Douglas MacArthur all claimed to have drawn inspiration from it. And beyond the world of war, business and management gurus have also applied Sun Tzu’s ideas to office politics and corporate strategy.","id":370876803,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":84,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/370876803/298x396/aefbe3ac75/1687363344?v=1","run_time":0,"short_title":"The Art of War","static_rating":{"rating":4,"count":3044,"up_count":84},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/370876803/149x198/ba8bc23349/1687363344?v=1","title":"The Art of War: A New Translation","type":"book","url":"https://www.everand.com/book/370876803/The-Art-of-War-A-New-Translation","views":"39K"},"519548485":{"author":"Jeneva Rose","author_url":"https://fr.everand.com/author/695574311/Jeneva-Rose","categories":[],"description":"One million sold: “A tantalizing premise . . . twists at every turn . . . [A] masterful debut about betrayal and justice” by a New York Times-bestselling author (Samantha M. Bailey, #1 national bestselling author of Watch Out for Her).\n\nOptioned by Picture Perfect Federation for development as a film or TV series\n\n Sarah","id":519548485,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":414,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/519548485/298x396/ff657ab9e3/1708034003?v=1","run_time":0,"short_title":"The Perfect Marriage","static_rating":{"rating":4,"count":1108,"up_count":895},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/519548485/149x198/e404b3796d/1708034003?v=1","title":"The Perfect Marriage: A Completely Gripping Psychological Suspense","type":"book","url":"https://www.everand.com/book/519548485/The-Perfect-Marriage-A-Completely-Gripping-Psychological-Suspense","views":"500K"},"587311236":{"author":"Harper Lee","author_url":"https://fr.everand.com/author/655468575/Harper-Lee","categories":[],"description":"Dispara a todos los grajos que quieras, si puedes acertarle, pero recuerda que es pecado matar a un ruiseñor. \n\nEl consejo de un abogado a sus hijos mientras él defiende el verdadero ruiseñor de la novela clásica de Harper Lee —un hombre negro acusado de violar a una niña blanca. \n\nA través de los ojos de Jem y Scout Finch, Harper Lee explora","id":587311236,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":440,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/587311236/298x396/d000256440/1715426995?v=1","run_time":0,"short_title":"To Kill a Mockingbird \\ Matar a un ruiseñor (Spanish edition)","static_rating":{"rating":4.5,"count":22902,"up_count":628},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/587311236/149x198/03e56e9a76/1715426995?v=1","title":"To Kill a Mockingbird \\ Matar a un ruiseñor (Spanish edition)","type":"book","url":"https://es.everand.com/book/587311236/To-Kill-a-Mockingbird-Matar-a-un-ruisenor-Spanish-edition","views":"8,9K"},"623625266":{"author":"J.R.R. Tolkien","author_url":"https://fr.everand.com/author/714629621/J-R-R-Tolkien","categories":[],"description":"J.R.R. Tolkien's classic prelude to his Lord of the Rings trilogy... \n\nBilbo Baggins is a hobbit who enjoys a comfortable, unambitious life, rarely traveling any farther than his pantry or cellar. But his contentment is disturbed when the wizard Gandalf and a company of dwarves arrive on his doorstep one day to whisk him away on an adventur","id":623625266,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":352,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/623625266/298x396/e571821aef/1715424986?v=1","run_time":0,"short_title":"The Hobbit","static_rating":{"rating":4.5,"count":25134,"up_count":515},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/623625266/149x198/8c1715169c/1715424986?v=1","title":"The Hobbit","type":"book","url":"https://www.everand.com/book/623625266/The-Hobbit","views":"16K"},"623628113":{"author":"Margaret Atwood","author_url":"https://fr.everand.com/author/684979455/Margaret-Atwood","categories":[],"description":"Now a Hulu series starring Elizabeth Moss. The Handmaid's Tale is an instant classic and eerily prescient cultural phenomenon, from \"the patron saint of feminist dystopian fiction\" (New York Times) \n\nThe Handmaid’s Tale is a novel of such power that the reader will be unable to forget its images and its forecast. Set in th","id":623628113,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":387,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/word_document/623628113/298x396/40330881db/1714915973?v=1","run_time":0,"short_title":"The Handmaid's Tale","static_rating":{"rating":4,"count":13186,"up_count":623},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/623628113/149x198/f476daa9e6/1714915973?v=1","title":"The Handmaid's Tale","type":"book","url":"https://www.everand.com/book/623628113/The-Handmaid-s-Tale","views":"59K"},"626321117":{"author":"Neil Gaiman","author_url":"https://fr.everand.com/author/711065753/Neil-Gaiman","categories":[],"description":"Now a STARZ® Original Series produced by FremantleMedia North America starring Ricky Whittle, Ian McShane, Emily Browning, and Pablo Schreiber. \n\nLocked behind bars for three years, Shadow did his time, quietly waiting for the day when he could return to Eagle Point, Indiana. A man no longer scared of what tomorrow might bring, all he wanted was to be with Laura, th","id":626321117,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626321117/396x396/a85e507a7f/1712683119?v=1","run_time":75123,"short_title":"American Gods [TV Tie-In]","static_rating":{"rating":4,"count":12520,"up_count":990},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626321117/198x198/22ab6b48b6/1712683119?v=1","title":"American Gods [TV Tie-In]: A Novel","type":"audiobook","url":"https://www.everand.com/audiobook/626321117/American-Gods-TV-Tie-In-A-Novel","views":"5,0K"},"626508088":{"author":"Steven D. Levitt","author_url":"https://fr.everand.com/author/654077151/Steven-D-Levitt","categories":[],"description":"Steven D. Levitt and Stephen J. Dubner offer the long-awaited paperback edition of Freakonomics, the runaway bestseller, including six Freakonomics columns from the New York Times Magazine and a Q & A with the authors.","id":626508088,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626508088/396x396/21f2be43ff/1714530910?v=1","run_time":28262,"short_title":"Freakonomics Rev Ed","static_rating":{"rating":4,"count":7849,"up_count":338},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/626508088/198x198/a2f47008df/1714530910?v=1","title":"Freakonomics Rev Ed","type":"audiobook","url":"https://www.everand.com/audiobook/626508088/Freakonomics-Rev-Ed","views":"18K"},"627295746":{"author":"Neil Gaiman","author_url":"https://fr.everand.com/author/711065753/Neil-Gaiman","categories":[],"description":"Season 2 of Good Omens coming soon! \n\n“Reads like the Book of Revelation, rewritten by Monty Python.” — San Francisco Chronicle \n\nThe classic novel of angels, demons, and Armageddon from the internationally bestselling authors Neil Gaiman and Terry Pratchett, now a Prime original series starring Michael","id":627295746,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/627295746/396x396/392969f09b/1715036100?v=1","run_time":45192,"short_title":"Good Omens","static_rating":{"rating":4.5,"count":12010,"up_count":1853},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627295746/198x198/84c8afd9f9/1715036100?v=1","title":"Good Omens","type":"audiobook","url":"https://www.everand.com/audiobook/627295746/Good-Omens","views":"22K"},"627487200":{"author":"Neil Gaiman","author_url":"https://fr.everand.com/author/711065753/Neil-Gaiman","categories":[],"description":"Now a STARZ® Original Series produced by FremantleMedia North America starring Ricky Whittle, Ian McShane, Emily Browning, and Pablo Schreiber. \n\nLocked behind bars for three years, Shadow did his time, quietly waiting for the day when he could return to Eagle Point, Indiana. A man no longer scared of what tomorrow might bring, all he wanted was to","id":627487200,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/627487200/396x396/6af963a068/1710782516?v=1","run_time":70796,"short_title":"American Gods","static_rating":{"rating":4,"count":12947,"up_count":1420},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627487200/198x198/9888f21c56/1710782516?v=1","title":"American Gods: The Tenth Anniversary Edition","type":"audiobook","url":"https://www.everand.com/audiobook/627487200/American-Gods-The-Tenth-Anniversary-Edition","views":"61K"},"627872458":{"author":"Agatha Christie","author_url":"https://fr.everand.com/author/711058294/Agatha-Christie","categories":[],"description":"A PBS Great American Read Top 100 Pick \n\nOne of the most famous and beloved mysteries from The Queen of Suspense—Agatha Christie—now a Lifetime TV movie. \n\n\"\"Ten . . .\"\"\n\nTen strangers are lured to an isolated island mansion off the Devon coast by a mysterious \"\"U. N. Owen.\"\" \n\n\"\"Nine . . .\"\"\n\nAt dinner a recorded mess","id":627872458,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627872458/396x396/36898f920d/1715035694?v=1","run_time":21714,"short_title":"And Then There Were None","static_rating":{"rating":4.5,"count":8934,"up_count":2911},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/627872458/198x198/cbfff286b1/1715035694?v=1","title":"And Then There Were None","type":"audiobook","url":"https://www.everand.com/audiobook/627872458/And-Then-There-Were-None","views":"56K"},"628680323":{"author":"Harper Lee","author_url":"https://fr.everand.com/author/655468575/Harper-Lee","categories":[],"description":"El consejo de un abogado a sus hijos mientras él defiende el verdadero ruiseñor de la novela clásica de Harper Lee —un hombre negro acusado de violar a una niña blanca. A través de los ojos de Jem y Scout Finch, Harper Lee explora con humor y honestidad inquebrantable la irracionalidad de la actitud de los adultos hacia la raza y la clase en las profundidades del sur en la","id":628680323,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/628680323/396x396/41bd9bc256/1715035671?v=1","run_time":47258,"short_title":"Matar a un ruisenor (To Kill a Mockingbird - Spanish Edition)","static_rating":{"rating":4.5,"count":23003,"up_count":729},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/628680323/198x198/6082dea10e/1715035671?v=1","title":"Matar a un ruisenor (To Kill a Mockingbird - Spanish Edition)","type":"audiobook","url":"https://es.everand.com/audiobook/628680323/Matar-a-un-ruisenor-To-Kill-a-Mockingbird-Spanish-Edition","views":"4,7K"},"628969476":{"author":"Chris Voss","author_url":"https://fr.everand.com/author/655855290/Chris-Voss","categories":[],"description":"A former international hostage negotiator for the FBI offers a new, field-tested approach to high-stakes negotiations—whether in the boardroom or at home. \n\nAfter a stint policing the rough streets of Kansas City, Missouri, Chris Voss joined the FBI, where his career as a hostage negotiator brought him face-to-face with a range of criminals, includi","id":628969476,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/628969476/396x396/8b565cb9f1/1713287096?v=1","run_time":29235,"short_title":"Never Split the Difference","static_rating":{"rating":4.5,"count":3278,"up_count":2959},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/628969476/198x198/7f80671206/1713287096?v=1","title":"Never Split the Difference: Negotiating As If Your Life Depended On It","type":"audiobook","url":"https://www.everand.com/audiobook/628969476/Never-Split-the-Difference-Negotiating-As-If-Your-Life-Depended-On-It","views":"145K"},"629938767":{"author":"Mark Manson","author_url":"https://fr.everand.com/author/676606601/Mark-Manson","categories":[],"description":"#1 New York Times Bestseller • More than 10 million Copies Sold \n\nIn this generation-defining self-help guide, a superstar blogger cuts through the crap to show us how to stop trying to be \"\"positive\"\" all the time so that we can truly become better, happier people. \n\nFor decades, we’ve been told that p","id":629938767,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/629938767/396x396/98e03b3ade/1712250303?v=1","run_time":19056,"short_title":"The Subtle Art of Not Giving a F*ck","static_rating":{"rating":4.5,"count":20025,"up_count":18164},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/629938767/198x198/3b6d2937bc/1712250303?v=1","title":"The Subtle Art of Not Giving a F*ck: A Counterintuitive Approach to Living a Good Life","type":"audiobook","url":"https://www.everand.com/audiobook/629938767/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life","views":"236K"},"636348230":{"author":"Rachel Hollis","author_url":"https://fr.everand.com/author/708523024/Rachel-Hollis","categories":[],"description":"Con un ingenio irónico y una sabiduría lograda con esfuerzo, la popular celebridad en línea y fundadora de TheChicSite.com, Rachel Hollis, ayuda a sus lectoras a liberarse de las mentiras que las mantienen alejadas de la vida exuberante y rebosante de alegría que deberían tener. \n\nFundadora del sitio web sobre estilos de vida TheChicSite.com y direc","id":636348230,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636348230/396x396/3c07f4027c/1714670242?v=1","run_time":27136,"short_title":"Amiga, lávate esa cara","static_rating":{"rating":4,"count":681,"up_count":392},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/636348230/198x198/27bf02a9dd/1714670242?v=1","title":"Amiga, lávate esa cara: Deja de creer mentiras sobre quién eres para que te conviertas en quien deberías ser","type":"audiobook","url":"https://es.everand.com/audiobook/636348230/Amiga-lavate-esa-cara-Deja-de-creer-mentiras-sobre-quien-eres-para-que-te-conviertas-en-quien-deberias-ser","views":"1,1K"},"636745814":{"author":"Neil Gaiman","author_url":"https://fr.everand.com/author/711065753/Neil-Gaiman","categories":[],"description":"A brand new full cast audiobook production of the classic collaboration from internationally bestselling authors Neil Gaiman and Terry Pratchett starring Rebecca Front as the Narrator, Michael Sheen as Aziraphale, and David Tennant as Crowley! \n\n\"\"Good Omens . . . is something like what would have happened if Thomas Pynchon, Tom Rob","id":636745814,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636745814/396x396/470c9a8989/1714863009?v=1","run_time":44042,"short_title":"Good Omens","static_rating":{"rating":4.5,"count":10907,"up_count":793},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/636745814/198x198/49106fcfd7/1714863009?v=1","title":"Good Omens: A Full Cast Production","type":"audiobook","url":"https://www.everand.com/audiobook/636745814/Good-Omens-A-Full-Cast-Production","views":"44K"},"639236138":{"author":"J.R.R. Tolkien","author_url":"https://fr.everand.com/author/714629621/J-R-R-Tolkien","categories":[],"description":"The original American full dramatization as broadcast on National Public Radio. Bilbo Baggins, a gentle hobbit who loves the comforts of home, reluctantly joins a company of dwarves on a journey to recover plundered gold from a fierce dragon. It's a tale of high adventure and astonishing courage-and a magical prelude to the Lord of the Rings trilogy.","id":639236138,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/639236138/396x396/4203e09923/1712459716?v=1","run_time":15231,"short_title":"The Hobbit","static_rating":{"rating":4.5,"count":24586,"up_count":1044},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/639236138/198x198/d4349efeec/1712459716?v=1","title":"The Hobbit","type":"audiobook","url":"https://www.everand.com/audiobook/639236138/The-Hobbit","views":"7,0K"},"665249016":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"A Simon & Schuster audiobook. Simon & Schuster has a great book for every listener.","id":665249016,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/665249016/396x396/16808c8deb/1713752137?v=1","run_time":3721,"short_title":"Habit 1 Be Proactive","static_rating":{"rating":4,"count":2556,"up_count":130},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/665249016/198x198/db80e9b0a6/1713752137?v=1","title":"Habit 1 Be Proactive: The Habit of Choice","type":"audiobook","url":"https://www.everand.com/audiobook/665249016/Habit-1-Be-Proactive-The-Habit-of-Choice","views":"1,1K"},"666468024":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"A Simon & Schuster audiobook. Simon & Schuster has a great book for every listener.","id":666468024,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/666468024/396x396/f8a19ddfcc/1713752670?v=1","run_time":4481,"short_title":"Habit 3 Put First Things First","static_rating":{"rating":4,"count":2507,"up_count":82},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/666468024/198x198/147241e854/1713752670?v=1","title":"Habit 3 Put First Things First: The Habit of Integrity and Execution","type":"audiobook","url":"https://www.everand.com/audiobook/666468024/Habit-3-Put-First-Things-First-The-Habit-of-Integrity-and-Execution","views":"733"},"666468116":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"*New York Times bestseller—over 40 million copies sold*\n\n *The #1 Most Influential Business Book of the Twentieth Century*\n\n \n\nOne of the most inspiring and impactful books ever written, The 7 Habits of Highly Effective People has captivated readers for nearly three decades. It has transformed the lives of presidents and CEOs, educators","id":666468116,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/666468116/396x396/c56c907abb/1713752651?v=1","run_time":12149,"short_title":"The 7 Habits of Highly Effective People","static_rating":{"rating":4,"count":2567,"up_count":141},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/666468116/198x198/da537fcc6b/1713752651?v=1","title":"The 7 Habits of Highly Effective People","type":"audiobook","url":"https://www.everand.com/audiobook/666468116/The-7-Habits-of-Highly-Effective-People","views":"5,3K"},"667106151":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"A Simon & Schuster audiobook. Simon & Schuster has a great book for every listener.","id":667106151,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":0,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/audiobook_square_badge/667106151/396x396/df9d563b1b/1713752682?v=1","run_time":4444,"short_title":"Habit 6 Synergize","static_rating":{"rating":4,"count":2499,"up_count":72},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/audiobook_square_badge/667106151/198x198/fac4cc3a84/1713752682?v=1","title":"Habit 6 Synergize: The Habit of Creative Cooperation","type":"audiobook","url":"https://www.everand.com/audiobook/667106151/Habit-6-Synergize-The-Habit-of-Creative-Cooperation","views":"242"},"721301192":{"author":"Stephen R. Covey","author_url":"https://fr.everand.com/author/686949061/Stephen-R-Covey","categories":[],"description":"The Infographics Edition\n\n“…Dr. Covey's emphasis on self-renewal and his understanding that leadership and creativity require us to tap into our own physical, mental, and spiritual resources are exactly what we need now.\" —Arianna Huffington\n\n \n\nWall Street Journal Best Seller!\n\n#1 Best Seller in Leadership, Personal Success, and F","id":721301192,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":556,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/721301192/298x396/265d821a9e/1712691480?v=1","run_time":0,"short_title":"The 7 Habits of Highly Effective People","static_rating":{"rating":4,"count":2475,"up_count":57},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/word_document/721301192/149x198/96fb889088/1712691480?v=1","title":"The 7 Habits of Highly Effective People: The Infographics Edition","type":"book","url":"https://www.everand.com/book/721301192/The-7-Habits-of-Highly-Effective-People-The-Infographics-Edition","views":"1,2K"}}},"renewalNagProps":null,"signupContext":null,"static":{"config":{"brand":"scribd","google":{"clientId":"491264573595-hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-443684-2","current_user":"false","facebook_user_context":"none"},"includeGoogleTagManager":true,"siftScience":{"user_id":null,"unique_browser_tracking_uuid":"26c9f094-0dfe-4f3b-8534-e09dd282a7b6","sift_science_js_key":"cbcb9f556a"}}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L2FjY291bnQtc2V0dGluZ3M=\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGZnIu\nc2NyaWJkLmNvbSUyRmRvYyUyRjI0ODM5NjkzOCUyRlhIVE1MLXktQ1NTLUxv\ncy1OdWV2b3MtRXN0YW5kYXJlcy1EZWwtQ29kaWdvLUZ1ZW50ZS1DYXA0JTNG\ncmVmZXJyZXIlM0R1dG1fY2FtcGFpZ24lM0Rkb2NfcGFnZSUyNnV0bV9zb3Vy\nY2UlM0Rkb2NfcGFnZSUyNnV0bV9tZWRpdW0lM0R3ZWImc3Q9WEhUTUwlMjB5\nJTIwQ1NTJTIwTG9zJTIwTnVldm9zJTIwRXN0JUMzJUExbmRhcmVzJTIwRGVs\nJTIwQyVDMyVCM2RpZ28lMjBGdWVudGUlMjBDYXA0JnNpPWh0dHBzOi8vaW1n\ndjItMS1mLnNjcmliZGFzc2V0cy5jb20vaW1nL2RvY3VtZW50LzI0ODM5Njkz\nOC9vcmlnaW5hbC8yMTZ4Mjg3LzQ0YzRkOWU4MjQvMTcxNTQ2MzY1OD92PTE=\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2FyY2hpdmUvcGxhbnM/ZG9jPTI0ODM5\nNjkzOCZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIyYXJjaGl2ZV92\naWV3X3Jlc3RyaWN0ZWQlMjIlMkMlMjJwYWdlJTIyJTNBJTIycmVhZCUyMiUy\nQyUyMmFjdGlvbiUyMiUzQSUyMmRvd25sb2FkJTIyJTJDJTIybG9nZ2VkX2lu\nJTIyJTNBZmFsc2UlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\n","bestsellersPath":"L2Jlc3RzZWxsZXJz\n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\n","documentsPath":"L2RvY3M=\n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\n","homePath":"aHR0cHM6Ly9mci5zY3JpYmQuY29tLw==\n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\n","logoutPath":"L2xvZ291dA==\n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\n","oauthLoginUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL29hdXRoL2xvZ2lu\n","oauthSignupUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL29hdXRoL3NpZ251cA==\n","oauthStartTrialUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL29hdXRoL3NpZ251cD9kb2NfaWQ9MjQ4\nMzk2OTM4\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL3BvZGNhc3RzL2NhdGVnb3JpZXM=\n","podcastsPath":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL3BvZGNhc3Rz\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvMjQ4Mzk2OTM4\n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbWlzc19tb2RhbA==\n","rate":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL3JhdGluZ3MuanNvbg==\n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\n","referralsUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL3JlZmVycmFscw==\n","rootPath":"Lw==\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\n","sheetMusicPath":"L3NoZWV0bXVzaWM=\n","statsPath":null,"subscribeNowLandingPath":"L3N1YnNjcmliZS1ub3c=\n","subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz0yNDgzOTY5MzgmZG9jX2lkPTI0\nODM5NjkzOCZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTdE\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9sb2dpbg==\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly9mci5zY3JpYmQuY29tL2FjY291bnQvdW5wYXVzZT9mcm9tPWh0\ndHBzJTNBJTJGJTJGZnIuc2NyaWJkLmNvbSUyRmRvYyUyRjI0ODM5NjkzOCUy\nRlhIVE1MLXktQ1NTLUxvcy1OdWV2b3MtRXN0YW5kYXJlcy1EZWwtQ29kaWdv\nLUZ1ZW50ZS1DYXA0\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz0yNDgzOTY5Mzg=\n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\n","footerContentTypeRoutes":{"documents":"L2RvY3M=\n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hYm91dA==\n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZnIvYXJ0aWNsZXMvMjEw\nMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jYXJlZXJz\n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9jb250YWN0\n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9mcg==\n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9tZWRpYQ==\n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzYwMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\n","scribdForEnterpriseUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9lbnRlcnByaXNl\n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YWxsb3dlZF9wYWdlcz0xJTJDMiUyQzMlMkM0\nJTJDNSUyQzYlMkM3JTJDOCUyQzklMkMxMCUyQzExJTJDMTIlMkMxMyUyQzE0\nJTJDMTUlMkMxNiUyQzE3JTJDMTglMkMxOSUyQzIwJTJDMjElMkMyMiUyQzIz\nJTJDMjQmYXV0aF90b2tlbj02MCUyRmR1OHJBaCUyQkFoODV5NjhPZGJwbDg5\nVkxrJTNEJmF1dGhlbnRpY2l0eV90b2tlbj1UNnBWaHBDTFBOSkJTWERIVmhz\nMlpWQ1JXM3VZeklsb2JuQjh1N1hzbnhXM0pxanJxUWo5MFp4M3VsckZRNnBH\nUXFmQy1MLXU1MnRlXzdvTlQtdTVkQSZleHBpcmVzPTE3MTYwNjg0NTgmd29y\nZERvY3VtZW50SWQ9MjQ4Mzk2OTM4JndvcmRVcGxvYWRJZD0yNTI5Nzc0NDQ=\n"},"user":{"browserUuid":"26c9f094-0dfe-4f3b-8534-e09dd282a7b6","canExtendSubscription":null,"country":null,"emailHash":null,"hasPublishedDocuments":false,"id":null,"initials":"","isAborted":null,"isAdmin":null,"isBot":true,"isDunning":false,"isEligibleForFreeTrial":true,"isLoggedIn":false,"isMobile":false,"isPaused":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"name":null,"personaIconRetinaUrl":null,"personaIconUrl":null,"showSimpleCancelOption":false},"wordDocument":{"ads_disabled":false,"archived":true,"author_name":"NeneFI","copyright_name":"© All Rights Reserved","description":"XHTML y CSS Los Nuevos Estándares Del Código Fuente Cap4","edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/248396938","extensions":["pdf"],"extracted_title":null,"flag_document_modal_props_path":"/doc-page/flag-document-modal-props/248396938","generatedDescription":null,"id":248396938,"image_url":"https://imgv2-1-f.scribdassets.com/img/document/248396938/149x198/185442166a/1543599244?v=1","in_library":false,"is_archive":true,"is_credit_restricted":false,"isDocumentOwner":false,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archive":true,"isbn":null,"library_xhr_pending":false,"page_count":24,"page_dimensions":{"width":595,"height":842},"page_orientation":"portrait","publisher_info":{"is_author":false,"name":"NeneFI","url":"https://fr.scribd.com/user/10757032/NeneFI"},"retina_image_url":"https://imgv2-2-f.scribdassets.com/img/document/248396938/298x396/5dd35b2c88/1543599244?v=1","secret_password":null,"signup_context":null,"short_title":"XHTML y CSS Los Nuevos Estándares Del Código Fuent...","show_archive_paywall":true,"showFullDoc":false,"title":"XHTML y CSS Los Nuevos Estándares Del Código Fuente Cap4","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://fr.scribd.com/doc/248396938/XHTML-y-CSS-Los-Nuevos-Estandares-Del-Codigo-Fuente-Cap4","views":"23"},"X_Request_ID":"b9e1713a45cbde21e6453f0e818a778785adf4ed87f234d7dde869b6e402f2ee"}--></script></div></div><script type="text/javascript" src="/options/exposed_to_client.js"></script><script type="application/javascript">window._translations = JSON.parse("{\"fr\":{\"translation\":{\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"plans\":{\"plan_module\":{\"slash_month\":\"/mois\",\"slash_year\":\"/an\"}},\"show\":{\"restart_membership\":\"Redémarrer l\'abonnement\"},\"subscription_card\":{\"unlocks_available\":\"{{count}} activer disponible\",\"unlocks_available_plural\":\"{{count}} activations disponibles\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Profitez de titres à succès en vous abonnant\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Votre prochain déblocage sera disponible une fois la mise à jour de vos informations de paiement effectuée.\",\"enjoying_preview_update_payment_upgrade\":\"Procédez à la mise à jour des informations de paiement pour passer à l\'abonnement Plus\"}}},\"browse\":{\"promo\":{\"cancel_anytime\":\"Annulez à tout moment.\",\"everand_also_available_on_mobile_devices\":\"Everand est également disponible pour vos appareils mobiles.\",\"scribd_also_available_on_mobile_devices\":\"Scribd est également disponible sur vos appareils mobiles.\"}},\"browse_page\":{\"promo\":{\"instant_access\":\"Obtenez un accès instantanés aux livres, livres audio, magazines et bien plus encore pour seulement {{price}}/mois.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"chrome\":{\"flash\":{\"close_notification\":\"Fermer la notification\",\"error\":\"Erreur\",\"notice\":\"Avis\",\"success\":\"Opération réussie\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Cliquez ici pour devenir membre\",\"click_here_to_renew_it\":\"Cliquez ici pour le renouveler\",\"click_here_to_resume_it\":\"Cliquez ici pour le reprendre\",\"click_here_to_update_it\":\"Cliquez ici pour les mettre à jour\",\"resume_membership\":\"Reprendre l\'abonnement\",\"update_now\":\"Mettre à jour maintenant\",\"update_payment\":\"Mettre à jour les informations de paiement\",\"you_canceled_your_free_trial\":\"Vous avez annulé votre essai gratuit.\",\"your_account_is_at_risk\":\"Votre compte encourt un risque. Mettez vos informations de paiement à jour immédiatement pour éviter de perdre l\'accès à votre abonnement.\",\"your_credit_card_information_is_invalid_\":\"Les informations de votre carte bancaire sont invalides.\",\"your_membership_is_on_hold\":\"Votre abonnement est en attente en raison d\'un problème avec votre dernier paiement.\",\"your_membership_is_paused_until_paused_until_date\":\"Votre abonnement est actuellement mis en pause jusqu\'au {{paused_until_date}}.\",\"your_payment_is_overdue\":\"Votre paiement est en retard. Corrigez vos informations de facturation pour bénéficier d\'un service sans interruption.\",\"your_paypal_information_is_invalid\":\"Vos informations PayPal sont invalides.\",\"your_scribd_gift_membership_has_ended\":\"Votre abonnement cadeau Scribd est terminé.\",\"your_scribd_membership_has_expired\":\"Votre abonnement Scribd a expiré.\",\"your_scribd_membership_was_canceled\":\"Votre abonnement Scribd a été annulé.\"}},\"common\":{\"later\":\"Plus tard\",\"update_payment\":\"Mettre à jour le paiement\"},\"content_lengths\":{\"listening_minutes\":\"Écoute de {{minutes}} min\",\"reading_minutes\":\"Lecture de {{minutes}} min\"},\"content_preview\":{\"available_on\":\"Disponible le {{date}}\",\"flags\":{\"expiring_soon\":\"Bientôt plus disponible\",\"geo_restricted\":\"Indisponible\",\"not_available\":\"Indisponible\",\"throttled\":\"Bientôt disponible\"},\"geo_restricted\":\"Indisponible dans votre pays\",\"reviews\":{\"delete_rating_and_review\":\"Supprimer cette évaluation et cet avis ?\",\"delete_warning\":\"Cette action est irréversible.\",\"rating_and_review_deleted\":\"Évaluation et avis supprimés\"},\"save\":{\"add\":\"Enregistrer pour plus tard\",\"remove\":\"Supprimer des Enregistrés\"},\"share\":\"Partager\",\"social_media_share\":{\"email\":\"Courriel\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Lien copié\"},\"unavailable\":\"Actuellement indisponible\",\"view_titles_in_series\":\"Afficher les titres en série\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Livre audio\",\"audiobook_series\":\"Série de livres audio\",\"audiobooks\":\"Livres audio\",\"books\":\"Livres\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Livre électronique\",\"ebook_series\":\"Série de livres électroniques\",\"ebooks\":\"Livres électroniques\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Épisode de podcast\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Partition\",\"song\":\"Chanson\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Obtenez un accès immédiat à ce document et à des millions d\'autres avec un compte gratuit.\",\"to_continue_reading_please_sign_in\":\"Pour poursuivre la lecture, veuillez vous connecter\"},\"ai_enhanced_tag\":{\"ai_enhanced_document\":\"Document amélioré par l\'IA\",\"ai_translated_document\":\"Document traduit par l\'IA\",\"description\":\"Description améliorée par l\'IA\",\"description_tooltip\":\"En nous appuyant sur la technologie de l\'IA, nous avons optimisé la description pour davantage de clarté.\",\"title\":\"Titre amélioré par l\'IA\",\"title_and_description\":\"Titre et description améliorés par l\'IA\",\"title_and_description_tooltip\":\"En nous appuyant sur la technologie de l\'IA, nous avons optimisé le titre et la description pour davantage de clarté.\",\"title_tooltip\":\"En nous appuyant sur la technologie de l\'IA, nous avons optimisé le titre pour davantage de clarté.\"},\"app_promo\":{\"millions_of_documents\":\"Des millions de documents à portée de main\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continuer gratuitement\",\"trial_duration\":{\"unlock_full_access_to_the\":\"Débloquez l\'accès complet à la plus grande bibliothèque du monde grâce à un essai gratuit de {{trialDuration}} jours.\"},\"upload_your_documents_or_subscribe\":\"Transférez vos documents ou devenez membre de Scribd pour débloquer l\'accès complet.\"},\"between_page_interstitial\":{\"title_copy_subscribe_only_trial_duration\":\"Débloquez l\'accès complet (pages {{startPage}}-{{endPage}}) grâce à un essai gratuit de {{trialDuration}} jours\",\"unlock_full_access\":{\"page_number_trial_duration\":\"Débloquez l\'accès complet (page {{props_currentrange}}) en transférant des documents ou avec un essai gratuit de {{trialDuration}} jours\"},\"upload_or_subscribe_pages\":\"Téléversez vos documents ou devenez membre de Scribd pour débloquer l\'accès complet (pages {{startPage}}-{{endPage}}).\"},\"blur_promo\":{\"become_member_for_full_access\":\"Devenez membre de Scribd pour obtenir un accès complet.\",\"read_and_download_full_documents\":\"Lisez et téléchargez les documents complets.\",\"skip_ad\":\"Ignorer la pub\",\"subscribe_with_a_free_trial\":\"Souscrire un essai gratuit\",\"trial_duration\":{\"start_your_trial\":\"Commencez votre essai gratuit de {{trialDuration}} jours\"},\"unlock_next_pages_after_an_ad\":\"Déverrouiller la page suivante après une publicité\",\"unlock_next_pages_after_an_ad_plural\":\"Déverrouiller les {{count}} pages suivantes après une publicité\",\"unlock_this_document\":\"Déverrouillez ce document\",\"unlock_this_document_after_an_ad\":\"Déverrouiller ce document après une publicité\",\"unlock_this_page_after_an_ad\":\"Déverrouiller cette page après une pub\",\"upload_a_doc_to_download_or_sub\":\"Importez un document pour télécharger ce document ou abonnez-vous pour le lire et le télécharger.\",\"upload_to_download\":\"Importez pour télécharger\"},\"description_modal\":{\"description\":\"Description\",\"flag_for\":\"Signaler comme contenu inapproprié\"},\"doc_chat_additional_feedback\":{\"heading\":\"Laisser un autre commentaire\",\"placeholder\":\"Que pensez-vous de la réponse ? Comment pourrait-elle être améliorée ?\"},\"doc_chat_default_response\":{\"with_suggestions\":\"Je suis désolé, je n\'ai trouvé aucune information à ce sujet.\"},\"doc_chat_disclaimer\":{\"beta\":\"DocChat est alimenté par OpenAI et peut parfois afficher des informations erronées.\\u003cbr\\u003eNous vous recommandons de vérifier l\'exactitude des réponses.\"},\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Inexact\",\"offensive_unsafe\":\"Offensant/Dangereux\",\"other\":\"Autre\",\"submit\":\"Laisser un commentaire\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Pourquoi avoir choisi cette évaluation ?\",\"thank_you_response\":\"Vos commentaires sont précieux et nous aident à améliorer nos réponses de l\'IA.\",\"thank_you_response_heading\":\"Merci beaucoup pour votre commentaire\"},\"doc_chat_greeting\":{\"heading\":\"Bienvenue sur DocChat\",\"sub_heading\":\"Je suis ici pour répondre à vos questions concernant ce document. Demandez-moi ce que vous voulez ou choisissez une suggestion ci-dessous pour commencer.\"},\"doc_chat_input\":{\"placeholder\":\"Sélectionnez une suggestion ou saisissez une question\"},\"doc_chat_popover\":{\"feature_available_bold\":\"Travaillez plus rapidement avec DocChat.\",\"feature_available_regular\":\"Chattez avec ce document pour obtenir les informations que vous souhaitez.\",\"feature_not_available_bold\":\"DocChat est actuellement indisponible\",\"feature_not_available_regular\":\"pour ce document. Consultez d\'autres documents pour utiliser cette fonctionnalité.\"},\"doc_chat_settings\":{\"clear_history\":\"Effacer l\'historique\",\"faq\":\"FAQ\"},\"doc_chat_suggestions\":{\"heading\":\"Voici quelques questions auxquelles je peux répondre :\"},\"doc_chat_usage\":{\"exceed_warning\":\"Vous avez atteint votre limite mensuelle de {{count}} invites. Merci d\'être si activement impliqué dans la version bêta de DocTalk. Votre nombre maximum d\'invites sera réinitialisé le mois prochain !\",\"limit_reminder\":\"Vous avez atteint les {{count}} invites ! Dans le cadre de notre programme bêta DocTalk, il vous reste {{left}} invites. Vos commentaires nous sont très précieux, car ils nous permettent d\'affiner cette fonctionnalité.\"},\"download_to_read_ad_free\":\"Téléchargez pour lire sans publicité.\",\"fixed_viewport_bottom_components\":{\"check_out_these_free_titles\":\"Découvrez ces titres gratuits\"},\"flag_document\":{\"flag_for_inappropriate_content\":\"Signaler comme contenu inapproprié\"},\"flash\":{\"rating_not_saved_try_again\":\"Évaluation non enregistrée. Veuillez réessayer\"},\"get_scribd_without_ads\":\"Obtenez Scribd sans publicité.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"Pour accéder à ce document, veuillez en transférer un des vôtres, ou abonnez-vous avec un essai gratuit de {{trialDuration}} jours. Résiliable à tout moment.\",\"to_access_this_document_trial_duration_plural\":\"Pour accéder à ce document, veuillez en transférer {{count}} des vôtres, ou abonnez-vous avec un essai gratuit de {{trialDuration}} jours. Résiliable à tout moment.\"},\"metadata\":{\"description\":{\"original_description\":\"Description originale\"}},\"mobile_metadata\":{\"collapse_full_title\":\"Masquer le titre complet\",\"expand_full_title\":\"Afficher le titre complet\"},\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Langue préférée définie sur {{url_params_language_settings_changed}}\"},\"rate_drawer\":{\"not_useful\":\"Pas utile\",\"useful\":\"Utile\"},\"ratings\":{\"mark_as_not_useful\":\"Marquez ce document comme n\'étant pas utile\",\"mark_as_useful\":\"Marquez ce document comme utile\",\"no_ratings\":\"0 évaluation\",\"no_ratings_yet\":\"Pas encore d\'évaluation\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}} % ont trouvé ce document inutile\",\"percent_found_document_useful\":\"{{percentage}}% ont trouvé ce document utile\",\"press_again_undo\":\"Appuyez à nouveau pour annuler.\",\"sign_up_to_rate_this_title\":\"Inscrivez-vous pour noter ce titre\",\"you_marked_as_useful\":\"Vous avez marqué ce document comme utile\",\"you_marked_not_useful\":\"Vous avez marqué ce document comme n\'étant pas utile\"},\"read_this_document_in_other_languages\":\"Lire ce document dans d\'autres langues\",\"recommender_list\":{\"audiobook\":\"livre audio\",\"book\":\"livre\",\"might_also_like\":\"Vous aimerez peut-être aussi\",\"show_more\":\"Voir plus\"},\"scroll_for_next_page\":\"Faire défiler jusqu\'à la page suivante\",\"share\":{\"copy_link\":\"Copier le lien\",\"link_copied\":\"Lien copié !\",\"share_on_facebook\":\"Partager sur Facebook\",\"share_on_linkedin\":\"Partager sur LinkedIn\",\"share_on_twitter\":\"Partager sur Twitter\",\"share_via_email\":\"Partager par e-mail\"},\"share_drawer\":{\"copy_link\":\"Copier le lien\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Lien copié ! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eRemarque : partager un lien public vers un document privé permettra aux autres utilisateurs de le consulter.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"Cette fonctionnalité n\'est pas prise en charge pour les documents privés. Si vous souhaitez en partager un, sélectionnez Copier le lien et envoyez le lien aux autres.\"},\"this_document_available_in_languages\":\"Ce document peut être consulté dans les langues suivantes :\",\"toolbar\":{\"download\":\"Télécharger\",\"download_now\":\"Télécharger maintenant\"},\"translate\":\"Traduire\",\"translate_document\":\"Traduire un document\",\"truncate_promo\":{\"read_and_download_full_documents\":\"Les abonnés peuvent lire et télécharger des documents complets.\",\"restart_membership\":\"Recommencer l\'abonnement\",\"trial_duration\":{\"scribd_members_can_read\":\"Les membres de Scribd peuvent lire et télécharger des documents dans leur intégralité. Vos {{trialDuration}} premiers jours sont gratuits !\"},\"unlock_full_access_when_subscribe\":\"Déverrouillez l\'accès complet en vous abonnant\"},\"upload_banner\":{\"copy\":\"Obtenez ce téléchargement gratuitement avec un transfert. Pour en savoir plus, voir ci-dessous.\",\"copy_plural\":\"Obtenez ce téléchargement gratuitement avec {{count}} transferts. Pour en savoir plus, voir ci-dessous.\"},\"upsell_popup\":{\"description\":\"Profitez d\'une lecture et de téléchargements sans publicité sur Scribd.\",\"title\":\"Plus de lectures. Sans pubs.\"},\"view_original_document_in_language\":\"Afficher le document source en {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Profitez de livres audio à succès en vous abonnant\",\"enjoy_bestselling_titles_when_subscribed\":\"Profitez d\'e-books à succès en vous abonnant\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Découvrez des millions de livres électroniques, de livres audio, et bien plus encore, à partir de {{price}}/mois. Annulez à tout moment.\",\"instant_access_and_cancel_anytime\":\"Découvrez des millions d\'e-books, de livres audio, et bien plus encore pour seulement {{price}}/mois. Annulez à tout moment.\"}},\"lists\":{\"faq_message_html\":\"Nous avons apporté d\'importantes modifications à l\'expérience de la liste. Pour en savoir plus, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisitez la FAQ\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"Qu\'est-ce que Everand ?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continuer sur Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Découvrez les prochaines sorties et des originaux exclusifs, ainsi que des listes soigneusement organisées et des offres spéciales envoyées directement dans votre boîte de réception.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Envoyez-moi des mises à jour d\'Everand par e-mail\",\"welcome_to_everand\":\"Bienvenue sur Everand !\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Profitez pleinement d’Everand\",\"unlock_full_access_discover_millions\":\"Déverrouillez un accès complet à la bibliothèque numérique la plus fascinante au monde. Découvrez des millions de livres électroniques, de livres audio, de magazines et bien plus encore.\"}},\"shared\":{\"cross_link_message\":\"D\'Everand\",\"footer\":{\"about_scribd\":\"À propos de Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Télécharger sur l\'App Store\",\"everand_-_get_it_on_google_play\":\"Everand – Télécharger l\'app sur Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand pour Kindle Fire\"},\"navigation\":{\"enterprise_page\":\"Enterprise\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand sur Facebook\",\"scribd_on_instagram_aria_label\":\"Everand sur Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand sur Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand sur Twitter\"}}},\"explore\":{\"banner\":{\"after_trial\":\"Seulement {{price}}/mois après l\'essai. \\u003cstrong\\u003eAnnulez à tout moment.\\u003c/strong\\u003e\",\"subtitle\":\"Accédez à plus de 1 000 000 de titres complets en ligne ou hors ligne sur nos applications \\u003ca href=\\\"{{ios_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eiOS\\u003c/a\\u003e et \\u003ca href=\\\"{{android_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eAndroid\\u003c/a\\u003e.\"}},\"get_app_modal\":{\"link_sent_email\":\"Lien envoyé ! Veuillez vérifier votre boîte de réception.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd est le plus grand site social de lecture et publication au monde.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Également disponible en livre audio\",\"also_available_as_an_ebook\":\"Également disponible en e-book\",\"byline\":{\"narrated_by\":\"raconté par\"},\"close\":\"Fermer\",\"count_titles\":\"{{count}} titre\",\"count_titles_plural\":\"{{count}} titres\",\"go_to_content_type_version\":\"Accéder à la version {{content_type}}\",\"loading\":\"Chargement...\",\"more_about_this_episode\":\"En savoir plus sur cet épisode\",\"more_about_this_issue\":\"Plus d\'informations sur ce numéro\",\"more_about_this_series\":\"Plus d\'informations sur cette série\",\"more_about_this_summary\":\"Plus d\'informations sur ce résumé\",\"oops_something_went_wrong\":\"Oups, un problème est survenu\",\"view_all_articles\":\"Voir tous les articles\",\"view_all_episodes\":\"Afficher tous les épisodes\",\"view_the_full_title_details\":\"Afficher les détails complets du titre\"}}},\"landing\":{\"hero\":{\"read_listen_anywhere_anytime\":\"Lisez ou écoutez où que vous soyez, quand vous voulez.\"}},\"lib\":{\"lightbox\":{\"close_dialog\":\"Fermer la boîte de dialogue\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"Tous les documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Obtenez nos applications gratuites\"},\"hamburger_menu\":{\"close_menu\":\"Fermer le menu\",\"sign_in_to_your_everand_account\":\"Connectez-vous à votre compte Everand\",\"sign_in_to_your_scribd_account\":\"Connectez-vous à votre compte Scribd\",\"welcome\":\"Bienvenue !\"},\"language\":{\"cancel\":\"Annuler\",\"change_language\":\"Changer de langue\"},\"language_links\":{\"learn_more\":\"Pour en savoir plus\"},\"language_picker_dropdown\":{\"language\":\"Langue\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Bienvenue sur Everand!\",\"welcome_to_scribd\":\"Bienvenue sur Scribd !\"}},\"navigation\":{\"categories\":\"Catégories\",\"explore_content_type\":\"Explorer les {{content_type}}\",\"opens_navigation_menu\":\"Menu de navigation ouvert\"},\"search_bar\":{\"clear_search\":\"Effacer la recherche\",\"close_suggestions\":\"Fermer les suggestions\",\"no_results_found\":\"Aucun résultat de recherche.\",\"num_results_are_available\":\"{{num_results}} résultat(s) disponible(s), utilisez les touches fléchées haut et bas pour naviguer.\",\"recent_searches\":\"Recherches récentes\",\"search\":\"Recherche\"},\"top_bar\":{\"upload\":\"Importer\"},\"upload\":{\"upload_header\":\"Importer\"},\"user_menu\":{\"document_stats\":\"Statistiques du document\",\"document_uploads\":\"Importation de documents\",\"faq_and_support\":\"FAQ et assistance\",\"hi_name\":\"Bonjour {{name}} !\",\"invite_friends\":\"Inviter des amis\",\"language\":\"Langue ({{current_language}})\",\"public_profile\":\"Profil public\",\"read_for_free\":\"Lisez gratuitement\",\"visually_hidden_user_settings\":\"Paramètres de l\'utilisateur\",\"your_account\":\"Votre compte\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"Qu\'est-ce que Scribd ?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Enregistrer dans la liste\",\"title\":\"Ajouter à la liste\"},\"confirm_delete_review\":{\"title\":\"Supprimer votre avis et votre note ?\"},\"confirm_unsave_item\":{\"title\":\"Supprimer le titre de la bibliothèque enregistrée et des listes enregistrées ?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Supprimer de vos listes ?\",\"removing_from_saved\":\"En le supprimant des Enregistrés, le titre sera également supprimé de vos listes.\",\"removing_this_title_from_saved\":\"En supprimant ce titre de la section Enregistrés, il sera également supprimé de vos listes.\",\"title\":\"Ce titre est également dans une liste.\"},\"create_list\":{\"create_list\":\"Créer une liste\",\"failed_to_create_try_again\":\"Échec de la création de la liste, veuillez réessayer\",\"input_description\":{\"privacy_type\":\"Il n\'y a que vous qui pouvez voir cette liste. Le partage sera désactivé.\"},\"input_label\":{\"name\":\"Comment aimeriez-vous nommer cette liste ?\",\"privacy_type\":\"Rendre la liste privée\"},\"title\":\"Nouvelle liste\",\"validation_errors\":{\"name\":\"Veuillez saisir un nom de liste\"}},\"language_picker\":{\"language_options\":\"Options de langue\",\"select_preferred_language\":\"Sélectionnez votre langue préférée\",\"translate_and_tailor\":\"Nous traduirons la navigation sur le site et adapterons vos recommandations personnelles, dans la mesure du possible, à votre sélection de langue préférée.\",\"translate_to_match\":\"Nous traduirons la navigation du site pour correspondre à votre sélection de langue préférée.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problème avec votre dernier paiement\",\"update_your_payment_to_continue\":\"Mettez à jour le paiement pour continuer\",\"we_had_an_issue_with_your_last_payment\":\"Nous avons rencontré un problème avec votre dernier paiement. Merci de mettre à jour vos informations de paiement pour continuer.\",\"your_membership_is_on_hold\":\"Votre abonnement est suspendu en raison d\'un problème avec votre dernier paiement.\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Consultez vos e-mails\"},\"check_your_email\":{\"change_email\":\"Ce n\'est pas la bonne adresse e-mail ?\",\"didnt_receive\":\"Vous n\'avez pas reçu d\'e-mail ? Regardez dans votre dossier de spam, ou\",\"email_not_verified_verify_to_continue\":\"E-mail non vérifié. Veuillez vérifier votre adresse e-mail pour continuer.\",\"i_have_verified_my_email\":\"J\'ai vérifié mon adresse e-mail\",\"logout_login_url\":\"Utiliser une autre adresse e-mail\",\"send_again\":\"envoyez de nouveau.\",\"to_protect_your_account_html\":\"Pour protéger votre compte, nous avons envoyé un e-mail de vérification à l\'adresse : \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Merci de cliquer sur le lien à l\'intérieur de cet e-mail pour vérifier votre identité. Pour en savoir plus, nous vous invitons à consulter notre \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQ\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Veuillez vérifier votre adresse e-mail avant de continuer.\"}},\"pdfs\":{\"doc_search\":{\"close_search\":\"fermer la recherche\",\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Télécharger le document\",\"resume_membership\":\"Reprendre l\'abonnement\",\"resuming\":\"Reprise\",\"your_membership_is_currently_paused_until\":\"Votre abonnement est actuellement mis en pause jusqu\'au {{state_nag_next_payment_due}}. Voulez-vous reprendre votre abonnement maintenant pour télécharger\"},\"embed_lightbox\":{\"autosize\":\"Taille automatique\",\"beginning_of_document\":\"Début du document\",\"copy_link\":\"Copier le lien\",\"current_page\":\"Page actuelle\",\"custom\":\"Personnalisé\",\"customization_options_available_below\":\"Options de personnalisation disponibles ci-dessous\",\"embed\":\"Intégrer\",\"embed_this_in_your_website\":\"Intégrez ceci à votre site web\",\"format\":\"Format\",\"fullscreen\":\"Plein écran\",\"generate_a_link\":\"Générer un lien\",\"height\":\"Hauteur : \",\"html\":\"HTML\",\"link_options\":\"Options de lien\",\"link_to_the\":\"Lien vers le\",\"options\":\"Options\",\"preview\":\"Aperçu\",\"scroll\":\"Faire défiler\",\"size\":\"Taille\",\"slideshow\":\"Diaporama\",\"start_at_page\":\"Commencer à la page :\",\"style\":\"Style :\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e Le code sera mis à jour selon vos modifications.\",\"width\":\"Largeur : \",\"wordpress\":\"WordPress\"},\"flag_doc_lightbox\":{\"cancel\":\"Annuler\",\"if_you_are_the_copyright_owner_html\":\"Si vous détenez les droits d\'auteur de ce document et que vous voulez le signaler, veuillez visiter la page \\u003ca href=\'{{faq_urls_copyright_infringement}}\'\\u003ed\'avis de violation des droits d\'auteur\\u003c/a\\u003e pour soumettre un rapport.\",\"please_tell_us_reason_s_for_reporting\":\"Veuillez nous indiquer la ou les raisons pour lesquelles vous voulez signaler ce document\",\"submit\":\"Soumettre\"},\"print_lightbox\":{\"cancel\":\"Annuler\",\"download_and_print\":\"Télécharger et imprimer\",\"in_order_to_print_this_document_\":\"Pour imprimer ce document à partir de Scribd, vous devez d\'abord le télécharger.\",\"print_document\":\"Imprimer le document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Intégrer\",\"print\":\"Imprimer\",\"share\":\"Partager\"},\"metadata_section\":{\"full_description\":\"Description complète\",\"related_titles\":\"Titres liés\"},\"more_info_module\":{\"document_information\":\"Informations du document\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Connectez-vous pour signaler ce titre\",\"you_re_reading_a_preview\":\"Vous êtes en train de lire un aperçu\"},\"sidebar\":{\"available_formats\":\"Formats disponibles\",\"click_to_collapse_document_information\":\"cliquez pour réduire les informations du document\",\"click_to_expand_document_information\":\"cliquez pour développer les informations du document\",\"copyright\":\"Droits d\'auteur :\",\"copyright_no_colon\":\"Copyright\",\"document_useful_message\":\"Avez-vous trouvé ce document utile ?\",\"download_or_read_formats\":\"{{extensions}} ou lisez en ligne sur Scribd\",\"is_this_inappropriate_content\":\"Ce contenu est-il inapproprié ?\",\"isbn\":\"ISBN :\",\"isbn_no_colon\":\"ISBN\",\"report_this_document\":\"Signaler ce document\",\"share_or_embed_document\":\"Partager ou intégrer le document\",\"strong_download_strong_as_available_extensions_map_upcase_join_or_read_online\":\"\\u003cstrong\\u003eTéléchargez\\u003c/strong\\u003e comme {{available_extensions_map_upcase_join}} ou lisez en ligne sur Scribd\",\"uploaded_by\":\"Transféré par\",\"view_more\":\"Voir plus\",\"written_by\":\"Écrit par\"},\"toolbar\":{\"exit_fullscreen\":\"Quitter le mode plein écran\",\"fullscreen\":\"Plein écran\",\"of_numberformat_props_document_total_pages\":\"sur {{numberformat_props_document_total_pages}}\",\"search_document\":\"Recherche du document\",\"showing_strong_1_strong_result_for_query\":\"Affichage de \\u003cstrong\\u003e1\\u003c/strong\\u003e résultat pour\",\"showing_strong_num_results_strong_results_for_query\":\"Affichage de \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e résultats pour\",\"you_are_on_page_props_current_page\":\"Vous êtes sur la page {{props_current_page}}\",\"zoom_in\":\"Zoom avant\",\"zoom_out\":\"Zoom arrière\"},\"upvote\":{\"not_useful\":\"Inutile\",\"this_document_is\":\"Ce document est…\",\"useful\":\"Utile\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"Plus de 200 000 livres électroniques et livres audio, dont une sélection de nos titres les plus populaires\",\"billed_monthly\":\"Facturation mensuelle après la période d\'essai.\",\"docs_presentations\":\"Plus de 170 millions de documents et présentations sur Scribd et SlideShare sans publicité\",\"magazines_etc\":\"Magazines, podcasts et partitions\",\"plus\":\"Plus :\",\"titles_per_month\":\"{{titles}} titres par mois de notre catalogue Plus comprenant encore plus de best-sellers et de nouveautés\",\"unlimited\":\"Accès illimité à :\"}},\"plans\":{\"unlock_dropdown\":{\"subscription_ends_date\":\"L\'abonnement se termine le {{date}}\",\"unlocks\":\"{{count}} activer\",\"unlocks_plural\":\"{{count}} activations\",\"unlocks_renew\":\"Activations se renouvellent le {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Activations sont renouvelés une fois les informations de paiement mises à jour.\",\"view_unlock_history\":\"Voir l\'historique activer\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"Une fois ce titre activé, il vous restera {{count}} activer jusqu\'au {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"Une fois ce titre activé, il vous restera {{count}} activations jusqu\'au {{refresh_date}}.\",\"unlock_this_title\":\"Activer ce titre\",\"you_have_unlocks_available\":\"Vous disposez de {{count}} activation disponible.\",\"you_have_unlocks_available_plural\":\"Vous disposez de {{count}} activations disponibles.\"}},\"privacy_policy_modal\":{\"accept\":\"Accepter et continuer\",\"details_below\":\"Vous pouvez lire les détails ci-dessous. En cliquant sur Accepter, vous acceptez la politique de confidentialité mise à jour.\",\"thank_you\":\"Merci !\",\"title\":\"Nous avons mis à jour notre politique de confidentialité.\",\"try_again\":\"Nous avons rencontré un problème, veuillez réessayer.\",\"updated_privacy_policy\":\"Nous avons mis à jour notre politique de confidentialité pour nous conformer à l\'évolution des réglementations mondiales en matière de confidentialité et vous donner un aperçu du nombre limité de scénarios dans lesquels nous pouvons être amenés à utiliser vos données.\",\"view_policy\":\"Afficher la politique de confidentialité mise à jour\"},\"promos\":{\"annual_offer\":{\"current_plan\":\"Forfait actuel\",\"immerse\":\"Lisez sans compter tout au long de l\'année\",\"read_more_html\":\"Lisez plus. \\u003cspan class=\'save_text\'\\u003eÉconomisez plus.\\u003c/span\\u003e\",\"save_percent\":\"Économisez {{value}} %\",\"switch_plan\":\"Changer de forfait\",\"terms_footer_html\":\"En cliquant sur « Changer de forfait », des frais annuels de {{price}} vous seront facturés le {{date}}. Consultez nos \\u003ca class=\'terms_link\' target=\\\"_blank\\\" href={{href}}\\u003eConditions de service\\u003c/a\\u003e.\"}},\"receipt\":{\"download\":{\"document\":\"Document\",\"download_iframe\":\"Cadre de téléchargement\",\"downloading\":\"Téléchargement\"}},\"saved\":{\"list_item_controls\":{\"create_list\":\"Créer une liste\"}},\"scribd\":{\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continuer sur Scribd\",\"special_offers_new_content_to_your_inbox\":\"Découvrez les offres spéciales, les nouveaux contenus et les recommandations de nos produits premium envoyés directement dans votre boîte de réception.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Envoyez-moi des mises à jour de Scribd par e-mail\",\"welcome_to_scribd\":\"Bienvenue sur Scribd !\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Profitez pleinement de Scribd\",\"unlock_full_access_read_offline\":\"Déverrouillez un accès complet à la bibliothèque numérique la plus fascinante au monde. Bénéficiez de téléchargements gratuits illimités et lisez hors ligne avec l\'application.\"}},\"navigation_category\":{\"academic\":\"Académique\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Loisirs et artisanat\",\"personal_growth\":\"Croissance personnelle\",\"professional\":\"Professionnel\"},\"shared\":{\"cross_link_message\":\"De Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filtres\"},\"pagination\":{\"next\":\"suivante\",\"previous\":\"précédente\"},\"results\":{\"reading_list\":\"Liste de lecture\",\"top_result\":\"Meilleur résultat\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"Pour ajouter une note, veuillez vous connecter\",\"add_note_sign_up\":\"Pour ajouter une note, veuillez vous inscrire\",\"already_have_an_account\":\"Vous avez déjà un compte ?\",\"annotate_document_sign_in\":\"Veuillez vous connecter pour annoter ce document\",\"annotate_document_sign_up\":\"Veuillez vous inscrire pour laisser une annotation sur ce document\",\"annotate_sign_in\":\"Veuillez vous connecter pour laisser une annotation\",\"back_to_sign_in\":\"Retour à la connexion\",\"continue_reading_sign_in\":\"Pour poursuivre la lecture, veuillez vous connecter\",\"continue_reading_sign_up\":\"Pour poursuivre la lecture, veuillez vous inscrire\",\"create_bookmark_sign_in\":\"Pour créer un marque-page, veuillez vous connecter\",\"create_bookmark_sign_up\":\"Pour créer un signet, veuillez vous inscrire\",\"creating_your_account\":\"Création de votre compte en cours...\",\"disclaimer\":\"En vous inscrivant sur Scribd, vous acceptez nos \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eConditions de service {{opens_in_new_window}}\\u003c/a\\u003e et notre \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePolitique de confidentialité {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"Pour télécharger ce document, veuillez vous connecter\",\"download_document_sign_up\":\"Pour télécharger ce document, veuillez vous inscrire\",\"errors\":{\"email_invalid\":\"Cette adresse e-mail est invalide ou bloquée. Veuillez saisir une autre adresse e-mail.\",\"email_registered\":\"Cette adresse e-mail est déjà inscrite sur Scribd. Veuillez saisir votre mot de passe pour vous identifier.\",\"email_taken\":\"Ce courriel est pris par un autre utilisateur, veuillez réessayer.\",\"invalid_character_in_name_please_remove\":\"Caractère invalide dans le nom. Veuillez retirer tout caractère spécial\",\"no_valid_email_modal_desc\":\"Votre adresse e-mail est manquante ou invalide. Pour garantir la sécurité de votre compte, veuillez fournir une adresse e-mail valide.\",\"no_valid_email_modal_title\":\"Mettez à jour votre adresse e-mail\",\"password_10_chars\":\"Veuillez saisir un mot de passe comportant au moins 10 caractères\",\"please_enter_a_name\":\"Veuillez entrer un nom\",\"please_enter_a_valid_email\":\"Veuillez entrer un courriel valide\",\"that_doesn_t_appear_to_be_a\":\"Cela ne semble pas être une adresse de courriel valide. Veuillez réessayer.\"},\"facebook\":{\"error\":\"Nous sommes navrés, il est impossible de vous connecter à travers Facebook pour l\'instant.\",\"sign_in\":\"Se connecter avec Facebook\",\"sign_up\":\"S\'inscrire avec Facebook\"},\"fail\":\"Échec.\",\"flag_document_sign_in\":\"Pour signaler ce document, veuillez vous connecter\",\"flag_document_sign_up\":\"Pour signaler ce document, veuillez vous inscrire\",\"forgot\":{\"enter_email\":\"Veuillez entrer votre adresse de courriel et nous vous enverrons un courriel avec un lien pour réinitialiser votre mot de passe.\",\"weve_sent_email_html\":\"Nous avons envoyé un courriel à \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e contenant des instructions pour réinitialiser votre mot de passe. Si ce courriel n\'arrive pas rapidement, jetez un œil à votre dossier de spams et consultez ensuite cet \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003earticle de notre Centre d\'aide\\u003c/a\\u003e.\"},\"forgot_password\":\"Mot de passe oublié ?\",\"give_gift_sign_in\":\"Pour offrir ce cadeau, veuillez vous connecter\",\"give_gift_sign_up\":\"Pour offrir ce cadeau, veuillez vous inscrire\",\"google\":{\"error\":\"Échec de la connexion Google\"},\"highlight_document_sign_in\":\"Pour mettre en évidence ce document, veuillez vous connecter\",\"highlight_document_sign_up\":\"Pour mettre en évidence ce document, veuillez vous inscrire\",\"join_today_to_start_reading\":\"Inscrivez-vous aujourd\'hui et commencez à lire\",\"logging_you_in\":\"Connexion en cours...\",\"not_you\":\"Ce n\'est pas vous ?\",\"now_bringing_you_back\":\"Redirection en cours...\",\"pass\":\"Passer.\",\"password_must_be_at_least_ten_characters\":\"Au moins 10 caractères\",\"password_not_been_breached\":\"Le mot de passe n\'est pas compromis\",\"password_strength\":\"Niveau de sécurité du mot de passe\",\"password_strength_colon\":\"Niveau de sécurité du mot de passe : \",\"password_strength_good\":\"Moyen\",\"password_strength_moderate\":\"Modérée\",\"password_strength_strong\":\"Fort\",\"password_strength_weak\":\"Faible\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} personne\\u003c/span\\u003e parcourt Scribd en ce moment\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} personnes\\u003c/span\\u003eparcourent Scribd en ce moment\",\"rate_document_sign_in\":\"Pour évaluer ce document, veuillez vous connecter\",\"rate_document_sign_up\":\"Pour évaluer ce document, veuillez vous inscrire\",\"recaptcha_disclaimer\":\"Ce site est protégé par reCAPTCHA, la \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePolitique de confidentialité{{opens_in_new_window}}\\u003c/a\\u003e et les \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eConditions de service {{opens_in_new_window}}\\u003c/a\\u003e Google s\'appliquent.\",\"redeem_offer_sign_in\":\"Pour profiter de cette offre, veuillez vous connecter\",\"redeem_offer_sign_up\":\"Pour profiter de cette offre, veuillez vous inscrire\",\"remember_me\":\"Se souvenir de moi\",\"reset_password\":\"Réinitialiser le mot de passe\",\"save_document_sign_in\":\"Pour enregistrer ce document, veuillez vous connecter\",\"save_document_sign_up\":\"Pour enregistrer ce document, veuillez vous inscrire\",\"send_me_updates_from_scribd\":\"M\'envoyer des mises à jour de Scribd\",\"share_quote_sign_in\":\"Pour partager cette citation, veuillez vous connecter\",\"share_quote_sign_up\":\"Pour partager cette citation, veuillez vous inscrire\",\"sign_in\":\"Se connecter\",\"sign_in_add_note\":\"Pour ajouter une note, veuillez vous connecter\",\"sign_in_bookmark\":\"Pour créer un marque-page, veuillez vous connecter\",\"sign_in_create_list\":\"Pour créer une liste, veuillez vous connecter\",\"sign_in_download\":\"Pour télécharger, veuillez vous connecter\",\"sign_in_follow\":\"Pour suivre, veuillez vous connecter\",\"sign_in_give_gift\":\"Pour offrir ce cadeau, veuillez vous connecter\",\"sign_in_highlight\":\"Pour mettre en évidence, veuillez vous connecter\",\"sign_in_rate\":\"Pour évaluer, veuillez vous connecter\",\"sign_in_redeem\":\"Pour l\'utiliser, veuillez vous connecter\",\"sign_in_review\":\"Veuillez vous connecter pour évaluer\",\"sign_in_save\":\"Pour enregistrer, veuillez vous connecter\",\"sign_in_share_quote\":\"Pour partager cette citation, veuillez vous connecter\",\"sign_in_start_months\":\"Pour commencer votre {{count}} mois gratuit, veuillez vous connecter\",\"sign_in_start_months_plural\":\"Pour commencer vos {{count}} mois gratuits, veuillez vous connecter\",\"sign_in_successful\":\"Connexion réussie\",\"sign_in_to_scribd\":\"S\'identifier avec Scribd\",\"sign_in_upload\":\"Pour téléverser, veuillez vous connecter\",\"sign_in_with_email\":\"Se connecter avec un e-mail\",\"sign_up\":\"S\'inscrire\",\"sign_up_add_note_this_title\":\"Inscrivez-vous pour ajouter une note à ce titre.\",\"sign_up_annotate\":\"S\'inscrire pour pouvoir laisser une annotation.\",\"sign_up_continue_reading_this_title\":\"Inscrivez-vous pour continuer à lire ce titre.\",\"sign_up_create_bookmark_this_title\":\"Inscrivez-vous pour créer un signet.\",\"sign_up_create_list_this_title\":\"Inscrivez-vous pour créer une liste.\",\"sign_up_download_this_title\":\"Inscrivez-vous pour télécharger ce titre.\",\"sign_up_follow_magazine_this_title\":\"Inscrivez-vous pour suivre ce magazine.\",\"sign_up_free_months_this_title\":\"Inscrivez-vous pour commencer votre {{count}} mois gratuit.\",\"sign_up_free_months_this_title_plural\":\"Inscrivez-vous pour commencer vos {{count}} mois gratuits.\",\"sign_up_give_gift_this_title\":\"Inscrivez-vous pour offrir ce cadeau.\",\"sign_up_highlight_this_title\":\"Inscrivez-vous pour mettre en évidence.\",\"sign_up_or_sign_in\":\"S\'inscrire ou se connecter\",\"sign_up_save\":\"Pour enregistrer, veuillez créer un compte Scribd\",\"sign_up_save_this_title\":\"Inscrivez-vous pour enregistrer ce titre.\",\"sign_up_share_quote_this_title\":\"Inscrivez-vous pour partager une citation de ce titre.\",\"sign_up_successful\":\"Inscription réussie\",\"sign_up_to_rate_title\":\"Inscrivez-vous pour noter ce titre\",\"sign_up_to_review_title\":\"Inscrivez-vous pour évaluer ce titre\",\"sign_up_with_email\":\"S\'inscrire par e-mail\",\"signup_to_redeem_offer\":\"Inscrivez-vous pour profiter de l\'offre\",\"start_free_months_sign_in\":\"Pour débuter votre {{count}} mois gratuit, veuillez vous connecter\",\"start_free_months_sign_in_plural\":\"Pour débuter vos {{count}} mois gratuits, veuillez vous connecter\",\"start_free_months_sign_up\":\"Pour débuter votre {{count}} mois gratuit, veuillez vous inscrire\",\"start_free_months_sign_up_plural\":\"Pour débuter vos {{count}} mois gratuits, veuillez vous inscrire\",\"upload_document_sign_in\":\"Pour téléverser un document, veuillez vous connecter\",\"upload_document_sign_up\":\"Pour téléverser un document, veuillez vous inscrire\",\"use_another_email_address\":\"Utilisez une autre adresse e-mail\"},\"actions\":{\"read_continue\":\"Poursuivre la lecture\",\"read_preview\":\"Lire l\'aperçu\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"J’ai désactivé mon bloqueur de publicité\",\"it_looks_like_youre_using_and_ad_blocker\":\"Il semblerait que vous utilisiez un bloqueur de publicité.\",\"show_me_how\":\"Montrez-moi comment\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"Pour écouterdles titres sur Everand, merci de désactiver votre bloqueur de publicité ou d\'utiliser notre application mobile.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"Pour lire les titres sur Everand, merci de désactiver votre bloqueur de publicité ou d\'utiliser notre application mobile.\"},\"byline\":{\"and\":\"et\",\"by\":\"Par\",\"published_by\":\"Publié par\",\"written_by\":\"Écrit par\"},\"carousels\":{\"carousel_next\":\"Élément suivant du carrousel\",\"carousel_previous\":\"Élément précédent du carrousel\",\"skip_carousel\":\"Ignorer le carrousel\"},\"common\":{\"ad\":\"pub\",\"add_a_new_payment_method\":\"Ajouter un nouveau mode de paiement\",\"added_by\":\"Ajouté par\",\"back\":\"Retour\",\"back_to_top\":\"Retour au début de la page\",\"cancel\":\"Annuler\",\"close\":\"Fermer\",\"close_dialog\":\"Fermer la boîte de dialogue\",\"delete\":\"Effacer\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Ne plus me demander\",\"download\":\"Télécharger\",\"email_address\":\"Adresse e-mail\",\"error\":\"Erreur\",\"errors\":{\"could_not_complete_request\":\"Impossible de compléter votre demande\",\"failed_to_delete_review\":\"L’avis n’a pas été supprimé. Veuillez réessayer.\",\"failed_to_load\":\"Échec du chargement, réessayez\",\"failed_to_remove_title\":\"Échec de la suppression du titre\",\"failed_to_save_review\":\"Votre avis n\'a pas été enregistré. Veuillez réessayer.\",\"failed_to_save_review_vote\":\"Votre vote n\'a pas été enregistré. Veuillez réessayer.\",\"failed_to_save_title\":\"Échec de l\'enregistrement du titre\",\"please_try_again_later\":\"Veuillez réessayer plus tard.\"},\"forms\":{\"at_least_10_characters\":\"(au moins 10 caractères)\",\"email\":\"Courriel\",\"error\":\"Erreur\",\"invalid\":\"Invalide\",\"invalid_email\":\"Veuillez saisir un e-mail valide.\",\"name\":\"Nom\",\"optional\":\"(facultatif)\",\"password\":\"Mot de passe\",\"please_enter_a_password\":\"Veuillez entrer un mot de passe\",\"please_enter_an_email\":\"Veuillez entrer un courriel\",\"required\":\"(requis)\"},\"hide\":\"Cacher\",\"info\":\"Information\",\"issue\":\"Numéro de publication\",\"key_insights\":\"Informations clés de\",\"learn_more\":\"Pour en savoir plus\",\"length\":\"Longueur\",\"library\":{\"add_to_list\":{\"success_message\":\"Ajouté à {{collection_name}}\"},\"add_with_title\":\"Enregistrer {{title}} pour plus tard\",\"remove_with_title\":\"Supprimer {{title}} des enregistrés\",\"sign_up_to_save\":\"Inscrivez-vous pour enregistrer ce titre\"},\"listen_free\":\"Écouter gratuitement\",\"listen_free_for_30_days\":\"Écouter gratuitement pendant {{trialDuration}} jours\",\"listen_now\":\"Écouter maintenant\",\"listen_on_everand\":\"Écouter sur Everand\",\"load_more\":\"Charger plus\",\"more_about_this_title\":\"En savoir plus sur ce titre\",\"new_to_scribd\":\"Nouveau sur Scribd ?\",\"notice\":\"Remarque\",\"opens_in_a_new_window\":\"s\'ouvre dans une nouvelle fenêtre\",\"or\":\"Ou\",\"play_preview\":\"Jouer l\'aperçu\",\"preferred_language_set_to_language\":\"Langue préférée définie sur {{language}}\",\"progress\":{\"listened\":\"écouté\",\"read\":\"lus\"},\"read_count\":\"{{count}} lecture\",\"read_count_plural\":\"{{count}} lectures\",\"read_free\":\"Lire gratuitement\",\"read_more\":\"Lire la suite\",\"read_now\":\"Lire maintenant\",\"read_on_everand\":\"Lire sur Everand\",\"read_on_scribd\":\"Lire sur Scribd\",\"read_preview\":\"Lire l\'aperçu\",\"related_categories\":\"Catégories liées\",\"remove\":\"Supprimer\",\"remove_from_saved\":\"Supprimer des Enregistrés\",\"removed_from_saved\":\"Supprimer des Enregistrés\",\"removed_from_your_saved_list\":\"Supprimé de votre liste de sauvegarde.\",\"restart_subscription\":\"Redémarrer l\'abonnement\",\"resume_subscription\":\"Reprendre l\'abonnement\",\"save\":\"Enregistrer\",\"save_for_later\":\"Enregistrer pour plus tard\",\"saved\":\"Enregistré\",\"selected\":\"(sélectionné)\",\"send_email\":\"Envoyer un e-mail\",\"share_on\":{\"email\":\"Partager par e-mail\",\"email_mail_client\":\"Partager par e-mail, ouvre le client de messagerie\",\"facebook\":\"Partager sur Facebook\",\"facebook_new_window\":\"Partager sur Facebook, ouvre une nouvelle fenêtre\",\"linkedin\":\"Partager sur LinkedIn\",\"linkedin_new_window\":\"Partager sur LinkedIn, ouvre une nouvelle fenêtre\",\"pinterest\":\"Partager sur Pinterest\",\"pinterest_new_window\":\"Partager sur Pinterest, ouvre une nouvelle fenêtre\",\"twitter\":\"Partager sur Twitter\",\"twitter_new_window\":\"Partager sur Twitter, ouvre une nouvelle fenêtre\"},\"show\":\"Afficher\",\"sign_in\":\"Se connecter\",\"sign_out\":\"Déconnexion\",\"songbook\":\"Recueil de chansons\",\"start_your_subscription\":\"Démarrer votre abonnement\",\"success\":\"Succès\",\"success_exclamation\":\"Opération réussie !\",\"title_author_separator\":\"de\",\"undo\":\"Annuler\",\"undo_title_removed_from_saved\":\"Annuler la suppression de {{title}} des Enregistrés\",\"uploaded_by\":\"Téléversé par\",\"welcome_back\":\"Ravis de vous revoir\",\"welcome_back_exclamation\":\"Ravis de vous revoir !\",\"worlds_fascinating_library\":\"La bibliothèque la plus fascinante au monde\"},\"competitor_matrix\":{\"last_updated_aug\":\"Dernière mise à jour le 5 août 2021\",\"million_ebooks\":\"Plus de 1 000 000 de livres électroniques\",\"million_magazine_news_articles\":\"Plus de 1 000 000 de magazines et d\'articles de presse\",\"no\":\"Non\",\"thousands_audiobooks\":\"Plus de 200 000 livres audio\",\"title\":\"Découvrez pourquoi les lecteurs choisissent Scribd\",\"yes\":\"Oui\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} heure\",\"hour_with_count_plural\":\"{{count, locale}} heures\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} chanson\",\"songs_with_count_plural\":\"{{count, locale}} chansons\"},\"content_preview\":{\"leaving_everand\":\"Plus disponible sur Everand à partir du {{date}}\"},\"content_types\":{\"series\":\"Séries\"},\"doc_download_modal\":{\"check_out_these\":\"Découvrez ces autres grands titres\",\"download_as\":\"Télécharger au format :\",\"download_document\":\"Télécharger le document\",\"download_iframe\":\"Télécharger l\'iframe\",\"download_started\":\"Votre téléchargement a commencé\",\"membership_paused_html\":\"Votre abonnement est actuellement suspendu jusqu\'au {{resumeMembershipDate}}. Souhaitez-vous réactiver votre abonnement dès à présent pour télécharger \\u003cem\\u003e{{title}}\\u003c/em\\u003e ?\",\"not_available\":\"Ce document n\'est pas disponible en téléchargement\",\"uploaded\":\"Transféré par\"},\"doc_preview\":{\"views\":\"{{formatted_views}} vues\"},\"errors\":{\"action_incomplete_heading\":\"Action inachevée\",\"action_incomplete_message\":\"Oups ! Nous sommes désolés, mais nous n\'avons pas pu terminer l\'action que vous avez demandée pour le moment. Merci pour votre patience pendant que nous cherchons une solution au problème.\",\"something_went_wrong\":\"Une erreur est survenue, merci de réessayer.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Téléchargez gratuitement pendant {{trialDuration}} jours\",\"read_free_for_30_days\":\"Lire gratuitement pendant 30 jours\"}},\"everand_banner\":{\"visit_everand\":\"Visitez Everand.\"},\"footer\":{\"about\":\"À propos\",\"about_scribd\":\"À propos de Scribd\",\"accessibility\":\"Accessibilité\",\"cancel_contract\":\"Annuler les contrats ici\",\"contact_us\":\"Nous contacter\",\"cookie_preferences\":\"Préférences en matière de cookies\",\"copyright\":\"Droits d\'auteur\",\"copyright_copy_current_year_scribd\":\"Droits d\'auteur \\u0026copy; {{currentYear}} Scribd Inc.\",\"do_not_sell_share_info\":\"Ne vendez pas et ne partagez pas mes informations personnelles\",\"everand_books_audiobooks\":\"Everand : Livres électroniques et audio\",\"footer_menu\":\"Menu de pied de page\",\"gifts\":\"Cadeaux\",\"help_faq\":\"Aide / FAQ\",\"invite_friends\":\"Inviter des amis\",\"join_our_team_exclamation\":\"Rejoignez notre équipe !\",\"legal\":\"Mentions légales\",\"our_blog\":\"Notre blog\",\"press\":\"Presse\",\"privacy\":\"Confidentialité\",\"publishers\":\"Éditeurs\",\"purchase_help\":\"Aide à l\'achat\",\"redeem_gift_card\":\"Valider une carte-cadeau\",\"scribd_-_download_on_the_app_store\":\"Scribd – Télécharger sur l\'App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd – Télécharger l\'app sur Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd pour Kindle Fire\",\"scribd_for_enterprise\":\"Scribd pour entreprises\",\"social\":\"Social\",\"support\":\"Assistance\",\"terms\":\"Conditions\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"Une erreur s\'est produite, veuillez réessayer\",\"an_error_occurred_please_try_an\":\"Une erreur est survenue, veuillez essayer avec une adresse électronique\",\"enter_your_email\":\"Saisissez votre e-mail\",\"enter_your_phone_or_email\":\"Entrez votre téléphone ou adresse électronique\",\"get_the_app_to_read_and_listen\":\"Obtenez l\'application pour lire et écouter où que vous soyez, quand vous voulez.\",\"link_sent_please_check_your_mobile\":\"Lien envoyé ! Veuillez consulter votre appareil mobile\",\"listen_offline_with_app\":\"Écoutez hors ligne avec l\'application\",\"phone_or_email\":\"Téléphone ou e-mail\",\"please_enter_a_valid_email\":\"Veuillez saisir un e-mail valide.\",\"please_enter_a_valid_phone_number\":\"Veuillez saisir un numéro de téléphone valide\",\"please_enter_a_valid_phone_number_or_email\":\"Veuillez saisir un numéro de téléphone ou un e-mail valide\",\"read_offline_with_app\":\"Lisez hors ligne avec l\'application\",\"send\":\"Envoyer\"},\"holiday_banner\":{\"days_left_title\":\"Plus que {{count}} jour pour profiter de notre promotion des fêtes !\",\"days_left_title_plural\":\"Plus que {{count}} jours pour profiter de notre promotion des fêtes !\",\"everyday_title\":\"Scribd : offrez-leur un cadeau dont ils pourront profitez chaque jour\",\"shop_subscriptions\":\"Acheter des abonnements\"},\"listen_button\":{\"listen_continue\":\"Continuer à écouter\",\"listen_start\":\"Commencer à écouter\"},\"lists\":{\"curated_by\":\"Sélectionnés par\",\"curated_by_everand_editors\":\"Sélection des éditeurs Everand\",\"curated_by_scribd_editors\":\"Sélectionnés par les éditeurs Scribd\",\"view_total_titles\":\"Voir {{count}} titre\",\"view_total_titles_plural\":\"Voir {{count}} titres\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Chargement...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Courriel\",\"we_couldn_t_complete_your_request\":\"Impossible de compléter votre demande\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", actif\",\"home\":\"Accueil\",\"quick_navigation\":\"Navigation rapide\"},\"modal\":{\"opt_in\":{\"stay_in_the_loop\":\"Ne manquez rien\"},\"upsell\":{\"cancel_anytime\":\"Annulez à tout moment.\",\"continue_with_free_trial\":\"Continuer avec un essai gratuit de {{trialDuration}} jours\",\"continue_with_limited_access\":\"Continuer avec un accès limité\",\"or\":\"ou\"}},\"navigation\":{\"open_menu\":\"Menu de navigation ouvert\",\"sidebar\":{\"selected\":\", sélectionné(s)\"},\"upload\":\"Importer\"},\"plan_card\":{\"per_month\":\"/mois\"},\"plan_type\":{\"plus_monthly\":\"Plus mensuel\",\"standard_monthly\":\"Standard mensuel\"},\"plans\":{\"moving_to_plus\":\"Déplacé vers le catalogue Plus à partir du {{date}}\",\"next_unlock_available\":\"Votre prochain activer sera disponible le {{refresh_date}}\",\"no_unlocks_available\":\"0 activations disponibles\",\"num_unlocks_available\":\"{{count}} activer disponible.\",\"num_unlocks_available_plural\":\"{{count}} activations disponibles.\",\"num_unlocks_available_renew_monthly\":\"{{count}} activer disponible. Activé se renouvellent mensuellement le {{refresh_date}} et ne sont pas reconduits.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} activé disponibles. Activé se renouvellent mensuellement le {{refresh_date}} et ne sont pas reconduits.\",\"renew_and_upgrade\":\"Renouvelez votre abonnement et passez à l\'abonnement Plus pour activer ce titre.\",\"renew_get_next_unlock\":\"Renouvelez votre abonnement pour obtenir votre prochain activer le {{refresh_date}}.\",\"unlock_plus_title\":\"Activer ce Titre\",\"unlocked\":\"Activé\",\"upgrade_to_unlock\":\"Passez au forfait Plus pour activer ce contenu\",\"youve_unlocked_this_title\":\"Vous avez activé ce titre.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Écouter un échantillon\"},\"podcast_episode\":{\"from\":\"De\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} épisode\",\"num_episodes_plural\":\"{{ count }} épisodes\",\"num_podcast_episodes\":\"{{count, locale}} épisode de podcast\",\"num_podcast_episodes_plural\":\"{{count, locale}} épisodes de podcast\"},\"promos\":{\"annual_offer\":{\"annual\":\"Prime annuelle\",\"monthly\":\"Prime mensuelle\",\"youre_all_set_html\":\"Vous êtes prêt ! Vous avez mis à jour votre forfait. \\u003ca href={{account_settings_url}}\\u003eAffichez votre forfait\\u003c/a\\u003e dans votre compte.\"}},\"react\":{\"button_menu\":{\"close_menu\":\"Fermer le menu\"},\"modals\":{\"delete_item_in_list\":{\"cancel\":\"Annuler\",\"delete\":\"Supprimer\",\"do_not_ask_me_again\":\"Ne plus me demander\",\"removing_from_saved_will_also_delete\":\"Retirer le titre de la section Enregistrés le supprimera aussi de vos listes.\",\"this_title_is_also_in_a\":\"Ce titre est aussi dans une liste.\"}},\"save_button\":{\"failed_to_remove_title\":\"Échec de suppression du titre\",\"failed_to_save_title\":\"Échec d\'enregistrement du titre\",\"remove_short_title_from_saved\":\"Retirer {{short_title}} des Enregistrés\",\"save_short_title_for_later\":\"Enregistrer {{short_title}} pour plus tard\",\"sign_up_to_save\":\"Inscrivez-vous pour enregistrer ce titre\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Jetez un coup d’œil à {{props_share_title}} sur Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"Je suis en train de lire {{props_document_collection_name}} sur Scribd : {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Lire {{props_document_collection_name}} sur Scribd\",\"share_on_facebook\":\"Partager sur Facebook\",\"share_on_facebook_opens_a_new\":\"Partager sur Facebook, ouvre une nouvelle fenêtre\",\"share_on_linkedin\":\"Partager sur LinkedIn\",\"share_on_linkedin_opens_a_new\":\"Partager sur LinkedIn, ouvre une nouvelle fenêtre\",\"share_on_twitter\":\"Partager sur Twitter\",\"share_on_twitter_opens_a_new\":\"Partager sur Twitter, ouvre une nouvelle fenêtre\",\"share_with_email\":\"Partager par courriel\",\"share_with_email_opens_mail_client\":\"Partage par courriel, ouvre le client de courriel\",\"sharing_options\":\"Options de partage\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"Nous vous avons déplacé vers la position où vous avez lu sur {{progress_device_name}}\"}},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Veuillez d\'abord renouveler votre abonnement afin de passer à l\'abonnement Plus et activer ce titre.\",\"renew_and_upgrade_to_unlock\":\"Renouvelez votre abonnement et procédez à une mise à niveau pour activer ce titre\",\"renew_subscription\":\"Renouveler l\'abonnement\"},\"resume_membership\":\"Reprendre l\'abonnement\",\"save_button\":{\"save\":\"Enregistrer\",\"saved\":\"Enregistré\"},\"sharing_buttons\":{\"hi_there_document_action_and_thought_you\":\"Je suis en train de lire {{document_action}} sur Scribd et j\'ai pensé que vous pourrez l\'aimer. {{document_title}} de {{document_author_or_publisher_name_or_login}} {{doc_url}} Scribd vous donne un accès mensuel à des livres, des livres audio et plus encore pour moins du prix d\'un livre de poche. Inscrivez-vous aujourd\'hui et {{trial_cta_downcase}}. Découvrir plus sur : http://www.scribd.com/\",\"i_m_reading_document_title_on_suffix\":\"Je suis en train de lire {{document_title}} sur {{suffix}}\"},\"skip_link\":{\"skip_content\":\"Ignorer le contenu\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd sur Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd sur Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd sur Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd sur Twitter\"},\"star_ratings\":{\"clear_rating\":\"Effacer l\'évaluation\",\"i_didnt_like_it_at_all\":\"Je n\'ai pas du tout aimé\",\"i_didnt_like_it_that_much\":\"Je n\'ai pas vraiment aimé\",\"i_liked_it\":\"J\'ai aimé\",\"i_loved_it\":\"J\'ai adoré\",\"i_thought_it_was_ok\":\"J\'ai trouvé ça pas mal\",\"rate_as_rating_out_of_5\":\"Noter {{value}} sur 5\",\"rating_rating_to_display_out_of_5_stars\":\"Évaluation : {{ratingToDisplay}} sur 5 étoiles\",\"ratings\":\"notation\",\"ratings_plural\":\"notations\",\"saved\":\"Enregistré !\",\"selected\":\"(sélectionné)\",\"user_rating_star_rating_saved\":\"Évaluation de {{userRating}} étoiles enregistrée\"},\"start_exploring\":\"Commencez à explorer\",\"text_links\":{\"all_categories\":\"Toutes les catégories\",\"related_authors\":\"Auteurs associés\",\"view_all_categories_in_category\":\"Afficher toutes les catégories dans {{category}}\",\"view_fewer\":\"Afficher moins\",\"view_more\":\"Voir plus\"},\"time_remaining\":{\"hours\":\"{{count}} heure restante\",\"hours_plural\":\"{{count}} heures restantes\",\"minutes\":\"{{count}} minute restante\",\"minutes_plural\":\"{{count}} minutes restantes\",\"pages\":\"{{count}} page restante\",\"pages_plural\":\"{{count}} pages restantes\"},\"trial\":{\"cancel_anytime\":\"Résiliez à tout moment.\"},\"trial_duration\":{\"first_days_free\":\"Vos {{trialDuration}} premiers jours sont gratuits.\",\"read_free_days\":\"Lisez gratuitement pendant {{trialDuration}} jours\",\"start_trial_days\":\"Commencez vos {{trialDuration}} jours gratuits\",\"upload_for_free_days\":\"Débloquez l\'accès complet (page {{startPage}}-{{endPage}}) en transférant des documents ou avec un essai gratuit de {{trialDuration}} jours\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"SlideShare, une société Scribd\"},\"checkout\":{\"hero_banner_title\":\"Votre document SlideShare\"},\"join\":{\"ad_free_sign_up_sub_title\":\"Vous obtiendrez l\'accès immédiat à des millions de présentations, documents, livres électroniques, livres audio, magazines, podcasts et plus encore. Nous vous enverrons un rappel avant la fin de votre essai.\",\"ad_free_sign_up_title\":\"Pour profiter de SlideShare sans publicité, inscrivez-vous à un essai gratuit de Scribd de {{trialDuration}}\",\"already_have_scribd_account\":\"Vous avez déjà un compte Scribd ?\",\"create_account\":\"Créez un compte Scribd pour continuer\",\"get_instant_access\":\"Accédez immédiatement à des millions de documents, livres électroniques, livres audio, magazines, podcasts et plus encore. Le tout en un seul abonnement.\",\"need_account_sign_in_slideshare\":\"Vous pouvez utiliser ce compte pour accéder à SlideShare et Scribd.\",\"to_continue_reading\":\"Pour continuer la lecture sur SlideShare, inscrivez-vous à un essai gratuit de Scribd d\'une durée de {{trialDuration}}\",\"trial_duration\":\"Pour télécharger sur SlideShare, inscrivez-vous à un essai Scribd gratuit de {{trialDuration}}\"},\"login\":{\"sign_in\":\"Connectez-vous à votre compte Scribd pour continuer\"}},\"subscribe_now\":{\"modal\":{\"continue_to_scribd\":\"Continuer vers Scribd\",\"looking_for_our_ebooks_audiobooks\":\"Êtes-vous à la recherche de nos livres électroniques et audio ?\",\"scribd_recently_launched_everand\":\"Scribd a récemment lancé \\u003cem\\u003eEverand\\u003c/em\\u003e, votre nouvel espace pour les livres électroniques, les livres audio, les magazines, les partitions et les podcasts. Scribd reste votre lieu d’accueil pour tous les documents transférés par la communauté.\",\"visit_everand\":\"Visitez Everand\",\"welcome_to_scribd\":\"Bienvenue sur Scribd!\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BetweenPageInterstitial\":{\"BetweenPageInterstitial\":{\"continue_for_free\":\"Continuer gratuitement\",\"you_re_reading_a_preview\":\"Vous êtes en train de lire un aperçu\"}},\"BetweenPageUserRating\":{\"BetweenPageUserRating\":{\"dismiss_user_rating_prompt\":\"Ignorer l\'invitation d\'évaluation de l\'utilisateur\",\"improve_your_experience\":\"Améliorez votre expérience\",\"rating_will_help_us_to_suggest\":\"L\'évaluation nous aidera à suggérer des documents encore plus adaptés à tous nos lecteurs !\"}},\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Devenez un membre Scribd pour lire et télécharger les documents dans leur intégralité.\",\"cancel_anytime\":\"Résiliez à tout moment\",\"continue_for_free\":\"Continuer gratuitement\",\"continue_reading_with_trial\":\"Poursuivez la lecture grâce à un essai\",\"or\":\"Ou\",\"update_payment\":\"Mettre à jour le paiement\",\"update_payment_for_full_access\":\"Mettez le paiement à jour pour un accès complet.\",\"upload_to_download\":\"Transférer pour télécharger\",\"upload_your_documents_to_download\":\"Transférez vos documents pour télécharger.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Partager ce document\"},\"Document\":{\"mappings\":{\"thank_you_for_your_rating\":\"Merci de votre évaluation !\"}},\"FixedViewportBottomComponents\":{\"CollapseButton\":{\"CollapseButton\":{\"click_to_collapse_related_titles\":\"Cliquez pour réduire les titres associés\",\"click_to_expand_related_titles\":\"Cliquez pour développer les titres associés\"}},\"ViewInStorePromo\":{\"ViewInStorePromo\":{\"get_our_free_app\":\"Installez notre appli gratuite\",\"get_scribd_for_your_mobile_device\":\"Installez Scribd sur votre appareil portable.\"}}},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title\":\"Titre original :\",\"original_title_no_colon\":\"Titre original\"}}},\"StaticPromoStudy\":{\"StaticPromoStudy\":{\"anytime_anywhere_any_device\":\"À tout moment. Partout. Sur n\'importe quel appareil.\",\"cancel_anytime\":\"Résiliez à tout moment\",\"everything_you_want_to_read\":\"Tout ce que vous voulez lire.\",\"no_commitment_cancel_anytime\":\"Aucun engagement. Annulez à tout moment.\",\"read_for_free\":\"Lire gratuitement\",\"reward_your_curiosity\":\"Satisfaites votre curiosité\"}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Passer à la page\"}},\"TruncatePromo\":{\"TruncatePromo\":{\"continue_reading_with_trial\":\"Poursuivez la lecture grâce à un essai\"},\"helpers\":{\"constants\":{\"unlock_the_full_document_with_a\":\"Débloquez le document dans son intégralité grâce à un essai gratuit !\"}}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"add_note\":\"Ajouter une note\",\"annotation_text_page_annotation_page_nread_more\":\"« {{annotation_text}}… » (page {{annotation_page}})\\\\nLire plus :\",\"delete\":\"Supprimer\",\"highlight\":\"Mettre en surbrillance\",\"share_quote\":\"Partager la citation\"}},\"NoteEditor\":{\"NoteEditor\":{\"add_note\":\"Ajouter une note\",\"cancel\":\"Annuler\",\"delete_note\":\"Supprimer la note\",\"note\":\"Note\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} sur {{note_group_notes_length}}\",\"save\":\"Enregistrer\",\"write_a_note\":\"Rédiger une note...\"}}},\"modals\":{\"AppPromoInterstitial\":{\"AppPromoInterstitial\":{\"continue_reading_with_free_trial\":\"Poursuivez la lecture grâce à un essai gratuit\",\"get_instant_access_to_this_document\":\"Obtenez un accès instantané à ce document\",\"opens_scribd_app\":\", ouvre l\'application Scribd\",\"or\":\"OU\",\"read_free_in_the_app\":\"Lisez gratuitement dans l\'application\",\"sign_up_to_download\":\", inscrivez-vous pour télécharger\"}},\"Description\":{\"Description\":{\"document_information\":\"Informations du document\"}},\"LanguagePicker\":{\"LanguagePicker\":{\"cancel\":\"Annuler\",\"language_options\":\"Options de langue\",\"save\":\"Enregistrer\",\"select_your_preferred_language\":\"Sélectionnez votre langue préférée\",\"we_ll_translate_site_navigation_and_tailor\":\"Nous allons traduire la navigation du site et personnaliser vos recommandations personnelles si possible afin qu\'elles correspondent à votre langue préférée sélectionnée.\",\"we_ll_translate_site_navigation_to_match\":\"Nous allons traduire la navigation du site afin qu\'elle corresponde à votre sélection de langue préférée.\"}},\"LockShockRoadblockModal\":{\"LockShockRoadblockModal\":{\"later\":\"Plus tard\",\"problem_with_your_last_payment\":\"Problème avec votre dernier paiement\",\"update_payment\":\"Mettre à jour le paiement\",\"your_membership_is_on_hold_please\":\"Votre abonnement est en attente en raison d\'un problème avec votre dernier paiement.\"}},\"ShareQuote\":{\"ShareQuote\":{\"loved_this_quote_i_read_on\":\"J\'ai adoré cette citation lue sur @Scribd\",\"page_page\":\"(page {{page}})\",\"share_quote\":\"Partager la citation\"}}}}},\"body\":{\"sidebar\":{\"date_uploaded\":\"Date du transfert\",\"on_created_at\":\"le {{created_at}}\"},\"toolbar\":{\"search_inside_document\":\"Rechercher à l\'intérieur du document\"}},\"modals\":{\"flag_document\":{\"hateful_or_offensive\":\"Haineux ou offensif\",\"please_select_an_option\":\"Veuillez sélectionner une option\",\"porn_adult_content\":\"Contenu pornographique\",\"spam_or_junk\":\"Spam ou pourriel\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirection…\",\"unable_to_unpause_account_please_try\":\"Impossible d\'arrêter la mise en pause du compte. Veuillez réessayer\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"Une erreur est survenue, veuillez réessayer\"},\"carousels\":{\"recommender_carousel\":{\"skip_carousel\":\"Ignorer le carrousel\"}},\"components\":{\"flashes\":{\"Flash\":{\"Flash\":{\"information\":\"informations\"}}},\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Téléchargé par {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Télécharger\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"S\'abonner pour poursuivre la lecture\"}}}}}}}}},\"en-US\":{\"translation\":{\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"plans\":{\"plan_module\":{\"slash_month\":\"/month\",\"slash_year\":\"/year\"}},\"show\":{\"restart_membership\":\"Restart subscription\"},\"subscription_card\":{\"unlocks_available\":\"{{count}} unlock available\",\"unlocks_available_plural\":\"{{count}} unlocks available\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you subscribe\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you update your payment information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment information to upgrade to Plus\"}}},\"browse\":{\"promo\":{\"cancel_anytime\":\"Cancel anytime.\",\"everand_also_available_on_mobile_devices\":\"Everand is also available for your mobile devices.\",\"scribd_also_available_on_mobile_devices\":\"Scribd is also available for your mobile devices.\"}},\"browse_page\":{\"promo\":{\"instant_access\":\"Get instant access to millions of ebooks, audiobooks, magazines, and more for only {{price}}/month.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"chrome\":{\"flash\":{\"close_notification\":\"Close notification\",\"error\":\"Error\",\"notice\":\"Notice\",\"success\":\"Success\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a member\",\"click_here_to_renew_it\":\"Click here to renew it\",\"click_here_to_resume_it\":\"Click here to resume it\",\"click_here_to_update_it\":\"Click here to update it\",\"resume_membership\":\"Resume membership\",\"update_now\":\"Update Now\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You canceled your free trial.\",\"your_account_is_at_risk\":\"Your account is at risk. Update your payment information immediately to avoid losing access to your subscription.\",\"your_credit_card_information_is_invalid_\":\"Your credit card information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership is paused until {{paused_until_date}}.\",\"your_payment_is_overdue\":\"Your payment is overdue. Fix your billing information to ensure continuous service.\",\"your_paypal_information_is_invalid\":\"Your Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your Scribd membership was canceled.\"}},\"common\":{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}} min read\"},\"content_preview\":{\"available_on\":\"Available on {{date}}\",\"flags\":{\"expiring_soon\":\"Leaving soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"throttled\":\"Available soon\"},\"geo_restricted\":\"Unavailable in your country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and review?\",\"delete_warning\":\"This action cannot be undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":{\"add\":\"Save for later\",\"remove\":\"Remove from Saved\"},\"share\":\"Share\",\"social_media_share\":{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently unavailable\",\"view_titles_in_series\":\"View titles in series\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobook series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet music\",\"song\":\"Song\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Get instant access to this document and millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To continue reading, please sign in\"},\"ai_enhanced_tag\":{\"ai_enhanced_document\":\"AI-enhanced document\",\"ai_translated_document\":\"AI-translated document\",\"description\":\"AI-enhanced description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized the description for improved clarity.\",\"title\":\"AI-enhanced title\",\"title_and_description\":\"AI-enhanced title and description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve optimized the title and description for improved clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title for improved clarity.\"},\"app_promo\":{\"millions_of_documents\":\"Millions of documents at your fingertips\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for free\",\"trial_duration\":{\"unlock_full_access_to_the\":\"Unlock full access to the world’s largest digital library with a {{trialDuration}} day free trial.\"},\"upload_your_documents_or_subscribe\":\"Upload your documents or become a Scribd member to unlock full access.\"},\"between_page_interstitial\":{\"title_copy_subscribe_only_trial_duration\":\"Unlock full access (pages {{startPage}}-{{endPage}}) with a {{trialDuration}} Day Free Trial\",\"unlock_full_access\":{\"page_number_trial_duration\":\"Unlock full access (page {{props_currentrange}}) by uploading documents or with a {{trialDuration}} Day Free Trial\"},\"upload_or_subscribe_pages\":\"Upload your documents or become a Scribd member to unlock full access (pages {{startPage}}-{{endPage}}).\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a Scribd member for full access.\",\"read_and_download_full_documents\":\"Read and download full documents.\",\"skip_ad\":\"Skip ad\",\"subscribe_with_a_free_trial\":\"Subscribe with a free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your {{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this document or subscribe to read and download.\",\"upload_to_download\":\"Upload to download\"},\"description_modal\":{\"description\":\"Description\",\"flag_for\":\"Flag for inappropriate content\"},\"doc_chat_additional_feedback\":{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your thoughts on the response? How could it be improved?\"},\"doc_chat_default_response\":{\"with_suggestions\":\"I’m sorry, I wasn’t able to find any information on that.\"},\"doc_chat_disclaimer\":{\"beta\":\"DocChat is powered by OpenAI, and may occasionally display incorrect information.\\u003cbr\\u003eWe recommend checking the accuracy of responses.\"},\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not factually correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":\"Submit Feedback\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so much for your feedback\"},\"doc_chat_greeting\":{\"heading\":\"Welcome to DocChat\",\"sub_heading\":\"I’m here to answer your questions about this document. Ask me anything, or choose a suggestion below to get started.\"},\"doc_chat_input\":{\"placeholder\":\"Select a suggestion or type a question\"},\"doc_chat_popover\":{\"feature_available_bold\":\"Work faster with DocChat.\",\"feature_available_regular\":\"Chat with this document to get the information you want.\",\"feature_not_available_bold\":\"Doc Chat is currently not available\",\"feature_not_available_regular\":\"for this document. Check out other documents to use this feature.\"},\"doc_chat_settings\":{\"clear_history\":\"Clear History\",\"faq\":\"FAQ\"},\"doc_chat_suggestions\":{\"heading\":\"Here are some questions I can answer:\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached your monthly limit of {{count}} prompts. Thank you for being so actively engaged with DocTalk beta. Your prompt limit will reset next month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated as we refine this feature.\"},\"download_to_read_ad_free\":\"Download to read ad-free.\",\"fixed_viewport_bottom_components\":{\"check_out_these_free_titles\":\"Check out these free titles\"},\"flag_document\":{\"flag_for_inappropriate_content\":\"Flag for Inappropriate Content\"},\"flash\":{\"rating_not_saved_try_again\":\"Rating not saved, please try again\"},\"get_scribd_without_ads\":\"Get Scribd without ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To access this document, upload one of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\"},\"metadata\":{\"description\":{\"original_description\":\"Original Description\"}},\"mobile_metadata\":{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full title\"},\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred language set to {{url_params_language_settings_changed}}\"},\"rate_drawer\":{\"not_useful\":\"Not useful\",\"useful\":\"Useful\"},\"ratings\":{\"mark_as_not_useful\":\"Mark this document as not useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0 ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found this document useful\",\"press_again_undo\":\"Press again to undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this title\",\"you_marked_as_useful\":\"You marked this document as useful\",\"you_marked_not_useful\":\"You marked this document as not useful\"},\"read_this_document_in_other_languages\":\"Read this document in other languages\",\"recommender_list\":{\"audiobook\":\"audiobook\",\"book\":\"book\",\"might_also_like\":\"You might also like\",\"show_more\":\"Show more\"},\"scroll_for_next_page\":\"Scroll for next page\",\"share\":{\"copy_link\":\"Copy link\",\"link_copied\":\"Link copied!\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_twitter\":\"Share on Twitter\",\"share_via_email\":\"Share via email\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Link Copied! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a document marked private will allow others to view it.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for private documents. If you want to share, select Copy Link, and send the link to others.\"},\"this_document_available_in_languages\":\"This document is available in the following languages:\",\"toolbar\":{\"download\":\"Download\",\"download_now\":\"Download now\"},\"translate\":\"Translate\",\"translate_document\":\"Translate Document\",\"truncate_promo\":{\"read_and_download_full_documents\":\"Subscribers can read and download full documents.\",\"restart_membership\":\"Restart membership\",\"trial_duration\":{\"scribd_members_can_read\":\"Scribd members can read and download full documents. Your first {{trialDuration}} days are free!\"},\"unlock_full_access_when_subscribe\":\"Unlock full access when you subscribe\"},\"upload_banner\":{\"copy\":\"Get this download for free with an upload. Learn more below.\",\"copy_plural\":\"Get this download for free with {{count}} uploads. Learn more below.\"},\"upsell_popup\":{\"description\":\"Enjoy ad-free reading and downloads on Scribd.\",\"title\":\"More Reading. No Ads.\"},\"view_original_document_in_language\":\"View original document in {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling audiobooks when you subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks when you subscribe\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more, from {{price}}/month. Cancel anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more for just {{price}}/month. Cancel anytime.\"}},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continue to Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about upcoming releases and exclusive originals, plus get curated lists and special offers sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Get the most out of Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the world\'s most fascinating digital library. Discover millions of ebooks, audiobooks, magazines, and more.\"}},\"shared\":{\"cross_link_message\":\"From Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand for Kindle Fire\"},\"navigation\":{\"enterprise_page\":\"Enterprise\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand on Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on Twitter\"}}},\"explore\":{\"banner\":{\"after_trial\":\"Only {{price}}/month after trial. \\u003cstrong\\u003eCancel anytime.\\u003c/strong\\u003e\",\"subtitle\":\"Access 1,000,000+ full-length titles online or offline with our \\u003ca href=\\\"{{ios_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eiOS\\u003c/a\\u003e and \\u003ca href=\\\"{{android_store_url}}\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\\u003eAndroid\\u003c/a\\u003e apps.\"}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your email.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Also available as an audiobook\",\"also_available_as_an_ebook\":\"Also available as an ebook\",\"byline\":{\"narrated_by\":\"narrated by\"},\"close\":\"Close\",\"count_titles\":\"{{count}} title\",\"count_titles_plural\":\"{{count}} titles\",\"go_to_content_type_version\":\"Go to {{content_type}} version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this episode\",\"more_about_this_issue\":\"More about this issue\",\"more_about_this_series\":\"More about this series\",\"more_about_this_summary\":\"More about this summary\",\"oops_something_went_wrong\":\"Oops, something went wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View all episodes\",\"view_the_full_title_details\":\"View the full title details\"}}},\"landing\":{\"hero\":{\"read_listen_anywhere_anytime\":\"Read or listen anytime, anywhere.\"}},\"lib\":{\"lightbox\":{\"close_dialog\":\"Close Dialog\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd account\",\"welcome\":\"Welcome!\"},\"language\":{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":{\"language\":\"Language\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"navigation\":{\"categories\":\"Categories\",\"explore_content_type\":\"Explore {{content_type}}\",\"opens_navigation_menu\":\"Open navigation menu\"},\"search_bar\":{\"clear_search\":\"Clear search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite friends\",\"language\":\"Language ({{current_language}})\",\"public_profile\":\"Public profile\",\"read_for_free\":\"Read for free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and rating?\"},\"confirm_unsave_item\":{\"title\":\"Remove title from Saved Library and any saved lists?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Remove from your lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from Saved will also remove it from your lists.\",\"title\":\"This title is also in a list.\"},\"create_list\":{\"create_list\":\"Create list\",\"failed_to_create_try_again\":\"Failed to create list, please try again\",\"input_description\":{\"privacy_type\":\"No one except you can view this list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New List\",\"validation_errors\":{\"name\":\"Please enter a list name\"}},\"language_picker\":{\"language_options\":\"Language Options\",\"select_preferred_language\":\"Select your preferred language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_your_payment_to_continue\":\"Update your payment to continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your last payment. Update your payment info to continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Check your email\"},\"check_your_email\":{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an email? Check your spam folder, or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my email\",\"logout_login_url\":\"Use a different email address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To protect your account, we\'ve sent a verification email to \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify your identity. To learn more, please visit our \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify your email before continuing.\"}},\"pdfs\":{\"doc_search\":{\"close_search\":\"close search\",\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Download document\",\"resume_membership\":\"Resume Membership\",\"resuming\":\"Resuming\",\"your_membership_is_currently_paused_until\":\"Your membership is currently paused until {{state_nag_next_payment_due}}. Would you like to resume your membership now to download\"},\"embed_lightbox\":{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of document\",\"copy_link\":\"Copy Link\",\"current_page\":\"Current page\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customization options available below\",\"embed\":\"Embed\",\"embed_this_in_your_website\":\"Embed this in your website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\"Generate a Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link Options\",\"link_to_the\":\"Link to the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e The code will be updated based on your changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"flag_doc_lightbox\":{\"cancel\":\"Cancel\",\"if_you_are_the_copyright_owner_html\":\"If you are the copyright owner of this document and want to report it, please visit the \\u003ca href=\'{{faq_urls_copyright_infringement}}\'\\u003ecopyright infringement notice\\u003c/a\\u003e page to submit a report.\",\"please_tell_us_reason_s_for_reporting\":\"Please tell us reason(s) for reporting this document\",\"submit\":\"Submit\"},\"print_lightbox\":{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and print\",\"in_order_to_print_this_document_\":\"In order to print this document from Scribd, you\'ll first need to download it.\",\"print_document\":\"Print document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":{\"full_description\":\"Full description\",\"related_titles\":\"Related titles\"},\"more_info_module\":{\"document_information\":\"Document Information\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this title\",\"you_re_reading_a_preview\":\"You\'re Reading a Preview\"},\"sidebar\":{\"available_formats\":\"Available Formats\",\"click_to_collapse_document_information\":\"click to collapse document information\",\"click_to_expand_document_information\":\"click to expand document information\",\"copyright\":\"Copyright:\",\"copyright_no_colon\":\"Copyright\",\"document_useful_message\":\"Did you find this document useful?\",\"download_or_read_formats\":\"{{extensions}} or read online from Scribd\",\"is_this_inappropriate_content\":\"Is this content inappropriate?\",\"isbn\":\"ISBN:\",\"isbn_no_colon\":\"ISBN\",\"report_this_document\":\"Report this Document\",\"share_or_embed_document\":\"Share or Embed Document\",\"strong_download_strong_as_available_extensions_map_upcase_join_or_read_online\":\"\\u003cstrong\\u003eDownload\\u003c/strong\\u003e as {{available_extensions_map_upcase_join}} or read online from Scribd\",\"uploaded_by\":\"Uploaded by\",\"view_more\":\"View More\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit fullscreen\",\"fullscreen\":\"Fullscreen\",\"of_numberformat_props_document_total_pages\":\"of {{numberformat_props_document_total_pages}}\",\"search_document\":\"Search document\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\u003e1\\u003c/strong\\u003e result for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results for\",\"you_are_on_page_props_current_page\":\"You are on page {{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our most popular titles\",\"billed_monthly\":\"Billed monthly after trial.\",\"docs_presentations\":\"170M+ documents and presentations on Scribd and SlideShare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet music\",\"plus\":\"Plus:\",\"titles_per_month\":\"{{titles}} titles per month from our Plus catalog that includes even more bestsellers and new releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":{\"subscription_ends_date\":\"Subscription ends {{date}}\",\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}} unlocks\",\"unlocks_renew\":\"Unlocks renew {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew after payment information is updated.\",\"view_unlock_history\":\"View unlock history\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this title, you\'ll have {{count}} unlock left until {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this title, you\'ll have {{count}} unlocks left until {{refresh_date}}.\",\"unlock_this_title\":\"Unlock this title\",\"you_have_unlocks_available\":\"You have {{count}} unlock available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and continue\",\"details_below\":\"You can read the details below. By accepting, you agree to the updated privacy policy.\",\"thank_you\":\"Thank you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data. \",\"view_policy\":\"View updated privacy policy\"},\"promos\":{\"annual_offer\":{\"current_plan\":\"Current plan\",\"immerse\":\"Immerse yourself all year round\",\"read_more_html\":\"Read more.\\u003cspan class=\'save_text\'\\u003eSave more.\\u003c/span\\u003e\",\"save_percent\":\"Save {{value}}%\",\"switch_plan\":\"Switch plan\",\"terms_footer_html\":\"You will be charged the annual fee of {{price}} on {{date}} when you click \\\"Switch plan.\\\" View our \\u003ca class=\'terms_link\' target=\\\"_blank\\\" href={{href}}\\u003eterms of service\\u003c/a\\u003e.\"}},\"receipt\":{\"download\":{\"document\":\"Document\",\"download_iframe\":\"Download iframe\",\"downloading\":\"Downloading\"}},\"saved\":{\"list_item_controls\":{\"create_list\":\"Create List\"}},\"scribd\":{\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special offers, new content, plus recommendations from our premium products sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of Scribd\",\"unlock_full_access_read_offline\":\"Unlock full access to the world’s most fascinating digital library. Get unlimited free downloads and read offline on the app.\"}},\"navigation_category\":{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies \\u0026 Crafts\",\"personal_growth\":\"Personal Growth\",\"professional\":\"Professional\"},\"shared\":{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filters\"},\"pagination\":{\"next\":\"next\",\"previous\":\"previous\"},\"results\":{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign in\",\"add_note_sign_up\":\"To add a note, please sign up\",\"already_have_an_account\":\"Already have an account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign in\",\"annotate_document_sign_up\":\"To annotate this document, please sign up\",\"annotate_sign_in\":\"To annotate, please sign in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To continue reading, please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To download this document, please sign in\",\"download_document_sign_up\":\"To download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email address is invalid or blocked. Please enter another email.\",\"email_registered\":\"This email address is already registered with Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is taken by another user, please try again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name. Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email address is missing or invalid. To keep your account secure, please provide a valid email address.\",\"no_valid_email_modal_title\":\"Update your email\",\"password_10_chars\":\"Please enter a password that is at least 10 characters\",\"please_enter_a_name\":\"Please enter a name\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log you in via Facebook at this time.\",\"sign_in\":\"Continue with Facebook\",\"sign_up\":\"Sign up with Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document, please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e with instructions to reset your password. If it doesn\'t show up soon, check your spam folder and then read this \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign up\",\"google\":{\"error\":\"Google sign in failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign in\",\"highlight_document_sign_up\":\"To highlight this document, please sign up\",\"join_today_to_start_reading\":\"Join today to start reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not you?\",\"now_bringing_you_back\":\"Now bringing you back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At least 10 characters\",\"password_not_been_breached\":\"Password has not been breached\",\"password_strength\":\"Password strength\",\"password_strength_colon\":\"Password strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"Moderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\u003c/span\\u003e browsing Scribd right now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} people\\u003c/span\\u003e browsing Scribd right now\",\"rate_document_sign_in\":\"To rate this document, please sign in\",\"rate_document_sign_up\":\"To rate this document, please sign up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset password\",\"save_document_sign_in\":\"To save this document, please sign in\",\"save_document_sign_up\":\"To save this document, please sign up\",\"send_me_updates_from_scribd\":\"Send me updates from Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign in\",\"share_quote_sign_up\":\"To share this quote, please sign up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign in\",\"sign_in_bookmark\":\"To create a bookmark, please sign in\",\"sign_in_create_list\":\"To create a list, please sign in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save, please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please sign in\",\"sign_in_successful\":\"Sign in successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To upload, please sign in\",\"sign_in_with_email\":\"Sign in with email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a note to this title.\",\"sign_up_annotate\":\"Sign up to annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a list.\",\"sign_up_download_this_title\":\"Sign up to download this title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free {{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give this gift.\",\"sign_up_highlight_this_title\":\"Sign up to highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote from this title.\",\"sign_up_successful\":\"Sign up successful\",\"sign_up_to_rate_title\":\"Sign up to rate this title\",\"sign_up_to_review_title\":\"Sign up to review this title\",\"sign_up_with_email\":\"Sign up with email\",\"signup_to_redeem_offer\":\"Sign up to redeem offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}} months, please sign in\",\"start_free_months_sign_up\":\"To start your free {{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a document, please sign up\",\"use_another_email_address\":\"Use another email address\"},\"actions\":{\"read_continue\":\"Continue reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"I disabled my ad-blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re using an ad-blocker.\",\"show_me_how\":\"Show me how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To listen to titles on Everand, please disable your ad-blocker or use our mobile app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read titles on Everand, please disable your ad-blocker or use our mobile app.\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"published_by\":\"Published by\",\"written_by\":\"Written by\"},\"carousels\":{\"carousel_next\":\"Carousel Next\",\"carousel_previous\":\"Carousel Previous\",\"skip_carousel\":\"Skip carousel\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back to top\",\"cancel\":\"Cancel\",\"close\":\"Close\",\"close_dialog\":\"Close dialog\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Do not ask me again\",\"download\":\"Download\",\"email_address\":\"Email address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We couldn\'t complete your request\",\"failed_to_delete_review\":\"Review was not deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try again\",\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_review\":\"Your review was not saved. Please try again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try again.\",\"failed_to_save_title\":\"Failed to save title\",\"please_try_again_later\":\"Please try again later.\"},\"forms\":{\"at_least_10_characters\":\"(at least 10 characters)\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"invalid_email\":\"Please enter a valid email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"please_enter_a_password\":\"Please enter a password\",\"please_enter_an_email\":\"Please enter an email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"info\":\"Information\",\"issue\":\"Issue\",\"key_insights\":\"Key insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":{\"add_to_list\":{\"success_message\":\"Added to {{collection_name}}\"},\"add_with_title\":\"Save {{title}} for later\",\"remove_with_title\":\"Remove {{title}} from saved\",\"sign_up_to_save\":\"Sign up to save this title\"},\"listen_free\":\"Listen free\",\"listen_free_for_30_days\":\"Listen free for {{trialDuration}} days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on Everand\",\"load_more\":\"Load more\",\"more_about_this_title\":\"More about this title\",\"new_to_scribd\":\"New to Scribd?\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new window\",\"or\":\"or\",\"play_preview\":\"Play preview\",\"preferred_language_set_to_language\":\"Preferred language set to {{language}}\",\"progress\":{\"listened\":\"listened\",\"read\":\"read\"},\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}} reads\",\"read_free\":\"Read free\",\"read_more\":\"Read more\",\"read_now\":\"Read now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on Scribd\",\"read_preview\":\"Read preview\",\"related_categories\":\"Related categories\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from Saved\",\"removed_from_saved\":\"Removed from Saved\",\"removed_from_your_saved_list\":\"Removed from your saved list.\",\"restart_subscription\":\"Restart subscription\",\"resume_subscription\":\"Resume subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share with email, opens mail client\",\"facebook\":\"Share on Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on LinkedIn, opens a new window\",\"pinterest\":\"Share on Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign in\",\"sign_out\":\"Sign out\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Undo {{title}} removed from Saved\",\"uploaded_by\":\"Uploaded by\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5, 2021\",\"million_ebooks\":\"1,000,000+ ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+ audiobooks\",\"title\":\"See why readers choose Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} hour\",\"hour_with_count_plural\":\"{{count, locale}} hours\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} song\",\"songs_with_count_plural\":\"{{count, locale}} songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on {{date}}\"},\"content_types\":{\"series\":\"Series\"},\"doc_download_modal\":{\"check_out_these\":\"Check out these other great titles\",\"download_as\":\"Download as:\",\"download_document\":\"Download document\",\"download_iframe\":\"Download iframe\",\"download_started\":\"Your download has started\",\"membership_paused_html\":\"Your membership is currently paused until {{resumeMembershipDate}}. Would you like to resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\u003e?\",\"not_available\":\"This document is not available for download\",\"uploaded\":\"Uploaded By\"},\"doc_preview\":{\"views\":\"{{formatted_views}} views\"},\"errors\":{\"action_incomplete_heading\":\"Action Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t complete the action you requested at this time. We appreciate your patience as we come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for {{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30 days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":{\"about\":\"About\",\"about_scribd\":\"About Scribd\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie Preferences\",\"copyright\":\"Copyright\",\"copyright_copy_current_year_scribd\":\"Copyright \\u0026copy; {{currentYear}} Scribd Inc.\",\"do_not_sell_share_info\":\"Do not sell or share my personal information\",\"everand_books_audiobooks\":\"Everand: Ebooks \\u0026 Audiobooks\",\"footer_menu\":\"Footer menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"invite_friends\":\"Invite friends\",\"join_our_team_exclamation\":\"Join our team!\",\"legal\":\"Legal\",\"our_blog\":\"Our blog\",\"press\":\"Press\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"purchase_help\":\"Purchase help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd for Kindle Fire\",\"scribd_for_enterprise\":\"Scribd for enterprise\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an email\",\"enter_your_email\":\"Enter your email\",\"enter_your_phone_or_email\":\"Enter your phone or email\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a valid phone number or email\",\"read_offline_with_app\":\"Read offline with the app\",\"send\":\"Send\"},\"holiday_banner\":{\"days_left_title\":\"Only {{count}} day left in our holiday gift sale!\",\"days_left_title_plural\":\"Only {{count}} days left in our holiday gift sale!\",\"everyday_title\":\"Scribd: give the gift they\'ll open every day\",\"shop_subscriptions\":\"Shop subscriptions\"},\"listen_button\":{\"listen_continue\":\"Continue listening\",\"listen_start\":\"Start listening\"},\"lists\":{\"curated_by\":\"Curated by\",\"curated_by_everand_editors\":\"Curated by Everand Editors\",\"curated_by_scribd_editors\":\"Curated by Scribd Editors\",\"view_total_titles\":\"View {{count}} title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":{\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with {{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with limited access\",\"or\":\"or\"}},\"navigation\":{\"open_menu\":\"Open navigation menu\",\"sidebar\":{\"selected\":\", selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/month\"},\"plan_type\":{\"plus_monthly\":\"Plus Monthly\",\"standard_monthly\":\"Standard Monthly\"},\"plans\":{\"moving_to_plus\":\"Moving to Plus on {{date}}\",\"next_unlock_available\":\"Your next unlock will be available on {{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks available\",\"num_unlocks_available\":\"{{count}} unlock available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks available. Unlocks renew monthly on {{refresh_date}} and do not carry over.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next unlock on {{refresh_date}}.\",\"unlock_plus_title\":\"Unlock Plus title\",\"unlocked\":\"Unlocked\",\"upgrade_to_unlock\":\"Upgrade to Plus to unlock\",\"youve_unlocked_this_title\":\"You’ve unlocked this title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }} episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast episodes\"},\"promos\":{\"annual_offer\":{\"annual\":\"Premium Annual\",\"monthly\":\"Premium Monthly\",\"youre_all_set_html\":\"You\'re all set! You’ve updated your plan. \\u003ca href={{account_settings_url}}\\u003eView your plan\\u003c/a\\u003e in your account.\"}},\"react\":{\"button_menu\":{\"close_menu\":\"Close menu\"},\"modals\":{\"delete_item_in_list\":{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"do_not_ask_me_again\":\"Do not ask me again\",\"removing_from_saved_will_also_delete\":\"Removing from Saved will also delete the title from your lists.\",\"this_title_is_also_in_a\":\"This title is also in a list.\"}},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_title\":\"Failed to save title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"I’m reading {{props_document_collection_name}} on Scribd: {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Read {{props_document_collection_name}} on Scribd\",\"share_on_facebook\":\"Share on Facebook\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new window\",\"share_on_linkedin\":\"Share on LinkedIn\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new window\",\"share_on_twitter\":\"Share on Twitter\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new window\",\"share_with_email\":\"Share with Email\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your {{progress_device_name}}\"}},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first in order to upgrade to Plus to unlock this title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this title\",\"renew_subscription\":\"Renew subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":{\"save\":\"Save\",\"saved\":\"Saved\"},\"sharing_buttons\":{\"hi_there_document_action_and_thought_you\":\"Hi there, {{document_action}} and thought you might like it. {{document_title}} by {{document_author_or_publisher_name_or_login}} {{doc_url}} Scribd gives you monthly access to books, audiobooks, and more - for less than the cost of a paperback. Join today and {{trial_cta_downcase}}. Find out more at: http://www.scribd.com/\",\"i_m_reading_document_title_on_suffix\":\"I’m reading {{document_title}} on {{suffix}}\"},\"skip_link\":{\"skip_content\":\"Skip content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of 5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out of 5 stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":{\"all_categories\":\"All categories\",\"related_authors\":\"Related authors\",\"view_all_categories_in_category\":\"View all categories in {{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View More\"},\"time_remaining\":{\"hours\":\"{{count}} hr left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":{\"first_days_free\":\"Your first {{trialDuration}} days are free.\",\"read_free_days\":\"Read free for {{trialDuration}} days\",\"start_trial_days\":\"Start your free {{trialDuration}} days\",\"upload_for_free_days\":\"Unlock full access (pages {{startPage}}-{{endPage}}) by uploading documents or with a {{trialDuration}} day free trial\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"SlideShare, a Scribd company\"},\"checkout\":{\"hero_banner_title\":\"Your SlideShare document\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To enjoy SlideShare ad-free, sign up for a free {{trialDuration}}-day Scribd trial\",\"already_have_scribd_account\":\"Already have a Scribd account?\",\"create_account\":\"Create a Scribd account to continue\",\"get_instant_access\":\"Get instant access to millions of documents, ebooks, audiobooks, magazines, podcasts, and more. All in one subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to access SlideShare and Scribd.\",\"to_continue_reading\":\"To continue reading on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\",\"trial_duration\":\"To download on SlideShare, sign up for a {{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with your Scribd account to continue\"}},\"subscribe_now\":{\"modal\":{\"continue_to_scribd\":\"Continue to Scribd\",\"looking_for_our_ebooks_audiobooks\":\"Looking for our ebooks and audiobooks?\",\"scribd_recently_launched_everand\":\"Scribd recently launched \\u003cem\\u003eEverand\\u003c/em\\u003e as your new home for ebooks, audiobooks, magazines, sheet music, and podcasts. Scribd is still your home for community-uploaded documents.\",\"visit_everand\":\"Visit Everand\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BetweenPageInterstitial\":{\"BetweenPageInterstitial\":{\"continue_for_free\":\"Continue for Free\",\"you_re_reading_a_preview\":\"You\'re reading a preview\"}},\"BetweenPageUserRating\":{\"BetweenPageUserRating\":{\"dismiss_user_rating_prompt\":\"Dismiss user rating prompt\",\"improve_your_experience\":\"Improve Your Experience\",\"rating_will_help_us_to_suggest\":\"Rating will help us to suggest even better related documents to all of our readers!\"}},\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read and download full documents.\",\"cancel_anytime\":\"Cancel anytime\",\"continue_for_free\":\"Continue for Free\",\"continue_reading_with_trial\":\"Continue Reading with Trial\",\"or\":\"Or\",\"update_payment\":\"Update Payment\",\"update_payment_for_full_access\":\"Update payment for full access.\",\"upload_to_download\":\"Upload to Download\",\"upload_your_documents_to_download\":\"Upload your documents to download.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this document\"},\"Document\":{\"mappings\":{\"thank_you_for_your_rating\":\"Thank you for your rating!\"}},\"FixedViewportBottomComponents\":{\"CollapseButton\":{\"CollapseButton\":{\"click_to_collapse_related_titles\":\"Click to collapse Related Titles\",\"click_to_expand_related_titles\":\"Click to expand Related Titles\"}},\"ViewInStorePromo\":{\"ViewInStorePromo\":{\"get_our_free_app\":\"Get our free app\",\"get_scribd_for_your_mobile_device\":\"Get Scribd for your mobile device.\"}}},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title\":\"Original Title:\",\"original_title_no_colon\":\"Original Title\"}}},\"StaticPromoStudy\":{\"StaticPromoStudy\":{\"anytime_anywhere_any_device\":\"Anytime. Anywhere. Any device.\",\"cancel_anytime\":\"Cancel Anytime\",\"everything_you_want_to_read\":\"Everything you want to read.\",\"no_commitment_cancel_anytime\":\"No Commitment. Cancel anytime.\",\"read_for_free\":\"Read For Free\",\"reward_your_curiosity\":\"Reward Your Curiosity\"}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to Page\"}},\"TruncatePromo\":{\"TruncatePromo\":{\"continue_reading_with_trial\":\"Continue Reading with Trial\"},\"helpers\":{\"constants\":{\"unlock_the_full_document_with_a\":\"Unlock the full document with a free trial!\"}}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"add_note\":\"Add Note\",\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\" (page {{annotation_page}})\\\\nRead more:\",\"delete\":\"Delete\",\"highlight\":\"Highlight\",\"share_quote\":\"Share Quote\"}},\"NoteEditor\":{\"NoteEditor\":{\"add_note\":\"Add Note\",\"cancel\":\"Cancel\",\"delete_note\":\"Delete note\",\"note\":\"Note\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of {{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a note…\"}}},\"modals\":{\"AppPromoInterstitial\":{\"AppPromoInterstitial\":{\"continue_reading_with_free_trial\":\"Continue Reading with Free Trial\",\"get_instant_access_to_this_document\":\"Get instant access to this document\",\"opens_scribd_app\":\", opens Scribd app\",\"or\":\"OR\",\"read_free_in_the_app\":\"Read Free in the App\",\"sign_up_to_download\":\", sign up to download\"}},\"Description\":{\"Description\":{\"document_information\":\"Document Information\"}},\"LanguagePicker\":{\"LanguagePicker\":{\"cancel\":\"Cancel\",\"language_options\":\"Language Options\",\"save\":\"Save\",\"select_your_preferred_language\":\"Select your preferred language\",\"we_ll_translate_site_navigation_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"we_ll_translate_site_navigation_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"}},\"LockShockRoadblockModal\":{\"LockShockRoadblockModal\":{\"later\":\"Later\",\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_payment\":\"Update Payment\",\"your_membership_is_on_hold_please\":\"Your membership is on hold because of a problem with your last payment.\"}},\"ShareQuote\":{\"ShareQuote\":{\"loved_this_quote_i_read_on\":\"Loved this quote I read on @Scribd\",\"page_page\":\"(page {{page}})\",\"share_quote\":\"Share Quote\"}}}}},\"body\":{\"sidebar\":{\"date_uploaded\":\"Date uploaded\",\"on_created_at\":\"on {{created_at}}\"},\"toolbar\":{\"search_inside_document\":\"Search inside document\"}},\"modals\":{\"flag_document\":{\"hateful_or_offensive\":\"Hateful or offensive\",\"please_select_an_option\":\"Please select an option\",\"porn_adult_content\":\"Porn adult content\",\"spam_or_junk\":\"Spam or junk\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unable to unpause account. Please try again\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\"},\"carousels\":{\"recommender_carousel\":{\"skip_carousel\":\"Skip carousel\"}},\"components\":{\"flashes\":{\"Flash\":{\"Flash\":{\"information\":\"information\"}}},\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"Subscribe to Continue Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script type="application/javascript">function prefetchResource(u){var x = new XMLHttpRequest();x.open("GET", u, true);x.send()};</script></body></html>