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

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    }
#arcGridCanvas {
    position: fixed;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index:0;
    background-image: url(../img/Back2.png), url(../img/back-left.png);
    background-size: contain;
    background-position: bottom right, top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity:0
}
html {
    overflow-x:hidden;
    overflow-y:hidden
}
.p {
    color: #a09f9f;
}
.inline-block {
    display: inline-block;
}
body {
    font-family: 'poppins', sans-serif;
    background: rgb(255, 255, 255);


    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.overlay {
    z-index:4;
    position:relative
}
.noiseCanvas {
    position:fixed;
    top: 0;
    left:0;
    z-index: 5;
}
.main {
    opacity:0;
}
body::-webkit-scrollbar {
    width: 0.5em;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(26, 2, 56);
  } 
  body::-webkit-scrollbar-thumb {
    background-color: rgb(52, 4, 116);
    outline: 1px solid rgb(167, 208, 250);
  }


/* ======================================================================================================Temp Logo */

.logoBackground {
    position: absolute;
    top: 0;
    left: 50vw;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,1);
    opacity: 0;
    width: 23vw;
    height: 12vh;
    z-index: 4;
    max-width: 300px;
    min-width: 250px;
}
.tempLogo {
    margin: 20px 60px;
}
/* ========================================================================== Animation Logo */
a{
    color:initial;
    text-decoration: none;
}

#logoMegaContainer {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    position:fixed;
    opacity: 0;
    top:0;
    height: 13vh;
    margin-top: 9px;
    width: 100vw;
    height:100vh;
    z-index:6 !important
}
.logoTextContainer {
    padding-left:10px
}
#logo-slogan {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 0rem;
    text-align: center;
    overflow: hidden;
    position:relative
}
.foceHide {
    opacity: 0 !important;
}
#logoSVG {
    padding-right: 10px
}
#logo-title {
    font-weight: 700;
    font-size: 0.7rem;
    overflow: hidden;
    position: relative;
}
#logo-title h1 span {
    display: block;
}
#logo-part-2 {
    opacity:0
}

.hoverable {
    cursor: pointer;
}
/* ======================================================================================================Nav bar */


.header {
    width: 100vw;
}
.navBar-burgerMenu {
    position: relative;
    overflow: visible;
    top: 15px;
    left: -10px;
    z-index:10;
    opacity:0;
    transform: scale(1.3);
    cursor: pointer;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.4));
}
.navBar-burgerMenu:hover {
    transform: scale(1.5)
}
.navBar {
    width: 60px;
    height: 60px;
    top: 30px;
    z-index: 10;
    position:fixed;
    top:40px;
    left:40px

}
.navBar a {
    cursor: pointer;
}
.test {
    width: 20px;
    height:20px;
    position: fixed;
    background-color: #380666;
    top:40px;
    left:40px;
    z-index:2;
}

/* ======================================================================================================Menu  */
.navBar-Menu {
    height: 100vh;
    background-color: #ffffffee;
    opacity:0;
    position: fixed;
    left: -50%;
    top: 0px;
    width: 20vw;
    min-width: 250px;
    box-shadow: rgb(49, 49, 49) 0px 0px 5px;
    color:#340474;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navBar-Menu a {
    font-weight: 600;
    font-size: 1rem
}

.navBar-Menu ul {
    text-align: center;
}
.navBar-Menu ul li{
margin-bottom:15px
}
.navBar-Menu .footer-icone {
    filter: invert(1);
}

.navBar-social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navBar-social a {
    padding:0;
    margin:5px
}
.navBar-Close {
    left: 17px;
    position: absolute;
    top: 36px;
    scale: 0.4;
    cursor: pointer;
    z-index:11
}
.navBar-Close path {
    fill:#48006f;
    stroke:none
}
.navBar-Close:hover {
    filter: drop-shadow(gray 0px 0px 5px);
}
.navBar-list {
    align-self: center;
    position: relative;
    /* top: 20%; */
}

#connectorPath-Pap {
stroke-dasharray: 3;

}
#connectorPath-Expertise {
    stroke-dasharray: 6
}
#connectorPath-Contact {
    stroke-dasharray: 5
}
.menu-link-li {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.linksDouble {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 30px);
}
svg.navBar-burgerMenu line {
    stroke:  #48006f;
    backdrop-filter: drop-shadow(0px 5px 42px rgb(255, 0, 0));
}
/* ======================================================================================================Clickable box */

.sectionOne-PaP,.sectionOne-SP, .sectionOne-Contact,.sectionOne-expertise, .sectionOne-Atelier {
    cursor:pointer;
    box-shadow: #9a9a9a 0px 0px 2px;
}
/* .sectionOne-PaP:hover,.sectionOne-SP:hover, .sectionOne-Contact:hover,.sectionOne-expertise:hover, .sectionOne-Atelier:hover {
    box-shadow: #9a9a9a 0px 0px 5px;
} */
/* ======================================================================================================SECTION ONE */
.sectionOneParent {
    margin-top:108px;
    display:grid;
    grid-template-columns: repeat(10, 1fr);
    gap:20px;
    padding:20px;
    width: 100vw;
}
.sectionOneHeader {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-shadow: #000000 0px 0px 10px;
}
.sectionOne {
    display:grid;
    grid-column: 2/10;
    grid-template-columns: repeat(8, 1fr);
    gap:20px
}
.sectionOne--right{
    display: flex;
    justify-content: end;
    padding: 20px;
}
.sectionOne--left{
    display: flex;
    justify-content: start;
    padding: 20px;
}
.sectionOne--center h2{
    text-align: center;
}

.sectionOne-PaP {
    width:100%;
    grid-column: 1/5;
    grid-row:1;
    height:300px;
    background-color: #39b0f0;
    display: flex;
    align-items: end;
    background-image: url("../img/05.png");
    background-size: cover;
    background-position: center;

}
.sectionOne-expertise {
    grid-column: 6/11;
    height:300px;
    background-color: #884dd0;
    display: flex;
    align-items: end;
    background-image: url("../img/02.png");
    background-size: cover;
    background-position: center;

}
.sectionOne-SP {
    grid-column: 1/4;
    grid-row:2;
    height:300px;
    background-color: #cb7633;
    display: flex;
    align-items: end;
    background-image: url("../img/03.png");
    background-size: cover;
    background-position: center;

}
.sectionOne-Atelier {
    grid-column: 5/11;
    grid-row:2;
    height:300px;
    background-color: #9b98ff;
    display: flex;
    align-items: end;
    background-image: url("../img/04.png");
    background-size: cover;
    background-position: center;
}
.sectionOne-Contact{
    grid-column: 1/11;
    grid-row:3;
    height:50px;
    background-color: #a0192e;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/01.png");
    background-size: cover;
    background-position: center;
}

/* ==================================SECTION TWO */
.bold {
    font-weight:800
}
ul {
    list-style: none;
}
.sectionTwoParent {
    display:grid;
    grid-template-columns: repeat(10, 1fr);
    gap:20px;
    padding:20px;
    padding-top:60px;
    width: 100vw;
    grid-auto-rows: minmax(100px, auto);
}
.sectionTwo h2 {
    margin-bottom:1rem;
    color:#340474;
}
.sectionTwo h3, .sectionThreeParent h3{
    font-weight:400;
    font-size:0.9rem
}
.sectionTwo h4,.sectionThreeParent h4{
    font-weight:300;
    font-size:0.9rem
}
.sectionTwo {
    display:grid;
    grid-column: 2/10;
    grid-template-columns: repeat(8, 1fr);
    gap:20px;
    font-size:0.9rem;
    font-weight: 400;
}
.sectionTwo-PaP {
    grid-column: 3/7;
    grid-row: 1;
    margin-bottom:100px;
}
.sectionTwo-expertise {
    grid-column: 9/11;
    grid-row: 1;
}
.sectionTwo-SP {
    
    grid-row: 2;
    grid-column: 1/9;
}

.secondaryUL {
    font-size:0.8rem;
}
.sectionTwo-Contact {
    grid-row: 3;
    grid-column: 6/8;
}
/* ----------------------------------SECTION THREE */
.sectionThreeParent {
    margin-top:-10%;
    width: 100vw;
    /* display:flex; */
    display:grid;
    grid-template-columns: repeat(10, 1fr);
    /* justify-content: end; */
    align-items: end;
    font-size:0.9rem;
    font-weight: 400;
}
.sectionThreeParent h2 {
    color: #340474
}
.sectionThree-Atelier {
    display:flex;
    flex-direction: column;
    justify-content: center;
    justify-self: right;
    height:500px;
    width:300px;
    grid-row:1;
    grid-column:9/11;
    background-color: #ffffff;
    border-width: 5px;
    border-style: solid;
    border-color: #dfdfdf;
    padding:20px;
    padding-left:30px;
    margin-left:80px;
}
.sectionThree-Contact {
    grid-row: 1;
    grid-column: 6 / span 3;
}
.sectionThree-Contact h4{
    margin-bottom: 26px;
    line-height: 1.1rem;
    margin-top: -1rem
}
.sectionThree-Contact li {
    margin-bottom: -1.1rem;
}
.sectionThree-Atelier h2{
    margin-bottom: 1rem;
}
.sectionThree-Atelier li {
    margin-bottom: 0.5rem;
}
.sectionThree-Atelier li:first-child {
    margin-top:0.5rem;
}
.sectionThree-Atelier h4 li {
    list-style-type: square;
    list-style-position: inside
}
.sectionThree-Contact h2 {
    margin-bottom: 0.6rem;
}
/* ----------------------------------SECTION FOUR */
.sectionFourParent {
    position:relative;
    z-index:2;
    margin-top:80px;
    height:200px;
    width: 100vw;
    background: linear-gradient(297deg, rgb(155 129 219) 0%, rgba(255, 255, 255, 0.2) 14%, rgba(255, 255, 255, 0.2) 83%, rgb(155, 129, 219) 100%);;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.9rem;
    font-weight: 400;
}
.sectionFour {
    width: 80%;
}
.sectionFour h2 {
    margin-bottom:0.5rem
}


/* ----------------------------------SECTION FIVE */
.sectionFiveParent {
    width: 100vw;
    margin-top:80px;
    padding:80px;
    font-size:0.9rem;
    font-weight: 400;

}
.sectionFive-Comments {
    grid-template-columns: repeat(8,1fr);
    display: grid;
    gap:20px

}

.sectionFive-Comment {
    /* display:flex; */
    transform-origin: center;
    flex-direction: column;
    border-style: solid;
    border-right-width:2px;
    border-top-width:0;
    border-bottom-width:0;
    border-color:#a09f9f;
    padding:0 20px;
    margin-bottom:60px;
    z-index: 2;

}

.sectionFive-Comment:nth-child(2n) {
    grid-column: 1/6;
}
.sectionFive-Comment:nth-child(2n+1)
{ grid-column: 5/11;}

.sectionFive-Comment:nth-child(1) {
    position: relative;
    right: 50px;
}


.commentAuthor {
    text-align: right;
    padding-top: 10px;
    font-weight: 700;
}
.comment {
font-style: italic;
}

/* ----------------------------------SECTION SIX */
.sectionSixParent {
    padding:0 80px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.sectionSixParent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px
}
.sectionSix-SummaryBox {
    grid-column: 3 / span 1;
    grid-row: 1;
    background: rgb(253, 253, 253);
    align-self: start;
    box-shadow: #cccbf5 0px 2px 5px;
    z-index: 5;
    position: sticky;
    border-left-width: 6px;
    border-right-width: 0px;
    border-top-width: 0;
    border-bottom-width:0 ;
    border-color: #120869;
    border-style: solid;
    top: 20px;
    padding:20px;
    min-height: 65px;
    height:65px;
    overflow: hidden;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function:ease-in-out
}
.sectionSix-SummaryBoxParent {
    grid-column: 3 / span 1;
    grid-row: 1;
    background: rgb(253,253,253);
    align-self: start;
    box-shadow: #cccbf5 0px 2px 5px;
    z-index: 5;
    position: sticky;
    top: 20px;
}
.sectionSix-SummaryBox-Closer {
    position: absolute;
    right: 0px;
    top: 6px;
    -webkit-transform: scale(0.25);
        transform: scale(0.25);
    cursor: pointer;

}
.summaryTitle-span {
    cursor: pointer;
}
.sectionSix-SummaryBox-Opener {
    position: absolute;
    right: -7px;
    top: 11px;
    scale: 0.25;
    cursor: pointer;
    visibility: hidden;
}
@keyframes summaryBoxAnimationClose {
    0% { 
        min-height:600px;
        overflow-y: hidden}
    100% {
        height: 69px;
        min-height:69px;
        overflow-y: hidden ;
        }
    }

@keyframes summaryBoxAnimationExpand {
    0% {   
        height: 69px; 
        min-height:69px;
        overflow-y: hidden }
    100% {
        height:auto;
        min-height:600px;
        overflow-y: auto;}
    }

.changingSummaryBoxHeighDown{
    animation-name: summaryBoxAnimationExpand;

}
.changingSummaryBoxHeighUp {
    animation-name: summaryBoxAnimationClose;

}
.sectionSix-SummaryBox-Title {
    font-size: 1.3rem;
    margin-bottom: 57px;
    font-weight: 700;
    margin-top: -3px;
    color:#4e4e4e
}
.sectionSix-SummaryBox a {
    cursor: pointer;
}
.sectionSix-SummaryBox li {
    font-size: 1rem;
}
.sectionSix-SummaryBox li::after {
    content: "";
    display: block;
    height: 5px; /* Adjust this to your desired margin size */
    pointer-events: none; /* This prevents events on the margin */
  }
.sectionSix-SummaryBox li li{
    font-size: 0.9rem;
}
.sectionSix-SummaryBox ul{
    font-weight: 600;
list-style-position: inside !important;
list-style: initial;
}
.sectionSix-SummaryBox ul ul{
    list-style-position: inside !important;
    list-style-type:circle;
    font-weight: 300;
    text-indent: 20px;
    }
.sectionSix-SummaryBox li:last-child {
    margin-bottom: 10px
}
.sectionSix-Article h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #8568ab;
}
.sectionSix-Article h3 {
    /* text-indent: 10px;*/
    margin-top: 1em; /*20px */
    margin-bottom: 1em; /* 10px */
    color: #5a5a5a;
}
.sectionSix-Article h2 {
    border:#a09f9f;
    border-style: solid;
    border-top-width:0;
    border-left-width:0;
    border-right-width:0;
    margin:1rem 2rem 0.5rem 2rem;
    font-size:1.2rem;
    color: #340474;
}
.sectionSix-Article {
    width: 100%;
    grid-column: 1 / span 2;
    z-index:2;
    text-align: justify;
}
.sectionSix-Article p{
    text-indent:10px;
	margin-bottom: 0.2em;
}
.sectionSix-ListItem {
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
    list-style: disc;
    list-style-position: inside;
}
.left-align {
    text-align: left;
}
.justify {
    text-align: justify;
}
.sectionSix-SummaryBox::-webkit-scrollbar {
    width: 0.5em;
  }
   
  .sectionSix-SummaryBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .sectionSix-SummaryBox::-webkit-scrollbar-thumb:hover {
    background-color: rgb(26, 2, 56);
  } 
  .sectionSix-SummaryBox::-webkit-scrollbar-thumb {
    background-color: rgb(52, 4, 116);
    outline: 1px solid rgb(167, 208, 250);
  }
/* ----------------------------------SECTION Footer */
.footer {
    border-top: rgb(255 255 255);
    border-top-width: 3px;
    border-top-style: solid;

    width: 100vw;
    z-index:3;
    margin-top:60px;
    bottom:0;
    height:200px;
    color:white;
    background: rgb(0, 0, 102);
    background: linear-gradient(3270deg, rgb(82 82 236) 0%, rgb(38 38 152) 50%, rgb(38 38 152) 55%, rgb(82 82 236) 100%);
    box-shadow: #9a9a9a 0px -2px 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-social {
    display: flex;
    margin-top: 10px;
    border-top: dashed 2px;
    padding-top: 15px;
    border-color: #ffffff;
}
.footer-icone {
    margin-left: 20px;
}
.footer-icone:hover {
    scale:1.05
}
.footer p,.footer span {
    cursor: default;
}
/* -------------------------------MAX LINES---*/


.maxLines {
    opacity:0;
    scale:1;
    z-index:1
}

/* -------------------------------------------------------------------------------------------API OBSERVATION ANIMATIONS---*/
/* ----------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------------------*/
.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    -webkit-transition: opacity 0.8s ease-in-out ;
    -moz-transition: opacity 0.8s ease-in-out ;
    -o-transition: opacity 0.8s ease-in-out ;
    animation-iteration-count: 1;
}
.maxLines {
    position:absolute;
    width:100vw;
    top:0;
    left:0
}
.visible {
    opacity:1
}
.fade-in.visible {
    opacity: 1 !important;
    animation-fill-mode: forwards;
}

@keyframes fadeInFromLeft {
    0% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes fadeInFromRight {
    0% {
        transform: translateX(+20px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes fadeInFromDown {
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.fade-in-left.visible {
    animation: fadeInFromLeft 0.8s ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;

}
.fade-in-right.visible {
    animation: fadeInFromRight 0.8s ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;
}
.fade-in-down.visible {
    animation: fadeInFromDown 0.8s ease-in-out;
    animation-fill-mode: forwards;
    animation-direction: normal;

}

/* -------------------------------------------------------------------------------------------Tablet Mode---*/
/* ----------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:980px){
    html { 
        overflow-x: hidden !important;
    }
.navBar-burgerMenu {
    position: relative;
    left: -10px;
    top: 15px;
}
.navBar-Close {
    left: 14px;}


.sectionOne-PaP {
        grid-column: 1/6;
    }
    .sectionOne-SP {
        grid-column: 1/5;
    }
.sectionThree-Atelier {
    margin-right: -15px;
}
.sectionThreeParent {
    margin-top: calc(-35% + 60px);
}
.sectionThree-Contact {
    margin-top: -100px;
}
.sectionThreeParent {
        grid-template-columns: repeat(3, 1fr);
        gap:20px;
        padding: 20px;
    
    }
.sectionThree-Atelier {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
        width: 300px;
        grid-row: 1;
        grid-column: 3/ span 1;
        background-color: #ffffff;
        border-width: 5px;
        border-style: solid;
        border-color: #a1a1a1;
		border-right: none;
        padding: 20px;
        padding-left: 30px;
    }
.sectionThree-Contact {
        margin-left: 30px;
        margin-top:20px;
        grid-row: 2;
        grid-column: 2 / span 2;
    }
.sectionFourParent {
    margin-top:0
}
.sectionFiveParent {

    margin-top: 0;
    padding-bottom: 0;
}


    .sectionSix-Article {
        grid-row: 2;
        grid-column: 1/ span 3;
    }
    .sectionSix-SummaryBox  {
        border-style: none;
        overflow-y: hidden;
        border-right-width: 5px;
        height:80px
    }
    .sectionSix-SummaryBoxParent {
        grid-row: 1;
        grid-column:1/ span 3;
        position:sticky;

        align-self: start;
        box-shadow: #cccbf5 0px 2px 5px;
        z-index: 5;
        position: sticky;
        top: 20px;
    }
    .sectionSix-SummaryBox-Closer {
        top: 17px;
    }
    .sectionSix-SummaryBox-Title {
        margin-top:8px
    }
    @keyframes summaryBoxAnimationExpand {
        0% {   
            height: 87px; 
            min-height:87px;
            overflow-y: hidden }
        100% {
            height:auto;
            min-height:600px;
            overflow-y: auto;}
        }
    
    @keyframes summaryBoxAnimationClose {
        0% { 
            min-height:600px;
            overflow-y: hidden}
        100% {
            height: 87px;
            min-height:87px;
            overflow-y: hidden ;
            }
        }
}

/* -------------------------------------------------------------------------------------------Phone Mode---*/
/* ----------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:768px){
    html { 
        overflow-x: hidden !important;
    }
    .navBar-Menu {
        top: -108%;
        width: 104vw;
        height:107vh;
        left:0;
        opacity: 0;
    }

    .maxLines-SVG {
        visibility:hidden
    }
    svg.navBar-burgerMenu line {
        stroke:  #000000;
    }
.navBar-burgerMenu {
    top: 40px;
    right: 90vw;
    z-index: 10;
    opacity: 0;
    transform: scale(1.3);
    cursor: pointer;
    
    filter:drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
svg.navBar-burgerMenu line {
    stroke: #48006f;
}
.navBar {
    width: 26px;
    height: 60px;
    top: 15px;
    z-index: 10;
    position: fixed;
    left: 40px;
}
.navBar-Menu ul li {
    margin-bottom: 36px;
}
.navBar-list {
    top: 3vh;
}
#logoMegaContainer {
    position: absolute;
    top: 20px;
}
.logoBackground {
    height: 10vh;
}
.sectionOneParent {
    margin-top: 85px;}
.sectionOne-PaP {
grid-row:1;
grid-column: 1/ span 8;
}
.sectionOne-expertise {
    grid-row:2;
    grid-column: 1/ span 8;
}
.sectionOne-SP{
    grid-row:3;
grid-column: 1/ span 8;
}
.sectionOne-Atelier{
    grid-row:4;
grid-column: 1/ span 8;
}
.sectionOne-Contact{
    grid-row:5;
    grid-column: 1/ span 8;
}
.sectionTwo-PaP {
    grid-row:1;
    grid-column: 1/ span 8;
    margin-bottom:0px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-width:2px;
    border-color: #575679;
}
.sectionTwo-expertise {
    grid-row:2;
    grid-column: 1/ span 8;
    margin-bottom:0px;
    text-align: end;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-width:2px;
    border-color: #575679;
}
.sectionTwo-SP {
    grid-row:3;
    grid-column: 1/ span 8;
    margin-bottom:20px;


}
.sectionThreeParent {
    margin-top:0;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
    padding-left: 20px;

}
.sectionThree-Atelier {
    display: flex;
    flex-direction: column;
    justify-self: right;
    justify-content: center;
    height: 500px;
    width: 350px;
    grid-row: 1;
    grid-column: 2/ span 2;
    background-color: #ffffff;
    border-width: 5px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #a1a1a1;
    padding: 20px;
    padding-left: 30px;
}
.sectionThree-Contact {
    margin-left: 30px;
    margin-top:20px;
    grid-row: 2;
    grid-column: 2 / span 2;
}
.sectionFiveParent {
    padding:30px;
}
.sectionFive-Comments {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    gap: 20px;
}

.sectionFive-Comment:nth-child(2n) {
    grid-column: 1/ span 3;
}
.sectionFive-Comment:nth-child(2n+1)
{ grid-column: 2/ span 3;}


.sectionFive-Comment:nth-child(1) {
    position: relative;
    left:-20px
}
.maxLines {
    opacity:0;
    transform: scaleX(0.9);
}
.sectionSixParent {
    padding: 0 50px;
}
.sectionSix-SummaryBox-Closer {
    top: 20px;
    margin-right: 19px;
}
.sectionSix-SummaryBoxParent{
    position: sticky;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,1);
    height: 132px;
    top: 0px;
    width: 130%;
    grid-row: 1;
    grid-column: 1/ span 3;
    justify-self: center;
    align-self: center;
    z-index: 3;
    box-shadow: none;
}
.sectionSix-Article h2 {
    text-align: left;
}
.sectionSix-Article {
    word-spacing: 3px;
    letter-spacing: 1px;
    text-align: justify;
	hyphens: auto;
}
.sectionSix-SummaryBox {
    background: rgb(255,255,255);
    box-shadow: #c2c2c2 0px 0px 20px;
    min-height: 93px;
    height: 65px;
    padding-top: 30px;
    padding-left: 36px;
    overflow-y: hidden;
    align-self: start;
    width: 70%;
    margin-left: 10%;
    margin-top: 20px;
    top: 20px;
    border-style: none;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}
.sectionSix-SummaryBox-Title {
    margin-top: 1px;
}
@keyframes summaryBoxAnimationClose {
    0% { 
        min-height:350px;
        overflow-y: hidden}
    100% {
        height: 93px ; 
        min-height:93px;
        overflow-y: hidden ;
        }
    }

@keyframes summaryBoxAnimationExpand {
    0% {   
        height: 93px ; 
        min-height:93px;
        overflow-y: hidden }
    100% {
        height:350px;
        min-height:300px;
        overflow-y: auto;}
    }

}