/* Extra small <576px Small =576px Medium =768px Large =992px Extra large =1200px */
html,
body {
    font-size: 100%
}

.construc {
    border: 1px dotted #999;
    padding: 15px 0;
    text-align: center;
    display: block
}

*,
input {
    outline: none !important;
    box-shadow: none !important;
}

.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

.inline-block {
    display: inline-block;
}

.att img {
    width: 100%;
}

.news img {
    max-width: 100%;
    height: auto !important;
}

.pull-left {
    margin-right: 1rem
}

.btn-primary {
    background: #BF648F !important;
    color: #fff !important;
    border-color: #9E5276 !important;
}

.btn-primary:hover {
    background: #9E5276 !important;
    border-color: #6D3851 !important;
}

.btn-secondary {
    background: #64ABBF !important;
    color: #fff !important;
}

.btn-secondary:hover {
    background: #4F8998 !important;
}

.purple {
    color: #BF648F
}

.turquise {
    color: #64ABBF;
}

.nowrap {
    white-space: nowrap;
}

.no-bold {
    font-weight: normal;
}

.pointer {
    cursor: pointer
}

ul {
    list-style: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.width-100pc {
    width: 100%;
}

.small {
    font-size: 80%
}

.big {
    font-size: 120%
}

.text-red {
    color: red !important
}

.iframe-resp {
    position: relative;
    padding-top: 40%;
}

.iframe-resp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* header */
header {
    margin: 1rem 0 2rem;
    background: #64ABBF;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

header img {
    max-width: 100%;
    height: auto !important;
}

header .facebook img {
    width: 30px;
}

header .logo {
    text-align: center;
}

header .logo img {
    margin: 0px 0
}

header .baseline img {
    margin: 0 0 15px;
}

header .phone {
    text-align: right;
    font-size: 1.3rem
}

#content {
    min-height: calc(100vh - 600px);
}

h1,
h2 {
    text-align: center;
}

h1 {
    font-size: 1.7rem
}

h2 {
    font-size: 1.3rem
}

.view {
    padding: 1rem 0
}

.view-header {
    margin-bottom: 25px
}

.breadcrumb {
    font-size: 0.8rem;
    padding: 0;
    background: none;
    text-align: center;
}

.breadcrumb li {
    opacity: 0.3;
}

.breadcrumb li.active {
    opacity: 1;
}

.view-body {
    font-size: 0.8rem;
}

.view-home {}

.view-home .row {
    margin-bottom: 2rem
}

.view-home .cell {
    display: block;
    color: white;
    opacity: 0.7;
    transition: all 500ms;
    text-align: center;
    border-radius: 5px;
    padding: 2rem 0;
    text-decoration: none;
}

.view-home .cell:hover {
    opacity: 1;
}

.view-home .col-sm-3:nth-child(1) .cell {
    background: #EE3A2F;
}

.view-home .col-sm-3:nth-child(2) .cell {
    background: #FFC535;
}

.view-home .col-sm-3:nth-child(3) .cell {
    background: #39B66A;
}

.view-home .col-sm-3:nth-child(4) .cell {
    background: #19A4D6;
}

.view-home h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 2rem 0 0
}

.view-home .glyphicon {
    font-size: 3rem;
}

.view-bookings {
    max-width: 640px;
    width: 98%;
    margin: 0 auto;
}

.view-vagues {}

.view-vagues .vague {
    text-align: left;
    border: 1px solid #999;
    padding: 10px;
    margin: 0 0 25px 0;
    border-radius: 15px;
    color: #fff;
    opacity: 0.8;
    transition: all 500ms;
}

.view-vagues .vague:hover {
    opacity: 1;
}

/*
.view-vagues ul .vague:nth-child(1){background:#159FDD;}
.view-vagues ul .vague:nth-child(2){background:#FFC62D;}
.view-vagues ul .vague:nth-child(3){background:#34B55B;}
.view-vagues ul .vague:nth-child(4){background:#643B97;}
*/

.view-vagues .vague.selected {
    background: #EE3A2F;
}

.view-vagues .vague-details {
    margin-left: 20px;
    line-height: 1.7;
}

.view-vagues h4 {
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: bold;
}

.view-vagues h4 input {
    width: 20px;
}


.booking-items .booking-item .panel-heading {
    color: #333;
    font-weight: bold;
}

/*
.booking-items .booking-item:nth-child(1) .panel-heading{background:#159FDD;}
.booking-items .booking-item:nth-child(2) .panel-heading{background:#FFC62D;}
.booking-items .booking-item:nth-child(3) .panel-heading{background:#34B55B;}
.booking-items .booking-item:nth-child(4) .panel-heading{background:#E1679A;}
.booking-items .booking-item:nth-child(5) .panel-heading{background:#643B97;}
*/




.bookings {
    font-size: 0.8rem
}

.bookings h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.bookings table {
    font-size: 0.8rem;
    margin-bottom: 35px
}

.bookings th {
    background: #999;
    color: #fff;
}

.bookings th,
.bookings td {
    font-size: 0.8rem
}

.bookings .course_binome h4 {
    color: #34B55B;
}

.bookings .course_binome th,
.view-vagues .course_binome {
    background: #34B55B;
}


.bookings .marche_loisirs h4 {
    color: #159FDD;
}

.bookings .marche_loisirs th,
.view-vagues .marche_loisirs {
    background: #159FDD;
}


.bookings .marche_sportive h4 {
    color: #FFC62D;
}

.bookings .marche_sportive th,
.view-vagues .marche_sportive {
    background: #FFC62D;
}



.bookings .course_jeune h4 {
    color: #F060A3;
}

.bookings .course_jeune th,
.view-vagues .course_jeune {
    background: #F060A3;
}



.bookings .relai_par_equipe h4 {
    color: #643B97;
}

.bookings .relai_par_equipe th,
.view-vagues .relai_par_equipe {
    background: #643B97;
}



.view-payment {
    max-width: 100%;
}

.view-payment table {}

.view-payment .booking-summary {
    margin-bottom: 35px;
}

.view-payment .booking-summary td {
    padding: 5px;
    border-bottom: 1px dotted #aaa
}

.view-payment .booking-summary th {
    padding: 5px;
    border-bottom: 1px dotted #aaa;
    text-align: center;
}

.view-payment form {
    margin: 20px 0
}

.view-payment .payment-left {
    border: 1px solid #8ABCC2;
    padding: 15px;
    height: 100%;
}

.payment-bloc {}

.payment-bloc .row {
    display: flex;
}

@media screen and (max-width:768px) {
    ._ {}

    .payment-bloc .row {
        display: block;
    }
}



.view-payment .payment-right {
    background: #8ABCC2;
    color: white;
    padding: 40px;
    height: 100%;
}

.view-payment .payment-right a {
    color: white;
    text-decoration: underline
}

.view-payment .to-be-paid {
    font-size: 1.5rem;
}

.view-payment .to-be-paid span {
    font-size: 120%;
    display: block
}

.view-payment .secure {
    width: 160px;
    margin: 35px auto
}

.view-payment .booking-summary {}

input.ng-invalid-required,
input.ng-invalid-pattern,
select.ng-invalid-required {
    border-color: #a00 !important
}

.alert-sm {
    font-size: 0.75rem;
    padding: 5px 12px
}

div.submit {}

#over-all {
    position: fixed;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    background: rgba(220, 220, 200, 0.5);
    transition: all 100ms;
}

body.frozen #over-all {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: wait;
}

.medaillons {
    font-size: 0 !important;
    text-align: center;
    margin: 0 -2%
}

.medaillons img {
    opacity: 0;
    transition: all 1s;
}

.medaillons.ready img {
    opacity: 1;
}

.medaillon {
    width: 21%;
    max-width: 200px;
    display: inline-block;
    padding: 0px;
    border-radius: 50%;
    background-color: #CBDFE1;
    border: 0px solid #999;
    margin: 2%;
    overflow: hidden;
}

.medaillon .inner {
    padding-top: 100%;
    position: relative;
    width: 100%;
    display: inline-block;
}

.medaillon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 60%;
    height: auto !important;
    width: auto !important
}

@media screen and (max-width:768px) {
    ._ {}

    .medaillon {
        width: 20%;
    }
}

@media screen and (max-width:512px) {
    ._ {}

    .medaillon {
        width: 25%;
    }
}

/* TODO */
h2.section-title {
    margin: 3rem 0 1.5rem 0;
    text-transform: uppercase;
    border-top: 1px solid #8ABCC2;
    border-bottom: 1px solid #8ABCC2;
    padding: 0.5rem;
    color: #8ABCC2
}/* BOOKING */