body{
    background-color: #191330;
    overflow-x: hidden;
}
* { 
    margin: 0; 
    outline: none; 
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html, body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: 0.5s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    cursor: default;
    font-size: 16px;
}
::-webkit-scrollbar {
    width: 0; 
    background: transparent; 
}



/* Boutons d'action (Langues et Pause/play)*/
.ActionButton {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    z-index: 1;
}
.ActionButton label{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 5px 0 !important;
    padding: 0;
    border: 1px solid #020304;
    background-color: #E3E3E2;
    color: #1A1B1B;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: block;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox .checked {
    display: none;
}
.custom-checkbox input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}
.custom-checkbox input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}
#LangButtonBox{
    align-items: center;
    justify-content: center;
    background: url(../Images/Flag/FR.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    overflow: hidden;
}



/* Acceuil */
#SpaceWindow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../Images/Planete/Space_Background.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#SpaceWindow .Edoria {
    background-image: url(../Images/Planete/Edoria.svg);
    background-size: calc(30vmin* (50/19)) 30vmin;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 30vmin;
    height: 30vmin;
    margin: auto;
    border-radius: 50%;
    /*animation: spinCounterClockwise 25s linear infinite;*/
    background-color: #1D71B8;
}
#SpaceWindow .hallo {
    background-image: url(../Images/Planete/Hallo.svg);
    background-size: 40vmin;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 40vmin;
    height: 40vmin;
    margin: auto;    
}
#SpaceWindow .shadow {
    background-image: url(../Images/Planete/Shadow.svg);
    background-size: 30vmin;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 30vmin;
    height: 30vmin;
    margin: auto;
    box-shadow: none !important;
}
#SpaceWindow .moon {
    background-image: url(../Images/Planete/Lune.svg);
    background-size: calc(30vmin/ 4);
    position: absolute;
    z-index: 11;
    width: calc(30vmin/ 5);
    height: calc(30vmin/ 5);
    margin: auto;
    border-radius: 50%;
    box-shadow: calc(calc(30vmin/ 4)/ 3) 0 calc(calc(calc(30vmin/ 4)/ 3)* 3) rgba(34, 25, 64, 0.5) inset, calc(calc(calc(30vmin/ 4)/ 3) * -0.1) 0 calc(calc(calc(30vmin/ 4)/ 3) / 3) rgba(196, 229, 237, 0.8) inset;
    transform: translatex(calc(30vmin - calc(30vmin/ 4))) translatey(calc(30vmin/ 4));
    /*animation: moonOrbit 20s ease-in-out infinite, spinClockwise 15s linear infinite;*/
    background-color: #7C767E;
}

#SpaceWindow .planete2,
#SpaceWindow .planete3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    border-radius: 50%;
}
#SpaceWindow .planete2 {
    background-image: url(../Images/Planete/Planete2.svg);
    background-size: calc(8vmin* (150/53)) 8vmin;
    background-color: #963a33;
    width: 8vmin;
    height: 8vmin;
    /*animation: spinCounterClockwise 50s linear infinite;*/
}
#SpaceWindow .planete3 {
    background-size: 3.5vmin 3.5vmin;
    background-color: #88c3c5;
    width: 3.5vmin;
    height: 3.5vmin;
}

#SpaceWindow .hallo2,
#SpaceWindow .hallo3 {
    background-image: url(../Images/Planete/Hallo.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;    
}
#SpaceWindow .hallo2 {
    background-size: 11vmin;
    width: 11vmin;
    height: 11vmin;
}
#SpaceWindow .hallo3 {
    background-size: 5.5vmin;
    width: 5.5vmin;
    height: 5.5vmin;
}

#SpaceWindow .shadow2,
#SpaceWindow .shadow3 {
    background-image: url(../Images/Planete/Shadow.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    box-shadow: none !important;
}
#SpaceWindow .shadow2 {
    background-size: 8vmin;
    width: 8vmin;
    height: 8vmin;
}
#SpaceWindow .shadow3 {
    background-size: 4vmin;
    width: 4vmin;
    height: 4vmin;
}

#SpaceWindow .ring {
    background-image: url(../Images/Planete/Ring.svg);
    background-size: 18vmin;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 18vmin;
    height: 18vmin;
    margin: auto;    
}

#SpaceWindow .planete2pos {
    left: -70vw;
    bottom: -70vh;
}
#SpaceWindow .planete3pos {
    left: -30vw;
    bottom: 70vh;
}

@keyframes spinCounterClockwise {
    from {
        background-position-x: 0;
    } to {
        background-position-x: calc(30vmin* (50/19));
    }
}
@keyframes spinClockwise {
    from {
        background-position-x: 0;
    } to {
        background-position-x: calc(calc(30vmin/ 4)* -4);
    }
}
@keyframes moonOrbit {
    49% {
        z-index: 11;
    }
    50% {
        transform: translatex(calc((30vmin* -1) + calc(30vmin/ 4))) translatey(calc(calc(30vmin/ 4)* -1));
        z-index: 0;
    }
    99% {
        z-index: 0;
    }
    100% {
        transform: translatex(calc(30vmin - calc(30vmin/ 4))) translatey(calc(30vmin/ 4));
        z-index: 11;
    }
}
@keyframes explode{
    0%{
        transform: translate(-2000px, 700px) scale(1);
    }
    10%{
        transform: translate(-2000px, 700px) scale(1);
    }
    60%{
        transform: translate(2000px, -600px) scale(1);
    }
    100%{
        transform: translate(2000px, -600px) scale(1);
    }
}

/*fusée*/
#fusée{
	position: absolute;
    height: 100px;
    width: 100px;
    z-index: 14;
}

#explode1{
	position: absolute;
	opacity: 0;
    height: 100px;
    width: 100px;
    z-index: 13;
}
#explode2{
	position: absolute;
	opacity: 0;
    height: 100px;
    width: 100px;
    z-index: 13;
}
#explode3{
	position: absolute;
	opacity: 0;
    height: 100px;
    width: 100px;
    z-index: 13;
}
#explode4{
	position: absolute;
	opacity: 0;
    height: 100px;
    width: 100px;
    z-index: 13;
}
.Explode{
    animation: explode 40S linear infinite;
}
.MoonRotate{
    animation: moonOrbit 20s ease-in-out infinite, spinClockwise 15s linear infinite;
}
.EdoriaRotate{
    animation: spinCounterClockwise 25s linear infinite;
}
.planete2Rotate{
    animation: spinCounterClockwise 50s linear infinite;
}
.CometeAnimate{
    animation: CometeTravel 30S linear infinite;
}
.Comete2Animate{
    animation: CometeTravel2 50S linear infinite;
}
.HideAnimation{
    display: none;
}


#Comete{
	position: relative;
	top: 0px;
	left: 0px;
    width: 40px;
    z-index: 13;
}
#Comete2{
	position: relative;
	top: 0px;
	left: 0px;
    width: 40px;
    z-index: 13;
}

@keyframes CometeTravel{
    0%{
        transform: translate(2000px, -600px) scale(2.2) rotate(165deg);
    }
    45%{
        transform: translate(2000px, -600px) scale(2.2) rotate(165deg);
    }
    60%{
        transform: translate(-2000px, 700px) scale(2) rotate(165deg);
    }
    100%{
        transform: translate(-2000px, 700px) scale(2) rotate(165deg);
    }
}

@keyframes CometeTravel2{
    0%{
        transform: translate(-2000px, -900px) scale(1.5) rotate(20deg);
    }
    65%{
        transform: translate(-2000px, -900px) scale(1.5) rotate(20deg);
    }
    70%{
        transform: translate(2000px, 900px) scale(1.7) rotate(20deg);
    }
    100%{
        transform: translate(2000px, 900px) scale(1.7) rotate(20deg);
    }
}

/*Scroll ICON*/
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 20px;
    margin-top: -35px;
    cursor: pointer;
}
.icon-scroll:before {
    content: '';
    width: 25px;
    height: 25px;
    /* background: #ffffff; */
    margin-left: -4px;
    /* top: 8px; */
    /* border-radius: 4px; */
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    border: 5px solid white;
    border-left: 0;
    border-top: 0;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: rotate(45deg) translateX(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(46px) translateX(-10px) rotate(45deg);
  }
}





/*################*/
/*#   CV Block   #*/
/*################*/

#CVBlock{
    width: 100vw;
}
#CVBlock #transition{
    height: 300px;
    background: linear-gradient(#191330, #020304);
}

#CVBlock #TitleBlock, 
#CVBlock #profilePictureBlock{
    background-color: #020304;
    padding: 0px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
#CVBlock #TitleBlock{
    padding: 15px 0;
}
#CVBlock #TitleBlock #Name{
    width: 60vw;
    text-align: center;
    font-size: 200%;
    color: #ffffff;
    margin: 0px 20vw;
    padding: 5px;
    border-bottom: 2px solid #ffffff;
}
#CVBlock #TitleBlock #Title{
    width: 60vw;
    text-align: center;
    font-size: 130%;
    color: #E3E3E2;
    padding: 5px;
    margin: 0 20vw;
}

#CVBlock #profilePictureBlock #profilePicture{
	height: 250px;
	width: 250px;
	border-radius: 50%;
    background-color: #ffffff;
    padding: 7px;
    margin: 0;
    margin-left: 50%;
    z-index: 2;
    transform: translate(-50%, 0%);
}
#CVBlock #profilePictureBlock .PPbackground{
    width: 100vw;
    height: 7px;
    background-color: #ffffff;
    top: 125px;
    transform: translate(0%, -50%);
    position: absolute;
}
#CVBlock #profilePictureBlock .PPbackground#pptheme{
    height: 250px;
    background: #020304;
    width: 100vw;
    transform: translate(0%, 3px);

}
#CVBlock #profilePictureBlock #profilePicture img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
    margin: 0;
}
#Contact {
    width: 100vw;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px;
}
#Contact a{
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #ec6747;
    transition: 0.5s;
    padding: 6px;
    font-size: 18px;
}
#Contact a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #ec6747;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    width: 0;
}
#Contact a:hover:after { 
    width: 100%; 
    left: 0; 
}

@media only screen and (max-width: 800px) { /* Quand la taille de la fenetre passe sous les 1200px */
    #CVBlock #TitleBlock #Name{
        width: 80vw;
        font-size: 160%;
        margin: 0px 10vw;
    }
    #CVBlock #TitleBlock #Title{
        width: 80vw;
        font-size: 110%;
        margin: 0 10vw;
    }

    #CVBlock #profilePictureBlock #profilePicture{
        height: 200px;
        width: 200px;
        padding: 5px;
    }
    #CVBlock #profilePictureBlock .PPbackground{
        height: 5px;
        top: 100px;
    }
    #CVBlock #profilePictureBlock .PPbackground#pptheme{
        transform: translate(0%, 3px);
    }
    .CVbody .func .skills-prog ul li span {
        width: 100px !important;
    }
}
@media only screen and (max-width: 500px) { /* Quand la taille de la fenetre passe sous les 500px */
    #CVBlock #TitleBlock #Name{
        font-size: 150%;
    }
    #CVBlock #TitleBlock #Title{
        font-size: 100%;
    }
    #CVBlock #profilePictureBlock #profilePicture{
        height: 160px;
        width: 160px;
        padding: 4px;
    }
    #CVBlock #profilePictureBlock .PPbackground{
        height: 4px;
        top: 80px;
    }
    #CVBlock #profilePictureBlock .PPbackground#pptheme{
        transform: translate(0%, 2px);
    }
}





/* INTEGRER CODE DU CORP */
/* COMMUN */
ul {
    list-style-type: none;
    padding: 0;
}
h3 {
    color: #ec6747;
    margin: 10px 0;
    text-transform: lowercase;
    font-size: 1.25em;
}
.row{
    --bs-gutter-x: 0;
}

/* CSS des blocks (dimmensions et positionnement) -> Passer en bootstrap */
.CVbody{
    width: 100vw;
    position: relative;
}
.CVbody .func {
    width: 100vw;
    padding: 30px;
}
.contentBlocks{
    padding: 15px;
    margin: 0 5px;
    width: calc(100% - 10px);
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) { /* Quand la taille de la fenetre Dépasse les 1200px */
    .edu,
    .work{
        width: calc(50% - 10px);
    }

    .CVbody .func{
        width: 80vw;
        margin-left: 10vw;
    }
}

@media only screen and (hover: none) and (pointer: coarse){  /* Quand la taille de la fenetre Dépasse les 1200px */
    .CVbody .func {
        width: 100vw;
        padding: 5px;
    }
}





/* Changement au passage de souris et titres de sections */
.CVbody .func:hover > .contentBlocks,
#pptheme:hover > .contentBlocks{
    transition-duration: 0.5s;
}
.CVbody .func:hover > div .contentBlocks,
#pptheme:hover > div .contentBlocks{
    transition-duration: 0.5s;
}
.CVbody .func:hover > .contentBlocks:hover h3 i,
#pptheme:hover > div .contentBlocks{
    transform: scale(1.25);
}
.CVbody .func:hover > div .contentBlocks:hover h3 i{
    transform: scale(1.25);
}
.CVbody .func:hover > .contentBlocks:not(:hover),
#pptheme:hover .contentBlocks:not(:hover){
    opacity: 0.5;
}.CVbody .func:hover > div .contentBlocks:not(:hover),
#pptheme:hover div .contentBlocks:not(:hover){
    opacity: 0.5;
}
.CVbody .func h3 {
    transition-duration: 0.3s;
    margin-top: 0;
}
.CVbody .func h3 i {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    transition-duration: 0.3s;
}



/* Elements internes divers */
.CVbody .func .skills-other small, 
.CVbody .func .work small, 
.CVbody .func .edu small {
    display: block;
    opacity: 0.7;
}
.CVbody .func .skills-other small{
    margin-left: 40px;
}
.CVbody .func .skills-other ul, 
.CVbody .func .work ul, 
.CVbody .func .edu ul{
    width: 100%;
}
.CVbody .func .skills-other ul{
    margin-top: 20px;
}

.CVbody .func .work ul li, 
.CVbody .func .edu ul li {
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
    padding-bottom: 15px;
}
.CVbody .func .skills-other ul li{
    position: relative;
    padding: 0 25px;
    padding-bottom: 15px;
}
.CVbody .func .work ul li:hover::before, 
.CVbody .func .edu ul li:hover::before {
    animation: circle 1.2s infinite;
}
@keyframes circle {
    from {
        box-shadow: 0 0 0 0px #eb9ca9;
   }
    to {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
   }
}
.CVbody .func .skills-other ul li:first-of-type::before, 
.CVbody .func .work ul li:first-of-type::before, 
.CVbody .func .edu ul li:first-of-type::before {
    width: 10px;
    height: 10px;
    left: 1px;
}
.CVbody .func .skills-other ul li:last-of-type, 
.CVbody .func .work ul li:last-of-type, 
.CVbody .func .edu ul li:last-of-type {
    padding-bottom: 3px;
}
.CVbody .func .skills-other ul li:last-of-type::after, 
.CVbody .func .work ul li:last-of-type::after, 
.CVbody .func .edu ul li:last-of-type::after {
    border-radius: 1.5px;
}
.CVbody .func .skills-other ul li::before, 
.CVbody .func .skills-other ul li::after, 
.CVbody .func .work ul li::before, 
.CVbody .func .work ul li::after, 
.CVbody .func .edu ul li::before, 
.CVbody .func .edu ul li::after {
    content: "";
    display: block;
    position: absolute;
}
.CVbody .func .skills-other ul li::before, 
.CVbody .func .work ul li::before, 
.CVbody .func .edu ul li::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 3px;
    z-index: 1;
}
.CVbody .func .skills-other ul li::after, 
.CVbody .func .work ul li::after, 
.CVbody .func .edu ul li::after {
    width: 3px;
    height: 100%;
    left: 5px;
    top: 0;
}
.CVbody .func .skills-other ul li span, 
.CVbody .func .work ul li span, 
.CVbody .func .edu ul li span {
    transition-duration: 0.3s;
}

.CVbody .func .skills-other ul li:hover > span i, 
.CVbody .func .skills-other ul li:hover span, 
.CVbody .func .work ul li:hover span, 
.CVbody .func .edu ul li:hover span {
    color: #ec6747;
}
.CVbody .func .skills-other ul li span i{
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    transition-duration: 0.3s;
    margin-right: 15px;
}


.CVbody .func .skills-prog ul {
    padding: 0 15px;
}
.CVbody .func .skills-prog ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    transition-duration: 0.3s;
}
.CVbody .func .skills-prog ul li:hover {
    color: #ec6747;
}
.CVbody .func .skills-prog ul li:hover .skills-bar .bar {
    background: #eb9ca9;
    box-shadow: 0 0 0 1px #eb9ca9;
}
.CVbody .func .skills-prog ul li span {
    display: block;
    width: 120px;
    padding-right: 10px;
    text-align: right;
}
.CVbody .func .skills-prog ul li .skills-bar {
    height: 2px;
    width: calc(100% - 120px);
    position: relative;
    border-radius: 2px;
}
.CVbody .func .skills-prog ul li .skills-bar .bar {
    position: absolute;
    top: -1px;
    height: 4px;
    background: #ec6747;
    box-shadow: 0 0 0 #ec6747;
    border-radius: 5px;
}


.CVbody .func .interests-items {
    box-sizing: border-box;
    padding: 0 0 15px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.CVbody .func .interests-items div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.CVbody .func .interests-items div:hover i {
    transform: scale(1.2);
}
.CVbody .func .interests-items div:hover span {
    color: #eb9ca9;
    transition-duration: 0.3s;
}
.CVbody .func .interests-items div i {
    font-size: 45px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ec6747;
    fill: #ec6747;
    transition-duration: 0.3s;
}
.CVbody .func .interests-items div span {
    display: block;
}


.gtco-testimonials .owl-dots span {
    border: 2px solid #ec6747;
}
.gtco-testimonials .owl-dots .active span {
    background: #ec6747;
}
.gtco-testimonials .card h5 {
    color: #ec6747;
}
.card-text{
    text-align: left !important;
    font-size: 90%;
}




/* Theme lumineux */
.light {
    background: #fff;
    color: #020304;
}
.light .func h3 i {
    color: #e3e3e2;
    background: #ec6747;
} 


.light .func .work ul li::before, 
.light .func .edu ul li::before {
    border: 3px solid #020304;
    background: #ec6747;
}
.light .func .work ul li::after, 
.light .func .edu ul li::after {
    background: #020304;
}
.light .func .work {
    background: #e3e3e2;
}
.light .func .edu {
    background: #e3e3e2;
}
.light .func .skills-other ul li span i{
    color: #020304;
}

.light .func .skills-prog {
    background: #e3e3e2;
}
.light .func .skills-prog ul li .skills-bar {
    background: #020304;
}


.light .func .skills-other {
    background: #e3e3e2;
}
.light .func .skills-other ul li svg circle {
    stroke: #020304;
}


.light .func .interests {
    background: #e3e3e2;
}

.light#footerBlock:after {
    opacity: 0;
}



.light .func .projects {
    background: #e3e3e2;
}
.light .func .projects .gtco-testimonials .owl-dots span {
    background: #e3e3e2;
}
.light .func .projects .gtco-testimonials .card {
    background: #FFFFFF;
}
.light .func .projects .gtco-testimonials .card h5 span {
    color: #1a1b1b;
}
.light .func .projects .gtco-testimonials .card p {
    color: #1a1b1b;
}

.light#Contact {
    background-color: #FFFFFF;
}



/* Theme sombre */
 .night {
	 background: #020304;
	 color: #fff;
}
 .night .func h3 i {
	 color: #1a1b1b;
	 background: #ec6747;
}


 .night .func .work ul li::before, 
 .night .func .edu ul li::before {
	 border: 3px solid #fff;
	 background: #ec6747;
}
 .night .func .work ul li::after, 
 .night .func .edu ul li::after {
	 background: #fff;
}
 .night .func .work {
	 background: #1a1b1b;
}
 .night .func .edu {
	 background: #1a1b1b;
}
.night .func .skills-other ul li span i{
    color: #e3e3e2;
}

 .night .func .skills-prog {
	 background: #1a1b1b;
}
 .night .func .skills-prog ul li .skills-bar {
	 background: #fff;
}


.night .func .skills-other {
	 background: #1a1b1b;
}
.night .func .skills-other ul li svg circle {
    stroke: #fff;
}


.night .func .interests {
    background: #1a1b1b;
}
.night#footerBlock:after {
    opacity: 0.6;
}


.night .func .projects {
    background: #1a1b1b;
}
.night .func .projects .gtco-testimonials .owl-dots span {
    background: #1a1b1b;
}
.night .func .projects .gtco-testimonials .card {
    background: #4a4b4b;
}
.night .func .projects .gtco-testimonials .card h5 span {
    color: #FFFFFF;
}
.night .func .projects .gtco-testimonials .card p {
    color: #FFFFFF;
}
.night#Contact {
    background-color: #020304;
}
/* FIN INTEGRER CODE DU CORP */





/* SLIDER PROJETS */
.gtco-testimonials {
    position: relative;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 0px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 100px;
    height: 100px;
}
.gtco-testimonials .card h5 {
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
}
.gtco-testimonials .card p {
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}





/* fin Contenue CV */

/* Footer */
#footerBlock {
    width: 100vw;
    background-color: #020304;
    position: relative;
    padding: 15px 0;
}
#footerBlock:after {
    content: "";
    background: #E3E3E2;
    position: absolute;
    top: 0;
    height: 1px;
    left: 10vw;
    width: 80vw;
}
#footerBlock div a{
    margin: 5px 0;
    font-style: none;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
#footerBlock div{
    color: #E3E3E2;
    font-weight: 200;
}