:root {
    --width-content: 1400px;
}

* {
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}

html {
    scroll-behavior: smooth;
    overflow-x:hidden;
    width:100vw;
}

body {
    font-family:"Montserrat";
    background:#fafafa;
    overflow-x:clip;
    font-size:16px;
    line-height:28px;
    font-weight:400;
}

a {
    text-decoration:none;
    color:#3CA0D5;
    transition:0.5s;
    width:max-content;
    max-width:100%;
}

.page-interesant-page a {
    color:#A36298;
}

a:hover {
    color:#1f78a7;
}

a.right {
    text-align:right;
    margin-left:auto;
    margin-right:0;
    display:block;
}

a.with-arrow {
    padding-right:30px;
    position:relative;
    width:max-content;
    max-width:calc(100% - 30px);
    margin-left:auto;
    margin-right:auto;
    display:block;
}

a.with-arrow:after {
    content:"\f0a9";
    font-family:"FontAwesome";
    color:white;
    position:absolute;
    right:0;
    top:50%;
    transform:translate(0,-50%);
    font-size:20px;
}

h1 {
    color: #2F6698;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase; 
    margin-top:30px;
}

h1:first-child {
    margin-top:0;
}

h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: normal; 
    margin-top:30px;
}

h2:first-child {
    margin-top:0;
}

h3 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: normal; 
}

h4 {
    color: #3CA0D5;
    font-size: 18px;
    font-weight: 700;
    line-height: normal; 
    margin-top:30px;
}

h4:first-child {
    margin-top:0;
}

p {
    font-size:16px;
    line-height:28px;
    font-weight:400;
    color:#000;
    margin-top:20px;
}

p:first-child {
    margin-top:0;
}

hr {
    margin-top:15px;
    width:50%;
    border-top:1px solid #ccc;
    border-bottom:none;
}

img.image-alone {
    display:block;
    margin-top:40px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}

img.image-alone:first-child {
    margin-top:0;
}

ol {
    color:#000;
    margin-top:30px;
    list-style: decimal;
    padding-left:60px;
}

ol:first-child {
    margin-top:0;
}

ol li {
    margin-top:30px;
    list-style: decimal;
    padding-left:2px;
}

ol li::marker {
    color: #2F6698;
    font-size: 50px;
    line-height: 60px;
    font-weight:800;
    margin-top:-30px;
}

ol.yellow-list li::marker {
    color: #f1e23e;
}

.page-interesant-page ol li::marker {
    color: #a36096;
}

ol li:first-child {
    margin-top:0;
}

ul {
    color:#000;
    margin-top:30px;
    list-style: disc;
    padding-left:20px;
}

ul:first-child {
    margin-top:0;
}

ul li {
    margin-top:5px;
    list-style: disc;
    padding-left:2px;
}

ul li:first-child {
    margin-top:0;
}

ul.two-columns {
    display:flex;
    flex-wrap:wrap;
}

ul.two-columns li {
    width:calc((100% - 30px) / 2 - 2px);
    margin-right:30px;
}

ul.two-columns li:nth-child(2n) {
    margin-right:0;
}

ul.two-columns li:nth-child(-n + 2) {
    margin-top:0;
}

.menu {
    list-style:none;
    padding-left:0;
}

.menu li {
    margin-top:0;
    list-style:none;
    padding-left:0;
}

input, select {
    border: none;
    box-shadow: 0 0 3px #777777;
    border-radius: 7px;
    padding: 7px 10px;
    width: 200px;
}

a.important {
    background: #2F6698;
    color:#fafafa;
    border:1px solid #2F6698;
    padding:10px 30px;
    display:block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 300% */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition:0.5s;
    margin-top:50px;
    display:block;
    width:max-content;
    max-width:calc(100% - 60px);
    text-decoration:none;
    margin-left:auto;
    margin-right:auto;
}

a.important:hover {
    background: #fafafa;
    color:#2F6698;
}

a.important:first-child {
    margin-top:0;
}

header {
    z-index: 20;
    position: relative;
    width:var(--width-content);
    padding:15px calc((100vw - var(--width-content)) / 2);
    border-bottom:1px solid #dadada;
}

.header {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    align-items:center;
}

.header .logo {
    width:95px;
    position:relative;
}

.header .logo img {
    width:100%;
    display:block;
}

.header .logo a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.header .search-and-menu {
    width:calc(100% - 120px);
    position:relative;
    margin-right:0;
    margin-left:auto;
}

.header .search-and-menu .search-and-language {
    display:flex;
    margin-left:auto;
    margin-right:0;
    width:max-content;
    margin-bottom:15px;
}

.header .search-and-menu .search-and-language .language {
    margin-right:20px;
}

.header .search-and-menu .search-and-language .language select {
    background:white;
    border: none;
    box-shadow: 0 0 3px #777777;
    border-radius: 7px;
    padding: 7px 10px;
    width: max-content;
}

.header .search-and-menu .search-and-language .search {
    width:max-content;
    margin-left:auto;
    margin-right:0;
    position:relative;
}

.header .search-and-menu .search-and-language .search input {
    border:none;
    box-shadow:0 0 3px #777777;
    border-radius:7px;
    padding:7px 10px;
    width:200px;
}

.header .search-and-menu .search-and-language .search::after {
    font-family:"FontAwesome";
    content:"\f002";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
}

.header .search-and-menu .main-menu {
    margin-left:auto;
    margin-right:0;
    width:max-content;
}

.header .search-and-menu .main-menu .menu {
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
}

.header .search-and-menu .main-menu .menu li {
    list-style:none;
    margin-left:30px;
    position:relative;
}

.header .search-and-menu .main-menu .menu li:first-child {
    margin-left:0;
}

.header .search-and-menu .main-menu .menu li.menu-has-children {
    padding-right:25px;
}

.header .search-and-menu .main-menu .menu li.menu-has-children:after {
    content:"\f078";
    font-family:"FontAwesome";
    position:absolute;
    top:19px;
    right:10px;
    transform:translate(0,-50%);
    font-size:10px;
}

.header .search-and-menu .main-menu .menu li a, .header .search-and-menu .main-menu .menu li > span {
    font-weight:500;
    color:black;
    font-size:1rem;
    text-decoration:none;
    padding: 5px 10px;
    display:block;
    cursor:pointer;
    transition:none;
}

.header .search-and-menu .main-menu .menu li.active > a, .header .search-and-menu .main-menu .menu li.active > span {
    color:#3CA0D5;
}

.header .search-and-menu .main-menu .menu li.active:hover > a, .header .search-and-menu .main-menu .menu li.active:hover > span,
.header .search-and-menu .main-menu .menu li:hover ul li.active > a, .header .search-and-menu .main-menu .menu li:hover ul li.active > span {
    color:#013166;
}

.header .search-and-menu .main-menu .menu li:hover {
    background:#3CA0D5;
    color:white;
}

.header .search-and-menu .main-menu .menu li:hover a, .header .search-and-menu .main-menu .menu li:hover > span {
    color:white;
}

.header .search-and-menu .main-menu .menu li ul {
    margin: 0;
    padding: 0;
    padding-top: 0px;
    display: none;
    position: absolute;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    background: #3CA0D5;
    left:0;
    min-width: 100%;
    width:max-content;
    padding-top:0;
    padding-bottom:0;
    max-width: 500px;
}

.header .search-and-menu .main-menu .menu li:hover ul {
    display:block;
}

.header .search-and-menu .main-menu .menu li ul li {
    margin-left:0;   
}

.header .search-and-menu .main-menu .menu li ul li a {
    padding-top:7px;
    padding-bottom:7px;
    font-weight:400;
}

.header .search-and-menu .main-menu .menu a.menu-has-children::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    top: 0;
    position: relative;
    content: url("/images/icons/sort-desc.png");
    transition: all 0.5s;
}

.header .responsive-burger {
    display:none;
    position:absolute;
    top:50%;
    right:5%;
    transform:translate(0,-50%);
    font-size:2rem;
    cursor:pointer;
    color:#312781;
}

.menu-responsive-button {
    background:url("/media/icons/menu.png") no-repeat;
    background-size:contain;
    background-position:center;
    height:30px;
    width:30px;
    border:none;
}

.menu-responsive-button span {
    display:none;
}

footer {
    border-top: 2px solid #3CA0D5; 
    width:100%;
}

footer .top-footer {
    padding:60px calc((100vw - var(--width-content)) / 2);
    width:var(--width-content);
    display:flex;
    flex-wrap:wrap;
}

footer .top-footer > div {
    width:calc(((100% - 95px) - 240px) / 4);
    margin-left:60px;
}

footer .top-footer > div > ul {
    margin-top:6px;
}

footer .top-footer > div > ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    transition:0.3s;
    display: inline;
}

footer .top-footer > div > ul li a:hover {
    color:#3CA0D5;
}

footer .top-footer .logo {
    width:95px;
    margin-left:0;
}

footer .top-footer .logo img {
    width:100%;
    display:block;
}

footer .bottom-footer {
    background:#000;
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-top:15px;
    padding-bottom:15px;
}

footer .bottom-footer a {
    color:#fafafa;
}

/*469px est la largeur de tous les éléments cumulés (éléments de menu et logo arduinnova)*/

footer .bottom-footer .menu {
    display:flex;
    flex-wrap:wrap;
    width:max-content;
    margin-left:0;
    margin-right:calc((100% - 469px) / 4);
    align-items:center;
    padding-left:0;
}

footer .bottom-footer .menu > li {
    margin-left:calc((var(--width-content) - 469px) / 4);
    margin-right:calc((var(--width-content) - 469px) / 4);
}

footer .bottom-footer .menu > li:first-child {
    margin-left:0;
}

footer .bottom-footer .menu > li:last-child {
    margin-right:0;
}

footer .bottom-footer .menu > li a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500; 
    text-decoration:none;
}

footer .bottom-footer .arduinnova {
    width:200px;
    margin-left:calc((100% - 469px) / 4);
    margin-right:0;
    display: flex;
}

footer .bottom-footer .arduinnova img {
    width:100%;
    display:block;
}

.page-content {
    min-height:calc(100vh - 121px);
}

.gototop {
    transition: bottom 0.5s;
}

.gototop .fa-arrow-circle-up {
    color:#3CA0D5;
    background: #FFFFFF;
    border-radius: 100%;
    width: 58px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    font-size: 64px;
}

.not-all-width {
    width:var(--width-content);
    padding-left:calc((100% - var(--width-content)) / 2);
    padding-right:calc((100% - var(--width-content)) / 2);
    padding-top: 70px;
    padding-bottom: 70px;
}

#tinymce .not-all-width {
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
}

.text-image {
    display:flex;
    flex-wrap:wrap;
}

.text-image > div {
    width:calc((100% - 100px) / 2);
    margin-left:auto;
    margin-right:auto;
}

.text-image > div:first-child {
    margin-left:0;
}

.text-image > div:last-child {
    margin-right:0;
}

.text-image .image img {
    width:100%;
    display:block;
}

.text-image .text > a {
    margin-top:20px;
    display:block;
}

.text-image .text > a:first-child {
    margin-top:0;
}

.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center p {
    text-align:center;
}

.text-min {
    width:800px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}

.services {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
    margin-bottom:40px;
}

.services > div {
    width:calc((100% - 180px) / 5 - 60px);
    margin-left:45px;
    margin-top:45px;
    padding:20px 30px;
    background:#3CA0D5;
}

.services > div:nth-child(5n + 1) {
    margin-left:0;
}

.services > div:nth-child(-n + 5) {
    margin-top:0;
}

.services > div .icon {
    border-radius:100%;
    width:90px;
    height:90px;
    position:relative;
    background:white;
    margin-left:auto;
    margin-right:auto;
}

.services > div .icon span {
    color:#3CA0D5;
    font-size:60px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.services > div h4 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.countries {
    padding-top:20px;
    padding-bottom:20px;
    display:flex;
    flex-wrap:wrap;
    border-top:1px solid #E1E1E1;
}

.countries h2 {
    text-align:center;
}

.countries > div {
    padding:40px 20px;
    width:calc(100% / 2 - 40px);
    display:flex;
    flex-wrap:wrap;
}

.countries > div:first-child {
    width:calc(100% / 2 - 40px - 1px);
    border-right:1px solid #E1E1E1;
}

.countries > div .flag {
    width:120px;
}

.countries > div .flag img {
    width:100%;
    display:block;
}

.countries > div .text {
    margin-left:0;
    margin-right:auto;
    width:max-content;
    max-width:calc(100% - 140px);
}

.countries > div .text:last-child {
    margin-left:auto;
}

.bienvenue {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    align-items:center;
}

.bienvenue > h1 {
    width:100%;
    text-align:center;
    margin-bottom:50px;
    color: #000;
    text-transform:none;
    font-weight:600;
    font-size:35px;
}

.bienvenue > h1 > span {
    color:#A36298;
}

.bienvenue .text {
    width:50%;
    margin-left:0;
    margin-right:auto;
}

.bienvenue .text h1 {
    margin-top:0;
}

.bienvenue .text a {
    display:inline;
}

.bienvenue .image {
    width:40%;
    position:relative;
    margin-left:auto;
    margin-right:0;
}

.bienvenue .image img {
    width:100%;
    display:block;
}

.links-page-container {
    padding-top:40px;
    padding-bottom:40px;
    border-top:1px solid #A36298;
}

.links-page {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.links-page .link-page {
    width:calc(100% / 3 - 50px);
    margin-left:25px;
    margin-right:25px;
    position:relative;
}

.links-page .link-page.not-dispo .filter {
    background:rgba(255,255,255,0.7);
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.links-page .link-page.not-dispo .filter::before {
    content:"Prochainement";
    position:absolute;
    top:50%;
    left:0;
    transform:translate(0,-50%);
    text-align:center;
    width:100%;
    height:max-content;
    display:block;
    font-size:0.9rem;
    font-weight:600;
}

.links-page .link-page.not-dispo .filter.nl::before {
    content:"Spoedig";
}

.links-page .link-page img {
    width:100%;
    height:190px;
    object-fit:cover;
    object-position:center;
}

.links-page .link-page .title-page {
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%,50%);
    z-index:1;
    background:white;
    box-shadow:0 0 5px 0 #bbbbbb;
    width:70%;
    text-align:center;
    padding:20px;
}

.links-page .link-page .title-page > a {
    display:none;
    font-size:1rem;
    color:black;
    text-decoration:none;
}

.links-page .link-page .title-page h3 {
    font-size:1.4rem;
    line-height:1.8rem;
    font-weight:400;
}

.links-page .link-page .title-page h3 a {
    color:#013166;
    text-decoration:none;
    font-weight:400;
}

.links-page .link-page .title-page:hover h3 {
    color:#A36298;
    font-weight:600;
}

.links-page .link-page .title-page:hover h3 a {
    color:#A36298;
    font-weight:600;
}

.links-page .link-page.not-dispo .title-page:hover h3 {
    color:#013166;
    font-weight:400;
}

.links-page .link-page .title-page:hover > a {
    display:inline;
}

.links-page .link-page:hover .title-page h3 {
    color:#A36298;
    font-weight:600;
}

.links-page .link-page.not-dispo:hover .title-page h3 {
    color:#013166;
    font-weight:400;
}

.links-page .link-page:hover .title-page > a {
    display:inline;
}

.text-image-2 {
    display:flex;
    flex-wrap:wrap;
}

.text-image-2 .image {
    width:55%;
    position:relative;
}

.text-image-2 .image img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
    position:absolute;
    top:0;
    left:0;
}

.text-image-2 .text {
    width:45%;
}

.text-image-2 .text.padding {
    padding:200px 150px;
    width:calc(45% - 300px);
}

.text-image-2 .text > a {
    display:block;
    margin-top:10px;
}

.bandeaux > div {
    padding:90px;
    background:#3CA0D5;
}

.bandeaux > div:nth-child(2) {
    background:#2F6698;
}

.bandeaux > div:nth-child(3) {
    background:#fafafa;
}

.bandeaux > div h4, .bandeaux > div a {
    color:white;
    text-align:center;
}

.bandeaux > div a {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.bandeaux > div:nth-child(3) h4, .bandeaux > div:nth-child(3) a {
    color:#3CA0D5;
}

.page-inner {
    display:flex;
    flex-wrap:wrap;
}

.page-inner .page-left-column {
    width:70%;
}

.page-inner .page-left-column h1 {
    background:linear-gradient(90deg, #2F6698 0.91%, #3CA0D5 97.38%);
    color:white;
    padding:10px 20px;
    font-weight: 500; 
    text-transform:none;
    font-size:35px;
}

.page-ofbs-page .page-inner .page-left-column h1 {
    background:linear-gradient(90deg, #2F6698 0.91%, #3CA0D5 97.38%);
}

.page-interesant-page .page-inner .page-left-column h1 {
    background:linear-gradient(to right, #312781, #A36298);
}

.page-inner .page-left-column h2 {
    color:#013166;
}

.page-inner .page-menu {
    width:calc(30% - 40px);
    padding-left:40px;
    position:sticky;
    left:0;
    top:50px;
    height: max-content;
}

.page-inner .page-menu .search {
    margin-top:0;
    position:relative;
    width:max-content;
}

.page-inner .page-menu .search::after {
    font-family: "FontAwesome";
    content: "\f002";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 10px;
}

.page-inner .page-menu .search input {
    border: none;
    box-shadow: 0 0 3px #777777;
    border-radius: 7px;
    padding: 7px 10px;
    width: 200px;
}

.page-inner .page-menu h3 {
    font-weight:600;
    margin-top:50px;
    margin-bottom:20px;
    color: #2F6698; 
    font-size:30px;
}

.page-inner .page-menu .menu {
    padding:0;
    text-align:left;
}

.page-inner .page-menu .menu li {
    list-style:none;
}

.page-inner .page-menu .menu li a {
    display:block;
    font-size:1rem;
    line-height:1.5rem;
    color:black;
    text-decoration:none;
    font-weight:600;
    padding:10px;
}

.page-inner .page-menu .menu li.active a {
    color:#3CA0D5;
}

.page-ofbs-page .page-inner .page-menu .menu li.active a {
    color:#3CA0D5;
}

.page-interesant-page .page-inner .page-menu .menu li.active a {
    color:#a36096;
}

.page-inner .page-menu .menu li a:hover {
    background:#3CA0D5;
    color:white;
}

.page-ofbs-page .page-inner .page-menu .menu li a:hover {
    background:#3CA0D5;
    color:white;
}

.page-interesant-page .page-inner .page-menu .menu li a:hover {
    background:#a36096;
    color:white;
}

 p.blue-block {
    background:#3CA0D5;
    display:block;
    padding:20px;
    width:calc(100% - 40px);
    color:white;
    border-radius:26px;
}

.page-ofbs-page p.blue-block {
    background:#3CA0D5;
}

.page-interesant-page p.blue-block {
    background:#a36298;
}

p.text-blue {
    color:#2F6698;
}

.page-interesant-page p.text-blue {
    color:#A36298;
}

.logo-country {
  width: 15px;
  margin-left: 5px;
}

.ariane {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:-20px;
}

.ariane > a, .ariane > a span, .ariane > p {
    color:#3CA0D5;
    font-size:14px;
    margin-top:0;
}

.page-interesant-page .ariane > a, .page-interesant-page .ariane > a span, .page-interesant-page .ariane > p {
    color:#a36298;
}

.ariane > span {
    font-size:10px;
    margin-left:15px;
    margin-right:15px;
}

.partenaires {
    margin-top:80px;
}

.partenaires h2 {
    text-align:center;
}

.partenaires .logos {
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:100%;
}

.partenaires .logos a {
    display:block;
    background:#f7f6f6;
    padding:10px;
    margin:15px;
    width:calc((100% - 120px) / 5 - 20px);
    height:calc(((var(--width-content) * 0.7) - 120px) / 5 - 20px);
    position:relative;
}

.partenaires .logos a:nth-child(5n + 1) {
    margin-left:0;
}

.partenaires .logos a:nth-child(5n) {
    margin-right:0;
}

.partenaires .logos a  img {
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.les-zoast {
    display:flex;
    flex-wrap:wrap;
    margin-top:40px;
}

.les-zoast .image {
    width:50%;
}

.les-zoast .image img {
    width:100%;
}

.les-zoast .text {
    width:calc(50% - 50px);
    padding-left:50px;
}

.map-container {
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
/*     font-weight: 500; */
}
.map-container .form-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: url("/media/map.jpg") center center no-repeat;
    background-size: cover;
}
.map-container .form-search form {
    background: #3CA0D5;
    padding: 20px;
    margin: 40px auto;
}
.map-container .form-search form p {
    color: #FFFFFF;
}
.map-container .form-search input[type=text],
.map-container .form-search select {
    width: 300px;
}
.map-container .form-search input[type=text] {
    width: 150px;
}
.map-container .wrapper {
    position: relative;
    width: 100%;
}
.map-container .city-zone {
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #000000;
}
.map-container .map-list-organizations {
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 1000;
    overflow: auto;
    transition: opacity linear 500ms;
    opacity: 1;
}
.map-container .map-list-organizations.hide {
    opacity: 0;
}
.map-container .map {
    height: calc(var(--width-content) * 0.7 * 0.8);
}
.map-list-organizations .organization {
    border-bottom: 5px solid #DDDDDD;
    transition: 400ms linear background;
}
.map-container .map-list-organizations .organization {
    cursor: default;
}
.map-container .map-list-organizations .organization:hover {
    background: #F7F7F7;
}
.map-container h2 {
    font-size: 1em;
    line-height: 1.3;
    padding: 20px;
    margin: 0;
    color: #000000;
    font-weight: 700;
}
.map-container .leaflet-popup-content h2 {
    padding: 0;
    margin-bottom: 20px;
}
.map-container .info {
    display: flex;
    font-size: 0.9em;
    line-height:1.7em;
    margin-bottom: 10px;
    padding: 0 20px;
}
.map-container .footer {
    padding: 3px 0;
    text-align: center;
}
.map-container .footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.map-container .leaflet-popup-content .info {
    padding: 0;
}
.map-container .info span:first-child {
    margin-right: 5px;
    font-size: 1em;
    width: 20px;
    text-align: center;
}
.map-list-organizations .organization.type-3 .footer {
    background: #F88A55;
}
.map-container .organization.type-3 .fa {
    color: #F88A55;
}
.map-list-organizations .organization.type-2 .footer,
.map-list-organizations .organization.type-7 .footer {
    background: #A36298;
}
.map-container .organization.type-2 .fa,
.map-container .organization.type-7 .fa {
    color: #A36298;
}
.map-list-organizations .organization.type-4 .footer {
    background: #312781;
}
.map-container .organization.type-4 .fa {
    color: #312781;
}

.blue-div {
    padding:40px;
    background:#4bb1f6;
    margin-top:50px;
    width:calc(100% - 80px);
}

.blue-div:first-child {
    margin-top:0;
}

.blue-div h2 {
    color:#eedc19 !important;
}

.blue-div ul li {
    color:#013166;
}

.text-sides {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.text-sides:first-child {
    margin-top:0;
}

.text-sides > div {
    width:calc((100% - 50px) / 2);
    margin-left:50px;
    margin-top:50px;
    position:relative;
    padding-top:30px;
}

.text-sides > div:nth-child(2n + 1) {
    margin-left:0;
}

.text-sides > div:nth-child(-n + 2) {
    margin-top:0;
}

.text-sides > div:before {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:2px;
    content:"";
    background:#0454f2;
}

.text-sides > div h4 {
    color:#0454f2;
    font-weight:500;
    font-size:25px;
}

.text-sides > div p {
    color:white;
}

.europe-block {
    background-image: url(https://www.ofbs.org/wp-content/uploads/2019/10/background-stars-corner-bottom-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    background-color:#0554f2;
    padding:150px;
    width:calc(100% - 300px);
    margin-top:30px;
}

.europe-block:first-child {
    margin-top:0;
}

.europe-block p {
    color:#4bb1f6;
    font-size:24px;
    font-weight:700;
    line-height:35px;
    text-align:center;
}

.evolution-blocks {
    margin-top:50px;
}

.evolution-blocks > div {
    padding:20px;
    width:calc(100% - 40px);
    background:#4cb1f7;
    position:relative;
    min-height:150px;
}

.evolution-blocks > div h2 {
    color:white !important;
}

.evolution-blocks > div:nth-child(3n + 1) {
    background:#4cb1f7;
}

.evolution-blocks > div:nth-child(3n + 1) p {
    color:#0233ca;
}

.evolution-blocks > div:nth-child(3n + 2) {
    background:#0554f2;
}

.evolution-blocks > div:nth-child(3n + 2) p {
    color:#4bb1f6;
}

.evolution-blocks > div:nth-child(3n + 3) {
    background:#0339a6;
}

.evolution-blocks > div:nth-child(3n + 3) p {
    color:#4bb1f6;
}

.evolution-blocks > div > span {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:white;
    font-size:70px;
}

.form {
    margin-top:25px;
    padding:40px;
    border: 2px solid #A36298; 
    width:calc(100% - 84px);
}

.form form #form-element, .form form #form-label, #hcaptcharesponse-label, #send_message-label {
    display:none;
}

.form form #rgpd-label {
    display:block;
}

.form form dl {
    display:flex;
    flex-wrap:wrap;
}

.form form dd, .form form dt {
    margin-left:30px;
    margin-right:0;
    width:calc((100% - 30px) / 2);
}

.form form dd {
    margin-top:10px;
}

.form form dt {
    margin-top:20px;
}

.form form dt#lastname-label, .form form dd#lastname-element,
.form form dt#city-label, .form form dd#city-element,
.form form dt#structure-label, .form form dd#structure-element,
.form form dt#email-label, .form form dd#email-element,
.form form dt#message-label, .form form dd#message-element,
.form form dt#rgpd-label, .form form dd.checkboxRGPD,
.form form dd#hcaptcharesponse-element,
.form form dd#send_message-element {
    margin-left:0;
}

.form form dt#structure-label {
    margin-top:0;
}

.form form dt#structure-label, .form form dd#structure-element,
.form form dt#message-label, .form form dd#message-element {
    width:100%;
}

.form form dt#structure-label {
    order:1;
}

.form form dd#structure-element {
    order:2;
}

.form form dt#lastname-label {
    order:3;
}

.form form dt#firstname-label {
    order:4;
}

.form form dd#lastname-element {
    order:5;
}

.form form dd#firstname-element {
    order:6;
}

.form form dt#city-label {
    order:7;
}

.form form dt#country-label {
    order:8;
}

.form form dd#city-element {
    order:9;
}

.form form dd#country-element {
    order:10;
}

.form form dt#email-label {
    order:11;
}

.form form dt#phone-label {
    order:12;
}

.form form dd#email-element {
    order:13;
}

.form form dd#phone-element {
    order:14;
}

.form form dt#message-label {
    order:15;
}

.form form dd#message-element {
    order:16;
}

.form label {
    color: #2F6698;
    font-size: 15px;
    font-weight: 500;
    line-height: normal; 
}

.form form dt#rgpd-label {
    display:block;
    width:calc(100% - 30px);
    order:18;
    color:#fafafa;
    font-size:15px;
    margin-top:20px;
    text-align:left;
    font-weight:500;
}

.form form dd.checkboxRGPD {
    order:17;
    width:20px;
    margin-right:10px;
    position:relative;
    margin-top:20px;
}

.form form dd.checkboxRGPD input {
    width:100%;
}

.form form dd#hcaptcharesponse-element {
    order:19;
    width:100%;
    text-align:left;
    margin-top:20px;
}

.form form dd#send_message-element {
    order:20;
    width:100%;
}

.form form input[type=text], .form form textarea {
    border-radius: 0 !important;
    background: #fff !important; 
    padding:8px 15px !important;
    width:calc(100% - 32px) !important;
    color:black !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 175% */
    border:1px solid #3CA0D5 !important;
    font-family: "Montserrat";
    box-shadow:none !important;
}

.form form input[type=text]:placeholder, .form form textarea:placeholder {
    color: #ccc !important;
    font-family: "Montserrat";
}

.form form input[type=checkbox] {
    box-shadow:none;
}

.form form input[type=submit] {
    background: #3CA0D5; 
    box-shadow:none;
    border:1px solid #3CA0D5; 
    padding:8px 15px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    cursor:pointer;
    margin-left:auto;
    margin-right:auto;
    display:block;
    transition:0.5s;
    min-width:250px;
    border-radius:0;
}

.form form input[type=submit]:hover {
    background: #fff;
    color:#3CA0D5;
}

.form form .errors {
    color: #f21102;
  margin-top: 10px;
  text-align: left;
  width: max-content;
  font-weight: 600;
  letter-spacing: 1px;
}

.form form .checkboxRGPD .errors {
    position:absolute;
    bottom:-30px;
}

.news-list {
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.news-list:first-child {
    margin-top:0;
}

.news-list > div {
    width:calc((100% - 60px) / 3 - 2px);
    margin-left:30px;
    margin-top:30px;
    position:relative;
    border: 1px solid #A36298; 
    background:#fafafa;
    box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
    transition:0.3s;
}

.news-list > div:hover {
    transform:translate(0,-5px);
}

.news-list > div:nth-child(-n + 3) {
    margin-top:0;
}

.news-list > div:nth-child(3n + 1) {
    margin-left:0;
}

.news-list > div > a {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.news-list > div .date, .date-div {
    position:absolute;
    left:0;
    top:30px;
    box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
    transform:translate(-5px,0);
    width:max-content;
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
}

.news-list > div .date .day, .date-div .day {
    padding:11px 25px;
    background:#A36298;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    width:max-content;
}

.news-list > div .date .month-year, .date-div .month-year{
    padding:11px 18px;
    background:#EEE3EC;
    color: #70478D;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    width:max-content;
}

.news-list > div .image {
    width:100%;
    height:calc(((var(--width-content) - 60px) / 3) * 9 / 16);
}

.news-list > div .image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.news-list > div .text {
    width:calc(100% - 60px);
    padding:30px;
}

.news-list > div .text h4 {
    color:#A36298;
    font-weight:600;
    min-height:44px;
}

.news-list > div .text .content {
    margin-top:25px;
    font-size: 14px;
    line-height: 22px; /* 157.143% */
}

.news-list > div .text > a {
    margin-top:40px;
    text-align:right;
    margin-left:auto;
    margin-right:0;
    width:max-content;
    display:block;
}

ul.pages {
/*     float: right; */
    list-style: none;
    margin: .4em 0 0 0;
    padding: 0;
    text-align: center;
    clear: both;
}

ul.pages li {
    display: inline;
    padding: 0 .5em;
}

ul.pages li.page,ul.pages li.preview {
    border-right: 1px solid #CDCDCD;
}

ul.pages span.current-page {
    font-weight: bold;
    font-size: 1.1em;
}


ul.pages {
    margin-top:50px;
}

ul.pages:first-child {
    margin-top:0;
}

.pages_search {
    margin-top:50px;
}

.pages_search > div {
    border: 2px solid #A36298;
    padding:30px;
    width:calc(100% - 64px);
    margin-top:20px;
    position:relative;
}

.pages_search > div:first-child {
    margin-top:0;
}

.pages_search > div > a {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.organization {
    max-width:40vw;
}

.right-h2 {
    text-align:right;
}

@media all and (max-width:1600px) {
    :root {
        --width-content: 1200px;
    }
    
    .header .search-and-menu .main-menu .menu li {
      margin-left: 15px;
    }
    
    footer .top-footer > div {
        width:max-content;
        width:calc((100% - 120px) / 2);
        margin-bottom:60px;
        margin-left:auto;
        margin-right:auto;
    }
    
    footer .top-footer > div:nth-child(n + 4) {
        margin-bottom:0;
    }
    
    footer .top-footer > div:nth-child(2n) {
        margin-left:0;
    }
    
    footer .top-footer > div:nth-child(2n + 1) {
        margin-right:0;
    }
    
    footer .top-footer .logo {
        width:100%;
    }
    
    footer .top-footer .logo img {
        width:95px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .services > div {
        width:calc((100% - 120px) / 5 - 40px);
        padding:20px;
        margin-left:30px;
        margin-top:30px;
    }
}

@media all and (max-width:1400px) {
    :root {
        --width-content: 1000px;
    }
    
    .header .search-and-menu .main-menu .menu li {
      margin-left: 5px;
    }
    
    .header .search-and-menu .main-menu .menu li a, .header .search-and-menu .main-menu .menu li > span {
      font-size: 14px;
      line-height:20px;
      padding: 3px 6px;
    }
    
    .header .search-and-menu .main-menu .menu li.menu-has-children::after {
      top: 13px;
    }

    .text-image .text {
        width:calc((100% - 100px) * 0.6);
    }
    
    .text-image .image {
        width:calc((100% - 100px) * 0.4);
    }
    
    .services > div {
        width:calc((100% - 80px) / 5 - 30px);
        padding:15px;
        margin-left:20px;
        margin-top:20px;
    }
    
    .services > div h4 {
      font-size: 16px;
    }
    
    .text-image-2 .text.padding {
      padding: 150px 75px;
      width: calc(45% - 150px);
    }
    
    .news-list > div .text {
        width:calc(100% - 30px);
        padding:15px;
    }
    
    .news-list > div {
      width: calc((100% - 30px) / 3 - 2px);
      margin-left: 15px;
    }
    
    .news-list > div .date .day {
        padding:8px 15px;
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    
    .news-list > div .date .month-year {
        padding:8px 12px;
        font-size: 16px;
        letter-spacing: 1.6px;
    }
}

@media all and (max-width:1200px) {
    :root {
        --width-content: 900px;
    }
    
    .header .logo {
        width: 60px;
    }
    
    .header .search-and-menu {
        width: calc(100% - 70px);
    }
    
    .header .search-and-menu .main-menu .menu li a, .header .search-and-menu .main-menu .menu li > span {
      font-size: 13px;
      line-height: 16px;
    }
    
    .header .search-and-menu .main-menu .menu li.menu-has-children::after {
      top: 11px;
    }
    
    .page-content {
      min-height: calc(100vh - 98px);
    }
    
    .services > div h4 {
      font-size: 14px;
    }
    
    .countries > div {
        padding: 30px 12px;
        width: calc(100% / 2 - 24px);
    }
    
    .countries > div:first-child {
      width: calc(100% / 2 - 24px - 1px);
    }
}

@media all and (max-width:992px) {
    :root {
        --width-content: 90vw;
    }
    
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    ol {
        padding-left:40px;
    }
    
    ol li::marker {
        font-size: 30px;
        line-height: 37px;
    }
    
    .header {
        min-height:44px;
        display:block;
        padding-top: 14px;
    }
    
    .header .logo {
        position:absolute;
        top:0;
        left:0;
    }
    
    .header .search-and-menu {
        width:100%;
    }
    
    .header .search-and-menu .search-and-language {
        margin-right:60px;
        margin-bottom:0;
    }
    
    .header .search-and-menu .search-and-language .search {
        display:none;
    }

    .menu-responsive-button-container {
      display: block;
      position:absolute;
      top:15px;
      right:0;
      transform:translate(0,-50%);
      transition:0.5s;
    }
    
    .menu-responsive-button-container .menu-responsive-button {
        margin-right:0;
    }
    
    header .menu-responsive-container {
        max-width:100%;
        width:100%;
    }
    
    .header .search-and-menu .main-menu {
      width: 100%;
    }
    
    header .menu {
        flex-direction:column;
        width:100%;
        height:0;
        overflow: hidden;
    }
    
    header .menu li, header .menu li.active {
        width:100%;
        min-height:32px;
        margin-top:15px;
        margin-left:0;
    }
    
    .header .search-and-menu .main-menu .menu li {
      margin-left: 0;
    }
    
    .header .search-and-menu .main-menu .menu li:first-child {
        margin-top:50px;
    }
    
    .header .search-and-menu .main-menu .menu li a, .header .search-and-menu .main-menu .menu li > span {
        padding: 8px;
    }
    
    .header .search-and-menu .main-menu .menu li:hover {
      background: none;
      color: #3CA0D5;
    }
    
    .header .search-and-menu .main-menu .menu li:hover a, .header .search-and-menu .main-menu .menu li:hover > span {
      color: black;
    }
    
    .header .search-and-menu .main-menu .menu li:hover > a, .header .search-and-menu .main-menu .menu li:hover > span {
      color: black;
    }
    
    .header .search-and-menu .main-menu .menu li > a:hover, .header .search-and-menu .main-menu .menu li > span:hover {
      color: #3CA0D5;
    }
    
    .header .search-and-menu .main-menu .menu li:hover ul {
      display: none;
    }
    
    .header .search-and-menu .main-menu .menu li ul {
        position:relative;
        top:0;
        left:0;
        background:none;
        box-shadow:none;
        margin-top: 10px;
        margin-left: 20px;
    }
    
    .header .search-and-menu .main-menu .menu li ul li:first-child {
      margin-top: 0;
    }
    
    .header .search-and-menu .main-menu .menu li.active > a, .header .search-and-menu .main-menu .menu li.active > span {
        color:#3CA0D5;
    }
    
    .header .search-and-menu .main-menu .menu li.active:hover > a, .header .search-and-menu .main-menu .menu li.active:hover > span,
    .header .search-and-menu .main-menu .menu li:hover ul li.active > a, .header .search-and-menu .main-menu .menu li:hover ul li.active > span {
        color:#3CA0D5;
    }
    
    footer .top-footer {
        display:block;
    }
    
    footer .top-footer > div {
        width:max-content;
        max-width:100%;
        text-align:center;
    }
    
    footer .top-footer > div:nth-child(n + 4) {
        margin-bottom:60px;
    }
    
    footer .top-footer > div:last-child {
        margin-bottom:0;
    }
    
    footer .top-footer > div:nth-child(2n) {
        margin-left:auto;
    }
    
    footer .top-footer > div:nth-child(2n + 1) {
        margin-right:auto;
    }
    
    footer .bottom-footer {
        display:block;
    }
    
    footer .bottom-footer .menu {
        display:block;
        width:100%;
        margin-right:0;
    }
    
    footer .bottom-footer .menu > li {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        width:max-content;
    }
    
    footer .bottom-footer .menu > li:first-child {
        margin-left:auto;
        margin-top:0;
    }
    
    footer .bottom-footer .menu > li:last-child {
        margin-right:auto;
    }
    
    footer .bottom-footer .arduinnova {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
    }
    
    .not-all-width {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .text-image {
        display:block;
    }
    
    .text-image > div {
        margin-top:50px;
    }
    
    .text-image > div:first-child {
        margin-left:auto;
        margin-top:0;
    }
    
    .text-image > div:last-child {
        margin-right:auto;
    }
    
    .text-image .text {
        width:max-content;
        max-width:100%;
    }
    
    .text-image .text > h1, .text-image .text > p {
        text-align:center;
    }
    
    .text-image .text > a {
        margin-left:auto;
        margin-right:auto;
        width:max-content;
        max-width:100%;
    }
    
    .text-image .image {
        width:500px;
        max-width:100%;
    }
    
    .services > div {
        width:calc((100% - 20px) / 2 - 30px);
    }
    
    .services > div:nth-child(5n + 1) {
        margin-left:20px;
    }
    
    .services > div:nth-child(-n + 5) {
        margin-top:20px;
    }
    
    .services > div:nth-child(2n + 1) {
        margin-left:0;
    }
    
    .services > div:nth-child(-n + 2) {
        margin-top:0;
    }
    
    .services > div h4 {
      font-size: 16px;
    }
    
    .countries {
        display:block;
    }
    
    .countries > div {
        padding: 30px 0;
        width: 100%;
    }
    
    .countries > div:first-child {
      width: 100%;
      border-right:none;
      border-bottom: 1px solid #E1E1E1;
    }
    
    .countries > div .flag {
        order:1;
        width:100%;
        margin-left:0;
        margin-right:0;
        margin-bottom:30px;
    }
    
    .countries > div .flag img {
        width:120px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .countries > div .text {
        order:2;
        width:100%;
        margin-right:0;
        margin-left:0;
        max-width:100%;
    }
    
    .countries > div .text p {
        text-align:center;
    }    
    
    .bienvenue .text {
        width:100%;
        text-align:justify;
    }
    
    .bienvenue .image {
        width:50%;
        min-width:250px;
        right:0;
        bottom:0;
        margin-left:auto;
        margin-right:auto;
        margin-top:40px;
    }
    
    .links-page {
        display:block;
    }
    
    .links-page .link-page {
        width:60%;
        margin:0;
        margin-bottom:80px;
        min-width:250px;
        margin-left:auto;
        margin-right:auto;
    }
    
    .links-page .link-page .title-page {
        padding:10px;
    }
    
    .links-page .link-page .title-page h3 {
        margin:0;
        margin-bottom:10px;
    }
    
    .text-image-2 .image {
        width:100%;
        height:calc(100vw * 9 / 16);
    }
    
    .text-image-2 .text {
      width: 100%;
    }
    
    .text-image-2 .text.padding {
      width: var(--width-content);
      padding:40px calc((100vw - var(--width-content)) / 2);
    }
    
    .text-image-2 .text h3, .text-image-2 .text p {
        text-align:center;
    }
    
    .text-image-2 .text a, .text-image-2 .text hr {
        margin-left:auto;
        margin-right:auto;
    }
    
    .bandeaux > div {
      padding:40px calc((100vw - var(--width-content)) / 2);
      width: var(--width-content);
    }
    
    .page-inner .page-left-column {
        width:100%;
    }
    
    .page-inner .page-menu {
        display:none;
    }
    
    .page-inner .page-left-column h1 {
        font-size:30px;
    }
    
    .partenaires .logos a {
        width:calc((100% - 60px) / 3 - 20px);
        height:calc((var(--width-content) - 60px) / 3 - 20px);
    }
    
    .partenaires .logos a:nth-child(5n + 1) {
        margin-left:15px;
    }
    
    .partenaires .logos a:nth-child(5n) {
        margin-right:15px;
    }
    
    .partenaires .logos a:nth-child(3n + 1) {
        margin-left:0;
    }
    
    .partenaires .logos a:nth-child(3n) {
        margin-right:0;
    }
    
    .les-zoast .image {
        width:100%;
    }
    
    .les-zoast .image img {
        display:block;
        margin-left:auto;
        margin-right:auto;
        max-width:100%;
        width:auto;
        max-height:80vh;
    }
    
    .les-zoast .text {
        width:100%;
        padding-left:0;
        margin-top:30px;
    }
    
    .map-container .map {
        height: calc(var(--width-content) * 0.8);
    }
    
    .map-container .map-list-organizations {
        width: 100%;
        transform: translate(0,100%);
    }
    
    .map-container .wrapper {
        margin-bottom: 400px;
    }
    
    .text-sides {
        display:block;
    }
    
    .text-sides > div {
        width:100%;
        margin-left:0;
    }
    
    .text-sides > div:nth-child(-n + 2) {
        margin-top:50px;
    }
    
    .text-sides > div:first-child {
        margin-top:0;
    }
    
    .europe-block p {
        font-size:18px;
        line-height:26px;
    }
    
    ul.two-columns {
        display:block;
    }
    
    ul.two-columns li {
        width:calc(100% - 2px);
        margin-right:0;
    }
    
    ul.two-columns li:nth-child(-n + 2) {
        margin-top:5px;
    }
    
    ul.two-columns li:first-child {
        margin-top:0;
    }
    
    .news-list {
        display:block;
    }
    
    .news-list:first-child {
        margin-top:0;
    }
    
    .news-list > div {
        width:400px;
        max-width:calc(100% - 2px);
        margin-left:auto;
        margin-right:auto;
    }
    
    .news-list > div:nth-child(-n + 3) {
        margin-top:30px;
    }
    
    .news-list > div:nth-child(3n + 1) {
        margin-left:auto;
    }
    
    .news-list > div:first-child {
        margin-top:0;
    }
    
    .news-list > div .image {
        height:calc(400px * 9 / 16);
        max-height:calc(var(--width-content) * 9 / 16);
    }
}

@media all and (max-width:600px) {
    .services {
        display:block;
    }
    
    .services > div {
        width:calc(100% - 30px);
        margin-left:0;
    }
    
    .services > div:nth-child(5n + 1) {
        margin-left:0;
    }
    
    .services > div:nth-child(-n + 2) {
        margin-top:20px;
    }
    
    .map-container .map {
        height: 250px;
    }
    
    .map-container .wrapper {
        margin-bottom: 250px;
    }
    
    .map-container .form-search input[type="text"] {
        width:calc(100% - 20px);
        margin-top:10px;
    }
    
    .map-container .form-search select {
      width: 100%;
      margin-top:20px;
    }
    
    .map-container .form-search form {
        width:calc(100% - 60px);
    }
    
    .europe-block {
        padding:75px 20px;
        width:calc(100% - 40px);
        background-image:none;
    }
    
    .form {
        padding:20px;
        width:calc(100% - 44px);
    }
    
    .form form dd, .form form dt {
        margin-left:0;
        margin-right:0;
        width:100%;
    }
    
    .form form dt#lastname-label {
        order:3;
    }
    
    .form form dt#firstname-label {
        order:5;
    }
    
    .form form dd#lastname-element {
        order:4;
    }
    
    .form form dd#firstname-element {
        order:6;
    }
    
    .form form dt#city-label {
        order:7;
    }
    
    .form form dt#country-label {
        order:9;
    }
    
    .form form dd#city-element {
        order:8;
    }
    
    .form form dd#country-element {
        order:10;
    }
    
    .form form dt#email-label {
        order:11;
    }
    
    .form form dt#phone-label {
        order:13;
    }
    
    .form form dd#email-element {
        order:12;
    }
    
    .form form dd#phone-element {
        order:14;
    }
    
    .blue-div {
        padding:20px;
        width:calc(100% - 40px);
    }
}

