/*
Theme Name: Majengo
Theme URI: https://github.com/tidythemes/majengo
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Majengo is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/majengo/issues. Thank you.
Version: 2023.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: majengo

Majengo WordPress Theme © 2011-2019 TidyThemes
Majengo is distributed under the terms of the GNU GPL
*/

/***************************** GLOBAL ****************************/
:root {
    --red: #cc0033;
    --dark-red: #b4002c;
    --light-red: #FDF0F4;
    --blue: #2ea3f2;
	--dark-blue: #5a8eb4;
    --grey: #636363;
    --light-grey: #E4E4E8;
    --dark-grey: #454545;
    --main-background: #FAFAFA;
}
* {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
}
body {
    margin: 0;
    background-color: var(--main-background);
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
    font-weight: normal;
}
h4 {
    font-size: 16px;
    font-weight: bolder;
}
a {
    text-decoration: none;
    color: var(--red);
    font-size: 14px;
}
a:hover {
    cursor: pointer;
    font-weight: bolder;
}
/***************************** GRID ****************************/

.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1em;
}
.col-1 {
    grid-column: span 1;
}
.col-2 {
    grid-column: span 2;
}
.col-3 {
    grid-column: span 3;
}
.col-4 {
    grid-column: span 4;
}
.col-5 {
    grid-column: span 5;
}
.col-6 {
    grid-column: span 6;
}
.col-7 {
    grid-column: span 7;
}
.col-8 {
    grid-column: span 8;
}
.col-9 {
    grid-column: span 9;
}
.col-10 {
    grid-column: span 10;
}
.col-11 {
    grid-column: span 11;
}
.col-12 {
    grid-column: span 12;
}
@media screen and (max-width: 992px) {
    .row {
        display: block;
    }
}

/***************************** UTILS ****************************/

.mt-1 {
    margin-top: 1em;
}
.mt-2 {
    margin-top: 2em;
}
.mb-1 {
    margin-bottom: 1em;
}
.mb-2 {
    margin-bottom: 2em;
}
.inline-block {
    display: inline-block;
}
.page-title {
    color: var(--red);
}
.valign-bottom {
    vertical-align: bottom;
}
.valign-middle {
    vertical-align: middle;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-grey {
    color: var(--grey);
}
.red-separator {
    border-top: 1px solid var(--red);
}
.text-as-link {
    color: var(--red);
}
.text-as-link:hover {
    cursor: pointer;
    font-weight: bolder;
}
.min-font {
    font-size: 14px;
}
.error-message {
    background-color: var(--light-red);
    color: var(--red);
    padding: 14px 16px;
} 
.pull-right {
    float: right;
}
/***************************** INPUTS ****************************/

.input-with-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    color: #636363;
    height: 50px;
}

.input-with-icon {
    flex: 1;
    font-size: 14px;
}

.input-icon, .input-with-icon {
	-webkit-appearance:none;
	margin: 0;
    padding: 0.8em;
    background-color: white;
    border: none;
}

/***************************** BUTTONS ****************************/

.red-btn {
    color: #ffffff;
    border-width: 0;
    font-size: 16px;
    background-color: var(--red);
    padding: 0.3em;
    box-shadow: 0 2px 18px 7px rgba(0,0,0,0.3);
    height: 50px;
    width: 100%;
}
.red-btn:hover {
    background-color: var(--dark-red);
    cursor: pointer;
}
.red-btn.no-shadow {
    box-shadow: none;
}

.white-btn {
    color: #ffffff;
    border: 1px solid white;
    font-size: 16px;
    background-color: transparent;
    padding: 0.3em;
    height: 50px;
    width: 100%;
}
.white-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.grey-disabled-btn {
    color: #ffffff;
    border: none;
    font-size: 16px;
    background-color: var(--light-grey);
    padding: 0.3em;
    height: 50px;
    width: 100%;
}

/***************************** TABLES ****************************/

.maj-table {
    text-align: left;
    width: 100%;
}
.maj-table th.maj-table-th {
    font-size: 14px;
    font-weight: 600;
    padding: 1em 0;
}
.maj-table td.maj-table-td {
    font-size: 14px;
    padding: 1em 0;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
.dataTables_paginate {
    font-size: 14px !important;
}

.paginate_button {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--red) !important;
    font-weight: bolder;
}
table.maj-table tbody tr {
    background-color: transparent;
}
.paginate_button.previous.disabled, .paginate_button.next.disabled {
    display: none;
}

/***************************** MODAL ****************************/

.modal-window {
    display: none;
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window > div {
    width: 80vw;
    position: relative;
    margin: 40px auto;
    padding: 2rem;
    background: #fff;
    color: #444;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
}

.close-modal-btn {
    color: var(--light-grey);
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: -16px;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.close-modal-btn:hover {
    cursor: pointer;
    color: var(--dark-grey);
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.open-modal-btn:hover {
    cursor: pointer;
    font-weight: bolder;
}

/***************************** TOP NAVBAR ****************************/

#logo-container {
	height: 60px;
	margin: 0;
    display: inline-flex;
	align-items: center;
	padding-left: calc(1.875rem * .5);
	padding-right: calc(1.875rem * .5);
}
#logo {
	height: 36px;
	width: 115px;
}
#navbar-web, #navbar-mobile {
	position: sticky;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: var(--main-background);
}
#navbar-mobile {
    margin: 0 auto;
}
#navbar-inner {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
@media (min-width: 576px){
	#navbar-inner {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	#navbar-inner {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	#navbar-inner {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	#navbar-inner {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	#navbar-inner {
		max-width: 1320px;
	}
}
/***************************** WEB MENU ****************************/
#web-menu-container {
    display: inline-flex;
	justify-content: flex-end;
}
#menu-web-menu.menu{
	margin: 0;
	height: 60px;
	display: flex;
	flex-direction: row;
}
#web-menu-container .menu ul {
    list-style: none;
    margin: 0;
}
#web-menu-container .menu li {
	padding: 0 15px;
	display: flex;
	align-items: center;
}
#web-menu-container .menu a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
	font-family: 'Noto Sans KR',sans-serif;
	transition: color 400ms,background-color 400ms;
}
#web-menu-container .menu a:hover {
    color: var(--dark-blue);
    font-weight: 600;
}
#web-menu-container .menu-item-has-children {
	position: relative;
}
#web-menu-container .menu-item-has-children > a::after {
	font-family: "Material Icons";
	content: "\e5cf";
	margin-left: 7px;
	font-weight: 900;
}
/*
#web-menu-container .menu-item-has-children:hover .sub-menu{
	display: inline-block;
}
*/
#web-menu-container .sub-menu {
	position: absolute;
	top: 80px;
	left: 0px;
	opacity: 0;
	background-color: white;
	padding: 20px;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	display: none;
}
#web-menu-container .sub-menu li {
	line-height: 1;
	padding: 8px 0px;
	white-space: nowrap;
}
#web-menu-container .sub-menu li>a:hover {
	color: var(--dark-blue);
}

#web-menu-user-part {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}
#web-menu-user-table {
    display: table; 
    height: 60px; 
    overflow: hidden; 
    background-color: var(--red); 
}
#web-menu-user-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    width: 160px;
}

@media (max-width: 1199px){
	#web-menu-container .menu li {
		padding: 0 10px;
	}
}
/***************************** MOBILE MENU ****************************/
#navbar-mobile {
    display: none;
}
#mobile-menu-icon-container {
    display: flex;
	flex-direction: column;
	justify-content: center;
}
.burger-icon {
    width: 25px;
    cursor: pointer;
}
.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
}
#mobile-menu-close-button {
	width: 25px;
    cursor: pointer;
	padding-right: 15px;
}
#mobile-menu-close-button>span {
	display: block;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
}
#mobile-menu-close-button>span:nth-child(1) {
    transform: translate(0,2px) rotate(-45deg);
}
#mobile-menu-close-button>span:nth-child(2) {
    transform: translate(0,-5px) rotate(45deg);
}

#mobile-menu-container {
    display: none;
    position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 15;
}
#mobile-menu {
	z-index: 16;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 300px;
    background-color: var(--main-background);
}
#blurred-background {
	width: 100%;
	height: 100%;
	backdrop-filter: blur(0.7rem);
    background-color: rgba(20,20,20,0.5);
}

#mobile-menu-header {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}


ul#menu-web-menu-1 {
    list-style: none !important;
    padding: 5% 5% 0 5%;
	
}
ul#menu-web-menu-1 .menu-item:hover > a{
	transition: color 400ms,background-color 400ms;
	color: var(--dark-blue);
}
ul#menu-web-menu-1 .menu-item-has-children > a::after {
	font-family: "Material Icons";
	font-size: 24px;
	content: "\e5cf";
	color: var(--red);
}
ul#menu-web-menu-1 li.menu-item{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 15px;
}
ul#menu-web-menu-1 li.menu-item a{
	font-family: 'Noto Sans KR',sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: black;
    display: flex;
    justify-content: space-between;
}
ul#menu-web-menu-1 ul.sub-menu{
	display: none;
	list-style: none;
	padding-inline-start: 0;
	padding: 10px 0;
}
ul#menu-web-menu-1 ul.sub-menu li{
	padding: 0;
	border-bottom: none;
}
ul#menu-web-menu-1 ul.sub-menu li a{
	font-size: 1rem !important;
	font-weight: lighter;
    line-height: 30px !important;
	color: var(--dark-grey);
}

#mobile-menu-user-part {
    padding: 10px 10% 5% 9.5%;
    color: var(--red);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    #navbar-web {
        display: none;
    }
    #navbar-mobile {
        display: block;
    }
}

/***************************** HEADER ****************************/

#home-header {
    padding: 10%;
    background: var(--dark-blue);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}
#normal-header {
    padding: 5% 10%;
    background-color: var(--dark-blue);
    color: white;
    text-align: center;
}

#home-header h1, #normal-header h1{
    font-size: 35px;
}

#header-inputs-container {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 1fr);
    grid-gap: 1em;
}

#header-button-container {
    padding: 20px 0;
}

/***************************** FOOTER ****************************/

#footer {
    color: white;
}
.black-footer-title {
	font-family: 'Noto Sans KR',sans-serif;
    font-size: 18px;
    font-weight: bolder;
}
.black-footer-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.black-footer-content a {
    color: white;
}
#red-footer {
    background-color: var(--red);
    text-align: center;
    padding: 5% 10%;
}
#red-footer h4 {
    font-size: 25px;
}
#black-footer {
    background-color: #000;
    padding: 60px 0 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#black-footer-container {
	width : 90%;
}
#black-footer-container a{
	font-size: 14px;
	font-weight: 500;
	transition: color 400ms,background-color 400ms;
}
#black-footer-container a:hover{
	color: var(--dark-blue);
}
#black-footer-row{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-bottom: 50px;
}
#black-footer-legal-mentions{
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#black-footer-legal-mentions center{
	font-size: 14px;
}

#red-footer a {
    text-decoration: none;
}
.app-android-img, .app-ios-img {
    width: 200px;
}
.app-android-img {
    margin-right: 1em;
}
@media (max-width: 576px) {
    .app-android-img {
        margin-right: 0;
    }
}

.black-footer-img {
    width: 40px;
    margin-bottom: 1em;
    vertical-align: top;
}
.black-footer-text {
    margin: 0 1em 1em;
}

/***************************** NOS MISSIONS ****************************/

#nos-missions-container {
    padding: 5% 10%;
}

/***************************** RÉSULTATS RECHERCHE ****************************/

#resultats-recherche-container {
    padding: 5% 10%;
}

#search-no-result-container {
    background-color: var(--light-red);
    padding: 20px;
}

/*************************** DÉTAIL OFFRE (Single) ****************************/

#single-container {
    padding: 5% 10%;
}
.single-card {
    background-color: white;
    padding: 20px;
}
.single-title {
    font-weight: bolder;
}
.single-infos-cles-title {
    color: var(--red);
    border-bottom: 1px solid var(--red);
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 8px;
}
.single-infos-cles-subtitle {
    color: var(--grey);
    font-size: 14px;
}
.single-infos-cles-icon {
    color: var(--red);
    vertical-align: bottom;
}
#single-infos-cles-box {
    border: 1px solid var(--light-grey);
    padding: 20px;
}
.single-breadcrumb {
    font-size: 14px;
}
#apply-error-message {
    display: none;
}
#single-infos-for-mail {
   padding: 2em;
}
#single-infos-for-mail div, #single-infos-for-mail strong, #single-infos-for-mail p {
    font-family: Lato, sans-serif !important; 
    text-transform: uppercase; 
    font-size: 14px;
}

/*************************** SHARING ICONS ****************************/

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 4px;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 26px;
  height: 26px;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: var(--red);
  stroke: none
}
.resp-sharing-button__icon--solid:hover,
.resp-sharing-button__icon--solidcircle:hover {
  fill: var(--dark-red);
  stroke: none
}

/*************************** CONNEXION + INSCRIPTION ****************************/

.user-container {
    background-color: var(--light-grey);
    text-align: center;
    padding: 2em 20%;
}
.user-title {
    color: var(--red);
    font-weight: bolder;
}
.user-input {
    border: 1px solid #ddd;
    color: #636363;
    height: 50px;
    font-size: 12px;
    width: 100%;
    text-indent: 16px;
    background: linear-gradient(to right, #3d3d3d 50%, #FFF 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
}
.user-input:hover {
	transition: all 0.5s ease;
    background-position: left bottom;
    color: #fff;
}
.user-input:hover::placeholder {
	color: #fff;
}
.user-btn {
    width: 100%;
}
.user-checkbox-label {
    color: var(--grey);
    font-size: 12px;
}
.user-checkbox {
    margin: 0 8px 0 0;
}

@media screen and (max-width: 992px) {
    #connexion-container-header, 
    #connexion-container-single, 
    #inscription-container-header, 
    #inscription-container-single, 
    #mdp-oublie-container-header, 
    #mdp-oublie-container-single {
        padding: 5%;
    }
}

#connexion-container-header, #connexion-container-single, 
#mdp-oublie-container-header, #mdp-oublie-container-single, 
#connexion-error-message-header, #connexion-error-message-single, 
#inscription-error-message-header, #inscription-error-message-single, 
#mdp-error-message-header, #mdp-error-message-single {
	display: none;
}

#inscription-success-header, #inscription-success-single, 
#mdp-success-header, #mdp-success-single {
    display: none;
    color: var(--blue);
}

.logout-link:hover {
    cursor: pointer;
    font-weight: bolder;
}

