@font-face {
    font-family: 'Walkway-UltraBold';
    src: url('fonts/walkway_ultrabold/Walkway_UltraBold-webfont.eot');
    src: url('fonts/walkway_ultrabold/Walkway_UltraBold-webfont.eot?iefix') format('eot'), url('fonts/walkway_ultrabold/Walkway_UltraBold-webfont.woff') format('woff'), url('fonts/walkway_ultrabold/Walkway_UltraBold-webfont.ttf') format('truetype'), url('fonts/walkway_ultrabold/Walkway_UltraBold-webfont.svg#webfont') format('svg');
}

html,
body,
#container {
    height: 100%;
}

body>#container {
    height: auto;
    min-height: calc(100vh - 100px);
}

body {
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    background: transparent url("../img/fonds/ordi.jpg") no-repeat fixed center center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 2em;
    font-family: Walkway-UltraBold, sans-serif;
    font-weight: 100;
}

h2 {
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin-bottom: 0;
}

h3 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 1.4em;
}

.h-emphat {
    font-size: 2.3em;
    font-weight: 300;
}

p,
span {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 1.3em;
}

.adv_form {
    /* color: rgb(15, 15, 13); */
    font-family: 'Raleway';
}

a {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: rgb(205, 205, 205);
}


/**
*Header et menu
**/

.header #menup_1 {
    margin-bottom: 25px;
}

#menup_1 .pure-menu {
    height: 106px;
    text-align: center;
}

#menup_1 .pure-menu-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* #menup_2 .pure-menu-list {
    display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
    height: 100%;
  margin-top: 10px;
} */

#menup_1 .pure-menu-item {
    margin: 0px 0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    width: 280px;
}

#menup_2 .pure-menu-item {
    width: 100%;
    min-height: 90px;
    margin-top: 10px;
}

#menup_1 .pure-menu-link,
#menup_2 .pure-menu-link {
    padding: 38px 25px 10px;
    margin: 0px;
    color: #FFF;
    font-size: 1.25em;
    letter-spacing: 1.1px;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    font-family: Walkway-UltraBold, sans-serif;
    ;
}

#menup_1 .pure-menu-link:hover,
#menup_2 .pure-menu-link:hover {
    background-color: rgba(0, 0, 0, 0.45);
    font-family: Walkway-UltraBold;
}

#menup_1 .active,
#menup_2 .active {
    background-color: rgba(0, 0, 0, 0.78);
    font-family: Walkway-UltraBold;
    font-weight: bolder;
}

.mobile_menu {
    display: none;
}

#sidr {
    /*display: none;*/
    background-color: rgba(27, 27, 27, 0.75);
}


/*
* Logo
*/

.main-logo-container {
    height: 0;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 150;
}

.main-logo-center {
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    width: 165px;
}

.main-logo {
    position: absolute;
    /*top: 30px;*/
}

.main-logo img {
    width: 165px;
}


/*
* Main Container
*/

#container {
    min-height: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.main-content {
    /*min-height: 792px;*/
    background-color: rgba(27, 27, 27, 0.75);
        margin: 200px 50px 0px;
    height: 65vh;
    /*height: 100%;*/
    box-sizing: border-box;
    -webkit-transition: height 400ms ease;
    -moz-transition: height 400ms ease;
    -o-transition: height 400ms ease;
    transition: height 400ms ease;
    overflow: hidden;
}

.main-content .pure-g {
    height: 100%;
}

.left-col,
.right-col {
    height: 100%;
    overflow: hidden;
}

.col-scrollwrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.col-sized {
    height: 65vh;
}

.col-content {
    padding: 50px;
    box-sizing: border-box;
    font-size: 1em;
    min-height: 65vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    position: relative;
    /*height: 100%;*/
    /*overflow-y: auto;*/
    padding-right: 117px;
}

.col-content.not-flex {
    display: block;
}

.left-col {
    background-color: rgba(27, 27, 27, 0.81);
}

.right-col-no-title .col-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    /*padding-top: 250px;*/
}

/* .col-content h2 {
    text-align: center;
} */


/*
 * Page spécifique : accueil
*/

.accueil-img {
    text-align: center;
    padding: 120px 0px 5px 0px !important;
}

.accueil-img img {
    margin: 0 auto;
}

/* .page-title {
    text-align: center;
    padding: 5px;
    padding-top: 50px;
} */

blockquote {
    margin: 0;
}

blockquote p {
    padding: 30px 15px 15px 15px;
    box-sizing: padding-box;
    position: relative;
}

blockquote p:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    top: 0px;
    left: 0px;
    height: 100%;
    /*padding: 10px;*/
    border-top: 10px solid #e9e6dc;
    border-bottom: 10px solid #e9e6dc;
    border-left: 10px solid #e9e6dc;
}

blockquote p:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    top: 0px;
    right: 0px;
    height: 100%;
    /*padding: 5px;*/
    border-top: 10px solid #e9e6dc;
    border-bottom: 10px solid #e9e6dc;
    border-right: 10px solid #e9e6dc;
}

.accueil-txt {
    padding: 50px 75px;
    box-sizing: border-box;
    font-size: 1.2em;
    text-align: justify;
    min-height: 300px;
    min-height: 45vh;
}
.accueil-txt video {
	margin: auto;
	height: 400px;
	display: block;
}
.overlay-close-button {
    color: #fff;
    font: 2em/100% "Raleway", sans-serif;
    position: absolute;
    left: 15px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    top: 5px;
    font-weight: 400;
}

.overlay-close-button::after {
    content: 'x';
}
.close-selection {
    color: #fff;
    font: 2em/100% "Raleway", sans-serif;
    position: absolute;
    right: 15px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    top: 5px;
    font-weight: 400;
}

.close-selection::after {
    content: 'x';
}

.overlay-close-button:hover, .close-selection:hover{
    color:#e9e6dc;
    font-weight: 700;
}
/*
* Inner listExperti
*/

.inner-list-container {
    height: 65vh;
    min-height: 65vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 50px 0 50px;
}

.adv-list-elem h2 {
    font-family: Walkway-UltraBold, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    margin: 5px 5px;
}

.adv-list-elem {
    text-align: center;
    list-style: outside none none;
    background-color: #e9e6dc;
    color: black;
    box-sizing: border-box;
    width: 270px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 25px;
    border: 10px solid transparent;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

.adv-list-elem.full-width {
    width: 100%;
}

.form-container {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.adv-list-elem:hover,
.form-container .pure-form input.pure-button:hover,
.adv-list-elem.adv-active,
.formation-obj .pure-form button.pure-button:hover,
.formation-obj a.pure-button:hover,
.search-container button.pure-button:hover,
.search-container a.pure-button:hover{
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: 10px solid #e9e6dc;
}

#motif {
	background: transparent;
	border: 1px solid #e9e6dc;
	box-shadow: none;
    border-radius: 0;
    height: auto;
}

#motif:hover, #motif:focus {
    border: 2px solid #e9e6dc;
    background: rgba(27, 27, 27, 0.81)
}

/*#expertise-intro {
    margin-top: 70px;
    margin-bottom: 70px;
}*/

.form-container .pure-form input,
.form-container .pure-form textarea,
.form-container.pure-form.search-container input,
.form-container.pure-form.search-container textarea {
    border-radius: 0;
    border: 1px solid #e9e6dc;
    background: rgba(27, 27, 27, 0.1);
    box-shadow: none;
    color: white;
}

.form-container .pure-form input:focus,
.form-container .pure-form textarea:focus {
    border: 2px solid #e9e6dc;
    background: rgba(27, 27, 27, 0.81)
}

.form-container .pure-form input.pure-button,
.formation-obj button.pure-button,
.formation-obj a.pure-button,
.search-container button.pure-button,
.search-container a.pure-button {
    box-sizing: border-box;
    font-family: Walkway-Ultrabold;
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
    background: #e9e6dc;
    border: 10px solid transparent;
}

.search-container button.inactive{
    color: rgba(31, 29, 29, 0.61);
    background: rgb(236, 206, 135);
    border: 2px solid rgb(236, 206, 135);
}
.search-container button.inactive:hover{
    color: rgba(31, 29, 29, 0.61);
    background: rgb(236, 206, 135);
    border: 2px solid rgb(236, 206, 135);
    cursor: not-allowed;
}
.awesomplete {
    width: 100%;
}
.awesomplete ul li{
    color: rgb(56, 53, 53);
}
/**formations*/
.formation-list-elem {
    list-style: none;
    padding: 5px 30px;
    margin: 10px 0;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
}

.formation-list-elem:hover {
    color: #e9e6dc;
    border-left: 1px solid #e9e6dc;
    border-bottom: 1px solid #e9e6dc;
    cursor: pointer;
}

.formation-list-elem.active {
    border-left: 1px solid #e9e6dc;
    border-bottom: 1px solid #e9e6dc;
    cursor: default;
}
.formation-list-elem.active:hover {
	color: unset;
}
.formation-list-elem h3 {
    margin: 0 0;
    padding: 5px;
    padding-right: 85px;
}

.formation-obj-title {
    text-decoration: underline;
}

.button-right-container {
    text-align: right;
}

.minibutton {
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	color: transparent;
	padding: 2px 8px;
	border-radius: 7px;
}
.formation-list-elem:not(.active):hover .minibutton{
    background: #e9e6dc;
	color: black;
}

.formation-tag-list {
	display: flex;
	width: 100%;
	margin: 10px 0;
    padding: 0;
    justify-content: start;
    flex-wrap: wrap;
}

.formation-tag {
	display: inline-block;
	padding: 2px 8px;
    border-radius: 7px;
    border: 2px solid #e9e6dc;
	background: #e9e6dc;
	color: black;
	margin: 6px 4px;
	font-weight: 300;
}
.formation-tag:hover{
    cursor: pointer;
    background: transparent;
	color: white;
}

.formation-selection-icon {
	position: absolute;
	top: 20px;
	right: 40px;
    width: 120px;
    padding:2px;
    border-bottom : 2px solid transparent;
    font-size: 14px;
    font-weight: 300;
    color:white;
    text-align: center;
    z-index: 200;
}
.formation-selection-icon.active{
    background:rgb(27, 27, 27);
}
.formation-selection-icon:hover{
    cursor:pointer;
    border-bottom : 2px solid #e9e6dc;
    color:#e9e6dc;
    font-weight: 400;
}
.formation-selection-icon::before {
	content: "";
	background: url('../img/shopping-basket-w.svg');
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	background-size: contain;
}
.formation-selection-icon:hover::before{
    background: url('../img/shopping-basket-g.svg');
    display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	background-size: contain;
}
.catalogue-selection-container {
	position: absolute;
	top: 75px;
	right: 40px;
	padding: 20px;
    width: 525px;
    background: rgb(27, 27, 27);
	z-index: 200;
}
.selected-formation-list{
    padding:0;
}
.selected_list_elem {
    list-style: none;
    font-family: Raleway;
    position: relative;
    padding: 5px 0;
}

span.remove_f {
    color: #fff;
    font: 1em/100% "Raleway", sans-serif;
    position: absolute;
    right: 0;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #fff;*/
    top: 0;
    bottom:0;
    padding: 5px 0;
    font-weight: 400;
    cursor: pointer;
}

span.remove_f:hover{
    color:#e9e6dc;
    font-weight: 700;
}

span.remove_f::after {
    content: 'x';
}

/*Checkboxes **/

.pure-form-stacked label.conditions-label{
    font-size: 13px !important;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1em; height: 1em;
  border: 1px solid #e9e6dc;
  background: transparent;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.1em; searc 0.8;
  color: #e9e6dc;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #e9e6dc;
  background-color: #rgba(27, 27, 27, 0.81);
}
[type="checkbox"]:disabled:checked + label:after {
  color: #e9e6dc;
}
[type="checkbox"]:disabled + label {
  color: #e9e6dc;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #e9e6dc;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #e9e6dc!important;
}

.home-search-holder {
	max-width: 50%;
	margin: auto;
}

/*
* Footer
*/

.footer {
    position: relative;
    /* bottom: 0px; */
    width: 100%;
    /*height: 35px;*/
    	background: rgba(0, 0, 0, 0.45);
	padding-bottom: 10px;
}

.footer-content {
	text-align: left;
	/*padding-right: 50px;*/
	padding-top: 10px;
}

.footer-content a {
    text-decoration: none;
    color: rgb(72, 72, 72);
    font-family: Walkway-UltraBold;
}

.footer-content .footer-logo {
	height: 100px;
	width:auto;
	margin: 0 10px;
}

.footer-content a.espace {
	display: flex;
	position: absolute;
	top: 17px;
	right: 17px;
	height: 60px;
	/* line-height: 2.5; */
	background: #e9e6dc;
	padding: 1em;
	box-sizing: border-box;
	text-align:center;
	align-items: center;

}

.footer-content a.espace:hover {
	color: black;
	text-decoration: underline;
}

/*
* responsive - 568px
*/

@media screen and (max-width: 35.5em) {}


/*
* responsive - 768px
*/

@media screen and (max-width: 48.5em) {
    h2 {
        font-size: 1.2em;
    }

    .main-content {
        margin: 130px 5px 0px;
    }

    .inner-list-container {
        padding: 50px 25px 0 25px;
    }

    .accueil-txt {
        padding: 15px 8px;
        box-sizing: border-box;
        font-size: 1em;
        text-align: justify;
        min-height: 300px;
        min-height: 45vh;
    }

    col-content {
        padding: 15px;
    }

    p,
    span {
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        font-size: 1em;
    }

    #menup_1 {
        display: none;
    }

    .header {
        height: 1px;
    }

    .main-logo {
        top: 0px;
    }

    .mobile_menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .col-content {
        padding: 25px;
        min-height: auto;
    }

    #nav-toggle span {
        margin-top: 15px;
        margin-left: 5px;
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 35px;
        background: white;
        position: absolute;
        display: block;
        content: '';
    }

    #nav-toggle span:before {
        top: -10px;
    }

    #nav-toggle span:after {
        bottom: -10px;
    }

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        transition: all 500ms ease-in-out;
    }

    #nav-toggle.active span {
        background-color: transparent;
    }

    #nav-toggle.active span:before,
    #nav-toggle.active span:after {
        top: 0;
    }

    #nav-toggle.active span:before {
        transform: rotate(45deg);
    }

    #nav-toggle.active span:after {
        transform: rotate(-45deg);
    }
    .home-search-holder {
        max-width: 100%;
        margin: auto;
    }
    .footer {
    	position: relative;
    	/* top: 100%; */
    	width: 100%;
    	/* height: 75px; */
    	background: rgba(0, 0, 0, 0.45);
    	padding-bottom: 10px;
    }

    .footer-content {
        text-align: center;
        padding-right: 10px;
        padding-top: 10px;
    }
    .footer-content .footer-logo {
        height: 100px;
        width: auto;
        margin: 10px auto;
        display: block;
    }

    .footer-content a.espace {
        display: inline-block;
        position: relative;
        width: 273px;
        top: auto;
        left: auto;
        right: auto;
        margin: 10px auto;
    }
    /*#sidr{
    display: block;
  }*/

  .form-container {
    width: 90%;
    margin-top: auto;
    margin-bottom: auto;
    margin: auto;
  }
  .home-search-holder {
	max-width: 100%;
	margin: auto;
	text-align: center;
}
}


/*
* responsive - 1024px
*/

@media screen and (max-width: 63.9em) {
    .main-content {
        margin: 150px 15px 0px;
        height: auto;
        overflow: visible;
    }

    .col-content {
        min-height: auto;
    }

    .inner-list-container {
        padding: 50px 25px 0 25px;
        min-height: auto;
    }

    .accueil-img {
        text-align: center;
        padding: 120px 20px 5px 20px !important;
        box-sizing: border-box;
    }
}

#genericForm_forms_flash .close{
    display: none!important;
}