body{
    font-family: Lato, sans-serif;
}
.button, h1 {
    text-transform: uppercase;
}
.button, h1.big, h2, select {
    line-height: 1;
}
.button, h1, h2, h3, select {
    font-family: Lato, sans-serif;
}
.col-2, .col-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download-cabinet img, .download-cabinet p, footer>div .col-4 li .download img {
    vertical-align: middle;
}
#menu-menu-principal>li .sub-menu li, #menu-menu-principal>li a, .avocat-bottom-list ul li img, .list-avocat ul li div, .list-avocat ul li img, .list-programme>ul>li>a.parent, .list-programme>ul>li>ul, .tag-area li, .tag-content>div {
    transition: all .2s ease-in-out;
}
.float-right, .formation .has-sidebar .links a, .formation .slide>div>div .list-avocat ul {
    float: right;
}
.form-newletter button, .tag-area li {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
h1 {
    font-weight: 300;
    font-size: 3.57em;
}
h1.big, h1.inside, h2, h3, .blog>div .single h1{
    font-weight: 700;
}
h1.inside {
    font-size: 2.14em;
    text-transform: initial;
    font-weight: 400;
}
h1.big {
    font-size: 3.85em;
}
h2, .pre-title, .titleh2{
    font-size: 2.14em;
    padding-bottom: 20px;
    position: relative;
    font-weight: 400;
}
.pre-title{
    display: flex;
}
h2.inside, h3, .titleh2 {
    font-size: 1.57em;
}
h2:after, .pre-title:after{
    content: "";
    width: 50px;
    height: 3px;
    background: #c9b79a;
    position: absolute;
    bottom: -3px;
    left: 0;
}
h2.inside {
    color: #1f1f1f;
}
h2.inside:after {
    background: #8e261d;
}
.content-with-author h2{
    margin-top:  30px;
}
a.yellow-line, select {
    background-repeat: no-repeat;
}
h3 {
    color: #c9b79a;
}
article.blog{
    background-color: white;
}
select {
    background-image: url(../img/select.png);
    background-position: 170px;
    width: 203px;
    padding: 15.5px 12px;
    background-color: #f9f9f9;
    color: #cab89b;
    -webkit-appearance: none;
    outline: 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #cab89b;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    font-size: 1.2em;
}
.button, .date {
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
}
p.red {
    color: #8e261d!important;
    font-weight: 400!important;
}
p.yellow {
    color: #c9b79a!important;
    font-weight: 600;
}
textarea {
    resize: none;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}
textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
a.yellow-line {
    color: #c9b79a;
    font-weight: 700;
    padding-left: 27px;
    background-image: url(../img/yellow-line.png);
    background-position: 0 center;
}
.bg-linear-gradient-3 {
    background: -moz-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(25%, transparent), color-stop(50%, #000), color-stop(80%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -o-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -ms-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: linear-gradient(to right, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
}
#map {
    width: 100%;
    height: 280px;
}
.verticle-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button {
    border: 0;
    font-size: .78em;
    font-weight: 400;
    color: #fff;
    padding: 15px 26px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .5) 0, #000 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, #000));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .5) 0, #000 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .5) 0, #000 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .5) 0, #000 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .5) 0, #000 100%);
    display: inline-block;
    border-radius: 3px;
    /*-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);*/
}
.search-formation .red, .search-formation .yellow {
    font-weight: 700;
}
.button.red {
    background: #8f271e;
    border-radius: 0;
}
.search-formation {
    /* background: url(../img/search-formation.png) no-repeat #fff; */
    height: 120px;
    padding-left: 15px;
}
.search-formation .yellow {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #c9b79a;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);*/
    margin: 23px 0 12px;
}
.search-formation .red {
    font-size: 1.2em;
    margin: 10px 0;
    color: #8e261d;
}
.search-formation .small {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #1f1f1f;
    margin-bottom: 17px;
}
.yellow-border {
    border: 1px solid #cab89b;
    padding: 50px 35px 40px;
    position: relative;
}
.yellow-border legend.title {
    font-family: Lato, sans-serif;
    font-size: 1.57em;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
}
.yellow-border legend.title:after {
    content: "";
    width: 40%;
    height: 3px;
    background: #c9b79a;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.yellow-border legend.button {
    font-size: 1.28em;
    color: #cab89b;
    border-radius: 0;
    box-shadow: none;
    text-transform: none;
    display: block;
}
.date, .date p {
    border-radius: 3px;
}
.col-2, .col-3, .col-4, .has-sidebar, .tag-area, .tag-content, .title-content {
    display: flex;
    display: -webkit-flex;
}
.date {
    font-family: Lato, sans-serif;
    color: #c9b79a;
    font-size: 1.49em;
    font-weight: 700;
    background: #c9b79a;
    /*-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);*/
}
.block-black>div p, .tag-area li {
    font-family: Lato, sans-serif;
}
.date p {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, #000 0, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .75) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, .75) 100%);
    padding: 10px;
}
.col-2>li {
    width: 50%}
.col-4>li {
    width: 25%}
.col-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-3>li {
    width: 33.33%}
.has-sidebar, .slide>div {
    width: 1100px;
    position: relative;
}
.slide {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.slide>div {
    margin: auto;
    padding: 90px 0;
}
.edit-area h3 {
    margin-top: 40px;
}
.edit-area p {
    margin-top: 20px;
    line-height: 1.6;
}
.has-sidebar {
    margin: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.has-sidebar .sidebar {
    -webkit-flex-basis: 320px;
    flex-basis: 320px;
}
.has-sidebar>div:nth-child(1) {
    -webkit-flex: 1;
    flex: 1;
    padding-right: 50px;
}
.sidebar {
    width: 320px;
}
.sidebar p {
    color: #686868;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.6;
}
.sidebar p.title {
    color: #8e261d;
    font-weight: 400;
}
.sidebar p+p {
    margin-top: 5px;
}
.sidebar .button {
    margin-top: 15px;
}
.sidebar div+div {
    margin-top: 20px;
}
.sidebar>div+div {
    margin-top: 60px;
}
.sidebar b {
    color: #1f1f1f;
    font-weight: 400;
}
.content-area li, .return {
    font-weight: 400;
    font-size: .85em;
}
.return {
    position: absolute;
    top: 17px;
    left: 0;
    background: url(../img/return.png) left top no-repeat;
    padding-left: 30px;
    line-height: 21px;
    color: #cab89b;
}
.content-area {
    /*padding-right: 70px;*/
}
.content-area h2 {
    margin-top: 30px;
}
.content-area h2:nth-child(1) {
    margin-top: 0;
}
.content-area p {
    color: #1f1f1f;
}
.content-area li {
    line-height: 1.6;
    color: #1f1f1f;
    padding-left: 20px;
    background-image: url(../img/yellow-circle.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
}
.content-area ul+p {
    margin-top: 20px;
}
.content-area p+ul {
    margin-top: 5px;
}
.content-area p+p {
    margin-top: 20px;
}
.title-content>div:nth-child(1) {
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
    margin-right: 50px;
}
.title-content>div:nth-child(1) img {
    width: 100%}
.title-content>div:nth-child(2) h1 {
    font-size: 2.14em;
    font-weight: 700;
    margin-bottom: 30px;
}
.title-content>div:nth-child(2) h2 {
    color: #c9b79a;
    font-size: 1.57em;
    margin-bottom: 25px;
}
.title-content>div:nth-child(2) p {
    color: #686868;
}
.title-content>div:nth-child(2) img {
    margin-top: 40px;
}
.contact-form ul {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 77.5px;
}
.contact-form ul li:nth-child(1) {
    -webkit-flex-basis: 47%;
    flex-basis: 47%;
}
.contact-form ul li:nth-child(2) {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.contact-form ul input, .contact-form ul textarea {
    width: 100%;
    background: #f2f2f2;
    border: 0;
    box-sizing: border-box;
    font-weight: 300;
    color: #999;
}
.contact-form ul input {
    height: 40px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.contact-form ul div { 
    position: relative; 
}
.contact-form ul div+div {
    margin-top: 10px;
}
.contact-form ul label.error { 
    font-size: 0.8em;
    color: #fff;
    background: #8e261d;
    padding: 8px;
    position: absolute;
    bottom: 6px;
    right: 5px;
    border-radius: 3px; 
}
.contact-form ul textarea {
    height: 190px;
}
.contact-form ul input.person {
    background-image: url(../img/form/person-red.png);
}
.contact-form ul input.mail {
    background-image: url(../img/form/mail-red.png);
}
.contact-form ul input.company {
    background-image: url(../img/form/company-red.png);
}
.contact-form button {
    margin-top: 66px;
    padding: 10px 60px;
}
.tag-area li {
    font-size: 1.28em;
    color: #cab89b;
    text-transform: none;
    border-radius: 0;
    margin: 0 4px;
    opacity: .5;
}
.tag-area li.active {
    opacity: 1;
}
.tag-content>div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    z-index: -1;
    display: none;
}
.tag-content>div.active {
    z-index: 0;
    display: inline-block;
}
.tag-content>div.active ul {
    max-width:708px;
}
.tag-content>div.active ul li{
    width: 100%;
}
.yellow-block-after-list ul {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #cab89b;
}
.yellow-block-after-list ul li:nth-child(1) {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 17px;
}
.yellow-block-after-list ul li:nth-child(1) p {
    font-size: .9em;
    font-weight: 300;
    color: #1f1f1f;
}
.yellow-block-after-list ul li:nth-child(1) p.red {
    font-weight: 700!important;
    font-size: 1.14em;
    margin-bottom: 5px;
}
.yellow-block-after-list ul li:nth-child(2) {
    -webkit-flex-basis: 132px;
    flex-basis: 132px;
    box-sizing: border-box;
    background: #c9b79a;
    padding: 30px 35px 30px 40px;
    color: #fff;
    line-height: 1.6;
    position: relative;
}
.yellow-block-after-list ul li:nth-child(2):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63px 0 63px 19px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.yellow-block-after-list ul+ul {
    margin-top: 30px;
}
.block-black {
    box-sizing: border-box;
    background: #1f1f1f;
    padding: 25px 30px;
    color: #fff;
}
.block-black+.block-black {
    margin-top: 20px;
}
.block-black p.yellow {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.block-black>div {
    position: relative;
    padding-left: 95px;
    padding-top: 10px;
    min-height: 76px;
}
.block-black>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.block-black>div>div img {
    width: 100%;
    height: auto;
}
.block-black>div p {
    font-size: .78em;
    font-weight: 700;
    line-height: 1.6;
}
.block-black>div p:nth-child(3) {
    color: #c9b79a;
    font-weight: 300;
    font-family: Lato, sans-serif;
    font-size: .7em;
    margin-bottom: 5px;
}
.activity .slide .col-3 li, .avocat .slide>div>div div p.subtitle, .avocat .slide>div>div div p.title, .content-with-author>div:nth-child(2) h4, .download-cabinet p span, .formation .slide>div>div>div:nth-child(1) ul li, .list-avocat ul li div p.title {
    font-family: Lato, sans-serif;
}
.content-with-author strong {
    font-weight:700;
}
.content-with-author img.aligncenter {
    display:block;
    margin:24px auto;
}
.content-with-author img.alignright {
    float:right;
    margin:0 0 24px 24px;
}
.content-with-author img.alignleft {
    float:left;
    margin:0 24px 24px 0;
}
.list-avocat {
    width: 1100px;
    margin: auto;
    border-top: solid 1px #666;
    padding: 60px 0 0;
}
.list-avocat ul {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-avocat ul li {
    width: 190px;
    height: 285px;
    margin-top: 60px;
    margin-left: 37.5px;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    position: relative;
}
.list-avocat ul li img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.list-avocat ul li div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: 100%;
    padding: 15px 12px 10px;
    min-height: 85px;
    box-sizing:border-box;
}
.list-avocat ul li div p {
    font-weight: 300;
    font-size: .85em;
    color: #c9b79a;
}
.list-avocat ul li div p b {
    color: #fff;
}
.list-avocat ul li div p.title {
    font-weight: 700;
    color: #fff;
}
.list-avocat ul li:nth-child(5n+1) {
    margin-left: 0;
}
.list-avocat ul li:hover img {
    -webkit-filter: none;
    filter: none;
}
.list-avocat ul li:hover div {
    padding-bottom: 48px;
}
.error-404 .slide {
    background-image: url(../img/bg-404.jpg);
}
.error-404 .slide>div {
    padding: 200px 0 230px;
}
.error-404 .slide>div h1 {
    text-transform: none;
    font-weight: 700;
    width: 590px;
    margin-bottom: 40px;
}
#menu-menu-principal>li a, .blog>div>div .sidebar .rubrique, .home .col-4 {
    text-transform: uppercase;
}
.error-404 .slide>div p {
    font-size: 1.6em;
    line-height: 1.6;
    width: 590px;
}
.mentions .edit-area {
    width: 1100px;
    margin: auto;
    padding: 60px 0 100px;
    border-top: solid 1px #666;
}
.mentions .edit-area p+p {
    margin-top: 0;
}
.mentions .edit-area h2 {
    font-size: 2.14em;
    font-weight: 700;
}
.activity {
    padding-bottom: 100px;
}
.activity .slide {
    background-image: url(../img/bg-cabinet.jpg);
    background-position: center center;
}
.activity .slide .col-3 {
    text-align: center;
}
.activity .slide .col-3 li {
    margin-top: 50px;
    font-weight: 700;
}
.activity .slide .col-3 li img {
    display: block;
    margin: auto;
}
.activity .slide .col-3 li p {
    margin-top: 20px;
    display: inline-block;
    border-bottom: solid 3px transparent;
    line-height: 1.6;
    transition: all .2s ease-in-out;
}
.avocat .slide>div>div, .avocat-bottom-list ul, .blog>div .single .links-area ul, .blog>div>div fieldset .tag-content>div>ul>li>div:last-child ul, .content-with-author {
    display: flex;
    display: -webkit-flex;
}
.activity .slide .col-3 li:nth-child(1), .activity .slide .col-3 li:nth-child(2), .activity .slide .col-3 li:nth-child(3) {
    margin-top: 0;
}
.activity .slide .col-3 li:hover p {
    border-color: #c9b79a;
    color: #c9b79a;
}
.activity .slide h1 {
    margin-bottom: 35px;
}
.activity .slide p.inside {
    width: 500px;
    line-height: 1.6;
    text-align: justify;
}
.activity .has-sidebar {
    width: 1100px;
    margin: auto;
    padding-top: 70px;
}
.activity .has-sidebar h2 {
    margin-bottom: 30px;
}
.activity .has-sidebar .col-3 li {
    font-weight: 300;
    color: #686868;
    padding: 10px 10px 10px 0;
    line-height: 1.4;
    box-sizing: border-box;
}
.activity .has-sidebar .col-3 li:nth-child(1), .activity .has-sidebar .col-3 li:nth-child(2), .activity .has-sidebar .col-3 li:nth-child(3) {
    padding-top: 0;
}
.activity .has-sidebar .sidebar li+li {
    margin-top: 60px;
}
.bg-avocat {
  /*  position: absolute;
    width: 100%;
    max-height: 100%;
    z-index: 0;
    top: -300px;
    left: -150px;
    -webkit-filter: blur(10px);
    filter: blur(10px);*/
    position: absolute;
    width: 500px;
    z-index: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    left: 24%;
    transform: translateX(-50%);
    height: auto;
}
.bg-avocat.right {
    width: 400px;
    right: -100px;
    left: auto;
    top: -20px;
    -webkit-filter: none;
    filter: none;
    opacity: .6;
}
.avocat-bottom-list {
    width: 1100px;
    margin: auto;
    padding-top: 80px;
}
.avocat-bottom-list ul {
    margin-top: 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.avocat-bottom-list ul li {
    width: 60px;
    height: 85px;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    transition: all .2s ease-in-out;
}
.avocat-bottom-list ul li img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: auto;
}
.avocat-bottom-list ul li.active,
.avocat-bottom-list ul li:hover {
    width: 93px;
    height: 135px;
    border: 3px solid #8e261d;
}
.avocat-bottom-list ul li.active img, .avocat-bottom-list ul li:hover img {
    -webkit-filter: none;
    filter: none;
}
.avocat {
    padding-bottom: 120px;
}
.avocat .slide {
    background: #000;
    overflow: hidden;
}
.avocat .slide>div {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.avocat .slide>div>div {
    position: relative;
    z-index: 1;
    background: -moz-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(25%, transparent), color-stop(50%, #000), color-stop(80%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -o-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: -ms-linear-gradient(left, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    background: linear-gradient(to right, #000 0, transparent 25%, #000 50%, #000 80%, transparent 100%);
    padding: 60px 0 40px;
}
.avocat .slide>div>div div:nth-child(1) {
    width: 390px;
}
.avocat .slide>div>div div+div {
    margin-left: 50px;
}
.avocat .slide>div>div div p {
    text-align: justify;
}
.avocat .slide>div>div div p.subtitle {
    font-size: 1.5em;
    margin: 12px 0;
}
.avocat .slide>div>div div li {
    padding-left: 40px;
    width: 350px;
    margin-top: 10px;
    line-height: 1.4;
}
.avocat .slide>div>div div img.avocat-image {
    width: 190px;
}
.avocat .slide>div>div div p.title {
    font-size: 1.28em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 23px;
}
.avocat .slide>div>div div p.linked-in,
.avocat .slide>div>div div p.mail,
.avocat .slide>div>div div p.tel,
.avocat .slide>div>div div p.distinction
{
    padding-left: 24px;
    font-size: .85em;
    line-height: 22px;
    background-repeat: no-repeat;
    margin-top: 5px;
    background-position: 0 center;
}
.avocat .slide>div>div div p.tel {
    background-image: url(../img/contact/tel.png);
}
.avocat .slide>div>div div p.mail {
    background-image: url(../img/contact/mail.png);
}
.avocat .slide>div>div div p.linked-in {
    background-image: url(../img/contact/linked-in.png);
}

.avocat .slide>div>div div p.distinction
{
    padding-left: 0;
    line-height: 16px;
}

.avocat .slide>div>div>div:last-child {
    padding-top: 100px;
}
.avocat .slide>div>div>div:last-child p {
    color: #cab89b;
    font-size: .78em;
    font-weight: 300;
}
.avocat .slide>div>div>div:last-child p b {
    font-weight: 700;
}
.avocat .slide>div>div>div:last-child p.title-next {
    font-size: 1.28em;
    font-weight: 600;
    margin: 10px 0 5px;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.avocat .has-sidebar {
    padding-top: 80px;
}
.avocat .has-sidebar li {
    line-height: 1.6;
    font-weight: 300;
    padding-left: 20px;
    background-image: url(../img/yellow-circle.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
    font-size: .92em;
    color: #1f1f1f;
}
.avocat .has-sidebar li p {
    font-size: 1em;
}
.avocat .has-sidebar li+li {
    margin-top: 24px;
}
.avocat .has-sidebar .sidebar {
    -webkit-flex-basis: 380px;
    flex-basis: 380px;
}
.avocat .yellow-border {
    padding-top: 40px;
}
.content-with-author aside {
    -webkit-flex-basis: 270px;
    flex-basis: 270px;
    margin-right: 45px;
}
.content-with-author .article-content:before {
    content: "";
    width: 40%;
    height: 1px;
    background: #c9b79a;
    position: absolute;
    top: 0;
    left: 0;
}
.content-with-author .article-content {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    padding: 0 0 170px;
}
.content-with-author .article-content li, .content-with-author .article-content p {
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
}
.content-with-author .article-content h4 {
    font-weight: 700;
    font-size: 1.57em;
    margin-top: 30px;
}
.content-with-author .article-content li {
    position: relative;
    padding-left: 10px;
}
.content-with-author .article-content li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}
.blog>div>div {
    padding: 75px 0 124px;
    border-top: solid 1px #666;
}
.blog>div>div fieldset {
    padding: 70px 10px 20px;
}
.blog>div>div fieldset .tag-area {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 27px;
}
.blog>div>div fieldset .tag-area li {
    width: 194px;
    text-align: center;
    padding: 10px 0;
}
.blog>div>div fieldset .tag-content>div>ul>li {
    padding: 45px 32px;
    border-top: solid 1px #b3b3b3;
    position: relative;
}
.blog>div>div fieldset .tag-content>div>ul>li p {
    line-height: 1.6;
}
.blog>div>div fieldset .tag-content>div>ul>li p.red {
    font-weight: 700!important;
    font-size: 1.14em;
}
.blog>div>div fieldset .tag-content>div>ul>li div.content {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 90px;
}
.blog>div>div fieldset .tag-content>div>ul>li .date {
    width: 42px;
    position: absolute;
    top: 45px;
    left: -31px;
}
.download:before, footer>ul p.title:after {
    content: "";
    left: 0;
}
.blog>div>div fieldset .tag-content>div>ul>li>div:last-child {
    margin-top: 65px;
    width: 60%}
.blog>div>div fieldset .tag-content>div>ul>li>div:last-child ul:nth-child(1) {
    padding-bottom: 25px;
    border-bottom: solid 1px #c9b79a;
}
.blog>div>div fieldset .tag-content>div>ul>li>div:last-child ul:nth-child(1) li {
    width: 50%}
.blog>div>div fieldset .tag-content>div>ul>li>div:last-child ul:nth-child(2) {
    padding-top: 18px;
}
.blog>div>div fieldset .tag-content>div>ul>li>div:last-child ul:nth-child(2) li+li {
    margin-left: 40px;
}
.blog>div>div fieldset .yellow-block-after-list {
    margin: -40px 0 40px;
}
.blog>div>div .sidebar {
    line-height: 1.6;
}
.blog>div>div .sidebar h2 {
    margin-bottom: 30px;
}
.blog>div>div .sidebar p {
    color: #1f1f1f;
}
.blog>div>div .sidebar p.subtitle {
    color: #666;
    margin-bottom: 20px;
}
.blog>div .single {
    width: 1100px;
    margin: auto;
    position: relative;
}
.blog>div .single h1 {
    color: #8e261d;
    margin: 30px 0 25px;
    font-size: 2.14em;
}
.blog>div .single .links-area {
    border-top: solid 1px #b3b3b3;
    margin-bottom: 37px;
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.blog>div .single .links-area ul:nth-child(1) li {
    color: #c9b79a;
    font-weight: 600;
}
.blog>div .single .links-area ul:nth-child(1) li+li {
    margin-left: 50px;
}
.blog>div .single .links-area ul:nth-child(2) li+li {
    margin-left: 10px;
}
.download-cabinet {
    display: block;
}
.download-cabinet img {
    margin-right: 15px;
}
.download-cabinet p {
    display: inline-block;
    color: #c9b79a;
    font-size: .85em;
    margin-top: 0!important;
}
.download-cabinet p span {
    display: block;
    font-size: 1.33em;
    font-weight: 700;
}
.list-image-block li {
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.list-image-block li>div:nth-child(1) {
    -webkit-flex-basis: 165px;
    flex-basis: 165px;
    margin-right: 20px;
}
.list-image-block li>div:nth-child(1) a {
    width: 165px;
    height: 132px;
    text-align: center;
    background: #fff;
    display: block;
}
.list-image-block li>div:nth-child(2) {
    -webkit-flex-basis: 520px;
    flex-basis: 520px;
    width: 520px;
    line-height: 1.6;
}
.list-documents .head {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.list-documents .col-4>li {
    width: 222.5px;
    height: 315px;
    margin-left: 70px;
    text-align: center;
    margin-top: 60px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .75);
}
.list-documents .col-4>li>div:nth-child(1) {
    height: 175px;
}
.list-documents .col-4>li>div:nth-child(1) > a {
    display: block;
    width: 100%;
    height: 100%;
}
.list-documents .col-4>li>div:nth-child(1) > a img {
    max-width: 100%;
    max-height: 100%;
}
.list-documents .col-4>li>div:nth-child(2) {
    background: #9d8e68;
    color: #fff;
    font-weight: 700;
    font-size: 1.14em;
    line-height: 1.6;
    height: 140px;
}
.list-documents .col-4>li>div:nth-child(2)>a {
    display: block;
    padding: 0 10px;
}
.list-documents .col-4>li>div:nth-child(2) .description {
    font-size: .875em;
    font-weight: 400;
    margin-top: 5px;
}
.list-documents .col-4>li:nth-child(4n+1) {
    margin-left: 0;
}
.cabinet {
    padding-bottom: 66px;
}
.cabinet .slide {
    background-image: url(../img/bg-cabinet.jpg);
}
.cabinet .slide .edit-area {
    width: 750px;
}
.cabinet .slide .edit-area .download-cabinet {
    margin-top: 50px;
}
.cabinet .list-documents {
    width: 1100px;
    margin: auto;
    padding: 30px 0 64px;
}
.cabinet .popin-content {
    display: none;
}
.download, .download p, .social-links a, footer>div .col-4 li .company-info {
    display: inline-block;
}
.contact>div:nth-child(1)>div {
    width: 1100px;
    margin: auto;
    padding: 65px 0;
    border-top: solid 1px #666;
}
.contact>div:nth-child(1)>div h1 {
    margin-bottom: 40px;
}
.contact>div:nth-child(1)>div form {
    text-align: center;
}
.contact>div:nth-child(1)>div form ul {
    padding: 0;
}
.contact>div:nth-child(1)>div form button {
    margin-top: 46px;
}
.contact>div:nth-child(2) {
    border-top: solid 1px #ccc;
}
.contact>div:nth-child(2)>div:first-child {
    padding: 40px 0;
    text-align: center;
    font-size: 1.28em;
    font-weight: 300;
    color: #686868;
    line-height: 1.6;
}
.download {
    width: 210px;
    background: #f2f2f2;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px 15px;
    position: relative;
}
.download p {
    width: 150px;
}
.download:before {
    width: 100%;
    height: 3px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .2) 0, #fff 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, .2)), color-stop(100%, #fff));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .2) 0, #fff 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .2) 0, #fff 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .2) 0, #fff 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, #fff 100%);
    position: absolute;
    top: -3px;
}
.social-links a+a {
    margin-left: 20px;
}
.form-newletter label {
    color: #c9b79a;
    padding-right: 60px;
}
.form-newletter input {
    width: 290px;
    height: 30px;
    border: 0;
    background: #f1f1f1;
    padding-left: 10px;
    border-radius: 3px;
    margin-right: 15px;
    color: #1f1f1f;
}
.form-newletter div {
    display: inline-block;
    position: relative;
}
.form-newletter div label.error {
    position: absolute;
    right: 20px;
    top: 4.5px;
    background: #8e261d;
    color: #fff;
    padding: 5px 8px;
    font-size: 0.8em;
    border-radius: 3px;
}
footer {
    width: 1100px;
    margin: auto;
    position: relative;
    top: -30px;
}
footer>div {
    background: #fff;
    /*-webkit-box-shadow: 0 0 20px 0 #ccc;
    -moz-box-shadow: 0 0 20px 0 #ccc;
    box-shadow: 0 0 20px 0 #ccc;*/
}
footer>div .col-4 p {
    font-size: .92em;
    font-weight: 600;
    color: #686868;
}
footer>div .col-4 li {
    padding: 22px 0 48px;
    text-align: center;
}
footer>div .col-4 li .title {
    margin-bottom: 11px;
    line-height: 38px;
}
footer>div .col-4 li .company-info {
    text-align: left;
}
footer>div .col-4 li .company-info p {
    font-weight: 300;
}
footer>div .col-4 li .company-info .title {
    font-weight: 600;
}
footer>div .col-4 li .search-formation {
    text-align: left;
    width: 210px;
    display: inline-block;
}
footer>div .col-4 li .search-formation .red {
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
}
footer>div .col-4 li .logo {
    width: 210px;
}
footer>div .col-4 li .download {
    margin-top: 45px;
}
footer>div .col-4 li .download p {
    font-size: .6em;
    font-weight: 600;
    color: #686868;
    vertical-align: middle;
}
footer>div>div {
    padding: 20px;
    border-top: solid 1px #cab89b;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer>div>div .button {
    padding: 10px 20px;
}
footer>ul {
    padding: 40px 0 45px;
    color: #999;
}
footer>ul p.title {
    font-weight: 600;
    font-size: .92em;
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    margin-bottom: 30px;
}
footer>ul p.title:after {
    width: 15%;
    height: 3px;
    background: #999;
    position: absolute;
    bottom: -3px;
}
.list-programme p.yellow, .list-programme>ul>li {
    background-color: #f5f5f5;
}
footer>ul p.small {
    font-weight: 400;
    font-style: italic;
    font-size: .8em;
}
footer>ul .col-4 a {
    font-weight: 600;
    font-size: .7em;
    margin-bottom: 10px;
    display: inline-block;
}
.list-programme {
    margin: -40px -35px -20px;
}
.list-programme p.yellow {
    font-size: 1.28em;
    border-bottom: solid 1px #b3b3b3;
    padding: 20px 25px;
}
.list-programme>ul>li>a {
    font-weight: 600;
    font-size: 1.14em;
    color: #686868;
    display: block;
    border-bottom: solid 1px #b3b3b3;
    padding: 12px 25px;
    background-color: #fff;
}
.list-programme>ul>li>a.parent {
    padding-right: 47px;
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: right 27px center;
}
.list-programme>ul>li>h2 {
    display:none;
    padding:15px 25px 15px 35px;
}
.list-programme>ul>li>h2:after {
    display:none;
}
.list-programme>ul>li>ul {
    display: none;
    border-bottom: solid 1px #b3b3b3;
    padding: 0 25px 0 35px;
}
.list-programme>ul>li>ul>li {
    line-height: 1.6;
    background-image: url(../img/yellow-circle.png);
    background-repeat: no-repeat;
    font-weight: 300;
    color: #1f1f1f;
    background-color: #f5f5f5;
    border-bottom: solid 1px #b3b3b3;
    padding: 12px 15px;
    font-size: 1em;
    background-position-y: 19px;
}
.list-programme>ul>li>ul>li ul {
    color: #686868;
}
.list-programme>ul>li>ul>li:last-child {
    border: 0;
}
.list-programme>ul>li.active>a.parent {
    background-image: url(../img/up.png);
}
.list-programme>ul>li.active>ul {
    display: inline-block;
}
.list-programme>ul>li.active>h2 {
    display: block;
}
.formation {
    background: #f9f9f9;
}
.formation .content-area p {
    line-height: 1.6;
    color: #686868;
    font-size: 1em;
    font-weight: 300;
}
.formation .content-area p+p {
    margin-top: 20px;
}
.formation .slide {
    background-image: url(../img/bg-formation.jpg);
}
.formation .slide>div {
    padding: 57px 0;
}
.formation .slide>div>div {
    display: flex;
    display: -webkit-flex;
    align-content: center;
}
.formation .slide>div>div .list-avocat {
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-flex-basis: 417.5px;
    flex-basis: 417.5px;
}
.formation .slide>div>div .list-avocat ul li {
    margin-top: 0;
    margin-bottom:30px;
}

.formation .slide>div>div .list-avocat ul li:nth-child(2n+1) {
    margin-left: 0;
}

.formation .slide>div>div>div:nth-child(1) {
    -webkit-flex: 1;
    flex: 1;
}
.formation .slide>div>div>div:nth-child(1) p {
    font-size: .9em;
    font-weight: 300;
    line-height: 1.6;
    padding-right: 150px;
}
.formation .slide>div>div>div:nth-child(1) p.title {
    font-size: 1.14em;
    margin: 0 0 20px;
}
.formation .slide>div>div>div:nth-child(1) p.small-title {
    font-size: 1em;
    font-weight: 700;
    margin-top: 20px;
}
.formation .slide>div>div>div:nth-child(1) h1 {
    margin-bottom: 20px;
}
.formation .slide>div>div>div:nth-child(1) ul {
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
}
.formation .slide>div>div>div:nth-child(1) ul li {
    border: 1px solid #cab89b;
    padding: 20px;
    font-size: 1.42em;
    font-weight: 700;
    color: #cab89b;
}
.formation .slide>div>div>div:nth-child(1) ul li+li {
    margin-left: 25px;
}
.formation .has-sidebar {
    padding: 50px 0 160px;
    background: #f9f9f9;
}
.formation .has-sidebar .content-area li {
    font-size: 1em;
}
.formation .has-sidebar .content-area li+li {
    margin-top: 20px;
}
.formation .button.red {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 23px 0;
    font-size: 1.85em;
    font-weight: 700;
    margin: 0;
}
.formation .button.red span {
    font-size: .65em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.grall-institute .slide>div>div:nth-child(1) p.subtitle, .grall-institute h2.inside.center, .home .col-4, .tree-list>div {
    font-family: Lato, sans-serif;
}
.formation .has-sidebar .sidebar h2 {
    margin-bottom: 25px;
}
.formation .has-sidebar .links {
    overflow: hidden;
    margin-top: 20px;
}
.formation .has-sidebar .links a+a {
    margin-right: 15px;
}
.formation .has-sidebar .yellow-border {
    background: #fff;
}
#logo {
    margin: 30px 0 40px;
}
#menu-menu-principal {
    position: relative;
}
#menu-menu-principal>li {
    display: inline-block;
}
#menu-menu-principal>li a {
    color: #1f1f1f;
    font-size: .86em;
    padding: 10px 0;
    display: block;
    border-bottom: solid 3px transparent;
}
#menu-menu-principal>li.current-menu-ancestor>a, #menu-menu-principal>li.current-menu-item>a, #menu-menu-principal>li>a:hover {
    border-color: #8e261d;
}
#menu-menu-principal>li .sub-menu {
    position: absolute;
    bottom: -260px;
    left: -10000px;
    width: 1100px;
    height: 260px;
    background: #ccc;
    padding: 18px 12px 29px 0;
    box-sizing: border-box;
    z-index: 3;
}
#menu-menu-principal>li .sub-menu li {
    width: 294px;
    padding-left: 29px;
    /*background: rgba(255, 255, 255, .3);*/
}
#menu-menu-principal>li .sub-menu li+li {
    margin-top: 2px;
}
#menu-menu-principal>li .sub-menu li.current-menu-item, #menu-menu-principal>li .sub-menu li:hover {
    background: rgba(255, 255, 255, .9);
}
#menu-menu-principal>li+li {
    margin-left: 25px;
}
#menu-menu-principal>li:hover .sub-menu {
    left: 0;
    z-index: 50;
}
.small-list li {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    box-sizing: border-box;
    padding: 0 15px;
}
.small-list li p {
    font-size: .78em;
}
.small-list li p+p {
    margin-top: 5px;
}
.small-list li p.title {
    color: #c9b79a;
    font-size: .92em;
    font-weight: 700;
}
section.home {
    background: url(../img/bg-home.jpg) no-repeat #000;
    background-size: cover;
    padding: 60px 0 80px;
    text-align: center;
    color: #fff;
}
section.home>div {
    width: 1100px;
    margin: auto;
}
section.home h1 {
    margin: 60px 0 80px;
    padding: 0 210px;
}
section.home .yellow-border {
    margin-bottom: 60px;
}
section.home .yellow-border li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 50%;
}
section.home .yellow-border li div:nth-child(1) {
    -webkit-flex-basis: 42px;
    flex-basis: 42px;
}
section.home .yellow-border li div {
    display: inline-block;
    vertical-align: middle;
}
section.home .yellow-border li div:nth-child(2) {
    -webkit-flex: 1;
    flex: 1;
    padding: 0 20px;
    text-align: left;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.14em;
    /*max-height: 44px;*/
    text-overflow: ellipsis;
    overflow: hidden;
}
section.home .col-4 {
    font-weight: 700;
    font-size: 1.2em;
}
#scroll-down {
    position: absolute;
    left: 50%;
    bottom: 28px;
    margin-left: -10.5px;
    z-index: 2;
}
.tree-list>div {
    font-size: 1.28em;
    font-weight: 700;
    color: #a61f40;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 60px;
    margin: auto auto 11px;
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
}
.tree-list>div:after, .tree-list>div:before {
    position: absolute;
    content: ""}
.tree-list>div:before {
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 70px;
    background: 0 0;
    top: -11px;
    left: -11px;
}
.tree-list>div:after {
    width: 2px;
    height: 11px;
    background: #fff;
    bottom: -11px;
    left: 50%;
    margin-left: -1px;
}
.tree-list li {
    display: flex;
    display: -webkit-flex;
    padding: 30px 0;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
}
.tree-list li .date-area {
    -webkit-flex-basis: 305px;
    flex-basis: 305px;
    margin-right: 56px;
}
.tree-list li .date-area>div {
    width: 173px;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 28px 13px 28px 65px;
    box-sizing: border-box;
    background-color: transparent;
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    float: right;
    position: relative;
}
.tree-list li .date-area>div:after {
    content: "";
    width: 28px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -1px;
}
.tree-list li .text-area {
    -webkit-flex-basis: 305px;
    flex-basis: 305px;
    text-align: left;
    padding-left: 35px;
    box-sizing: border-box;
    position: relative;
}
.tree-list li .text-area:before, .tree-list li:after {
    content: "";
    background: #fff;
    position: absolute;
}
.tree-list li .text-area p.title {
    font-weight: 700;
    font-size: 1.14em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tree-list li .text-area:before {
    width: 20px;
    height: 4px;
    left: 0;
    top: 10px;
}
.tree-list li:nth-child(2n) {
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.tree-list li:nth-child(2n) .date-area {
    margin-right: 0;
}
.tree-list li:nth-child(2n) .date-area>div {
    float: left;
}
.tree-list li:nth-child(2n) .date-area>div:after {
    right: auto;
    left: -28px;
}
.tree-list li:nth-child(2n) .text-area {
    margin-right: 56px;
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
}
.tree-list li:nth-child(2n) .text-area:before {
    left: auto;
    right: 0;
}
.tree-list li:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    margin-left: -1px;
}
.grall-institute {
    padding-bottom: 70px;
}
.grall-institute h2.inside.center {
    font-size: 2.14em;
    text-align: center;
}
.grall-institute h2.inside.center:after {
    left: 50%;
    margin-left: -25px;
}
.grall-institute .slide {
    background-image: url(../img/bg-institute.jpg) !important;
    position: relative;
}
.grall-institute .slide>div {
    padding: 50px 0 65px;
    display: flex;
    display: -webkit-flex;
    text-align: left !important;
}
.grall-institute .slide>div>div:nth-child(1) {
    -webkit-flex: 1;
    flex: 1;
    padding-top: 65px;
}
.grall-institute .slide>div>div:nth-child(1) h1.inside {
    font-size: 3em;
}
.grall-institute .slide>div>div:nth-child(1) p {
    font-weight: 300;
    font-size: 1.14;
    line-height: 1.6;
    width: 520px;
}
.grall-institute .slide>div>div:nth-child(1) p.subtitle {
    font-size: 1.57em;
}
.grall-institute .slide>div>div:nth-child(1) p.big {
    font-style: italic;
    font-size: 2.85em;
    line-height: 1.4;
    margin: 20px 0;
}
.grall-institute .slide>div>div:nth-child(2) {
    width: 420px;
    -webkit-flex-basis: 420px;
    flex-basis: 420px;
}
.grall-institute .slide>div>div:nth-child(2) form {
    margin-top: 30px;
    overflow: hidden;
}
.grall-institute .slide>div>div:nth-child(2) form button, .grall-institute .slide>div>div:nth-child(2) form input, .grall-institute .slide>div>div:nth-child(2) form textarea {
    display: block;
    width: 100%;
    border: 1px solid #cab89b;
    background-color: transparent;
    box-sizing: border-box;
    margin-top: 15px;
    font-family: Lato, sans-serif;
    font-size: 1.42em;
    color: #cab89b;
}
.grall-institute .slide>div>div:nth-child(2) form input {
    padding-left: 66px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.grall-institute .slide>div>div:nth-child(2) form input.person {
    background-image: url(../img/form/person-yellow.png);
}
.grall-institute .slide>div>div:nth-child(2) form input.mail {
    background-image: url(../img/form/mail-yellow.png);
}
.grall-institute .slide>div>div:nth-child(2) form input.tel {
    background-image: url(../img/form/tel-yellow.png);
}
.grall-institute .slide>div>div:nth-child(2) form textarea {
    padding: 20px;
    height: 150px;
}
.grall-institute .slide>div>div:nth-child(2) form button {
    float: right;
    width: auto;
    padding: 15px 50px;
    cursor: pointer;
}
.grall-institute .slide>div>div:nth-child(2) form div {
    position: relative;
}
.grall-institute .slide>div>div:nth-child(2) form div label.error {
    font-size: 0.8em;
    padding: 15px 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.grall-institute>div:nth-child(2)>div {
    width: 1100px;
    margin: auto;
    padding: 110px 0 90px;
}
.grall-institute>div:nth-child(2)>div h2.inside {
    font-size: 2.14em;
    margin-bottom: 40px;
}
.grall-institute>div:nth-child(2)>div .image-bg {
    background-image: url(../img/institute-1.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 435px;
    min-height: 325px;
}
.grall-institute>div:nth-child(2)>div .image-bg p {
    color: #1f1f1f;
    line-height: 1.6;
}
.grall-institute>div:nth-child(2)>div .image-bg p b {
    font-weight: 900;
}
.grall-institute>div:nth-child(2)>div .image-bg p+p {
    margin-top: 20px;
}
.grall-institute>div:nth-child(2)>div .button.red {
    font-size: 1.78em;
    border-radius: 10px;
    padding: 25px 60px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.grall-institute>div:nth-child(2)>div .button.red span {
    font-size: .68em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.grall-institute>div:nth-child(1) {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-tree.jpg);
    background-position: center;
}
.grall-institute>div:nth-child(1)>div {
    width: 1100px;
    margin: auto;
    padding-top: 70px;
    color: #fff;
    text-align: center;
}
.grall-institute>div:nth-child(1)>div h2.inside {
    color: #fff;
    font-size: 2.14em;
    margin-bottom: 56px;
}
.grall-institute>div:nth-child(1)>div h2.inside:after {
    background: #fff;
    left: 50%;
    margin-left: -25px;
}
.grall-institute>div:nth-child(4)>div {
    width: 1100px;
    margin: auto;
    padding: 82px 0 95px;
    text-align: center;
}
.grall-institute>div:nth-child(4)>div h2 {
    margin-bottom: 45px;
}
.grall-institute>div:nth-child(4)>div p {
    font-weight: 300;
    font-style: italic;
    font-size: 1.5em;
    color: #666;
    width: 780px;
    margin: 25px auto 0;
}
.grall-institute>div:nth-child(4)>div img {
    margin: 60px 0;
}
.grall-institute>div:nth-child(3) {
    background: rgba(0, 0, 0, .1);
}
.grall-institute>div:nth-child(3)>div {
    width: 1100px;
    margin: auto;
    padding: 63px 0 84px;
}
.grall-institute>div:nth-child(3)>div ul {
    margin-top: 130px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grall-institute>div:nth-child(3)>div ul li {
    width: 50%;
    font-weight: 300;
    font-size: 1.5em;
    color: #1f1f1f;
    background-repeat: no-repeat;
    min-height: 220px;
    box-sizing: border-box;
}
.grall-institute>div:nth-child(3)>div ul li:first-child {
    background-image: url(../img/number-1.png);
    padding-left: 52px;
}
.grall-institute>div:nth-child(3)>div ul li:nth-child(2) {
    background-image: url(../img/number-2.png);
    background-position-y: center;
    background-position-x: 60px;
    padding: 60px 0 0 150px;
}
.grall-institute>div:nth-child(3)>div ul li:last-child {
    width: 100%;
    background-image: url(../img/number-3.png);
    background-position-x: 165px;
    padding: 50px 150px 0 240px;
}
/*.grall-institute>div:nth-child(5)>div {
    width: 1100px;
    margin: auto;
    padding: 100px 0;
    text-align: center;
}
.grall-institute>div:nth-child(5)>div p {
    margin: 40px auto 100px;
    font-size: 1.5em;
    font-weight: 300;
    color: #686868;
}
.grall-institute>div:nth-child(5)>div p.message-good {
    color: #fff;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    margin: 20px auto;
    width: 917px;
}*/
.international .slide {
    background-image: url(../img/bg-international.jpg);
}
.international .slide>div {
    padding: 60px 0 150px;
}
.international .slide>div h1 {
    margin-bottom: 60px;
}
.international .slide>div img {
    width: 240px;
}
.international .slide>div .title-content>div:nth-child(1) {
    -webkit-flex-basis: 500px;
    flex-basis: 500px;
}
.international .slide>div .title-content>div:nth-child(2) p {
    color: #fff;
}
.international .slide>div .title-content>div:nth-child(2) p+p {
    margin-top: 20px;
}
.popin-content {
    padding: 80px 70px;
}
.popinskin .fancybox-skin .fancybox-close, .popinskin-devices .fancybox-skin .fancybox-close {
    top: 20px;
    right: 20px;
    background: url(../img/close.png) center no-repeat;
}
body, html {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    background: #f5f5f5;
}
body header, html header {
    background: #fff;
}
body header>div, html header>div {
    width: 1100px;
    margin: auto;
    position: relative;
}
body header>div .search-formation, html header>div .search-formation {
    position: absolute;
    right: 0;
    top: 22px;
}
body section, html section {
    background-color: #fff;
}
.sub-menu {
  overflow: hidden;
}
.show-area {
  position: absolute;
  left: 300px;
  top: 0;
  width: 750px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 18px 40px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.show-area > div:nth-child(1) {
  -webkit-flex-basis: 480px;
  flex-basis: 480px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border: solid 3px #cab89b;
  height: 230px;
  position: relative;
}
.show-area > div:nth-child(1) img {
  margin-bottom: 20px;
}
.show-area > div:nth-child(1) img.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show-area > div:nth-child(1) h2, .show-area > div:nth-child(1) .titleh2{
  color: #fff;
}
.show-area > div:nth-child(1) h2:after, .show-area > div:nth-child(1) .titleh2:after{
  display: none;
}
.show-area > div:nth-child(1) p {
  width: 90%;
  color: #1f1f1f;
  margin: auto;
  line-height: 1.6;
}
.show-area > div:nth-child(1) p span {
  color: #8e261d;
  text-transform: uppercase;
}
.show-area > div:nth-child(2) {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 20px;
}
.show-area > div:nth-child(2) h2.inside, .show-area > div:nth-child(2) .titleh2.inside {
  padding-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.show-area > div:nth-child(2) > div {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.show-area > div:nth-child(2) > div img {
  margin-right: 10px;
}
.show-area > div:nth-child(2) > div p {
  font-size: 0.8em;
  font-weight: 300;
  color: #686868;
  line-height: 1.4;
}
.show-area > div:nth-child(2) > div p span {
  color: #8e261d;
  font-weight: 400;
  text-transform: uppercase;
}
.show-area a.button {
  width: auto !important;
  text-align: center !important;
  color: #fff !important;
  margin-top: 10px;
  display: inline-block !important;
  padding: 10px 20px !important;
  font-size: 0.7em !important;
}
#menu-menu-principal .sub-menu > li:hover .show-area,
#menu-menu-principal .sub-menu > li.current-menu-item .show-area {
    opacity: 1;
    visibility: visible;
}
#menu-menu-principal .sub-menu > li:hover .show-area { z-index: 99; }
#menu-menu-principal>li:hover .sub-menu li:first-child .show-area {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.message-good {
    padding: 10px 15px;
    text-align: left;
    background: #c9b79a;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 1.02em;
    display: none;
    font-weight: 700;
}
#text-special-inside-header {
    display: inline-block;
    color: #666666;
    font-style: italic;
    font-weight: 300;
    font-size: 19px;
    vertical-align: top;
    line-height: 58px;
    padding-top: 30px;
    margin-left: 180px;
}
#newletter-success {
    color: #c9b79a;
    line-height: 32px;
    display: none;
}
.contact .sidebar {
    border-left: solid 1px #ccc;
    padding-top: 112.5px;
    padding-left: 30px;
    box-sizing: border-box;
}
.contact .sidebar p {
    font-size: 1.2em;
}
.contact .sidebar p a {
    color: #8f271e;
}
#area-for-button-register {
    margin-top: 40px;
    display: none;
}
.popin-content .aligncenter{
    margin: 0 auto;
    display: block;
}
.logo-datadock {
  position:absolute;
  right:264px;
  top:32px;
}

.logo-datadock img {
  height:48px;
  width:auto;
}

.logo-datadock-inside img {
  height:48px;
  margin:0 0 12px 0;
  width:auto;
}

.logo-datadock-inside p {
  font-size:0.75em;
}

@media all and (max-width :480px) {
  
  .logo-datadock { display:none; }
  
}

.single .article-content a{
    text-decoration: underline
}
.single .article-content em{
    font-style: italic;
}
.single .wp-block-table{
    border:  1px solid black;
    margin:  20px 0;
    padding:  20px;
}
.single .article-content ol {
    list-style:  initial;
}
.content-with-author .article-content ol li:before{
    display:  none!important;
}