@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    /* color: rgba(38, 71, 106, 1); */
}

.bg-greyish {
    background-color: #F2F5F7;
    padding-top: 40px;
}
.figure {
    display: block !important;
}
.logo {
    height: 112px;
    width: 254px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

p {
    font-size: 1.2em;
}

.title {
    font-size: 1.4em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgba(38, 71, 106, 1);
    text-align: center !important;
    padding: 0 7rem;

}

.content>p {
    text-align: center;
    padding: 0 7rem;
}

.blinking-text-header {
    animation: changeHeaderTextColor 10s infinite;
}

@keyframes changeHeaderTextColor {
    0% {
        color: #26476A;
    }

    50% {
        color: #F15A24;
    }

    100% {
        color: #26476A;
    }
}

.logoColor {
    color: #094D8D;
}

#HeaderVideoplayer {
    height: 415px !important;

    max-width: 100%;
    width: 760px;
    display: grid;
    place-items: center;
    margin: auto;
    padding: 2rem 15px;
}

.btn-radius {
    border-radius: 100px !important;
}

.btn-send {
    background-color: #EC5224;
    color: white !important;
    border-radius: 100px !important;
}

.btn-send:hover {
    background-color: rgb(207, 68, 26);
}

.image {
    text-align: center;
    margin:  10px;
}

.image{
    border: 5px solid #F15A24;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    max-width: 100%;
    width: 421px;
    height: auto !important;
}


.logo img {
    margin: auto;
}

body {
    background-color: white;
}

#content {
    max-width: 100%;
    margin: auto;
    padding: 0px;
    background-color: white;
}

.title {
    text-align: center;
    margin-bottom: .2em;
}

p a:hover {
    color: #ececec;
}

#table-of-contents {
    display: none;
}

#postamble {
    display: none;
}

.subtitle {
    text-align: center;
    font-size: medium;
    font-weight: bold;
    margin-top: 0;
}

.todo {
    font-family: monospace;
    color: red;
}

.done {
    font-family: monospace;
    color: green;
}

.priority {
    font-family: monospace;
    color: orange;
}

.tag {
    background-color: #eee;
    font-family: monospace;
    padding: 2px;
    font-size: 80%;
    font-weight: normal;
}

p.verse {
    margin-left: 3%;
}

/* style for table  */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom: 24px;
    border-top: 1px solid #e1e4e5;
    border-bottom: 1px solid #e1e4e5;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table td, table th {
    font-size: 90%;
    margin: 0;
    overflow: visible;
    padding: 8px 16px;
    background-color: white;
    border: 1px solid #e1e4e5;
}

table tr:nth-child(2n-1) td {
    background-color: #FAFAFA;
}

/* Style pour les liens dans la table */
table a {
    background-color: inherit;
    border: none;
    color: inherit;
    padding: 0px;
}

b {
    color: rgba(241, 90, 36, 1);
}

.footpara {
    display: inline;
}

.footdef {
    margin-bottom: 1em;
}

.figure {
    padding: 1em;
}

.figure p {
    text-align: center;
}

.equation-container {
    display: table;
    text-align: center;
    width: 100%;
}

.equation {
    vertical-align: middle;
}

.equation-label {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.inlinetask {
    padding: 10px;
    border: 2px solid gray;
    margin: 10px;
    background: #ffffcc;
}

textarea {
    overflow-x: auto;
}

.linenr {
    font-size: smaller
}


#toggle-sidebar {
    display: none;
}

.outline-2 {
    padding-right: 7rem;
    padding-left: 7rem;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.outline-2:nth-child(even) {
    background-color: #F2F5F7;
}

h2 {
    padding-bottom: .5rem;
    color: rgb(9, 77, 141);
    font-family: Poppins, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    height: auto;
}

h3 {
    padding-top: 5px !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    color: rgb(9, 77, 141);
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 24px;
    text-align: justify;
    width: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Style pour les liens en dehors de la table */
a {
    background-color: rgb(0, 123, 255);
    border-bottom-color: rgb(0, 123, 255);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-style: solid;
    border-bottom-width: 0.909091px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-style: solid;
    border-top-width: 0.909091px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: Poppins, sans-serif;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.btn-send {
    background-color: #EC5224;
    color: yellow !important;
    border-radius: 100px !important;
}

.btn {
    background-color: orange !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .outline-2 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .title {
        font-size: 1.2em;
        padding: 0 4rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .content>p {

        padding: 0 4rem;
    }

}
.red-background{
  background-color: red !important;
}
.green-background{
  background-color: green !important;
}
.error{
    color: red;
}
@media screen and (max-width: 764px) {
    .outline-2 {
        padding-left: 2rem;
        padding-right: 2rem;

    }

    .HeaderVideoplayer {
        height: 250px;
    }

    .title {
        font-size: 1.2em;
        padding: 0 2rem;
    }

    .content>p {

        padding: 0 2rem;
    }

    h2 {

        font-size: 1.3rem;

    }

}
