@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700,700italic,800,800italic');

* {
    box-sizing: border-box;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

body {
    font-family: 'Open Sans', Arial, sans-serif !important;
    background-color: #fff;
}

.row.fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}

ul {
    list-style: none;
    margin-left: 0;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    border-bottom: none;
}

.bandeau {
    min-height: 120px;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

/* This class is added on scroll */
.fixed {
    position: fixed;
    top: 0;
    height: 70px;
    z-index: 9999;
}

body {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.header-right-content {
    padding-top: 2rem;
}

/* Navigation Settings */
nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #00963A;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}

nav li {
    display: inline-block;
    padding: 0 2rem;
    line-height: 70px;
}

nav li a {
    color: #fff;
    text-transform: uppercase;
    /*transition: ease-in 0.3s;*/
    text-decoration: none !important;
    border-bottom: none;
}

nav li a:hover {
    color: #fff;
    border: none;
}

nav li a:focus {
    color: #fff !important;
    /*border-bottom: 2px solid #e95d0f;*/
    border: none;
}

/* Register button (right)*/
nav .buy-btn {
    min-width: 140px;
    padding: 13px 19px 12px;
    color: #fe4918;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-color: #fe4918;
    border-radius: 4px;
    position: relative;
    margin: 0 7px;
    vertical-align: middle;
    display: inline-block;
    min-width: 144px;
    max-width: 100%;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.59em;
    border-style: solid;
    overflow: hidden;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    -o-transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    transition: color 0.2s ease, background 0.25s ease, border 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

nav .buy-btn:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}

.buy-btn {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.buy-btn:hover {
    background-color: #fe4918;
    color: #fff;
}

.pull-right {
    float: right;
}

.link {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.link-wrapper {
    position: relative;
    display: block;
}

/* hover styles */
.hover-ef:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s;
}

.hover-ef:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.hover-ef:hover:before {
    transform-origin: top right;
    transform: scaleX(1);
}

.hover-ef:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.li-insc {
    background-color: #fff;
    margin-left: 1rem;
}

.li-insc .hover-insc {
    color: #00963A;
    font-weight: bold;
}

.li-insc:hover {
    background-color: #50b848;
}

.li-insc:hover a,
.li-insc:hover a:hover,
.li-insc:hover a:visited,
.li-insc:hover a:active,
.li-insc:hover a:focus {
    color: #fff !important;
}

section {
    min-height: 100vh;
}

/* Screens Settings */
[id='screen1'] {
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(http://www.brangeon.fr/wp-content/themes/brangeonsixteen/img/bandeau-basket3.jpg);*/
    background-position: top -230px center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px) !important;
    position: relative;
}

.heading-block {
    width: 60vw;
    color: #2b2b2b;
    display: flex;
    height: 80%;
    justify-content: flex-end;
    flex-direction: column;
}

.hero-heading-top {
    margin: 0 0 10px;
    font-family: "Open Sans";
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.45em;
    display: flex;
    justify-content: space-around;
}

.hero-heading-top span {
    flex: 1;
}

.hero-heading-main {
    margin: 10px 0 15px;
    font-family: "Roboto", "Open Sans";
    font-size: 8vmin;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
}

.hero-heading-bottom {
    margin: 0 0 10px;
    font-family: "Open Sans";
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: bold;
}

.btns-container {
    padding: 35px 0 40px;
    margin-top: 115px;
    height: 220px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btns-container div {
    width: calc(100% / 3);
    height: 150px;
    line-height: 150px;
}

.btns-container img {
    max-height: 80px;
    max-width: 100%;
}

.btns-container div:first-child {
    text-align: left;
}

.btns-container div:nth-child(2) {
    padding-left: 10%;
}

.btns-container div:last-child {
    text-align: center;
}

.btns-container div:last-child img {
    height: 150px;
    width: auto;
    max-height: 150px;
}

.btns-container .button,
.cta-actions .button {
    margin: 0 1rem;
    font-size: .7rem;
    background-color: transparent;
    min-width: 200px;
    max-width: 100%;
    border: 2px solid;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.59em;
    padding: 1rem;
}

.button.primary {
    /*border-color: #00963A;*/
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.button.secondary {
    /*border-color: #e95d0f;*/
    border-color: #fff;
}

.button.secondary:active,
.button.secondary:visited,
.button.secondary:focus {
    background-color: transparent;
    color: #fff !important;
}

.button.secondary {
    background-color: rgba(0, 0, 0, 0.1);
}

.button.secondary:hover,
.button.primary:hover,
.button.primary:active,
.button.primary:visited,
.button.primary:focus {
    background-color: #fff !important;
    color: #000 !important;
}

/*.fa { color: #e95d0f; }*/
.fa {
    color: #2b2b2b;
}

/* SCREENS - GENERAL */
.container {
    padding-top: 5rem;
    color: #0a0a0a;
    font-size: .938rem;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.container .fa {
    color: #00963A;
}

h2, h3, h4, h5 {
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #333333;
    word-wrap: break-word;
}

h3 {
    font-size: 3.5rem;
}

h4 {
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

h2 span,
h3 span,
h4 span,
h5 span {
    display: block;
    color: #8d93a0;
    letter-spacing: initial;
    font-size: 0.325em;
    margin-top: 1em;
}

.block-icon,
.block-heading {
    text-align: center;
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.block-content {
    max-width: 960px !important;
    margin: 4rem auto 0 !important;
    min-height: 17rem;
}

.block-content a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-content a,
.block-content a:visited,
.block-content a:focus,
.block-content a:hover {
    color: #00963A !important;
    border-bottom: 1px solid transparent;
}

.block-content a:hover {
    border-bottom: 1px solid #00963A;
}

.block-content .columns {
    float: left;
}

.rounded {
    border-radius: 4px;
}

.block-next {
    text-align: center;
    margin-top: 100px;
    /*margin-bottom: 100px;*/
}

.next {
    margin: 0 auto;
    width: 50px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s linear;
}

.circle-icon {
    background: #00963A;
    border: 2px solid #00963A;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 9px;
}

.next .fa {
    color: #fff;
    transition: all 0.2s linear;
}

.next:hover {
}

.next:hover .fa {
    background: #fff;
    color: #00963A;
}

/* SCREEN2 - INFOS */
[id='screen2'] {
    background: #fff;
}

/*.infos {
  padding-top: 3rem !important;
}*/

.infos .block-content {
    margin-top: 2rem !important;
}

[id='screen2'] li:not(:last-child) {
    margin-bottom: 1rem;
}

[id='screen2'] .rounded:not(:last-child) {
    margin-bottom: 0.75rem;
}

.infos .fp,
.infos .block-content ul {
    margin-bottom: 3rem;
}

.infos .sign {
    text-align: right;
    margin-top: 2rem;
}

.infos-left {
    padding-top: 1rem;
    text-align: center;
}


/* SCREEN3 - PLANNING */
[id='screen3'] {
    background: #fff;
    overflow: auto;
}

.planning .block-content {
    border: 1px solid #e9e9e9;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
    position: relative;
    z-index: 2000;
}

.planning .fade {
    opacity: 0;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: initial;
    transition-property: opacity;
}

.planning .fade.in {
    opacity: 1;
}

.planning .tab-content > .tab-pane {
    display: none;
}

.planning .tab-content > .active {
    display: block;
}

/*.planning .panel-group {
  margin-bottom: 20px;
}*/
.planning .panel {
    margin-bottom: 2.5rem !important;
    /*background-color: rgb(255, 255, 255);*/
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    /*box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px;*/
}

.planning .panel-group .panel {
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.planning a {
    background-image: initial;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    color: rgb(66, 139, 202);
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-color: none;
}

.planning a:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
}

.planning b, .planning strong {
    font-weight: 700;
}

.planning strong {
    display: inline-block;
    font-weight: 700;
}

.planning i.fa {
    display: inline-block;
    vertical-align: baseline;
}

.planning p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.schedule-item {
    position: relative;
    margin-bottom: 22px;
    min-height: 65px;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 0px 0px 104px;
}

.lecture-icon-wrapper {
    position: absolute;
    vertical-align: middle;
    top: 25px;
    left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #00963A;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.planning .block-content::before {
    top: 0px;
    bottom: 0px;
    left: 108px;
    position: absolute;
    height: 100%;
    width: 0px;
    display: block;
    content: "";
    border-right: 1px solid rgb(239, 241, 245);
    z-index: -1;
}

.planning .description {
    font-size: 0.938rem;
    line-height: 29px;
}

.planning .schedule-item .fa-angle-down {
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: rgb(175, 175, 175);
    padding-right: 1rem;
}

.schedule .schedule-item .schedule-item-toggle .title {
    position: relative;
    margin: 0px;
    padding: 0px 35px 11px 0px;
    border-bottom: 1px solid rgb(239, 241, 245);
}

.schedule-item-toggle:hover,
.schedule-item-toggle:focus,
.schedule-item-toggle:hover .time,
.schedule-item-toggle:focus .time {
    text-decoration: none;
    border-bottom: none !important;
}

.time.highlight {
    font-size: 1.2rem;
}

.description .time.highlight {
    font-size: 1rem;
}

.schedule-item h6 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgb(239, 241, 245);
    padding-bottom: 1rem;
    letter-spacing: -0.03em;
    color: rgb(51, 51, 51);
    letter-spacing: -0.05em;
    word-wrap: break-word;
}

.planning .fa-clock-o {
    margin-right: 8px;
    vertical-align: middle;
    color: rgb(186, 191, 204);
}

.planning .tab-content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.schedule-date {
    margin-bottom: 4rem;
    background-color: #fff;
    color: #fff;
    height: 4rem;
    z-index: 2000;
    border-bottom: 1px solid #e9e9e9;
}

.schedule-date span {
    display: inline-block;
    height: 100%;
    line-height: 4rem;
    width: 13rem;
    text-align: center;
    background-color: #00963A;
    font-size: 1.7rem;
    font-weight: bold;
}

.schedule-date span::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00963A transparent transparent transparent;
    top: 63px;
    left: 98px;
}

.speaker-name {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #00963A;
}

.registration-limit {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fe4918;
    padding: 1rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.collapsed {
    display: none;
}

/* INTER */
.inter {
    background-image: url(http://www.brangeon.fr/wp-content/themes/brangeonsixteen/img/photo-basket.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
    position: relative;
}

.row-overlay {
    background-color: rgba(56, 149, 68, .5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.cta-content-header h2 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 15px 0 5px;
}

.container-inter {
    position: relative;
}

.btn-container {
    margin-top: 2rem;
}

.btn-container .button:hover {
    color: rgba(0, 0, 0, 1) !important;
}

/* SCREEN4 - INFOS PRATIQUES */
.infos-pratiques {
    max-width: 100%;
}

#map-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    padding-top: 30px;
}

#map > div {
    /*left: 100px !important;*/
}

.infos-pratiques .row {
    margin-left: 0;
    margin-right: 0;
}

.map-content {
    width: 100%;
    text-align: center;
    position: relative;
}

.location-infos {
    position: absolute;
    left: 15%;
    top: 15%;
    background: #fff;
    max-width: 360px;
    padding: 40px 50px;
    z-index: 1;
    text-align: left;
    border: 3px solid #00963A;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list > li {
    margin: 15px 0;
}

.list > li .fa:first-child {
    margin-right: 25px;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}

/* SCREEN5 - INSCRIPTION */
.inscription .block-content .register-form {
    width: 80%;
    margin: 0 auto;
    clear: both;
}

.incription .gform_wrapper {
    width: 100%;
}

.gform_body {
    position: relative;
}

/*
Gravity Form Placeholder font edit
—————————————————————————————————- */
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 18px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-size: 18px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    font-size: 18px;
}

:-ms-input-placeholder {
    color: #ccc;
    font-size: 18px;
}

.gform_wrapper .gform_body .gform_fields label {
    display: none;
}

#input_6_12 {
    margin-left: 0 !important;
}

.gfield_radio label {
    /*display: initial !important;*/
    display: inline-block !important; /* initial cannot be used in IE */
    font-size: 17px;
}

#input_6_14 {
    overflow: auto;
    zoom: 1;
}

#input_6_14 li {
    float: left;
    margin-left: 3rem;
    width: 40%;
    /*padding: 1rem 0 0;*/
}

.gchoice_6_12_0 input {
    margin-top: 2rem;
}

.gchoice_6_12_0 label {
    margin-top: 2rem;
    display: inline-block !important;
}

.gfield_error .validation_message {
    display: none !important;
}

.gfield_error input[type=text],
.gfield_error input[type=email] {
    border-color: red !important;
}

/*nom - prénom*/
.gform_wrapper .gform_body .gform_fields #field_6_1.gfield input[type=text] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    width: 48% !important;
    border: 2px solid #757575;
}

.gform_wrapper .gform_body .gform_fields #field_6_1.gfield #input_6_1_3 {
    margin-right: 4%;
}

/*email*/
.gform_wrapper .gform_body .gform_fields #field_6_2.gfield input[type=email] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    width: 48% !important;
    border: 2px solid #757575;
}

/*etps - exploitation*/
.gform_wrapper .gform_body .gform_fields #field_6_3.gfield input[type=text] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    margin-right: 4%;
    width: 48% !important;
    border: 2px solid #757575;
}

/*fonction*/
.gform_wrapper .gform_body .gform_fields #field_6_9.gfield input[type=text] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    width: 48% !important;
    border: 2px solid #757575;
}

/*ville*/
.gform_wrapper .gform_body .gform_fields #field_6_7.gfield input[type=text] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    margin-right: 4%;
    width: 48% !important;
    border: 2px solid #757575;
}

/*participation*/
#input_6_12 li {
    margin-top: 1rem;
}

.gchoice_6_12_1 {
    bottom: -3rem;
    position: absolute;
}

.gchoice_6_15_1,
.gchoice_6_16_1,
.gchoice_6_17_1,
.gchoice_6_4_1 {
    padding-left: 3rem;
}

#field_6_4.gfield input[type=checkbox],
#field_6_15.gfield input[type=checkbox],
#field_6_16.gfield input[type=checkbox],
#field_6_17.gfield input[type=checkbox] {
    float: left;
    margin-bottom: 10px;
    height: 60px;
    width: 15px !important;
    border: 2px solid #757575;
}

#input_6_4,
#input_6_15,
#input_6_16,
#input_6_17 {
    clear: both;
}

input[type=radio],
input[type=checkbox] {
    height: 32px;
    width: 15px !important;
    border: 2px solid #757575;
    float: left;
    margin-bottom: 0 !important;
}

.gchoice_6_4_1 label,
.gchoice_6_15_1 label,
.gchoice_6_16_1 label,
.gchoice_6_17_1 label {
    /*display: initial !important;*/
    display: inline-block !important; /* initial cannot be used in IE */
    line-height: 3.5rem;
    font-size: 17px;
}

.gfield_checkbox {
    margin-left: 0;
}

#gform_wrapper_6 .gform_footer input[type=submit] {
    float: left;
    height: 60px;
    width: 100% !important;
    min-width: 270px;
    clear: both;
    border: 2px solid #00963A;
    margin: 3rem auto;
    font-size: 1.25rem;
}

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

    nav li {
        padding: 24px 4px;
    }

    nav li a {
        font-size: 14px;
    }

}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {

    [id='screen1'] {
        background-position: center -100px;
    }
}

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

    [id='screen1'] {
        background-position: top -150px center;
        background-size: 1920px auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {

    [id='screen1'] {
        /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(http://www.brangeon.fr/wp-content/themes/brangeonsixteen/img/bandeau-basket3.jpg);*/
        /*background-position: top -200px center;*/
        -webkit-background-size: contain;
        background-size: contain;
    }
}

@media only screen and (max-width: 768px) {
    [id='screen1'] {
        background: none;
        color: #000 !important;
    }

    .btns-container {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
    /*mobile*/
    .header-mobile-buttons {
        display: none;
    }

    .infos-left {
        text-align: center;
        margin-bottom: 50px;
    }

    label {
        font-size: 12px !important;
    }

    [id='screen1'] {
        /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(http://bit.ly/2pKFesz);
        background-position: center -150px;*/
        background: none;
        color: #000 !important;
    }

    .btns-container {
        display: none;
    }

    [id='screen1'] .fa {
        color: #000 !important;
    }

    [id='screen1'] .primary {
        margin-bottom: 1.5rem;
        border: 2px solid #00963A;
    }

    [id='screen1'] .secondary {
        background-color: #00963A;
    }

    h3 {
        font-size: 2.5rem;
    }

    .rounded {
        display: none;
    }

    .infos {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .container {
        padding-top: 2rem;
    }

    .block-content {
        margin-top: 2rem !important;
    }

    .hero-heading-main {
        margin: 2rem 0 !important;
    }

    .logo {
        margin-left: 5.5rem;
    }

    nav {
        display: none !important;
    }

    .hero-heading-top {
        font-size: 1rem;
        flex-direction: column;
    }

    .hero-heading-bottom {
        font-size: 1rem;
    }

    .block-next {
        display: none;
    }

    .infos-pratiques {
        margin-top: 3rem;
    }

    #map {
        display: none;
    }

    .location-infos {
        position: initial;
        margin: 0 2rem;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
        font-size: 0.85rem;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #ccc;
        font-size: 0.85rem;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
        font-size: 0.85rem;
    }

    :-ms-input-placeholder {
        color: #ccc;
        font-size: 0.85rem;
    }

    .gchoice_6_15_1, .gchoice_6_16_1, .gchoice_6_17_1, .gchoice_6_4_1 {
        padding-left: 1rem;
    }

    #input_6_14 li {
        float: left;
        margin-left: 1rem;
        width: 100%;
    }

    .gchoice_6_4_1 label, .gchoice_6_15_1 label, .gchoice_6_16_1 label, .gchoice_6_17_1 label {
        line-height: 1.5rem;
    }

    #field_6_4.gfield input[type=checkbox], #field_6_15.gfield input[type=checkbox], #field_6_16.gfield input[type=checkbox], #field_6_17.gfield input[type=checkbox] {
        height: 25px;
    }

    #field_6_16, #field_6_17, #field_6_4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

}


/* Soirée Basket
-------------------------- */
#input_10_12 {
    margin-left: 0;
}

#label_10_4_1 {
    display: inline-block;
    font-size: 17px;
}

.gchoice_10_12_1 {
    margin-top: 10px;
}

.gform_footer {
    text-align: center;
}

.spanInvitation {
    color: #000;
    font-size: 1.6rem;
}
