@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Ubuntu:400,400i,500,500i,700,700i&display=swap');

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #343d66;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: initial !important;
    /*background-image: url(/f/af300e321351337bc5147cb13587aa27c6eb86e7/bg-first-bloc.png);
    background-repeat: repeat-x;
    background-position: bottom;*/
    background-color:#fafafa;
}

a,
a:visited {
    color: #98b737;
}

a:hover,
a:focus,
a:active {
    color: #0f1219;
}

p {
    font-size: 16px;
    font-style: normal;
    margin: 0 !important;
    min-height: 20px;
}

b,
strong {
    font-weight: bolder;
    /*color: #98b737;*/
}

main ul {
    /*list-style: none;*/
    margin: 1% 0;
    /*padding: 0;*/
}


h1.main,
h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: left;
    font-weight: 900;
    font-size: 35px;
    margin: 2% 0 2% 0 !important;
    color: #98b737;
}

h1.main::after,
h1::after {
    font-family: 'Ubuntu Condensed', sans-serif;
    content: "";
    background: #98b737;
    width: 50px;
    height: 3px;
    margin: 10px 0 0 0;
    display: block;
}

h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 35px;
    color: #343d66;
    margin: 0 !important;
    position: relative;
    padding: 2% 0;
}

h3 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 22px;
    margin: 2% 0 2% 0 !important;
    color: #98b737;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #343d66;
    margin: 0 0 1% 0 !important;  
}

h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #98b737;
}

h6 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #343d66;
}

main button,
main .button {
    padding: 10px 20px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    background: #98b737 !important;
    color: white !important;
    display: inline-block;
    border-radius: 23px;
}

button:hover,
.button:hover {
    box-shadow: none;
    color: white;
    transition: all 0.4s ease 0s;
}

.spacing {
    padding-top: 10%;
}

/***** STRUCTURE **************************************************************************/
/*******************************************************************************************/

.container {
    max-width: 1145px;
    width: auto !important;
    margin: 0px auto;
    display: flex;
}

/***  COLUMN LEFT  ********************************/
/***  HEADER ********************************/

.return {
    margin: 1% 4%;
    text-align: right;
    border-bottom: 1px solid#ccc;
    padding: 0 0 1% 0;
}

header {
    padding: 7%;
    /*background: #fafafa;*/
    background:#fff;
    text-align: center;
    color: #98b737;
}

header img {
    max-width: 100%;
}

.logo {
    margin: 15px 0px !important;
}

.baseline {
    font-size: 18px;
    color: #656666;
    font-family: 'open sans',sans-serif;
    font-weight: 900;
}

.left-column {
    width: 25%;
    background-color: #98b737;
}

user-logout {
    float: none !important;
}

user-info {
    text-align: center;
    padding: 7px 0 0 0;
    display: block;
}

user-info .picture {
    width: auto !important;
    height: auto !important;
}

user-info .picture .icon {
    font-size: 25px !important;
}

user-info .icon.user.circle::before {
    content: "\f2bd";
    font-size: 25px;
}

/***** MENU LEFT **************************************************************************/
/*******************************************************************************************/

/*** Menu classique ***/

 nav {
    position: relative;
    line-height: initial;
}

/* button */

 nav .arrow {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 100%;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

 nav .arrow::before {
    content: "\f0dd";
    font-family: 'Icons';
}

/***/

 nav .button {
    width: 100%;
    padding: 1em;
    background: #98b737;
    color: white;
    cursor: pointer;
}

 nav .button:before {
    content: "Menu";
}

 nav .button + input {
    width: 100%;
    height: 40px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    margin: 0;
    left: 0;
    top: 0;
}

/**/

 nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    transition: font-size 0.3s 0.2s, color 0.2s;
    background: #98b737;
}

.submenu {
    background: #0baa71;
}

 nav input:checked + ul {
    font-size: 18px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

 nav li:focus > ul {
    font-size: 14px;
    color: #fff;
    transition: font-size 0.3s, color 0.2s 0.3s;
}

 nav li:hover,
 nav li:focus {
    background: #31da9d;
    transition: all 0.4s ease 0s;
}

 nav li {
    list-style-type: none;
    outline: none;
    position: relative;
}

 nav li a,
 nav li .label,
 nav li a:visited {
    padding: 0.5em;
    display: block;
    cursor: pointer;
    color: inherit;
    font-family: 'open sans',sans-serif;
}

 nav li a:hover, 
 nav li a:focus, 
 nav li a:active {
    color: #fff;
}

div[data-id="1439384"],
div[data-id="1431026"],
div[data-id="2153143"]{
	display: none !important;
}

.item-1986416 h1.main {
	display: none;
}

.MonProfil .row:last-child {
	display: none;
}

/*** MENU PRINCIPAL  *******************************************************/

@media screen and (min-width: 800px) {

    /* button */
    
     nav .button {
        display: none;
    }
    
    /***/

    nav ul {
        font-size: 16px;
        color: white;
    }

    nav ul ul {
        font-size: 0;
        color: transparent;
    }
}

/***  COLUMN RIGHT ********************************/

.right-column {
    width: 75%;
    background-color: #ffffff;
}

/***  MAIN ********************************/

main {
    padding: 4%;
}

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

    .container {
        display: initial;
    }

    .left-column {
        width: 100%;
    }

    .right-column {
        width: 100%;
    }
}