body
{
   background-color: #DCDCDC;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Form1
{
   background-color: #FFDAB9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
}
#fichier_photo
{
   box-sizing: border-box;
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   padding: 4px 8px 4px 4px;
   overflow: hidden;
}
#fichier_photo::-webkit-file-upload-button,
#fichier_photo::file-selector-button
{
   padding: 4px 8px 4px 4px;
   margin: -4px -8px -4px -4px;
   -webkit-margin-end: 4px;
   margin-inline-end: 4px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   pointer-events: none;
   border-color: inherit;
   border-style: solid;
   border-width: 0;
   border-inline-end-width: 1px;
   border-radius: 0;
   box-sizing: border-box;
   height: calc(100% + 8px);
}
#fichier_photo:disabled
{
   color: #DEE2E6;
   background-color: #e9ecef;   border-color: #DEE2E6;
}
#nom_prenom
{
   line-height: 37px;
   margin: 0;
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#nom_prenom:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Checkbox_mail
{
   margin: 0;
}
#wb_Checkbox_mail, #wb_Checkbox_mail *, #wb_Checkbox_mail *::before, #wb_Checkbox_mail *::after
{
   box-sizing: border-box;
}
#wb_Checkbox_mail input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
}
#wb_Checkbox_mail label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_Checkbox_mail label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
}
#wb_Checkbox_mail label::after
{
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Checkbox_mail input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20144%20144%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M133%2037%20C135%2038%2c%20136%2041%2c%20136%2043%20C136%2046%2c%20135%2048%2c%20133%2050%20L75%20108%20L64%20119%20C63%20120%2c%2060%20121%2c%2058%20121%20C55%20121%2c%2053%20120%2c%2051%20119%20L40%20108%20L11%2079%20C10%2077%2c%209%2075%2c%209%2072%20C9%2070%2c%2010%2067%2c%2011%2066%20L22%2055%20C24%2053%2c%2026%2052%2c%2029%2052%20C31%2052%2c%2033%2053%2c%2035%2055%20L58%2078%20L110%2026%20C111%2024%2c%20113%2023%2c%20116%2023%20C119%2023%2c%20121%2024%2c%20123%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_Checkbox_mail input[type='checkbox']:checked + label::before
{
   background-color: #0D6EFD;
   background-image: none;
   border-color: #0D6EFD;
}
#wb_Checkbox_mail input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#wb_Checkbox_mail label
{
   position: absolute;
   left: 0;
   top: 0;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding-left: 40px;
   height: 36px;
   display: flex;
   align-items: center;
}
#wb_Checkbox_tel
{
   margin: 0;
}
#wb_Checkbox_tel, #wb_Checkbox_tel *, #wb_Checkbox_tel *::before, #wb_Checkbox_tel *::after
{
   box-sizing: border-box;
}
#wb_Checkbox_tel input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
}
#wb_Checkbox_tel label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_Checkbox_tel label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
}
#wb_Checkbox_tel label::after
{
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Checkbox_tel input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20144%20144%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M133%2037%20C135%2038%2c%20136%2041%2c%20136%2043%20C136%2046%2c%20135%2048%2c%20133%2050%20L75%20108%20L64%20119%20C63%20120%2c%2060%20121%2c%2058%20121%20C55%20121%2c%2053%20120%2c%2051%20119%20L40%20108%20L11%2079%20C10%2077%2c%209%2075%2c%209%2072%20C9%2070%2c%2010%2067%2c%2011%2066%20L22%2055%20C24%2053%2c%2026%2052%2c%2029%2052%20C31%2052%2c%2033%2053%2c%2035%2055%20L58%2078%20L110%2026%20C111%2024%2c%20113%2023%2c%20116%2023%20C119%2023%2c%20121%2024%2c%20123%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_Checkbox_tel input[type='checkbox']:checked + label::before
{
   background-color: #0D6EFD;
   background-image: none;
   border-color: #0D6EFD;
}
#wb_Checkbox_tel input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#wb_Checkbox_tel label
{
   position: absolute;
   left: 0;
   top: 0;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding-left: 40px;
   height: 36px;
   display: flex;
   align-items: center;
}
#wb_Checkbox_adresse
{
   margin: 0;
}
#wb_Checkbox_adresse, #wb_Checkbox_adresse *, #wb_Checkbox_adresse *::before, #wb_Checkbox_adresse *::after
{
   box-sizing: border-box;
}
#wb_Checkbox_adresse input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
}
#wb_Checkbox_adresse label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_Checkbox_adresse label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
}
#wb_Checkbox_adresse label::after
{
   display: inline-block;
   position: absolute;
   width: 36px;
   height: 36px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Checkbox_adresse input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20144%20144%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M133%2037%20C135%2038%2c%20136%2041%2c%20136%2043%20C136%2046%2c%20135%2048%2c%20133%2050%20L75%20108%20L64%20119%20C63%20120%2c%2060%20121%2c%2058%20121%20C55%20121%2c%2053%20120%2c%2051%20119%20L40%20108%20L11%2079%20C10%2077%2c%209%2075%2c%209%2072%20C9%2070%2c%2010%2067%2c%2011%2066%20L22%2055%20C24%2053%2c%2026%2052%2c%2029%2052%20C31%2052%2c%2033%2053%2c%2035%2055%20L58%2078%20L110%2026%20C111%2024%2c%20113%2023%2c%20116%2023%20C119%2023%2c%20121%2024%2c%20123%2026%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_Checkbox_adresse input[type='checkbox']:checked + label::before
{
   background-color: #0D6EFD;
   background-image: none;
   border-color: #0D6EFD;
}
#wb_Checkbox_adresse input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#wb_Checkbox_adresse label
{
   position: absolute;
   left: 0;
   top: 0;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding-left: 40px;
   height: 36px;
   display: flex;
   align-items: center;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_choix_photo_pascal
{
   margin: 0;
}
#wb_choix_photo_pascal, #wb_choix_photo_pascal *, #wb_choix_photo_pascal *::before, #wb_choix_photo_pascal *::after
{
   box-sizing: border-box;
}
#wb_choix_photo_pascal input[type='radio']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
}
#wb_choix_photo_pascal label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_choix_photo_pascal label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 50%;
}
#wb_choix_photo_pascal label::after
{
   display: inline-block;
   position: absolute;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 28px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_choix_photo_pascal input[type='radio']:checked + label::after
{
   background-color: #0D6EFD;
   background-image: none;
   border-color: #0D6EFD;
   transform: scale(0.66, 0.66);
}
#wb_choix_photo_pascal input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_choix_photo_pascal label
{
   position: absolute;
   left: 0;
   top: 0;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding-left: 32px;
   height: 28px;
   display: flex;
   align-items: center;
}
#wb_choix_envoi_photo
{
   margin: 0;
}
#wb_choix_envoi_photo, #wb_choix_envoi_photo *, #wb_choix_envoi_photo *::before, #wb_choix_envoi_photo *::after
{
   box-sizing: border-box;
}
#wb_choix_envoi_photo input[type='radio']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
}
#wb_choix_envoi_photo label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
}
#wb_choix_envoi_photo label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #0D6EFD;
   border-radius: 50%;
}
#wb_choix_envoi_photo label::after
{
   display: inline-block;
   position: absolute;
   width: 28px;
   height: 28px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 28px;
   border-radius: 50%;
   color: #FFFFFF;
   content: " ";
   transform: scale(0, 0);
}
#wb_choix_envoi_photo input[type='radio']:checked + label::after
{
   background-color: #0D6EFD;
   background-image: none;
   border-color: #0D6EFD;
   transform: scale(0.66, 0.66);
}
#wb_choix_envoi_photo input[type='radio']:focus + label::before
{
   outline: thin dotted;
}
#wb_choix_envoi_photo label
{
   position: absolute;
   left: 0;
   top: 0;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding-left: 32px;
   height: 28px;
   display: flex;
   align-items: center;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#courriel_reponse
{
   line-height: 18px;
   margin: 0;
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#courriel_reponse:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#Button1
{
   border: 3px solid #000000;
   border-radius: 4px;
   background-color: #00FF00;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_Text6 
{
   background-color: #FFD700;
   background-image: none;
   border: 3px solid #000000;
   border-radius: 9px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#Text_presentation
{
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0;
   overflow: auto;
   resize: none;
}
#Text_presentation:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#autre_texte
{
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0;
   overflow: auto;
   resize: none;
}
#autre_texte:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
