/* Core Stuff */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 1rem;
    font-family: Poppins;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {

    line-height: 1.7;
    color: #605353;
    text-align: center;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100dvh;
}


table {
    text-align: left;
    display: block;
}


td{
    width: 50%;
}
td, th {
    padding: 4px  20px;  
}


.ateliers{
    font-weight: 300;
    color:rgb(164, 6, 6);
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1em;
}
.modele{
    font-weight: 800;
    color: black;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.1em;
}   


.presentation, table, .agenda{
    text-align: left;
    line-height: normal;
    /* background: #f6f6f6; */
    border-radius: 10px;
    padding: 20px 10px;
    margin: 0 auto;
    /* margin-bottom: 1em; */
    /* box-shadow: 0 0px 30PX #eee; */
    box-shadow:inset 0 0 2px #aaaaaa;
    list-style: none;
}
.mini{
    font-size: 0.8em;
}
.agenda{
    font-size: 1.2em;
    padding: 30px;
}
.quand{
    color: black;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.19em;
    line-height: 1em;
    /* margin-top: 3em; */
}
.pointe{
    color: rgb(164, 6, 6);
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1em;
}
.adresse{
 
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.19em;
    line-height: 1em;
    margin-bottom : 2em;
}

.carousel p{
    width: 80%;
    position: relative;
    float: left;
    top: 0 ;
    left:10%;
}
.main-image {
    position: absolute;
    top: 0 ;
    left:10%;
    max-width: 80%;
    height: auto;
    transition: all 2s ease-in-out;
}

.main-image:first-of-type{
    position:relative;
    top: 0 ;
    left:0;
}


p {
    max-width: 900px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #605353;
    text-transform: uppercase;
    margin-top: 1.5em;
    margin-bottom: 0.2em;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #ffffff;
     margin: 0em;
 
}

p {
    display: block;
    margin-block-start: .2em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

a {
    color: rgb(164, 6, 6);
    text-decoration: none;
}

a:hover {
    color: rgb(164, 6, 6);
}

pre {
    background: #474747;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #353535;
    margin: 0;
    padding: 0 2rem;
}

@media (max-width: 800px){


    html {
    font-size: .8rem;
    }
    .main-image {
    max-width: 100%;
    height: auto;
    }
    /* .presentation, table, .agenda{
        padding: 10px;
    } */
}

/* Utility Classes */
.wrapper {
     /* margin: 0 3rem; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

.header {
    background-color: #ffffff;
    color: #000000;
}

.header h1{
    margin: 2em;

}

.header a {
    color: #fff;
}

.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}

.footer {
    background-color: #000000;
    color:white;
    font-size: 1.5rem;
}

.footer p{
    margin: 0 0;
}



/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: rgb(164, 6, 6);
    padding: 0 20px;
    white-space: nowrap;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* box-shadow: inset 0 0 0 1px rgb(120, 13, 13);; */
}

.main-nav > ul > li > a {
    border-radius: 10px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    /* background-color: rgb(120, 13, 13); */
    box-shadow: inset 0 0 0 2px rgb(164, 6, 6);
    /* color: rgrgb(255, 255, 255) */
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: rgb(164, 6, 6);
    box-shadow: inset 0 0 0 1px rgb(164, 6, 6);
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

ul {text-align: left;}