/*
Theme Name: FFC - Accréditations
Theme URI: http://underscores.me/
Author: Romain DORR - GLOBALIS media systems
Author URI: http://globalis-ms.com
Description: Fédération Française de la Couture - Thème pour les accréditations
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ffc-accreditations
*/

body {
  color: #000000;
  font-family: 'Rams', sans-serif ;
}
h1 {
    display: inline-block;
    max-width: calc(100% - 130px);
    margin-top: 10px;
    padding: 0;
    font-family: 'Rams', Arial, sans-serif;
    font-size: 2.9em;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
h2{
    font-family: 'Rams', Arial, sans-serif;
    font-weight: bold;
    font-size: 2.4em;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    display: inline-block;
}
h2.spe{
    font-family: 'Rams', Arial, sans-serif;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
}
h3{
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}
.border-dotted-bottom p {
    margin: 10px 0 10px;
    padding: 0 0 15px 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: 0 none;
}

/* =========================================== NAVIGATION TOP ==========================================================*/
.header-fhcm {
    position: relative;
    margin: 25px 0;
}
.header-fhcm-logo {
    display: inline-block;
    width: 230px;
    height: 44.5px;
    background: url('assets/img/logo.svg') no-repeat;
    background-size: contain;
}
.header-fhcm-social {
    text-align: center;
}
.header-fhcm-social ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    background: rgb(255, 255, 255);
}
.header-fhcm-social ul li {
    display: inline-block;
    margin: 20px 0 0 25px;
    padding: 0;
    font-size: 2.5rem;
}
.header-fhcm-social ul li:first-child {
    margin-left: 0;
}
.header-fhcm-toggler {
    position: relative;
    float: right;
    margin: 16px 0 0 0;
    font: 800 1.17rem 'Rams', Arial;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: all 0.3s;
}
.header-fhcm-toggler:after, .header-fhcm-toggler:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 25%;
    width: 50%;
    height: 2px;
    background: rgb(0, 0, 0);
    transform-origin: 50% 50%;
    transition: all 0.3s;
}
.header-fhcm-toggler:after {
    top: 20px;
}
#fhcm-menu {
    text-align: center;
    text-transform: uppercase;
    font: bold 14px 'Rams', sans-serif;
}
#fhcm-menu a {
    color: rgb(178, 178, 178);
    transition: color 0.3s;
}
#fhcm-menu a:focus, #fhcm-menu a:hover {
    color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
    .header-fhcm {
        margin: 49px 0 0;
    }
    .header-fhcm:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 325px;
        width: calc(100% - 300px - 50px);
        height: 1px;
        background:rgb(0, 0, 0);
    }
    .header-fhcm-logo {
        display: block;
        width: 300px;
        height: 57px;
        background: url('assets/img/logo.svg') no-repeat;
        background-size: contain;
    }
    .header-fhcm-social {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .header-fhcm-social ul li {
        margin-top: 4px;
    }
    .header-fhcm-social ul li:first-child {
        margin-left: 25px;
    }
    .header-fhcm-toggler {
        display: none;
    }
    #fhcm-menu {
        display: block;
        text-align: right;
    }
    .navbar-nav {
        float: none;
        display: inline-block;
    }
    .nav>li>a:after, .nav>li>a:after {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        bottom: 13px;
        z-index: -1;
        width: 0;
        height: 10px;
        background: #e6e6e6;
        transition: width 0.3s;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        position: relative;
        background: none;
    }
    .nav>li>a:focus:after, .nav>li>a:hover:after {
        width: calc(100% - 10px);
    }
}
.disconnect {
    padding: 0 15px 0 0;
    color:rgb(0, 0, 0);
    font-size:0.9em;
}
.navbar-nav > li > a.langue{
    display: inline-block !important;
}

/* =========================================== FIN NAVIGATION TOP ==========================================================*/



/* =========================================== FIL ARIANE ==========================================================*/


.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 0.9em;
    text-transform: uppercase;
}
.breadcrumb li a{ color: #000 !important;}
.breadcrumb > li + li::before {
    color: rgb(0, 0, 0);
    content: "/";
    padding: 0 10px;
}
.breadcrumb > .active{
    color: #000;
    font-weight: bold;
}

/* =========================================== FIN FIL ARIANE ==========================================================*/


/* =========================================== COMMUN ==========================================================*/

.separateur{ height: 30px; width:100%;}
.grey{ color: rgb(0, 0, 0);}
.border-margin {margin: 10px 0;}
.alert {border-radius:0;}
.modal-content {border-radius:2px;}

/* =========================================== FIN COMMUN ==========================================================*/




/* =========================================== BUTTON ==========================================================*/
.btn-ffc-black, .btn-ffc-white {
    border: 0;
    border-radius: 0;
    font-size: 0.9em;
    padding: 8px 25px;
    text-transform: uppercase;
    margin: 22px 0 0 0;
    font: bold 14px 'Rams', sans-serif;
    text-transform: uppercase;
}

/* black */
.btn-ffc-black:focus, .btn-ffc-black.focus {
    color: #fff;
}

.btn-ffc-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000 !important;
}
.btn-ffc-black:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

/* white */
.btn-ffc-white:focus, .btn-ffc-white.focus {
    color: #000;
}

.btn-ffc-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000 !important;
}
.btn-ffc-white:hover {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

.btn-ffc-white.btn-lg {
    border-width:2px;
    font-weight: 600;
}

.btn > span.fa {
    margin-right:6px;
}

.btn-ffc-black.btn-sm, .btn-ffc-white.btn-sm {
    font-size:0.8em;
    min-width:210px;
}


a.more-accred {
    text-decoration: none;
    margin: 30px 0 0 0;
    font-size: 0.9em;
    cursor: pointer;
}

.button-primary{
	border: 0 none;
    border-radius: 0;
    font-size: 0.9em;
    padding: 8px 25px;
    text-transform: uppercase;
	-moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #000;
    border: 1px solid #000 !important;
    color: #fff;
    margin: 0;
	float: right;
}
.button-primary:hover{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

/* =========================================== FIN BUTTON ==========================================================*/


/* =========================================== FORM ==========================================================*/

.form-control {
    border-radius: 0;

}
label{
    font-weight: normal;
    color: #555555;
}
.input-group {
    margin: 20px 0;
}

legend {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    border-bottom: none;
}

/* wordpress connexion */
input.input{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;

}
#loginform{
	padding: 0 50px 0 50px;
}

/* fin */



/* =========================================== FIN FORM ==========================================================*/

/* =========================================== TABLE ==========================================================*/
.table{border-bottom: 1px solid #ddd;}
.table > thead > tr > th {
    background-color: #000;
    color: #fff;
}
a.fa:hover{
    text-decoration: none;
}
.table-ffc, .table-ffc tr td{
    border-bottom: 0;
    border-top: 0 !important;
}
.text-sessions{
	font-size: 0.9em;
	display: block;
}

/* =========================================== FIN TABLE ==========================================================*/


/* =========================================== CAROUSEL ==========================================================*/
/* carousel */
.thumbnail {
    border: 0 none;
}
.carousel-control {
    font-size: 0;
    top: 9px;
}
.media-carousel
{
    margin-bottom: 0;
    padding: 0 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
    left: -12px;
    background: #fff url("assets/img/arrow_slider_left.png") no-repeat left top;
    filter: none;
    height: 54px;
    width : 28px;
}
/* Next button  */
.media-carousel .carousel-control.right
{
    right: -12px !important;
    background: transparent url("assets/img/arrow_slider_right.png") no-repeat left top;
    filter: none;
    height: 54px;
    width : 28px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
    background: #333333;
}
.media-carousel img
{
    height: auto;
    width: 100%;
}


/* =========================================== FIN CAROUSEL ==========================================================*/


/* =========================================== FOOTER  ==========================================================*/


.footer{
    background-color: #fff;
    width: 100%;
    padding: 30px 0 5px 0;
    font-size: 13px;
    color: 686868;
}
.footer p{ color: rgb(0, 0, 0); padding: 5px 0;}
.footer a{ color: rgb(0, 0, 0);}
.footer a:hover{
    color: #000;
}


/* =========================================== FIN FOOTER  ==========================================================*/

/* =========================================== MEDIAS ==========================================================*/


@media screen and (max-width: 566px) {

    .navbar-brand > img {
        width: 20%;
        height: auto;
        vertical-align: top;
    }
    .navbar-brand span span:last-child{
        display: block;
    }

    .navbar-toggle {
        margin-top: 21px;
    }
    .title-appli {
        font-size: 1.2em;
        padding: 5px 0 0 20px;
    }
    h1{
        font-size: 2m;

    }
    h2{
        font-size: 2em;

    }

}
@media screen and (max-width: 767px) {
    h1{
        font-size: 2.3em;

    }
    h2{
        font-size: 2em;

    }
    .table-responsive {
        border: 0;
    }
}
@media (max-width: 993px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-right{
        text-align:left;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .border-left-grey {
        border-left: 0;
    }
    .avatar{ text-align: left; padding: 0 0 0 10px;}
    .media-carousel img{
        height: auto;
        width: 50%;
    }
    .disconnect {
        padding-left:25px;
    }
}
@media screen and (min-width: 567px) and (max-width: 1199px) {
    .navbar-nav{ margin:0; padding: 10px 0 0 10px;}
    .title-appli {
        font-size: 1.8em;

    }
}



/* =========================================== FIN MEDIAS =========================================================*/


/* ========================================= SPECIAL STYLING ======================================================*/

.home .icon-pfw {
    display: block;
    text-align: center;
    font-size: 18rem;
}
.home-title {
    display: block;
    max-width: 100%;
    margin-top: 50px;
    text-align: center;
}
.home-cols {
    position: relative;
    margin: 30px 0;
}
.dashboard-part {
    margin-top: 50px;
}
.dashboard-part:first-child {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .home-cols:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc((100% - 1px) / 2);
        display: block;
        width: 1px;
        height: 100%;
        background: rgb(0, 0, 0);
    }
    .home-cols > *:first-child {
        padding: 30px 50px 30px 0;
    }
    .home-cols > *:last-child {
        padding: 30px 0 30px 50px;
    }
}

.accreditations-list {
    margin-top: 20px;
}

.accreditations-list .select-year {
    margin-bottom: 20px;
}

h2.title-list {
    font-size:2.7em;
}

h2.title-list > span.fa {
    font-size:0.6em;
}

.accreditation-actions p small {
    color:rgb(0, 0, 0);
    font-style: italic;
}

/* steps pattern */
.ffc-steps-pattern{
    list-style:none;
    padding-left:0;
    margin:15px 0 20px;
}
.ffc-steps-pattern li{
    display: inline-block;
    margin-right:-4px;
}
.ffc-steps-pattern li > div{
    display:inline-block;
    color:rgb(0, 0, 0);
    padding:5px 75px 5px 35px; /*a modifier */
    background-color:transparent;
    height:33px;
    position:relative;
    border:1px solid rgb(0, 0, 0);
    border-left:0 none;
    cursor:default;
}
.ffc-steps-pattern li:first-child > div {
    border-left:1px solid rgb(0, 0, 0);
}
.ffc-steps-pattern li div:after, .ffc-steps-pattern li div:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ffc-steps-pattern li div:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 16px;
    margin-top: -16px;
}
.ffc-steps-pattern li div:before {
    border-color: rgba(104, 104, 104, 0);
    border-left-color: rgb(0, 0, 0);
    border-width: 17px;
    margin-top: -17px;
}
.ffc-steps-pattern li div a {
    color:rgb(0, 0, 0);
    font-size:14px;
    margin-left:4px;
}

/* li active */
.ffc-steps-pattern li.active div {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    z-index:5;
}

.ffc-steps-pattern li.active div:after {
    border-color: rgba(104, 104, 104, 0);
    border-left-color: rgb(0, 0, 0);
}

.ffc-steps-pattern li.active div,
.ffc-steps-pattern li.active div a{
    color:#fff;
}

/* li qui suivent active */
.ffc-steps-pattern li.active ~ li  div,
.ffc-steps-pattern li.active ~ li div a {
    color:rgba(104, 104, 104, 0.6);
}

.ffc-steps-pattern li.active ~ li  div{
    background-color: #F9F9F9;
    cursor:not-allowed;
}
.ffc-steps-pattern li.active ~ li div:after {
    border-color: rgba(249, 249, 249, 0);
    border-left-color: #F9F9F9;
}

/* z-index du plus haut au plus bas */
.ffc-steps-pattern li:nth-child(1) div {z-index:10; }
.ffc-steps-pattern li:nth-child(2) div {z-index:9; }
.ffc-steps-pattern li:nth-child(3) div {z-index:8; }
.ffc-steps-pattern li:nth-child(4) div {z-index:7; }
.ffc-steps-pattern li:nth-child(5) div {z-index:6; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}
.checkbox-inline, .radio-inline {
    margin-right: 10px;
}
/* fin steps pattern */

/* ======================================== FIN SPECIAL STYLING ===================================================*/

.dashboard-tablelink {
    cursor: pointer;
}

.accredited-move {
    display: block;
    font-weight: bold;
}



.main-container > i.icon-pfw {
    display: block;
    font-size: 18em;
}