﻿@media only screen and (min-width: 768px) {
    .section-title {
        font: 600 28px Open Sans;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .section-title {
        font: 600 22px Open Sans;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

.sub-title {
    font: 600 20px Open Sans;
    padding-bottom: 10px;
}
.control-label {
    font-weight: 600;
    font-size: 20px;
    padding-left: 0px;
}

label.required::after {
    content: " *";
    color: red;
}

.label-note {
    padding-bottom: 10px;
    font-family: Open sans;
    font-style: italic;
}

select {
    height: 40px;
    border-radius: 3px;
}

input[type=text], input[type=tel], input[type=email] {
    border: 1px solid black;
    border-radius: 3px;
    height: 40px
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
}

.btn {
    height: 50px;
    font-size: 20px
}

.langue {
    width: 50%;
    text-align: right;
}

ul {
    list-style: none;
}

.cache {
    display: none;
}

.hidden {
    visibility: hidden;
}

.ui-datepicker-trigger {
    margin-left: 10px;
    width: 40px;
}

.dataTables_wrapper .dataTables_processing {
    top: 100px !important;   
}

.dataTables_filter > label {
    width: 100%;
}

.dataTables_filter > label > input[type=search] {
    width: 80% !important;
}
.rotate{
    height:300px;
    -webkit-writing-mode:vertical-rl;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

    .tooltip2 .tooltiptext2 {
        visibility: hidden;
        width: 450px;
        background-color: cornflowerblue;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        bottom: 100%;
        left: 100%
    }

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

/* hide input */
/*        span.radio > input[type=radio]:empty {
	        margin-left: -999px;
        }*/

/* style label */
/*       span.radio > input[type=radio]:empty ~ label {
	        position: relative;
	        float: left;
	        line-height: 2.5em;
	        text-indent: 3.25em;
	        margin-top: 1em;
	        margin-bottom: 1em;
	        cursor: pointer;
	        -webkit-user-select: none;
	        -moz-user-select: none;
	        -ms-user-select: none;
	        user-select: none;
            margin-right:100px;
        }

        span.radio > input[type=radio]:empty ~ label:before {
	        position: absolute;
	        display: block;
	        top: 0;
	        bottom: 0;
	        left: 0;
	        content: '';
	        width: 2.5em;
	        background: white;
	        border-radius: 3px;
            border: 1px solid #222222;
        }
    */
/* toggle hover */
/*          span.radio > input[type=radio]:hover:not(:checked) ~ label:before {
	        content:'\2713';
	        text-indent: .8em;
	        color: #1C2A3D;
        }

        span.radio > input[type=radio]:hover:not(:checked) ~ label {
	        color: #888;
        }
*/
/* toggle on */
/*        span.radio > input[type=radio]:checked ~ label:before {
	        content:'\2713';
	        text-indent: .8em;
	        color: white;
	        background-color: #1C2A3D;
        }

        span.radio > input[type=radio]:checked ~ label {
	        color: #777;
        }
*/

.nowrap {
    white-space: nowrap;
}

.top-buffer {
    margin-top: 20px;
}

.bandeauEnteteAnglais {
    padding: 16px 0;
    background-color: #dae6f0;
}

.bandeauEnteteAnglais a {
    color: #095797;
    text-decoration: underline;
}

.piv--blanc {
    margin-bottom: 0;
}
