/* CSS principal O_$__$ */
/*
/*
/*
/* Developpé à la main avec amour par / handmade with love by Léa Beaubois leabeaubois.fr */ 

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 17, 2023 */

@font-face {
    font-family: 'muleitalic';
    src: url('../../../site/assets/fonts/mule-italic-webfont.woff2') format('woff2'),
         url('../../../site/assets/fonts/mule-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muleregular';
    src: url('../../../site/assets/fonts/mule-regular-webfont.woff2') format('woff2'),
         url('../../../site/assets/fonts/mule-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
/*
/*
/* Entête */

#echangeur{
    position: relative;
    right: 30px;
    padding: 2px 0px 0px 0px;
    text-align: right;
    list-style: none;
    width: 100px;
    float: right;
    z-index: 1;
    font-size: 1.2em;
}



/*
/*
/*
/* Body  */

body {
    font-family:'muleregular';
    color: black;
    background-color: white;
    line-height: 1.3;
    font-size: 0.8em;
}



/*
/*
/*
/*Composition accueil et projets */


.structure{
    position: relative;
    width: 99%;
    display: grid;
    grid-template-columns: [first] 400px [line2] auto;
    padding-bottom: 20px;
}

dl.accordion.sub > dt > a{
    padding: 0px 5px 0px 0px !important;
    line-height: 1.18em;
}

dl.accordion.sub{
  padding: 0px !important;
}

dl.accordion.sub dd {
  padding: 0px !important;
}
dl.accordion.subcv > dt > a{
    padding: 0px 5px 0px 0px !important;
    line-height: 1.18em;
}

dl.accordion.subcv{
  padding: 0px !important;
}

dl.accordion.subcv dd {
  padding: 0px !important;
}

/*
/*
/* Blocs de textes */

.description{
    grid-column: 1 ;
    position: relative;
    left: 0;
    padding: 0 0 20px 0;
    grid-row: 1/4;
}


.informations{
    font-family:'muleitalic';
    font-size: 0.8em;
    top: -5px;
    position: relative;
    width: 100%;
    grid-row: 1;
    grid-column: 1;
}



/*
/*
/* Styles de textes */

a, a:hover, a:visited, a:active {
    text-decoration: none; 
    color: black;
}

a:hover{
    font-family:'muleitalic';
}

.informations a{
    font-family:'muleregular';
}

.informations a:hover{
    font-family:'muleitalic';
}

/*.description a::after{
    content: " \2197";
    content: url(path/to/your.svg);
}*/

h2{
    text-decoration: none;
    font-weight: 100;
    font-size: 1.2em;
    margin: 0;
    padding-top: 3.5px;
}

.sub h2, .subcv h2{
    font-size: 1em;
    
}
.cvtitle .sub h2, .subcv h2 {
    border-bottom: 1px solid black;
}


.accordion.cvtitle dt{
    padding-bottom: 40px !important;
    border-bottom: none;
}
dl.accordion.subcv > dt{
    padding-bottom: 0px !important;
    border-bottom: none;
}


.cvtitle-link {
    border-bottom: 1px solid black;
}

em {
    font-family:'muleitalic';
    font-style: normal;
}

u { 
    border-bottom: 0.9px solid black;
    text-decoration: none;
}

.legende{
    font-size: 0.8em;
    top: -10px;
    position: relative;
    width: 400px;
    max-width: fit-content;
 /*   background-color: red;*/
}



/*
/*
/* Blocs d'images */




.image{
    max-width: 100%;
    max-height: 600px;
}




/*
/*
/*
/* Composition page unique cv */

.cvbox{
    position: relative;
    display: inline-block;
    width: 100%;
}

.cvbox .informations{
    top: -45px;
}

.presentation{
    position: relative; 
    width: 30%;
    float: left; 
    top: -8px;
    padding-right: 5%;
    min-width: 340px;
}

.presentationcv{
    position: relative; 
    width: 350px;
}


.curriculum{
    position: relative;
    float: right;
    max-width: 70%;
    min-width: 55%;
}


.cvtitle .sub dt, .subcv dt{
   /* padding-top: 5px !important;*/
    padding-bottom: 0px !important;
}

/*.carrousel-container.cvimage{
    grid-column: 3;
    width: 80%;
}*/


/*
/*
/*
/* Carrousel d'images - Slideshows */

.description,.carrousel-container{ 
    top: 20px;
}

.carrousel-container{
    grid-column: 2;
    position: relative;
    height: 100%;
    float: right;
    justify-self: end;
   /* background-color: red;*/
}


/*
/*
/*
/* Accordéons dépliants - Sommaire dépliant au clic */

dl.accordion {
	margin: 0;
	padding: 0px 10px 0px 10px;
	position: relative;
}
dl.accordion > dt {
	list-style: none;
	margin: 0;
	padding: 0;
    border-bottom: 1px solid black;
}
dl.accordion > dt > a {
	display: block;
    line-height: 1.3em;
	vertical-align: middle;
	position: relative;
	transition: all .2s ease; 
}
dl.accordion > dt > a:after {
}
dl.accordion > dt > a:hover {
}
dl.accordion > dt > a.open {
}
dl.accordion > dt > a.open:after {
}
dl.accordion dd {
	display: none;
	padding: 0px 0px 10px 0px;
    margin: 0;
}




/*
/*
/* CARROUSEL _ < > Switch to next img url *_* */

.next {
    cursor: e-resize;
}
.prev{
    cursor: w-resize;
}
.prev, .next {
    position: absolute;
    top: 0;
    font-size: 7em;
    transition: 0.6s ease;
    user-select: none;
    height: 95%;
    color: white;
    width: 46%;
    visibility: visible;
    display: flex;
    align-items: center;
}


/* Position the "next button" to the right */

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

/* Fading animation */
.fade {
      animation-name: fade;
      animation-duration: 1.5s;
}

@keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
}

/* Hide the images by default*/ 
.hiddenSlide {
        display:none;
} 

/*
/*
/*
/* Scrollbar */
/* Works on Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: black white;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 20px;
  border: 3px solid white;
}


/*
/*
/*
/*
/* Responsive tablette version */

@media only screen and (max-width: 900px) {
    .carrousel-container {
      position: relative;
      top: 0;
      width: 100%;
      float: none;
        left: 0;
    }
    .structure {
      width: 99%;
      display: block;
      padding-bottom: 0px;
    }
    .description{
        padding: 0px 0px 20px 0px;
        top: 0px;
    }
    
    .cvbox{
        display: block;
    }
    
    dl.accordion.cvtitle{
        padding-bottom: 20px;
    }
    
    .presentation, .curriculum, .informations, .carrousel-container.cvimage{
        width: 100%;
        padding: 0px;
        float: none;
        max-width:100%;
        min-width: 100%;
    }
    
    
    body, h2, p, a, .informations, .legende {
      /*  font-size: 1em;*/
    } 
    
    .description a{
    border-bottom: 0.9px solid black;
}
    
    .prev, .next{
        position: absolute;
        top: 0;
        font-size: 2em;
        transition: 0.6s ease;
        user-select: none;
        height: 100%;
        color: white;
        width: 46%;
        visibility: visible;
        display: flex;
        align-items: center;
        
    }
    .prev:after{
        content: "\2190";
    }
    .next:after{
        content: "\2192";
        right: 0;
        position: absolute;
    }
}


/* Responsive mobile version */

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) and (-webkit-min-device-pixel-ratio: 3) {
  .carrousel-container {
      position: relative;
      top: 0;
      width: 100%;
      left: 0;
      float: none;

    }
    .structure {
      width: 99%;
      display: block;   
      padding-bottom: 0px;
    }
    .description{
        padding: 0px 0px 20px 0px;
        top:0px;
    }
    
    .cvbox{
        display: block;
    }
    
    .presentation, .curriculum, .informations, .carrousel-container.cvimage{
        width: 100%;
        padding: 0px;
        float: none;
        max-width:100%;
        min-width: 100%;
    }
    
    
    body {
        font-size: 0.8em;
    }*/
    
    
}
