/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
inputDiapo,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
inputDiapo,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

/* button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  } */

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

/* [type="search"] {
    -webkit-appearance: textfield; /* 1 
    outline-offset: -2px; /* 2 
  } */

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

/* [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
   */
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/*CSS du Site Andrieux-Giraud   */

*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@media screen {
    body>div#header {
        position: fixed;
        top: 0;
    }

    body>div#footer {
        position: fixed;
        bottom: 0;
    }

    body>div#global {
        position: relative;
    }
}

html {
    height: 100%;
    max-width: 100%;
}

body {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    background-color: #B0E0E6;
    /* #B0E0E6;
        /* #C0C0C0;*/
    */ margin: 0;
    font-size: 2vmax;
}

* html body {
    overflow: auto;
}

* html div#global {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    overflow: auto;
}

.small {
    font-size: 1vmax;
}

.large {
    font-size: 3vmax;
}

video {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

img.small {
    height: 70%;
    width: 70%;
}

div#header {
    left: 0;
    width: 100%;
    min-height: 30%;
    background-color: #B0E0E6;
    color: #B0E0E6;
    /* #C0C0C0;*/
}

div#global {
    left: 0;
    width: 100%;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
}

div#corps-titre {
    left: 0;
    width: 100%;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
}

div#corps {
    left: 0;
    width: 100%;
    overflow: auto;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
}


div#footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 20%;
    clear: both;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
}

.ui-menu {
    width: 100%;
}

.grille-5C {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    display: grid;
    text-align: center;
    justify-content: center;
    place-self: center;
    justify-items: center;
    gap: 2px 5px;
}

.grille-S {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    display: grid;
    justify-items: center;
    gap: 2px 5px;
    grid-template-rows: 1fr;
}

.grille {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    display: grid;
    border: 2px solid #333;
    text-align: center;
    justify-content: center;
    justify-items: center;
    gap: 2px 5px;
    grid-template-columns: 1fr 2fr;
}

.grille-50-50 {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    display: grid;
    border: 2px solid #333;
    text-align: center;
    justify-content: center;
    justify-items: center;
    gap: 2px 5px;
    grid-template-columns: 1fr 1fr;
}

.grille-50-50b {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    display: grid;
    /* border: 2px solid #333; */
    text-align: center;
    justify-content: center;
    justify-items: center;
    gap: 2px 5px;
    grid-template-columns: 1fr 1fr;
}

.grid-item {
    width: 100%;
    height: auto;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    border: 2px solid #333;
    place-items: center;
}

.grid-item-b {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border: 2px solid #333;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    place-items: center;
}

.grid-item-reportage {
    width: 100%;
    height: auto;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    border: 2px solid #333;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    place-items: center;
    grid-column: 1/5;
}

.grid-item1 {
    width: 100%;
    height: auto;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    border: 2px solid #333;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    place-items: center;
    grid-column: 1/ 3;
}

.grid-item-diapo {
    width: 100%;
    /* height: auto; */
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    border: 0;
    text-align: center;
    place-items: center;
}

/* root element for accordion. */
#accordion {
    position: relative;
    background-color: #B0E0E6;

    /* rgb(17, 213, 30);*/
    width: 100%;
}

/* accordion header */
#accordion h3 {
    border: #F0F0F0 1px solid;
    cursor: pointer;
    /* background-color: rgb(45, 133, 233); 
    color: black;*/
    width: 100%;
}

/* accordion pane */
#accordion div.pane {
    border: 1px solid #ffffff;
    display: none;
    background-color: rgb(178, 14, 14);
    width: 100%;
}

/*#accordion-resizer {
                padding: 10px;
                width: 1610px;
                height: 120%;
            }
*/
F-Ois {
    font-family: Times New Romam;
    text-align: center;
    font-style: italic;
    font-size: 0.5em;
    color: black;
}

h1,
Pobl1 {
    font-weight: bold;
    font-style: italic;
    font-size: 3em;
    text-align: center;
    color: black;
}

h2 {
    /* font-weight: bold;*/
    font-style: italic;
    font-size: 2em;
    text-align: center;
    color: black;
}

Po7 {
    font-style: italic;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
    color: black;
}

#imageRot {
    transition: width 10s, height 10s;
}

div#imageRot:hover {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    /* Firefox 4 */
    -webkit-transform: rotateY(360deg);
    /* Safari and Chrome */
    -o-transform: rotateY(360deg);
    /* Opera */
}

#gallery {
    float: left;
    min-height: 12em;
}

.gallery.custom-state-active {
    background: #eee;
}

.gallery li {
    float: left;
    padding: 0.4em;
    margin: 0 0.4em 0.4em 0;
    text-align: center;
    text-justify: auto;
    text-size-adjust: auto;
    font-size: 1em;
    height: 140px;
    /* flex-grow: 1; */
    justify-content: space-around;
    border-radius: 15px;
    background-image: linear-gradient(to top, rgba(96, 82, 37, 0.5), rgba(111, 196, 115, 0.40), rgba(89, 183, 242, 0.60));
    border-color: #B0E0E6;
    /*rgba(89, 183, 242, 0.32);*/
}

.gallery li h4 {
    margin: 0 0 0.4em;
    cursor: move;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    font-size: 0.6rem;
    justify-content: space-around;
    border-radius: 5px;
}

.gallery li a {
    float: right;
}

.gallery li a.ui-icon-zoomin {
    float: left;
}

.gallery li img {
    cursor: move;
    object-fit: cover;
}

.gallery img {
    border-radius: 5px;
}

#trash {
    float: left;
    width: 32%;
    min-height: 18em;
    padding: 1%;
}

#trash h4 {
    line-height: 3%;
    margin: 0 0 0.4em;
}

#trash h4 .ui-icon {
    float: left;
}

#trash .galleryR h4 {
    display: none;
}

#delim {
    background-color: #B0E0E6;
    /* #C0C0C0;*/
}

.delim li ol {
    list-style-type: none;
    flex-grow: 1;
    height: 2em;
}

#nom {
    width: 96%;
    height: 3.2em;
    display: flex;
    margin: 2px auto;
    flex-wrap: wrap;
    padding: 2px;
    gap: 2vmin;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: rgb(3, 3, 3) 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 25px;
    background-image: linear-gradient(to right, rgba(96, 82, 37, 0.745), rgba(111, 196, 115, 0.40), rgba(89, 183, 242, 0.60));

}

.nom li ol {
    list-style-type: none;
    flex-grow: 1;
}

.nom img {
    height: 2.8em;
    border: rgb(3, 3, 3) 1px solid;
    border-radius: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    object-fit: cover;
}

#soustitre {
    width: 80%;
    display: flex;
    margin: 2px auto;
    flex-wrap: wrap;
    padding: 2px;
    gap: 2vmin;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: rgb(3, 3, 3) 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 25px;
    background-color: #f6f0cf;
}

.soustitre li ol {
    list-style-type: none;
    flex-grow: 1;
}

#matablecentre {
    background-color: #a0a0a0;
    font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
    border: medium outset black;
    /* margin: auto; */
    width: 100%;
}

#matablecentre th {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    border: medium outset black;
}

#matablecentre td {
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    padding: 1%;
    border: medium outset black;
}

#matable {
    font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
    padding: 0px;
    border: medium outset black;
    margin: 0;
    width: 100%;
    height: 100%;
}

#matable td,
#matable th {
    background-color: #f2f2f2;
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    padding: 2%;
    border: medium outset black;
    margin: 0px;
}


#matablecentre-bas {
    background-color: ##B0E0E6;
    font-family: Helvetica, sans-serif, "Trebuchet MS", Arial;
    padding: 1%;
    border: 0px;
    margin: auto;
    width: 50%;
}

#matablecentre-bas td {
    font-size: 1vmax;
    font-style: italic;
    text-align: center;
    padding: 4%;
    border: 0px;
    margin: auto;
}

/* 
canvas {
    -ms-touch-action: double-tap-zoom;
    touch-action: double-tap-zoom;
} */

nav {
    width: 100%;
    /* height: 50px; */
    background: #B0E0E6;
    /* #C0C0C0;*/
    border-bottom: 0.5px solid rgb(167, 167, 167);
}

nav li {
    list-style-type: none;
}

#tabs {
    width: 100%;
    height: 100%;
}

#tabs li {
    list-style-type: none;
    font-size: 1em;
}

p.reportage-titre {
    margin: 1% 10% 1% 10%;
    font-family: Times New Roman;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
    color: black;
}

p.reportage {
    font-family: Times New Roman;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    margin: 1% 10% 1% 10%;
}

p.reportage-slide {
    font-family: Times New Roman;
    text-align: justify;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: black;
    margin: 1% 5% 1% 5%;
}

p.reportage-legende {
    font-family: Times New Roman;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    margin: 1% 10% 1% 10%;
}


blockquote.reportage {
    width: 80%;
    margin: 1% 10% 2% 0%;
    /*margin:auto; */
}

div.reportage {
    width: 100%;
    /*			margin:5px 10% 5px 10%;*/
}

img.aucentre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80%;
}

img.aucentre-petit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 4%;
}

img.aucentreb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 100%;
}

img.aucentre50 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 50%;
}

img.aucentre40 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 40%;
}

img.aucentre70 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 70%;
}

img.aucentre60 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 60%;
}

img.aucentre10 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    width: 10%;
}

ul.digisc {
    list-style-position: inside;
}

.boutonmenuprincipal {
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    width: 25px;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin-top: 10px;
    margin-left: 30px;
}

.boutonmenuprincipal:hover {
    box-shadow: 0 0 10px rgba(19, 1, 1, 0.8),
        0 -1px 0 rgba(238, 234, 234, 0.6);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-child {
    display: none;
    background-color: #B0E0E6;
    /* #C0C0C0;*/
    /* min-width: 200px;
    width: 90%; */
}

.dropdown-child a {
    /*color: white;*/
    color: black;
    padding: 2%;
    text-decoration: none;
    display: block;
    background-color: #B0E0E6;
    text-align: left;
}

.dropdown:hover .dropdown-child {
    display: block;
    /* background-color: #e01c1c; */
    box-shadow: 15px -10px 20px rgba(19, 1, 1, 0.8);
    border-radius: 25px;
}

input {
    width: 50px;
    height: 40px;
    /*Coins arrondis*/
    border: #333 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
    text-align: center;
    font-size: 0.75rem;
    background-color: #fff;
    color: #7030a0;
    font-weight: bold;
    text-decoration: none;
}

input[type="button"] {
    color: #EDEEEE;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8),
        0 -1px 0 rgba(228, 226, 226, 0.8);
    text-decoration: none;
    background: rgba(43, 43, 43, .4);
}

input[type="button"]:hover {
    cursor: pointer;
    box-shadow: 6px 6px 0px #aaa;
}

inputDiapo {
    width: 100%;
    height: 70px;
    /*Coins arrondis*/
    border: #333 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 1em;
    background-color: #fff;
    color: #5b8fb4;
    font-weight: bold;
    text-decoration: none;
}

inputDiapo[type="button"] {
    color: #090b0b;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8),
        0 -1px 0 rgba(228, 226, 226, 0.8);
    text-decoration: none;
    background: rgba(66, 152, 172, 0.4);
}

inputDiapo[type="button"]:hover {
    cursor: pointer;
    box-shadow: 6px 6px 0px #aaa;
}

.masquer {
    opacity: 0;
    transition: 1s ease;
}

.afficher {
    opacity: 100;
    transition: 1s ease;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: DarkBlue;
    text-decoration: none;
}

a:hover {
    color: DarkGreen;
    text-decoration: none;
}

a:active {
    color: Indigo;
    text-decoration: none;
}

#precedent {
    grid-row: 5;
    grid-column: 1;
}

#precedent:hover {
    cursor: pointer;
}

#Precedent {
    grid-row: 5;
    grid-column: 1;
    display: none;
}

#Precedent:hover {
    cursor: pointer;
}

#centre {
    width: 100%;
    height: auto;
    grid-row: 2;
    grid-column: 1;
}

#barre {
    width: 200px;
    height: 30px;
    grid-row: 1;
    grid-column: 1;
}

#suivant {
    grid-row: 5;
    grid-column: 3;
}

#suivant:hover {
    cursor: pointer;
}

#Suivant {
    grid-row: 5;
    grid-column: 3;
    display: none;
}

#Suivant:hover {
    cursor: pointer;
}

#Lancer {
    grid-row: 2;
    grid-column: 2 /3;
    display: none;
}

#Arreter {
    grid-row: 2;
    grid-column: 2;
    display: none;
}

#titre-page {
    grid-row: 1;
    grid-column: 1 /4;
}

#Image-Diapo {
    grid-row: 4;
    grid-column: 1 /4;
}

#Loupe {
    grid-row: 6;
    grid-column: 1 /4;
}

#bouton-diapo {
    grid-row: 5;
    grid-column: 2;
    /* box-shadow: 12px 12px  #292323; */
}

#bouton-diapo:hover {
    cursor: pointer;
}

#conteneur {
    width: 100%;
    max-height: 2500px;
    justify-items: center;
    display: grid;
    grid-template-columns: 10% 1fr 10%;
}

#album {
    display: block;
    margin-left: auto;
    margin-right: auto;
    grid-row: 4;
    grid-column: 1 /4;
}

.texte_photo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    height: 45px;
    padding-top: 8px;
    overflow: hidden;
    background: rgba(43, 43, 43, .7);
    font-size: 0.75em;
    color: #EDEEEE;
    border: #333 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    grid-row: 3;
    grid-column: 1 /4;
}

iframe.Video-Youtub {
    width: 560px;
    height: 315px;
}


.liste-items {
    display: flex;
    color: #0d0000;
    list-style-type: none;
    font-size: 1em;
}

.items {
    cursor: pointer;
    flex-shrink: 0;
    width: 70%;
    font-size: 1em;
}

.items:nth-child(20) {
    margin-left: 0;
}

/* Sous Liste */

.sous-liste {
    position: relative;
    display: none;
    left: 50%;
    /* top: -21px; */
}

.items-sous-liste {
    list-style-type: none;
    font-size: 1em;
    width: 100%;
}

.items-sous-liste:hover {
    /* background: rgb(156, 156, 156); */
    display: block;
    font-size: 1em;
}

/* .items-sous-liste:nth-child(20) {
    height: 50px;
    font-size: 1em;
} */

.items:hover>ul {
    display: block;
    border-radius: 25px;
}


.items>ul>.items-sous-liste:hover>ul {
    display: block;
}

/*--------------------------------------------------------Code pour format de tablette--------------------------------------------------------*/

@media(min-width: 1500px) {

    /* Entrez ici vos propriÃ©tÃ©s CSS lorsque l'utilisateur est sur tablette */
    h1,
    Pobl1 {
        font-size: 1.25em;
    }

    h2 {
        font-size: 1em;
    }

    p.reportage-titre {
        font-size: 1em;
    }

    p.reportage {
        font-size: 0.8em;
    }

    p.reportage-slide {
        font-size: 0.5em;
    }

    p.reportage-legende {
        font-size: 0.6em;
    }

    #nom {
        height: 1.4em;
    }

    .nom img {
        height: 1.3em;
    }

    #matablecentre td,
    #matablecentre th {
        font-size: 0.6em;
    }

    #precedent {
        width: 40px;
        height: 40px;
    }

    #input {
        width: 50px;
        height: 50px;
    }
}



@media(min-width: 768px) and (max-width: 1388px) {

    /* Entrez ici vos propriÃ©tÃ©s CSS lorsque l'utilisateur est sur tablette */
    p.reportage-titre {
        font-size: 2em;
    }

    p.reportage {
        font-size: 1em;
    }

    p.reportage-slide {
        font-size: 0.85em;
    }

    p.reportage-legende {
        font-size: 0.9em;
    }

    #matablecentre td,
    #matablecentre th {
        font-size: 1em;
    }

    h1,
    Pobl1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    iframe.Video-Youtub {
        width: 373px;
        height: 210px;
    }

    #precedent {
        width: 20px;
        height: 20px;
    }

    #input {
        width: 35px;
        height: 30px;
    }
}


@media (min-width: 413px) and (max-width: 767px) {

    /* Entrez ici vos propriÃ©tÃ©s CSS lorsque l'utilisateur est sur smartphone */
    h1,
    Pobl1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
    }

    /* #soustitre {
        width: 70%;
    } */

    #nom {
        height: 1.65em;
    }

    .nom img {
        height: 1.3em;
        border: rgb(3, 3, 3) 1px solid;
        border-radius: 25px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        object-fit: cover;
    }

    #input {
        width: 25px;
        height: 20px;
    }

    p.reportage-titre {
        font-size: 1.25em;
    }

    p.reportage {
        font-size: 1em;
    }

    p.reportage-slide {
        font-size: 0.7em;
    }

    p.reportage-legende {
        font-size: 0.85em;
    }

    iframe.Video-Youtub {
        width: 280px;
        height: 157px;
    }

    #matablecentre td,
    #matablecentre th {
        font-size: 0.75em;
    }

}


@media (max-width: 412px) {
    #main {
        margin-right: 0px;
    }

    #soustitre {
        width: 90%;
    }

    body {
        word-wrap: break-word;
    }

    pre {
        white-space: pre-wrap;
    }

    #input {
        width: 20px;
        height: 15px;
    }

    h1,
    Pobl1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: 1em;
    }

    #nom {
        height: 1.4em;
    }

    .nom img {
        height: 1.05em;
        /* border-radius: 2px; */
        border: rgb(3, 3, 3) 1px solid;
        border-radius: 15px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        object-fit: cover;
    }

    p.reportage-titre {
        font-size: 1.1em;
    }

    p.reportage {
        font-size: 1em;
    }

    p.reportage-slide {
        font-size: 0.75em;
    }

    p.reportage-legende {
        font-size: 0.8em;
    }

    #matablecentre td,
    #matablecentre th {
        font-size: 0.55em;
    }

    iframe.Video-Youtub {
        width: 187px;
        height: 105px;
    }

    .texte_photo {
        font-size: 0.65em;
    }
}