﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px){
		#Coordonnee {
			width: 100%!important;
			float:left!important;
		}
    #SectionTransportCollectif {
        width: 100% !important;
        float: left !important;
        padding-left: 10px !important;
    }
		
    .formInfoLettres .colonne-droite {
        width:100%!important;
        padding-left:10px!important;
    }
	}

.formInfoLettres {
    border-radius: 8px;
    background-color: #dbe9d0;
    padding: 30px;
    margin-bottom: 30px;
}

    .formInfoLettres h2 {
        font-size: 2.2rem;
        padding-left: 5px;
    }

    .formInfoLettres .editor-label {
        color: #333;
        padding-bottom: 0px;
        padding-top: 5px;
        padding-right: 10px;
    }

    .formInfoLettres input[type=text] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #333;
        color: black;
        width: 300px;
    }

    .formInfoLettres .colonne-gauche {
        float: left;
        padding-bottom: 10px;
    }

    .formInfoLettres .colonne-droite {
        float: right;
    }

    .formInfoLettres .editor-field {
        padding-bottom: 10px;
    }

    .formInfoLettres.couleurCamp {
        color: #333;
    }
    .formInfoLettres input[type=checkbox] {
        margin-right: 5px;
    }
