*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    font-family: 'Montserrat';
}
body[color="lightblue"]{
    background-color: #56BDD7;
}
body{
    scroll-behavior: smooth;
}
body div{
    caret-color: transparent;
}
body input{
    caret-color: initial;
}
menu{
    display: flex;
    flex-direction: row;
    align-items: end;
    margin: 0px auto;
    padding:10px;
    background-color: #fff;
    color:#197EA9; 
    font-family: 'Montserrat';
    font-weight: 500;
    font-size:0.7rem;
    max-width: 1440px;
    margin:0px auto;
    margin-top:0px;
}
menu[tag="fixed"]{
    position: fixed;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-width: 1440px;
    width: 100%;;
    margin:0px auto;
}
@keyframes heartBeat {
    0%   {transform: scale(1);}
    2%   {transform: scale(1) rotate(5deg);}
    4%   {transform: scale(1) rotate(-5deg);}
    6%   {transform: scale(1) rotate(5deg);}
    8%   {transform: scale(1) rotate(-5deg);}
    10%  {transform: scale(1);}
    15%  {transform: scale(1);}
    30%  {transform: scale(1.2);}
    35%  {transform: scale(1.2);}
    50%  {transform: scale(1);}
    60%  {transform: scale(1);}
    75%  {transform: scale(1.2);}
    90%  {transform: scale(1.2);}
    95%  {transform: scale(1);}
    100% {transform: scale(1);}
}

.blueMenu{
    background-color: #0F7EA9;
    color:white;
    transition: all 0.2s ease-out;
}
.blueMenu[tag="fixed"]{
    background-color: #fff;
    color:#197EA9;
}
.blueMenu:hover{
    background-color: #fff;
    color:#197EA9; 
}
.blueMenu:hover img[id="logo_sgpp"], .blueMenu:hover .lng_icn img{
    filter: saturate(100%) brightness(100%);
}
.blueMenu[tag="fixed"] img[id="logo_sgpp"], .blueMenu[tag="fixed"] .lng_icn img{
    filter: saturate(100%) brightness(100%);
}
.blueMenu:hover .navBarre a, .blueMenu[tag="fixed"] .navBarre a{
    color:#197EA9;
}
Menu img[id="logo_sgpp"]{
    max-width: 200px;
    max-height: 100px;
    margin: 0px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.blueMenu img[id="logo_sgpp"]{
    filter: brightness(400%);
}
.blueMenu[tag="fixed"] img[id="logo_sgpp"]{
    filter: brightness(100%);
}

menu .navBarre{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: end;
    align-content: space-around;
    margin: 0px 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    color:white;
}
menu .navBarre a{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    margin:0px 15px;
    color:#197EA9; 
    transition: all 0.2s ease-in;
}
menu .navBarre a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.blueMenu .navBarre a{
    color:white;
}
Menu .navBarre a[role="active"]{
    font-weight: 600;
}
menu .navBarre .notifBell{
    background-image: url('../img/icn/aOffreRed.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    color: #ee175d;
    font-weight: 600;
}
menu .lng_icn{
    display: flex;
    flex-direction: row;
    align-items: end;
    font-weight: 400;
    margin: 0px 20px;
    margin-left: auto;
    cursor: pointer;
}
.lng_icn img{
    width: 24px;
    height: 24px;
    margin: 0px 5px;
}
.lng_icn span{
    padding-bottom: 4px;    
}
.blueMenu .lng_icn img{
    filter:saturate(0%) brightness(800%);
}
.btn_sign_in, .btnArticleDesc{
    font-size: 0.7rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    border: none;;
    border-radius: 3px;
    padding: 5px 10px;
    max-height: 30px;
    margin: 0px 10px;
    background-color: #197EA9;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.blueMenu:hover .btn_sign_in{
    background-color: #197EA9;
    color: #fff;
}
.blueMenu .btn_sign_in{
    background-color: #fff;
    color: #1C324C;
    
}
menu .btn_sign_in{
    animation: heartBeat 3s infinite;
}
button{
    font-size: 0.7rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    max-height: 30px;
    margin: 0px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
button[size="big"]{
    padding: 17px 30px;
    font-size: 1rem;
    border-radius: 5px;
}
button[size="mid"]{
    padding: 10px 20px;
    font-size: 0.8rem;
    border-radius: 3px;
}
button[effect="scale"]:hover, .myLinks[effect="scale"]:hover{
    transform: scale(1.1);
}
.btn_sign_in:hover{
    font-weight: 700;
    transform: scale(1.1);
}

section{
    display: flex;
    padding: 20px;
    width: auto;
    max-height: 700px;
}
/*------- home sections  ----------------*/
.home{
    display: flex;
    flex-direction: row;
    align-items: start;
    align-content: space-around;
    color: #fff;
    background-color: #0F7EA9;
    overflow: hidden;
    max-width: 1440px;
    align-self: center;
    margin: 0px auto;
}
.home .articleDesc{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 45%;
    max-height: 600px;
    margin: 0px 10px;
}
.articleDesc h1{
    font-size: 2rem;
    margin:5px 0px;
}
.majDateArticle{
    font-size: 0.7rem;
    font-weight: 400;
    margin: 5px 0px;
}

.articleDesc p{
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.7rem;
    padding: 10px 0px;
}
.btnArticleDesc{
    width: fit-content;
    padding: 10px 15px;
    margin: 10px 0px;
}
.btnArticleDesc[size="large"]{
    padding: 30px 60px ;
    font-size: 1.1rem;
    margin: 30px auto;
    justify-self: center;
    align-self: center;
    border-radius: 15px;
    background-image: url("../img/icn/dollar.png");
    background-position: 35px center;
    background-repeat: no-repeat;
    background-size: 13px 25px;
    background-color: #56BDD7;
}
.otherLinksArticles[color="blue"] .btnArticleDesc[size="large"]{
    font-weight: 600;
    border-radius: 5px;
    background-image: none;
    background-color: #fff;
    color:#197EA9;
}
.btnArticleDesc big{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0px 10px;
}
.eclipseNav{
    display: flex;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
    width: auto;
    margin: 10px 0px;
    margin-top: 20px;
}
.eclipseNav label{
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    padding: 0px;
    margin-right: 10%;
}
.eclipseNavBtn{
    width: 26px;
    height: 26px;
    margin: 0px 10px;
    cursor: pointer;
    opacity: 50%;
    transition: all 0.3s ease-out;
}
.eclipseNavBtn:hover{
    opacity:100%;
}
.eclipseNavBtn[role="left"]{
    transform: rotate(180deg);
}
.eclipseNavBtn[color="white"]{
    filter: brightness(800);
}
.home .articleSlidesImgs{
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
    max-height:500px;
    width: 55%; 
    overflow: hidden;
}
.articleSlidesImgs img{
    width: 28%;
    height: 800px;
    margin: 0px 10px;
    object-fit: cover;
    cursor: pointer;
    transform: rotate(6deg) translateY(-20px);
    transition: all 0.2s ease-in;
}
.articleSlidesImgs:hover img{
    transform: rotate(3deg) translateY(-20px);
}
.articleSlidesImgs img.onlyOne {
    width: 90%;
    transform: rotate(6deg) translateY(-30px);
}
.articleSlidesImgs:hover img.onlyOne{
    transform: rotate(3deg) translateY(-30px);
}

.articleSlidesImgs img.onlyTwo {
    width: 43%;
    transform: rotate(6deg) translateY(-25px);
}
.articleSlidesImgs:hover img.onlyTwo{
    transform: rotate(3deg) translateY(-25px);
}
.eclipseArticles{
    display: flex;
    align-items: center;
    align-self: center;
    align-content: space-between;
    width: 100%;
}
.eclipseArticles .elipse{
    position:relative;
    width: 150px;
    height: 110px;
    border-radius: 5px;
    border: 2px solid #fff;
    overflow: hidden;
    margin: 2px 0px;
    margin-right: 15px;
    cursor: pointer;
}
.eclipseArticles .elipse img{
    width: 150px;
    height: 110px;
    object-fit: cover;
}
.eclipseArticles .elipse span{
    position:absolute;
    text-align: center;
    font-size: 0.7rem;
    align-content: center;
    width: auto;
    height: 110px;
    padding: 5px;
    top:0px; left: 0px;
    background-color: rgba(37,92,157,0.5);
    opacity: 0%;
}
.eclipseArticles .elipse:hover span{
    opacity: 100%;
}
.socialMediaBarre{
    display:flex;
    flex-direction: row;
    margin: 10px 0px;
    padding:5px 0px;
}
.socialMediaBarre span{
    width: 25px;
    height: 25px;
    margin: 5px 0px;
    margin-right: 10px;
    background-size: cover;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.socialMediaBarre span:hover{
    transform: scale(1.1);
}
.socialMediaBarre span[role="facebook"]{
    background-image: url('../img/icn/facebook.png');
}
.socialMediaBarre span[role="linkedin"]{
    background-image: url('../img/icn/linkedin.png');
}
.socialMediaBarre span[role="instagram"]{
    background-image: url('../img/icn/instagram.png');
}
.socialMediaBarre span[role="youtube"]{
    background-image: url('../img/icn/youtube.png');
}

/*------------------- WhoAreWe_Section --------------------*/
.whoAreWe{
    display: flex;
    flex-direction: row;
    align-self: center;
    height: 700px;
    margin:0px auto;
    max-width: 1440px;
    overflow: hidden;
    background-blend-mode: soft-light;
    background-image: url("../img/bg_001.jpg");
    background-size: cover;
    background-color: rgba(210,210,210,0.9);
}
.whoAreWe[size="medium"]{
    height: auto;
}
.whoAreWe[role="ourEnt"]{
    background-image: none;
    background-color: #fff;
    padding: 0px 10px;
}
.mainSection{
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 60%;
    max-width: 865px;
    overflow-wrap: anywhere;
}
.mainSection h1{
    font-size: 1.7rem;
    color: #2E7496;
    margin-bottom: 15px;
}
h1{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}
h1[color="blue"]{
    color: #2E7496;
}
h1[role="tab"]{
    margin-left: 20px;
}
.twoSection {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    overflow-x: visible;
    
}
.twoSection >img{
    max-width: 350px;
    min-width: 310px;
    width: 100%;
    margin-right:15px;
}
.twoSection .historyDesc{
    text-align: justify;
    padding: 5px 10px;
    overflow-wrap: break-word;
}
.twoSectionVertical{
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
    max-width: fit-content;
    
}
.twoSectionVertical img{
    filter: contrast(130%) brightness(90%);
    width: 100%;
    max-height: 105px;
    max-width: 460px;
    margin-bottom: 15px;
}
.twoSectionVertical .historyDesc{
    font-weight: 700px;
    padding-left: 0px;
}
.historyDesc{
    font-weight: 500;
    line-height: 1.5rem;
    overflow-wrap: break-word;
    color:#1C324C;
    text-align: justify;
    width: 100%;
}

.btnArticleDesc:hover{
    transform: scale(1.2);
}
.otherLinksArticles[color="blue"] .btnArticleDesc:hover{
    transform: scale(1.03);
}

button[color="blue"]{
    background-color: #0F7EA9;
    color:#fff;
}
button[color="white"]{
    background-color: #fff;
    color:#1C324C;
}
button[position="right"]{
    margin-left:auto;
}
button[position="left"]{
    margin-right:auto;
}
.secondSection{
    padding:20px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    align-self: center;
    font-weight: 600;
}
.secondSection img{
    max-width: 320px;
    align-items: center;
    align-self: center;
    margin: 20px 10px;
    transition: all 0.7s ease-in;
}
 
.secondSection a{
    text-decoration: none;
    color: #066538;
    font-size: 2rem;
    font-weight: bold;
    margin: 20px;
    transition: all 0.2s ease-in;
}
.secondSection a:hover{
    transform: scale(1.2);
}


/*--------------- Ports Section -----------------------*/
.portsSection{
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    height: 700px;
    margin:0px auto;
    max-width: 1440px;
    overflow: hidden;
    background-blend-mode: soft-light;
    background: url("../img/ports/1601_002.JPG"), linear-gradient(90deg, rgba(155, 211, 248, 0.5)10%, rgba(255, 255, 255, 0.5) 60%);
    /*background-image: url("../img/ports/aouana_01.jpg");*/
    background-size: cover;
    
}

.portsContainer{
    display: flex;
    flex-direction: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    height:none;
    transition: all 0.3s ease;

}
.portsContainer::-webkit-scrollbar{
    background-color: transparent;
}
.portPreview{
    display: flex;
    flex-direction: row;
    width:100%;
    max-width: 1400px;
    padding: 20px;
    visibility: hidden;
    scroll-snap-align: center;
    transition: all 0.3s ease;
}
.portPreview[role="active"]{
    visibility: visible;
}
.portTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 15px 20px;
    max-width: 700px;
}
.portTitle h1{
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: left;
    margin-right: auto;;
}
.portTitle h1[color="white"]{
    color:#fff;
}
.portTitle h1[color="blue"]{
    color:#2E7496;
}
.portTitle img{
    border-radius: 20px;
    max-width: 495px;
    height: 500px;
    object-fit: cover;
    margin: 0px 15px;
}
.portDesc{
    display: flex;
    flex-direction: column;
    padding:20px;
    max-width: 720px;
    align-items: center;
    color: #197EA9;
}
.portDesc h1{
    margin: 5px auto;
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
}
.portDesc h4{
    margin: 5px auto;
}

.portDesc .historyDesc{
    padding: 10px;
    margin: 20px 0px;
    line-height: 1.7rem;
    font-size: 1.1rem;
}
.portGallery{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.portGallery img{
    border: 2px solid #197EA9;
    border-radius: 5px;
    width: 40%;
    height: 100%;
    max-height: 200px;
    max-width: 200px;
    margin: 5px 10px;
    cursor: pointer;
}
.portsSection .eclipseNavBtn{
    position: absolute;
    top: 50%;
    left: 20px;
    z-index:9;
}
.portsSection .eclipseNavBtn[role="right"]{
    left: 95% ;
}

.showingMission{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 13;
}
.showingMission[role="active"]{
    display: flex;
}

.showingMissionContainer{
    position: relative;
    max-width: 1440px;
    max-height: 530px;
    margin: auto auto;
    color:#fff;
    padding: 20px;
    background-color: #56BDD7;
    width: 100%;
    height: 80%;
}
.showingMission h1{
    position: absolute;
    left: 50%;
    top: 7%;
    width: 70%;
    transform: translateX(-50%);
    text-align: center;
    padding: 30px auto; 
}
.showingMissionContainer img{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 330px;
    height: 350px;
    object-fit: cover;
}
.showingMissionContainer .missionContainer{
    position: absolute;
    left: calc(10% + 350px);
    top: 20%;
}
.missionContainer h5{
    padding: 5px 20px;
    font-size: 1.2rem;
    background-color: #fff;
    color:#56BDD7;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
}
.missionContainer p{
    font-size: 1.1rem;
    line-height: 2rem;
}

/*------------------  ceoWords ---------------------*/

.ceoWords{
    position: relative;
    display: flex;
    flex-direction: row;
    align-self: center;
    height: 600px;
    margin:0px auto;
    max-width: 1440px;
    overflow: hidden;
    background-blend-mode: soft-light;
    background: url("../img/bg_002.jpg"), linear-gradient(90deg, rgba(255, 255, 255, 0.7)10%, rgba(255, 255, 255, 0.5) 60%);
    /*background-image: url("../img/ports/aouana_01.jpg");*/
    background-size: cover;
}
p[color="white"]{
    color:#fff
}
.ceoDesc h1{
    font-weight: 800;
    margin: 30px 20px;
}
.ceoSpeech{
    max-width: 950px;
    padding: 35px;
    border-radius: 20px;
    background-color: rgba(46, 116, 150, 0.8);
    display: grid;
    grid-template-columns: 125px auto;
    grid-template-rows:  auto auto;
    margin: 20px 20px;
}
.ceoSpeech img{
    max-width: 105px;
    margin : 10px 5px;
}
#nextWords{
    grid-column: 1 / span 2;
    grid-row:  2 ;
}
.ceoDesc{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: center;
    padding: 20px;
}
.ceoDesc[role="second"]{
    width: 40%;
    justify-content: center;
}

.ceoProfile{
    max-width: 250px;
    height: 250px;
    object-fit: cover;
    border: 5px solid #2E7496;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
    margin: 10px auto;
}
.ceoDesc span{
    color: #1C324C;
    font-weight: 700;
    text-align: center;
    margin: 5px auto;
}
.jobName{
    font-size: 1.1rem;
}

/*------------- FOOTER ---------------------*/
.footer{
    max-height: 500px;
    max-width: 1440px;
    align-self: center;
    margin:0px auto;
    background-color: #1C324C;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 30px;
}
.aboutUs{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin: 30px 0px;
}
.logoSgpp{
    max-width: 250px;
    margin: 5px 5px; 
}
.slogan{
    color:white;
    line-height: 1.1rem;
    margin: 5px;
    font-weight: 650;
    padding: 5px;
    text-align: center;
    border-bottom: 3px solid #fff;
    width:fit-content;
    margin-bottom: 5px;
}
.logoSgpp[color="white"]{
    filter: saturate(0%) brightness(600%);
}
.coordonnees{
    display: grid;
    grid-template-columns: 40px auto;
    gap: 5px;
    color: #fff;
    padding: 10px 10px;
    line-height: 1.2rem;
}
.coordonnees[role="oneColumn"]{
    grid-template-columns: auto;
}
.coordonnees span{
    align-self: center;
}
.icnCoord{
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin: 0px 5px;
}
.icnCoord[role="rightSpace"]{
    margin-right: 20px;
}
.myLinks{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 25px;
    padding-left: 35px;
    background-size: 25px 25px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #fff;
    align-self: center;
    transition: all 0.2s ease-in;
}
.myLinks[id="Nos_Ports"]{
    background-image: url("../img/icn/ports.png");
}
.myLinks[id="Nos_Projets"]{
    background-image: url("../img/icn/projects.png");
}
.myLinks[id="Snc"]{
    background-image: url("../img/icn/snc.png");
}
.myLinks[id="appel_offre"]{
    background-image: url("../img/icn/aOffre.png");
}
.myLinks[id="downloads"]{
    background-image: url("../img/icn/download.png");
}
.linksArea{
    display: flex;
    flex-direction: column;
    justify-self: center;
    /*margin: 0px auto;*/
    max-width: 350px;
    color: #fff;
    align-self: flex-end;
    margin-top: 100px;
}
.linksArea h5{
    font-weight: 500;
    margin: 10px auto;
    margin-top: 40px;
}

.socialNetworks{
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;;
    max-width: 170px;
}
.socialNetworks h4{
    color: #fff;
    font-weight: 500;
    padding: 5px 0px;
    border-bottom: 2px solid #fff;
}
.socialNetworks .socialMediaBarre{
    padding: 0px 5px;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
}
.newsLetterSection{
    max-width: 300px;
}
.newsLetter{
    display: flex;
    flex-direction: column;
    Color: #fff;
    justify-content: center;
}
.newsLetter h3{
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.newsLetter p{
    font-weight: 200;
    line-height: 1.2rem;
    font-size: 0.9rem;
    padding: 5px 0px;
}
.newsLetter input[type="email"]{
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5px;
    line-height: 1.3rem;
    background-color: transparent;
    width: 100%;
    height: 40px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

/* ------------- page Articles ------------------*/
.previewArticle{
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin : 0px auto;
    max-height: none;
}
.previewArticle h1{
    font-size: 3rem;
    font-weight: 700;
    color: #275792;
    text-align: center;
    padding: 5px 40px;
}
.previewArticle img{
    height: 350px;
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
    padding-bottom: 10px;
}
.previewArticle .pathArticle{
    width: 100%;
    margin: 0px auto;
    padding: 05px 0px;
    color: #275792;
    font-weight: 400;
    font-size: 0.9rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #5784bb;
}
.pathArticle .pathElement{
    text-decoration: none;
    font-size: 0.9rem;
    color: #1C324C;
    padding-right: 30px;
    padding-left: 5px;
    background-image:url("../img/icn/supp.png") ;
    background-position: right;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}
.pathElement[role="active"]{
    background-image: none;
    font-weight: 700;
    font-size: 1rem;
}
.descArticle{
    max-width: 1440px;
    margin: 0px auto;
    /*display: flex;
    flex-direction: column;*/
    
    max-height:none;
    padding: 5px 0px;
}
.article2Section{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.articleGallery{
    width: 540px;
    height: 370px;
    margin-bottom: 10px;
}
.galleryContainer{
    display: flex;
    flex-direction: row;
    height: 340px;
    overflow: hidden;
    
}
.galleryContainer img{
    width: 500px;
    min-width: 500px;
    height: 330px;
    min-height: 320px;
    margin: 5px 10px;
    object-fit: cover;
    opacity: 0%;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.galleryContainer img[role="active"]{
    opacity: 100%;
}
.galleryContainer img[role="hide"]{
    display: none;
}

.articleElipses{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40px;
    align-items: center;
    overflow: hidden;
    max-width: 500px;    
}
.articleElipses .elipse{
    height: 20px;
    width: 20px;
    background-color: #2E7496;
    margin:auto 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.articleElipses .elipse[role="active"], .articleElipses .elipse:hover{
    height: 25px;
    width: 25px;
    background-color: #1C324C;
}
.articleDtCrea{
    font-family: 'Montserrat';
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
    margin:5px;
    float: right;
    color: #4b5c70;
}

.otherLinksArticles{
    display: flex;
    flex-direction: column;
    color: #197EA9;
    max-width: 1440px;
    max-height: none;
    margin:5px auto;
    padding: 5px 0px;
}
.otherLinksArticles[color="blue"]{
    background-color: #2385AD;
    color:#fff;
    margin:0px auto;
}
.otherLinksArticles h3{
    margin: 10px 0px;
}
.otherLinksArticles h3[size="large"]{
    font-size: 1.5rem;
}
.otherLinksArticles ul{
    margin: 20px;
}
.otherLinksArticles ul li{
    margin: 10px;
    color: #737373;
}
.otherAticles{
    display: flex;
    flex-wrap: wrap;
    height: 103%;
}
.otherAticles[size="smallCards"]{
    justify-content: space-evenly;
}

.articleCard{
    position: relative;
    width: 280px;
    display: flex;
    flex-direction: column;
    padding:5px;
    margin: 5px 5px;
    margin-bottom: 25px;
    border-radius:5px;
    cursor: pointer;
    overflow: hidden;
    color: #2E7496;
    border: 0px solid #c7c7c7;
    transition: all 0.3s ease-in;
    height: 335px;
}
.otherLinksArticles[color="blue"] .articleCard{
    background-color: #fff;
}
.articleCard[size="smallCard"]{
    width: 250px;
    height: 290px;
}

.articleCard:hover{
    box-shadow: 2px 2px 5px rgba(46, 116, 150, 0.2);
    margin-bottom: 5px;;
    transform: scale(1.03);

}
.articleCard p{
    max-height: 4rem;
}
.articleCard img{
    height: 170px;
    object-fit: cover;
}
.articleCard[size="smallCard"] img{
    height: 185px;
}
.articleCard h4{
    color:#2E7496;
    padding: 5px;
    font-size: 1.1rem;
}
.articleCard[size="smallCard"] h4{
    text-align: center;
    font-size:1rem;
    margin:auto;
}
.articleCard p{
    font-size: 0.7rem;
    line-height: 1.2rem;
    color:#77869D;
    padding: 5px 0px;
    max-height: 4rem;
    overflow: hidden;
    transition: all 0.5s ease;
}
.articleCard span{
    margin: 10px  0px;
    margin-right: auto;
    font-size: 0.7rem;
    color:#77869D;
}
.articleCard a{
    position: absolute;
    bottom: 15px;
    right: 20px;
    text-decoration: none;
    font-size: 0.8rem;;
    color:#1C324C;
    font-weight: 500;
    opacity: 0.2;
    transition: all 0.3s ease-in 0.6s;
}
.articleCard:hover a{
    opacity: 1;
}
.articleCard > .hiddenMission{
    display: none;
}
.catchEyes{
    background-color: #2385AD;
    color: #fff;
    display: flex;
    max-width: 1440px;
    margin:5px auto;
    height: 350px;
    padding: 0px 0px;
    overflow: hidden;
}
.catchEyes[color="white"]{
    background-color: #fff;
    color: #197EA9;
    background-blend-mode: soft-light;
    background: url("../img/bg_002.jpg"), linear-gradient(90deg, rgba(255, 255, 255, 0.7)10%, rgba(255, 255, 255, 0.5) 60%);
    background-size: cover;
    
    
}
.catchEyes[size="fourthSix"]{
    height: 100%;
    position: relative;
}
.catchEyes[size="fourthSix"][role="ceoWords"] .quoteCatchEyes{
    position: absolute;
    width: 50px;
    left: 30%;
    transform: translateY(-350%);
}
.catchEyes[size="fourthSix"][role="ceoWords"] span{
    color: #1C324C;
    font-weight: 700;   
    padding: 5px;
}
.catchEyes[size="fourthSix"][role="ceoWords"][color="blue"] span{
    color:#fff;
}
.catchEyes[size="fourthSix"][role="ceoWords"][color="blue"] p{
    color:#eee;
    font-weight: 400;
}
.catchEyes[role="DG"][color="white"] p{
    color:#275792;
    font-weight: 400;
}

.catchEyes[size="fourthSix"][role="ceoWords"][color="blue"] h1{
    margin: 20px auto;
    color:#fff;
}
.catchEyes[size="fourthSix"] .historyDesc{
    line-height: 1.4rem;
    padding: 10px 30px;
}

.catchEyes > img{
    height: 350px;
    width: 100%;
    margin:0px auto;
    padding:0px;
    object-fit: cover;
}

.description{
    width: 50%;
    min-width: 50%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;;
}
.catchEyes[size="fourthSix"] > img{
    border-radius: 0px;
    min-height: 100%;
    max-width: 35%;
    margin: auto;
}
.catchEyes[size="fourthSix"] > .description{
    width: 65%;
    min-width: 60%;
    color: #197EA9;
}
.thumbProjects{
    max-height: 720px;
    height: 720px;    
    max-width: 1440px;
    overflow: hidden;
    margin: 0px auto;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}
.thumbProjects[color="blue"]{
    background-color: #0F7EA9;
    color: #fff;
    max-height: none;
    height: auto;
}
.thumbProjects h4{
    color:#0F7EA9;
    font-weight: 700;
    margin:10px 0px;
    font-size: 1.2rem;
}
.thumbProjects[color="blue"] h1{
    color:#fff;
    font-weight: 700;
    margin:20px auto;
    font-size: 2rem;
}
.otherProjects{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.otherProjects a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 165px;
    padding: 5px;
    padding-left : 220px; 
    transition: all 0.2s ease;
}

.otherProjects a:hover{
    box-shadow: 3px 2px 4px rgba(46, 116, 150, 0.2);
}

.otherProjects a img{
    width: 200px;
    max-height: 150px;
    margin: 5px 0px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;

}
.otherProjects a > h4{
    margin: 5px 0px;
    font-size: 1rem;
}
.otherProjects a > p{
    font-size: 0.8rem;
    margin: 5px 0px;
    color: #77869D;
    opacity: 0;
    transition: all 0.3s ease-in 0.4s;
}
.otherProjects a > span{
    font-size: 0.7rem;
    color:#77869D;
    margin: 5px 0px;
}
.otherProjects a:hover p{
    opacity: 1;
}
.otherProjects[color="blue"] a{
    width: 90%;
    margin: 5px auto;
    
}
.otherProjects[color="blue"] a > h4, .otherProjects[color="blue"] a > p{
    color: #fff;
    opacity: 1;
}
.otherProjects[color="blue"] a img{
    border-radius: 5px;
}
.otherProjects[color="blue"] a > h4{
    font-size: 1.5rem;
    margin-top:10px;
}
.otherProjects[color="blue"] a > p{
    padding: 10px;
    font-size: 0.9rem;
}
.otherProjects[color="blue"] a:hover{
    box-shadow: 3px 2px 4px rgba(250, 250, 250, 0.3);
}
.thumbProjects[color="blue"] button{
    max-width: 150px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    padding: 10px 25px;
    transition: all 0.3s ease-in;
    margin: 20px auto;
}
.thumbProjects[color="blue"] button[color="white"]{
    background-color: #fff;
    color:#1C324C;
}
.thumbProjects[color="blue"] button:hover{
    transform: scale(1.1);
}
.listDesc {
    padding: 0px 30px;
    line-height: 1rem;
}
.listDesc li{
    margin: 5px 0px;
    font-size: 0.8rem;
    font-weight: 400;
}
.listDesc[color="white"]{
    color:#fff;
}





/*-------------------- CONTACT PAGE ----------------*/
.previewContact{
    max-height: 500px;
    height: 300px;
    max-width: 1440px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../img/map_bg.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover ;
}
.previewContact[color="blue"]{
    background-image: url("../img/map_bg_blue.jpg");
}
.previewContact h1{
    font-size: 2.5rem;
    color: #fff;
    margin: 5px auto;
    /*text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);*/
}
.previewContact h5{
    color: #fff;
    margin: 5px auto;
    font-weight: 500;
}

.contactSection, .portSection{
    padding: 20px; 
    max-width: 1440px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portSection{
    flex-direction: column;
    padding: 20px 10px;
    color:#197EA9;
    max-width: 1440px;
    max-height: none;
}
.portSection h1{
    font-size: 2.5rem;
    margin: 20px auto;
}
.contactCardContainer, .portsCardContainer{
    overflow: hidden;
    max-width: 1100px;
    width: 1100px;
    height: 550px;
    box-shadow: 3px 5px 20px 10px #aaa;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    margin: 20px
}
.portsCardContainer{
    max-height: 1000px ;
    height: auto;
    max-width: 1200px;
    justify-content: left;
    margin: 20px 0px;
}

.contactCardContainer .lateralBarre, .portsCardContainer .lateralBarre{
    max-width: 435px;
    width: 435px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #197EA9;
    padding: 20px;
    color: #fff;
}
.portsCardContainer .lateralBarre{
    width: 400px;
    padding: 20px 0px;
}
.portsCardContainer .portHorizontalBarre{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    background-color: #1C324C;
    color: #fff;
    height: 60px;
    margin :0px;
    overflow: hidden;
}
.portHorizontalBarre .portLine{
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center ;
    padding: 10px 25px;
    font-size: 0.8rem;
    opacity: 0.7;
    background: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 15px;
    cursor: pointer;

}
.portHorizontalBarre .portLine[role="active"]{
    opacity: 1;
    background-image: url("../img/icn/ports.png");
    transform: scale(1.3);
    font-weight: 600;
    cursor: default;
}
.cardinalMap{
    padding: 5px;
    margin: 5px auto;
    position: relative;
    height: 110px;
    width: 300px;
    max-width: 330px;
    
}
.cardinalMap .algWest, .cardinalMap .algEast, .cardinalMap .algCenter{
    position: absolute;
    width : 99px;
    max-width: 99px;
    height: 70px;
    max-height: 70px;
    background-position: 0px 0px;
    background-size: 99px 70px;
    background-repeat: no-repeat;
    filter: brightness(800%);
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.2s ease-in;
    /*border: 2px solid #202020;*/
}
.cardinalMap .algWest{
    background-image: url("../img/map_west.png");
    top: 20px;
}
.cardinalMap > div[role="active"]{
    opacity: 1;
    transform: scale(1.05);
}
.cardinalMap > div:hover{
    opacity: 1;
    transform: scale(1.05);
}
.cardinalMap .algCenter{
    background-image: url("../img/map_center.png");
    left: 85px;
    top: 0px;
}
.cardinalMap .algEast{
    background-image: url("../img/map_est.png");
    background-size: 126px 52px;
    width : 126px;
    max-width: 126px;
    height: 52px;
    max-height: 52px;
    left: 165px;
    top: 13px;
}
.cardinalMap .state{
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: 70px;
    left: 60px; 
    margin: 10px auto;
    text-align: center;
    width: 200px;
    max-width: 200px;
    padding: 5px;
    border-bottom: 3px solid #fff;
}
.cardinalMap .state:hover{
    transform: scale(1);
}
.contactUnitsFrame{
    margin: 10px 5px;
    padding: 10px 5px;
    width: 350px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.contactUnitsFrame[size="long"]{
    height: auto;
    max-height: 600px;
    
}
.contactUnitsFrame::-webkit-scrollbar{
    background-color: transparent;
    width: 5px;
    border-radius: 5px;
}
.contactUnitsFrame::-webkit-scrollbar-thumb{
    background-color: rgba(250, 250, 250, 0.1);
    border-radius: 5px;
    padding: 5px;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.contactUnitsFrame::-webkit-scrollbar-thumb:hover{
    background-color: rgba(250, 250, 250, 0.6);
}
.contactUnitsContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding:10px 0px;
}

.portsCardContainer .contactUnitsFrame{
   width: 100%; 
   padding: 5px 0px;
   
}
.contactUnitLine{
    padding: 10px 5px;
    width: 100%;
    padding-left: 40px;
    background: url("../img/icn/pin_location.png") no-repeat  5px 5px; 
    background-size: 15px 25px;
    height: 4rem;
    margin: 5px;
    line-height: 1.2rem;
    font-weight: 500;
    color:#fff;
    position: relative;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.portsCardContainer .contactUnitsContainer{
    padding: 0px;
    margin:5px 0px;
    
    width: 100%;
}
.portsCardContainer .contactUnitLine{
    padding-left: 60px;
    background-position: 35px 5px;
    margin: 5px 0px;
    width: 100%;
}
.contactUnitLine > span{
    padding:0px 5px;
    position: absolute;
    left: 40px;
    top: 1.8rem;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1rem;
    color:#DDD;
}
.portsCardContainer .contactUnitLine > span{
    padding-left: 20px;
}
.contactUnitLine[role="active"], .contactUnitLine:hover{
    opacity: 1;
    transform: scale(1.05);
}
.contactUnitLine[role="actived"]{
    opacity: 1;
    background-color: #1C324C;
}


.mainBody{
    width: 664px;
    max-width: 664px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portsCardContainer .mainBody{
    padding: 30px 0px;
    max-width: 700px;
    margin-right: auto;
    margin: 0px;
    width: 100%;
    align-items: center;
    justify-self: left;
    align-self: auto;
    justify-content: left;
}
.mainBody h2{
    font-size: 35px;
    text-align: center;
    color: #197EA9;
    margin: 10px auto;
}
.mainBody h5{
    font-weight: 500;
    color: #197EA9;
    margin: 10px auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #197EA9;
}
.mainBody > div{
    color: #197EA9;
    height: 50px;
    margin: 5px 7%;
    margin-right: auto;
    padding: 10px 5px;
    padding-left: 55px;
    background: no-repeat 5px center;
    background-size: 30px 40px;
}
.mainBody .adressLine{
    margin-top: 20px;
    background-image: url("../img/icn/location_blue.png");
}
.mainBody .telLine{
    background-image: url("../img/icn/phone_blue.png");
    background-size: 30px 30px;
    
}
.mainBody .emailLine{
    background-image: url("../img/icn/mail_blue.png");
    background-size: 35px 25px;
}

.mainBody .sendLine{
    height: 50px;
    padding: 25px 25px;
    padding-right: 55px;
    background: #197EA9 url("../img/icn/send.png") no-repeat 5px center;
    font-size: 1rem;
    color: #fff;
    margin: 5px auto;
    margin-top: auto;
    background-position: 205px center;
    background-size: 30px 25px;
    transition: all 0.3s ease-in;
}
.sendLine:hover{
    transform: scale(1.05);
}

.sendingSection{
    max-width: 1440px;
    height: 650px;
    margin: 0px auto;
    background-color: #197EA9;
    padding: 30px;
    color:#fff;
    display: flex;
    flex-direction: column;
}
.sendingTitle{
    display: flex;
    flex-direction: row;
    
    margin: 20px auto;;
    width: 1000px;
}
.sendingTitle h1{
    font-size: 2.5rem;
    font-weight: 500;
}
.sendingTitle h6{
    margin: 5px 5px;
    font-size: 0.9rem;
    font-weight: 400;
}
.sendingTitle img{
    max-width: 320px;
    max-height: 120px;
    height:100px;
    margin: 0px 50px;
    margin-bottom: auto;
}
.sendingMsg{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px auto;
    width: 100%;
    height: 450px;
    max-width: 1000px;
    position: relative;
}
.sendingMsg > input, .sendingMsg select{
    height: 50px;
    width: 22%;
    max-width: 290px;
    padding: 2px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1rem;
    margin: 5px 10px;
    color: #1C324C;
}
.sendingMsg > textarea{
    padding: 15px;
    width: 100%;
    height:250px;
    margin: 0px 5px;
    max-width: 9900px;
    max-height: 250px;
    border-radius: 5px;
    font-size: 1rem;
    color: #1C324C;
}
.sendingMsg > input[type="submit"]{
    width: 150px;
    height: 40px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 600;
    opacity: 0.8;
    cursor: pointer;
    color: #2E7496;
    transition: all 0.2s ease-in;
}
.sendingMsg > input[type="submit"]:hover{
    transform: scale(1.1);
    opacity: 1;
}
.portNameTitle{
    background: url("../img/icn/portsBlue.png") no-repeat 10px 5px;
    background-size: 35px;
    padding: 5px 55px;
    margin: 5px;
}
.portSection .mainBody h5{
    margin: 0px auto;
    width: 100px;
    text-align: center;  
    padding:5px;
}
.portSection .mainBody{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
    position: relative;
}
.mainBody .portSlideContainer{
    max-width: 100%;
    color:#fff;
    display: flex;
    flex-direction: row;
    justify-content: left;
    max-width: 700px;
    height: 300px;
    padding: 0px 0px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    /*
    scroll-snap-type: x mandatory;
    */
    margin: 5px 0px;
}
.mainBody .portSlideContainer::-webkit-scrollbar{
    background-color: transparent;
    
}
.portsCardContainer .portSlideImg{
    width: 660px;
    height: 265px;
    object-fit: cover;
    min-width: 660px;
    margin: 20px;
    scroll-snap-align: center;
    cursor: pointer;
}
.navNext{
    position: absolute;
    top: 35%;
    left: 30px;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    background-image: url("../img/icn/next.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;;
    cursor: pointer;;
    transition: all 0.3s ease;
}

.navNext[role="left"]{
    transform: rotate(180deg);
    left: 30px;
}
.navNext[role="right"]{
    left: 640px;
}
.navNext[color="white"]{
    filter: brightness(10);
}
.navNext:hover{
    opacity: 1;
}
.mainBody .portParagDesc{
    padding: 5px 20px;
    line-height: 1.5rem;;
    text-align: justify;
}
.mainBody .portDescFrame{
    background-color: #1C324C;
    color: #fff;
    width: 100%;
    margin: 5px 0px;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    padding:20px;
}
.portDescFrame .moreInfoPart, .portDescFrame .mapsPart{
    width:48%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.portDescFrame .mapsPart{
    justify-content: space-between;
}
.titleIcn, .ficheTech{
    padding: 7px 30px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 0px 0px;
    font-size: 1.2rem;
    color: #fff;
    width: fit-content;
}
.titleIcn[role="info"]{
    background-image: url("../img/icn/info.png");
}
.titleIcn[role="pin"]{
    background-image: url("../img/icn/pin_location.png");
    background-size: 15px 25px;
    background-position: 5px 2px;
}
.titleIcn[role="adress"]{
    background-image: url("../img/icn/Location.png");
    background-size: 15px 20px;
    background-position: 2px 5px;
}
.titleIcn[role="tel"]{
    background-image: url("../img/icn/Tel.png");
    background-size: 20px 20px;
    background-position: 2px 10px;
}
.titleIcn[role="email"]{
    background-image: url("../img/icn/mail.png");
    background-size: 20px 15px;
    background-position: 2px center;
}
.titleIcn[size="regular"]{
    font-weight: 500;
    font-size:0.9rem;
}
.titleIcn[align="center"]{
    align-self: center;
}
.btnPort{
    color:#0F7EA9;
    font-size: 0.9rem;
    padding: 20px 40px;
    margin:5px 15px;
    background-image: url("../img/icn/download_blue.png");
    background-repeat: no-repeat;
    background-size: 22px 20px;
    background-position: 10px center;
    align-self: center;
    text-align: center;
    transition: all 0.3s ease;
}
.btnPort[role="ficheTech"]{
    background-image: url("../img/icn/download_blue.png");
}
.btnPort[color="white"]{
    background-color: #fff;
    color:#197EA9;
}
.btnPort[color="blue"]{
    background-color: #1C324C;
    color: #fff;
    background-image: url("../img/icn/download.png");
}
.btnPort[color="skyBlue"]{
    background-color: #56BDD7;
    color: #fff;
    background-image: url("../img/icn/download.png");
}
.btnPort:hover{
    transform: scale(1.1);
}
.mainBody > span{
    align-self: flex-end;
    padding: 5px 15px;
    font-size: 0.8rem;
    color:#737373;
}





/* ========================================================================================================
   ================================ ARCHIVES ET APPELS D'OFFRES ===========================================
   ======================================================================================================== */

.archiveSection{
    max-width: 1440px;
    margin: 0px auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.archiveSection h1{
    font-size: 2rem;
}

.archiveMainPage{
    margin: 20px auto;
    max-width: 1200px;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px 10px;
}
.archiveTableContainer{
    max-width: 810px;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.archiveTable{
    border: 1px solid #2E7496;
    padding: 0px;
    width: 100%;
    max-height: 540px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin-bottom: auto;
}
.LineTable{
    display: flex;
}
.LineTable:hover{
    /*background-color: rgba(46, 116, 150, 0.2);*/
    background-color: #197EA9;
    color: #fff;
    cursor: default;
}
.LineTable:hover >span{
    font-weight: 500;
    color: #fff;
}
.LineTable:hover a{
    filter: brightness(100);
    opacity: 1;
}
.LineTable[role="headTable"]{
    border: 1px solid #2E7496;
    background-color: #fff;
    font-weight: 500;
}

.LineTable >span{
    padding: 5px 2px;
    height: 50px;
    min-height: 50px;
    align-self: center;
    font-size: 0.9rem;
    color:#000;
}
.LineTable[role="headTable"] >span{
    min-height: 20px;
    max-height: 25px;
    padding:5px 2px;
    text-align: center;
    color: #197EA9;
}
.LineTable >span[role="numb"]{
    min-width: 40px;
    text-align: center;
}
.LineTable >span[role="designation"]{
    min-width: 400px;
    width:100%;
    line-height: 1.1rem;
    height: auto;
    
}
.LineTable >span[role="Année"]{
    min-width: 100px;
    width:100%;
    text-align: center;
}
.LineTable >span[role="Type"]{
    min-width: 120px;
    width:100%;
    text-align: center;
}
.LineTable >span[role="Actions"]{
    min-width: 100px;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.archiveShow, .archiveFile{
    width: 30px;
    height: 30px;
    background-image: url("../img/icn/download_blue.png");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    filter: saturate(0) brightness(0);
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s ease;
}
.archiveShow:hover, .archiveFile:hover{
    opacity: 1;
}
.archiveShow{
    background-image: url("../img/icn/showFile.png");
}
.paginationBarre{
    padding: 20px 5px;
    color: #197EA9;
    font-size: 0.9rem;
    margin-left:auto;
    display: flex;
    flex-direction: row;
    align-items: last baseline;
}
.paginationBarre .pageNumb{
    min-width: 40px;
    text-align: center;
    cursor: pointer;
}
.paginationBarre .pageNumb[role="active"]{
    font-size: 1.2rem;
    font-weight: 700;
}
.paginationBarre .pageNumb:hover{
    transform: scale(1.2);
}
.paginationBarre .pageNumb[role="active"]:hover{
    transform: scale(1);
    cursor: default;
}

.archiveFilters{
    max-width: 400px;
    padding: 20px 15px;
    width: 100%;
    display: flex;
    max-height: 600px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #197EA9;
    color:#fff;
    margin:0px 20px;
}
.titleIcn[role="filter"]{
    background-image: url("../img/icn/filter.png");
}
.archiveFilters .titleIcn[role="filter"]{
    font-size: 1.8rem;
    font-weight: 600;
    background-position: 0px center;
    margin:20px;
}
.filterLine{
    position: relative;
    display: flex;
    padding-top: 20px;
    width: 100%;
    flex-direction: row;
    color:#fff;
    margin:5px 0px;
}
.filterLine > span{
    position: absolute;
    top: 0px;
    left:0px;
    font-size: 0.9rem;
}
.filterLine .filterChoice{
    background-color: #197EA9;
    color:#fff;
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.filterLine .filterChoice[role="active"]{
    background-color: #fff;
    color:#197EA9;
    cursor: default;
}
.archiveFilters .btnArticleDesc{
    color:#197EA9;
    margin-top: auto;
    margin-bottom: 40px;;
}
.archiveTable::-webkit-scrollbar{
    background-color: transparent;
    width: 0px;
}
.titleIcn[role="close"]{
    background-image: url("../img/icn/Close.png");
    width: 30px;
    height: 30px;
    margin: 20px;
    
}
.visionneuseImg{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(37,92,157,0.7);
    z-index: 10;
    display: none;
}
.visionneuseImg[role="active"]{
    display: flex;
}
.visionneuseImg .titleIcn[role="close"], .showingMissionContainer .titleIcn[role="close"]{
    position: absolute;
    top: 10%;
    filter: brightness(1);
    min-width:none;
    width: 40px;
    height: 40px;
    background-size: cover;
    padding:0px;
    cursor:pointer;
    opacity: 0.5;
    z-index: 12;
    transition: all 0.5s ease;
}
.showingMissionContainer .titleIcn[role="close"]{
    top: 5%;
    right:5%;

}
.visionneuseImg .titleIcn[role="close"]:hover, .showingMissionContainer .titleIcn[role="close"]:hover{
    filter:brightness(10);
    opacity: 1;
    transform: scale(1.3) rotate(180deg);
}
.visionneuseImg img{
    max-width:90%;
    max-height:90%;
    object-fit: cover;
    z-index: 11;
    margin: auto;
}
.elevator{
    position: fixed;
    right: calc(15%);
    transform: translateX(50%);
    top: 88%;
    max-width: 70px;
    max-height: 70px;
    width:100%;
    height: 100%;
    border-radius: 50%;
    background-image: url('../img/icn/FYA-logo.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px;
    background-color: #197EA9;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.4s ease-in;
    box-shadow: 2px 2px 5px rgba(29, 29, 29, 0.3);
}
.elevator:hover{
    transform: translateX(50%) rotate(180deg) scale(1.2);
    opacity: 1;
}
.elevator[role="hide"]{
    opacity:0;
    pointer-events: none;
}
.posteAQuai{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(37,92,157,0.7);
    z-index: 10;
    display: none;
}
.posteAQuai[role="open"]{
    display: flex;
}
.posteAQuai form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.posteAQuai div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    width: calc(50% + 50px);
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    color: #197EA9;
}
.posteAQuai h1{
    text-align: center;
    padding: 25px auto;
    margin: 35px auto;
}
.posteAQuai form input, .posteAQuai form textarea, .posteAQuai form select{
    min-width: 300px;
    width: 80%;
    padding: 10px;
    margin: 10px auto;
}

/*
===============================================================
===============================================================
================         POSTE A QUAI        ==================
===============================================================
===============================================================
*/

.archiveMainPage{
    display:flex;
    flex-direction: flex;
    padding: 10px 5px;
}
.archiveMainPage form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.archiveMainPage form input, .archiveMainPage form select, .archiveMainPage form label{
    padding: 5px 10px;
    margin: 5px;
    max-width: 80%;
    width: 100%;
}
.archiveMainPage form input[type="checkbox"]{
    padding: initial;
    margin: inherit;
    max-width: inherit;
    width: initial;
}
.archiveMainPage form label{
    text-align: justify;
}

.archiveMainPage form button{
    margin: 10px;
    padding: 10px 20px;
    background-color: #197EA9;
    color: white;
}
.archiveMainPage form .btn_sign_in[color="skyblue"]{
    background-color: #56BDD7;
}


/*
===============================================================
===============================================================
================       DEMANDE SERVICE       ==================
===============================================================
===============================================================
*/
.bgMsg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.bgMsg[role="open"]{
    display: flex;
}
.bgMsg .containerMsg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-self: center;
    background-color: #fff;
    color:#275792;
    padding: 20px 30px;
    width: 750px;
    border-radius: 20px;
    margin: auto;
}
.bgMsg .containerMsg h3{
    margin : 5px auto;
}
.bgMsg .containerMsg img{
    width: 70px;
    height: 70px;
    margin: 10px auto;
}
.bgMsg .containerMsg p{
    padding: 20px;
    margin: 5px;
}
.bgMsg .containerMsg > div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content:center;
}
.popUpBg{
    display: flex;
    position: fixed;
    top: 0px;
    left:0px;
    background-color: rgba(250, 250, 250, 0.322);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popUpBg[role="hide"]{
    display: none;
}

.popUpContainer{
    width: 100vw;
    height: 100%;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(31, 40, 44, 0.6);
    /* background-color: #56BDD7; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.popUpCloseBtn{
    position: absolute;
    right: 50%;
    width: 35px;
    bottom: 30px;
    height: 35px;
    background-image: url('../img/icn/Close.png');
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
    transition: all 0.3s ease-in;
    transform: translateX(-50%);
}
.popUpCloseBtn:hover{
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    filter: brightness(200%);
    transform: scale(1.2) rotate(180deg) translateX(50%);
}
.popUpImg{
    
    max-width: 90%;;
    object-fit: cover;
    width: fit-content;
    max-height: 70%;
    margin: 15px auto;
    border-radius: 20px;
    border: 6px solid #fff;
    transition: all 0.5s ease-in repeat;
    cursor: pointer;
    animation: shaking 3s infinite;
}
.popUpImg:hover{
    transform: scale(1.2);
}
.popUpTitle{
    margin: 5px auto;
    margin-top: 20px;
    padding: 20px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.4s ease-out;
}
.popUpTitle:hover{
    animation: swing 2s infinite;
    transform: scale(1.1);
    text-shadow: rgba(2, 2, 2, 0.3);
}
.popUpDesignation{
    padding: 5px 30px;
    font-family: "roboto";
    color: #fff;
    width: 80%;
    margin: 5px auto;
}

@keyframes shaking {
    0%   {transform: scale(1);}
    25%  {transform: scale(1.1);}
    35%  {transform: scale(1);}
    45%  {transform: scale(1.1);}
    55%  {transform: scale(1);}
    65%  {transform: scale(1.1);}
    75%  {transform: scale(1);}
    85%  {transform: scale(1.1);}
    100% {transform: scale(1);}
  }
@keyframes swing {
    0%   {color: #fff;}
    35%  {color: #8d1101;}
    65%  {color: #0d501e;}
    100% {color: #fff;}
  }


@media print {
    body menu, .footer, .elevator, .archiveSection, .previewArticle{
        display: none;
    }
    
    .bgMsg .containerMsg > div{
        display: flex;
    }
    body .bgMsg[role="open"]{
        display: flex;
        background-color: #fff;
    }
    .bgMsg .containerMsg{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        justify-items: center;
        align-self: center;
        background-color: #fff;
        color:#1f2020;
        padding: 20px 30px;
        width: 100%;
        border-radius: 20px;
        margin: auto;
        margin-bottom: 100%;
    }
    .bgMsg #imprimer, .bgMsg #close{
        display: none;
    }
}
