
.textual-content{
    margin-top:20px;
    display:flex;
    flex-direction:column;
    text-align: center;
    margin-bottom: 300px;
}

.card3
{
    margin-bottom: 100px !important;
}


.body p
{
    background-color: #ba3f32;
}

.textual-content .content .card1{
    display:flex;
    justify-content: center;
    margin-bottom:20px;
}

.textual-content .content .card1 .left{
    margin-left: 180px;
    padding:20px;
    background-color: #024959;
    color:#F2E3D5;
    justify-content: center;
}

.textual-content .content .card1 .right img{
    margin-right: 180px;
    height: 300px;
    width: 300px;
    margin-top:15px;
    margin-bottom: 15px;
}

.textual-content .content .card2{
    display:flex;
    justify-content: center;
    margin-bottom:20px;
}

.textual-content .content .card2 .left{
    margin-left: 180px;
    padding:20px;
    background-color: #024959;
    color:#F2E3D5;
    justify-content: center;
}

.card1, .card2, .card3
{
    margin-bottom: 300px;
}

.text
{
    margin: 0;
}

.left h1
{
    padding: 5px;
    color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 10px;
}

.left li
{
    text-align: left;
    padding-left: 100px;
    font-size: larger;
    color: #FFFFFF;
}

.left p
{
    line-height: 1.5;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 20px;
}

.left
{
    background-color: #024959;
    padding: 20px;
    border-radius: 8px;
    margin: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    color: #F2E3D5;
}

.textual-content .content .card2 .right img{
    margin-right: 180px;
    height: 300px;
    width: 300px;
    margin-top:15px;
    margin-bottom: 15px;
}

.textual-content .content .card3{
    display:flex;
    justify-content: center;
    margin-bottom:20px;
}

.textual-content .content .card3 .left{
    margin-left: 180px;
    padding:20px;
    background-color: #024959;
    color:#F2E3D5;
    justify-content: center;
}

.textual-content .content .card3 .right img{
    margin-right: 180px;
    height: 300px;
    width: 300px;
    margin-top:15px;
    margin-bottom: 15px;
}

button
{
    background-color: #3CA6A6;
    border-radius: 6px;
    border: none;
    width: 100%;
}

button:hover
{
    background-color: #ba3f32;
    color: #FFFFFF;
}

#topbtn
{
    display: none;
    position: sticky;
    bottom: 20px; 
    right: 30px; 
    z-index: 98;
    border: 2px #000000; 
    outline: none;
    background-color: r#18929f;
    color: #faebd7;
    cursor: pointer;
    padding: 15px;
    border-radius: 6px;
    font-size: 18px;
  }
  
  #topbtn:hover
  {
    background-color: #555;
  }


.image-services
{
    display:flex;
    flex-direction:column;
    align-items: center;
    background:url('../pics/image-économique.jpg');
    padding:100px;
    color:white;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}


.image-services>h1{
    font-size:70px;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
}

.window-container
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin: 10px;
    margin-top: 0px;
    background-color: #18929f;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;

    top: 0;
    left: 0;
}

.window
{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 410px;
    border-radius: 8px;
    background-color: #ddd;
    margin: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}

.window .title
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


    background-color: #026773;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.window .content
{
    padding: 10px;
    overflow-y: auto;
    line-height: 1.5;
    text-align: justify;
}

.content
{
    margin: 15px;
    margin-top: 20px;
    margin-left: 30px;
    font-size: x-large;
    list-style: inside;
    line-height: 3;
}

.content li
{
    padding: 5px;
}

body
{
    background-color: #faebd7;
}




strong{
    background-color: #fbfbfb;
    padding: 3px;
    color: #e74c3c;
    border-radius: 2px;
}




.boutton button:hover{
    background-color: #ba3f32;
    border:black;
    padding: 12px;
}


.btn{
    display: inline-block;
    width: 120px;
    height: 30px;
    border-radius: 10px;
    background-color: #0000005e;
    text-align: center;
    font-weight: bold;
}
.btn{
    background-color: #3CA6A6;
}

.btn:hover{
    background-color: #ba3f32;
}


h1{
    margin: 0;
}




.window-container.flex{
    height: unset;
}

a {
    text-decoration: none;
}

header
{
    background-color: #012E40;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.textual-content p
{
    border:3px;
}

.p-3.mb-2.bg-cyan.text-white
{
    display: flex;
}

.p-3
{
    padding: 2px !important;
}

.navbar.navbar-expand-lg.bg-light
{
    display: flex;
    justify-content: flex-start;
}

.navbar-nav.me-auto.mb-2.mb-lg-0
{
    text-align: left;
}

.navbarcnt
{
    margin: 0;
}

.navbar.navbar-expand-lg.bg-light
{
    background-color: transparent !important;
}

.navbar
{
    --bs-navbar-color: #FFFFFF;
    --bs-navbar-hover-color: #3CA6A6;
    --bs-navbar-active-color: #3CA6A6;
    --bs-navbar-brand-color: #FFFFFF;
    --bs-navbar-brand-hover-color: #FFFFFF;
}

.nav-link
{
    font-size: larger;
}

.navbar-brand
{
    margin-left: 10px;
    margin-right: 30px;
}

.nav-item
{
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 15px;
}

.nav-item-dropdown
{
    margin-top: 3%;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-toggler
{
    --bs-navbar-toggler-border-color: #FFFFFF;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
}

.dropdown-menu.show
{
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-left: 90%;
  }

header a
{
    z-index: 10;
}

.spacer-top
{
    margin: 65px;
}

.navbar-nav .nav-item {
    margin-left: 40px;
}

.nav-link dropdown-toggle
{
    margin-right: 0;
}

.nav-item-dropdown
{
    margin-left: 60px;
}

header nav .container-fluid {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.navbar-nav {
    margin-left: auto;
    margin-top: 0;
}

body
{
    padding: 0;
    margin: 0;
}

header img
{
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 3px;
    position: flex;
    top: 0;
}

header a
{
    text-decoration: none;
    color: black;
    font-style: verdana, sans-serif;
    
}


.navbar.navbar.navbar-expand-lg.bg-light
{
    padding: 0;
}

body, html
{
    height:100%;
} 


nav
{
    margin: 0;
}
#main
{ 
    max-width:1280px;
    min-height:100%; 
    margin:0 auto; 
    position:relative; 
}   

footer 
{ 
    background:#012E40;
    position:static; 
    bottom:0; 
    width:100%; 
    margin-top: 80px;
    padding: top 50%;;
    background-color: #012E40;
    color: aliceblue;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.text
{
    text-align: center;
    margin-bottom: 200px;
}

h5
{
    color: aliceblue;
}

.navbar-toggler 
{
    margin-right: 50px;
}

.dropdown-menu
{
    margin-right: 40px;
}


body{
    display: flex;
    flex-direction: column;
}

.spacer
{
    flex-grow: 1;
}

h6
{
    font-size: large;
}

footer h6
{
    text-align: center;
    margin-top: 100px;
}

.réseaux img
{
    margin-left: 1%;
}

.réseaux
{
    flex: left;
    text-align: center;
    margin-top: 3%;
    font-size: 800;
}

.réseaux a
{
    font-size: 300;
    margin-right:margin 60px;
    margin-left: 60px;
}

#lkd:hover, #X:hover, #fbk:hover, #ytb:hover
{
    transform: scale(1.2);
    

}

.réseaux h6
{
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;

}

.réseaux a
{
    color: #012E40;
}

#lkd, #X, #fbk, #ytb
{
    margin-top: 0px;
    transition: transform 0.2s;
}

iframe
{
    margin-top: 60px;
    width: 50%;
    height: 500px;

}

.svg
{
    margin: 0;
}