/* ------------------------------------
Galago
---------------------------------------
*/

/* ------------------------------------ */
/* FONTS                                */
/* ------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ------------------------------------ */
/* GENERAL                              */
/* ------------------------------------ */

html {
    font-size: 62.5%;
}

input:focus {
    outline: none;
}

* {
    outline: none;
}

button:focus {
    outline: 0;
}

body, html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5rem;
    color: #303031;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    margin: 5.5rem 0 4rem 0;
    width: 100%;
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

a { color: #303031; text-decoration: none; }
a:hover { color: #303031; text-decoration: none; }

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: #000000;
    padding: 0.5rem 1.5rem;
}

.space-10 {	height: 1rem; width: 100%;}
.space-20 {	height: 2rem; width: 100%;}
.space-30 {	height: 3rem; width: 100%;}
.space-40 {	height: 4rem; width: 100%;}
.space-50 {	height: 5rem; width: 100%;}


/* ------------------------------------ */
/* BOOTSTRAP                            */
/* ------------------------------------ */

.container {
    background-color: #ffffff;
}

@media (max-width: 720px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.navbar {
    padding: 3rem 1rem 3rem 1rem;
    background-color: #fff;
}

.navbar-toggle {
    display: block;
    background-color: #ffffff;
    margin-top: 14px;
    border: none;
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    display: block;
    height: 3px;
    border-radius: 1px;
    position: relative;
    width: 44px !important;
    transition: all 0.2s;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.icon-bar {
    background-color: #ffffff !important;
    margin-bottom: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #4b4b4b;
    margin: 0 3rem 0 3rem;
    padding: 1rem 0 1rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #000000;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #4b4b4b;
    margin: 0 3rem 0 3rem;
    padding: 1rem 0 1rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #000000;
    transition: all 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:after {
    display: none;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 5% 5%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 7% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.nav-link {
    position: relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;

}

.nav-link::after {
    content: '';
    transform-origin: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    height: 1px;
    background: #ffffff;
    opacity: 1;
    transition: all .3s;
}

.nav-link:hover::after {
    left: calc(100% - 60px);
}

#navbarNavDropdown {
    margin-top: 2rem;
    border-top: 1px solid white;
    padding-top: 2rem;
}

/* ------------------------------------ */
/* HEADER                               */
/* ------------------------------------ */


header, .navbar > .container, .navbar, .collapse, footer, footer > .container {
    background-color: #00b4bd;
}

.logo {
    height: 10rem;
    margin-top: 3rem;
}

#en-tete {
    margin-top: 15rem;
}

.bloc-presentation {
    margin: 3rem 0 2.5rem 0;
}

.photo-salarie {
    width: auto;
    height: 366px;
}

.titre-service {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    color: #192932;
    text-transform: uppercase;
    background-color: #F4F5F5;
    padding: 1rem 1.5rem;
}

.div-salarie {
    margin-bottom: 3rem;
    cursor: pointer;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.bloc-salarie {
    border-bottom: 1px solid #14A7B0;
    position: relative;
    object-fit: contain;
    width: 160px;
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-salarie::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 13px;
    height: 8px;
    background: url("../img/fle-up.svg");
    left: 50%;
    transform: translateX(-50%) scale(1,-1);
    transition: all 0.4s ease-out;
}

.bloc-salarie-show::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 13px;
    height: 8px;
    background: url("../img/fle-up.svg");
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
}

.nom-salarie {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #14A7B0;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem 0.2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #14A7B0;
}

/* ------------------------------------ */
/* ÉLÉMENTS D'ADMINISTRATION            */
/* ------------------------------------ */

.admin-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 2.5rem;
}

.retour-accueil-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0rem;
}

.btn{
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
}

.btn-primary{
    background-color: #14A7B0;
    border: solid 1px #14A7B0;
}

.btn-primary:hover{
    background-color: #06979e;
    border: solid 1px #06979e;
}

form{
    margin: 0;
}

/* ------------------------------------ */
/* ACCUEIL                              */
/* ------------------------------------ */

.nom-admin-connecte{
    color: #14A7B0;
}


/* ------------------------------------ */
/* MODIFICATION SERVICE & SALARIES      */
/* ------------------------------------ */

.form-control, .custom-select, input{
    border-radius: 0px;
}

.modifier-nom-service-form{
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: 100%;
    background-color: #F4F5F5;
    padding:1rem 1.5rem;
    margin: 1rem 0rem;
}

.modifier-salarie-form, .supprimer-salarie-form{
    display: flex;
    flex-direction:column;
    /* padding:1rem 1.5rem; */
    margin: 1rem 0rem;
}

.ajout-salarie{
    display: flex;
    align-items:center;
    justify-content:center;
    height: 80%;
}

.ajout-salarie-btn{
    width: 100%;
    height: 100%;
}

input[type="file"]{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


label[for="photo_salarie"], label[for^="nouvelle_photo_salarie"]{
    box-sizing: border-box;
    background-color: #14A7B0;
    color: #fff;
    border-radius: 5px;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}

label>svg{
    margin-right: 1rem;
}

label[for="photo_salarie"]:hover, label[for^="nouvelle_photo_salarie"]:hover{
    background-color: #06979e;
    transition: all 0.2s ease-in-out;
}

label[for="photo_salarie"]:hover svg, label[for^="nouvelle_photo_salarie"]:hover svg, button:hover svg{
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

label[for="photo_salarie"] svg, label[for^="nouvelle_photo_salarie"] svg, button svg{
    transition: all 0.2s ease-in-out;
}

.service{
    display: flex;
    align-items: center;
    justify-content:space-between;
    background-color: #F4F5F5
}

.modifier-salarie-form-container img{
    height: 366px;
    margin: auto;
}

/* ------------------------------------ */
/* FOOTER                               */
/* ------------------------------------ */

footer {
    padding: 2.5rem 1.5rem;
    margin-top: 3rem;
}

